.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:243,250,225;--color-primary-1:217,239,156;--color-primary-2:178,222,56;--color-primary-3:89,111,28;--color-primary-4:27,33,8;--color-secondary-0:253,224,221;--color-secondary-1:249,153,142;--color-secondary-2:242,51,28;--color-secondary-3:121,26,14;--color-secondary-4:36,8,4;--color-tertiary-0:255,255,255;--color-tertiary-1:179,183,230;--color-tertiary-2:3,15,173;--color-tertiary-3:2,8,87;--color-tertiary-4:0,1,17;--headlines-font-family:"Space Grotesk";--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:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0f269aa-6d59-4a4d-865c-f2fc9461529f/to_zorza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:11.3125rem;left:0rem;height:13.87574375rem;display:block; }
#roeECHrNhzWgtt316AsClU1JqTpzOKOm { 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.625rem;width:6.9375rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:27.3125rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#Sek9Ngm581mqactzJ1iuMuOV65uqn3RV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:34.4375rem;width:17rem;top:14.125rem;left:58rem;overflow:hidden;display:block; }
#BGMTtT2qkeHkEk2rTNcCMiAWxz9hpf9i { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:32.125rem;width:26.1875rem;top:19.5625rem;left:36.6943359375rem;overflow:hidden;display:block; }
#rVmhnRneNRccmaxon8MZTTxDfLGodScW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:4.875rem;top:44.59375rem;left:30.4375rem;overflow:hidden;display:block; }
#GcfI3e74u66LJTTC6Wq96CK3FihN6aKr { position:absolute;display:block;z-index:14999;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:38.3125rem;width:38.625rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#b4FA4F6oz5A3vdTUzTLNf1sNphh25AUc { position:absolute;display:block;z-index:15021;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:3.125rem;width:9.6875rem;top:35.1875rem;left:0rem;overflow:hidden;display:block; }
#bvSTbQmXywMeSFTu6XVSfcIGlw8moEEs { position:absolute;display:block;z-index:15022;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:3.125rem;width:9.375rem;top:35.1875rem;left:10.5625rem;overflow:hidden;display:block; }
#ZZAFH4Dr8GKyeMsJFLza1pqNvH7n0S8t { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:44.0625rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;display:none; }
#qIGIPTCtnmVXKkxURX5z07vwvGMCPImu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:43.5625rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf { z-index:;position:relative;display:block; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf { background-color: transparent; background-image: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container > .video-iframe-container { display: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row > .video-iframe-container { display: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .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); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf { border-width: 0; border-radius: 0; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container.adaptive-delivery-prevent-bg, #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container.lazyload, #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container.lazyloading { background-image: none; }#qlNy0LrD0Xs48sUcxwU9pEcHb0tEg32B { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:6.000975rem;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; }
#TMsav0kIl0af3U8Uy34XNPTL0odvzA2l { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8k2NQcPfGV7d70C5zwWefVXaOX6uAEo { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:48.5625rem;left:20.8125rem;height:3.5rem;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; }
#nzFOQOWs5NyAGkXgrlwIq3nxoDZNQQpg { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:53.1875rem;left:20.8125rem;height:4.5rem;font-style:normal;display:block; }
#yq37oFnCJlmVTT3IyWNx4DOg0DwMn17g { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.5625rem;left:58.8125rem;height:3.875rem;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; }
#gzwaCAmZaEEGRxDzn6vNUnlUlel5Dy9f { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:53.1875rem;left:58.8125rem;height:3rem;font-style:normal;display:block; }
#JuQmeNP1XwaA4VeyOOx0vCaxBTOGtrrr { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:48.5625rem;left:1.75rem;height:3.5rem;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; }
#LRUe6OOu0PD7g49ExIRgPvXgbufDHcVf { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:53.1875rem;left:1.75rem;height:3rem;font-style:normal;display:block; }
#oPw1bUUMTH95chb7SixIN0QJ1NiNt4AR { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:48.5625rem;left:39.5625rem;height:3.5rem;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; }
#OULAGV4MqNyVWhgTMhtltNZyT6T6FTca { color:rgba(var(--color-primary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:53.1875rem;left:39.5625rem;height:3rem;font-style:normal;display:block; }
#ibU7OtTBTtKNVKAylm4h8nIFTUaZpkHX { position:absolute;display:block;z-index:15015;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:26.5625rem;width:15.5rem;top:20.875rem;left:20.46875rem;overflow:hidden;display:block; }
#yMVdXvZnTvu2zZ861xeX46Z8dkQpTgz6 { position:absolute;display:block;z-index:14994;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:26.1875rem;width:18.25rem;top:19.6875rem;left:0rem;overflow:hidden;display:block; }
#hK7zU9iTOKAFpm3bOEVohBCc82i3lA4V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:15.75rem;top:19.6875rem;left:38.6875rem;overflow:hidden;display:block; }
#Tm5fBTBHp6Z3AGylQXSKuQhmDNWQRfi2 { position:absolute;display:block;z-index:15016;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:25.375rem;width:18.125rem;top:20.53125rem;left:56.25rem;overflow:hidden;display:block; }
#rQntpnQ5aAXZd5GTvO56P10SOyRQBLZT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#eGnbraEMHCxXd3A8rtoLsnC6XB0Hn4fZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#rpLyHaaQlc6oM673yktGbzpxhxAXBWqg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#RshOhN86dc2qJdBK1FPX66ot7Q0mSUlo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container { background-color: transparent; background-image: none; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container > .video-iframe-container { display: none; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row > .video-iframe-container { display: none; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .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); }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container { border-width: 0; border-radius: 0; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container { font-size:0.875rem;font-family:arial;height:108.0625rem;width:75rem;position:relative;display:block; }#LSM9B3uxv56HXRl7dVr5plOqdGC0zhOn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.375rem;left:49.6875rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#HVT1SnqBCNaslyVyJKTELlcTMPxcaJHo { box-sizing:content-box;height:22.5625rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.6875rem;left:3.75rem;border-top-left-radius:1.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#RJXqvWtIuMPDuaoiqbwrKIh6Rimh4Hmz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:10.875rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#tF69u9Fk6L8fTJoFxhX46nemBfJdXfoW { position:absolute;display:block;z-index:14997;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:41.25rem;width:41.3125rem;top:12.9375rem;left:33.6875rem;overflow:hidden;display:block; }
#oziKyfUJPXReLJZpnur8aShOFetABKeO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.5rem 0.0625rem 1rem rgba(3,15,173,0.24) ;height:21.5625rem;width:14.25rem;top:2.5625rem;left:23.8125rem;overflow:hidden;display:block; }
#fKKBGz1PA1LM5bLrpyDEQaZCDrhsTaSC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:38.125rem;left:41.9375rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#UU4tUg9UAFLdqIt9A5iwuqLvOH3nZStL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:34.5625rem;left:41.9375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#ueHlQIZ91nF9AOdH02vW6XPyCBGWnsvX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:35.375rem;left:5.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#T4HkGE4VyoL9mCS5Bm9ZWZRtzoq2EEoN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:39rem;left:5.625rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#eDrgC8sJHk99NfNn8WMfnXqoDoTTQ3ZT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:39rem;left:18.5625rem;overflow:hidden;display:block; }
#Oq5W2pKPqBRqzhbz6mEZPWKbS32tfKqT { box-sizing:content-box;height:19.75rem;width:27.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:33.5rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-2),0.05) ;display:block; }
#nWp2WzfUPDMCQ1G0uISDTyL7nnVEyTAO { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:88.5625rem;left:11rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#OcaPUZ35bVHMl7RTMT2wwguIq7LwVbJQ { position:absolute;display:block;z-index:14996;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:29.5rem;width:52.6875rem;top:3.90625rem;left:0rem;overflow:hidden;display:block; }
#usScsgnqS83p0R1SFchC1h1BxMgNOzxB { box-sizing:content-box;height:17.1875rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(203deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(203deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(203deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(203deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(203deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:60.25rem;left:38.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#TRuwTGRFld5QKvaPMRZtvPVDPpd0bGcn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:62.5rem;left:40.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#knVbuMEFQ7TlfPILrLkFfLH7DCqel4hO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:5rem;top:66.875rem;left:55.5rem;overflow:hidden;display:block; }
#aBMVHRpDKUIrG7up1SOrbkJQgQhkHUWr { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:26.5625rem;top:63rem;left:0rem;overflow:hidden;display:block; }
#C7oP6y4rGQQRcTNvlJbvwL02MCCBVTNt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:66.09375rem;left:40.625rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#ul66XlueUy6HhxKlqB6aDN56SQiWbFAK { box-sizing:content-box;height:22.5625rem;width:27.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:58.625rem;left:6.75rem;border-top-left-radius:1.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-2),0.05) ;display:block; }
#cqIF36qvs45E72rmZNZZtviBOgMf6Pqy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:63rem;left:8.6875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#nJSidAnvVkXCNLyt0aVHGH6auyP16kub { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:66.875rem;left:8.6875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#AeErMwz6CDdP3cgrVcR8svE2yPPUmkb5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.0625rem;width:9.875rem;top:71.0625rem;left:22.6875rem;overflow:hidden;display:block; }
#cvrHVPtLDUDSxXEdk6eq4toiQMGsvUrP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:14.53125rem;left:5.625rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#UF8xzJbOWDQr0EQhEDfCix5oQ2v2xkHq { box-sizing:content-box;height:22.5625rem;width:24.5625rem;position:absolute;display:block;z-index:15011;background-color:#b2de38;background-image:none;top:82.6875rem;left:45.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#CZiKaHgbngqwOMRqoAXsaIdqguCtOkzU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:86.4375rem;left:48.0625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#m6UTVWC4PtkuPzayxXvDfGrHG9UhvT3R { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:90.1875rem;left:48rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#r1SmsahzrfxDaMbsLoAqhG8QpVcHkK17 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:15.8125rem;width:7.75rem;top:90.8125rem;left:62rem;overflow:hidden;display:block; }
#i4LGvJIVpEs2rqeMcU3JtV8Tt7RslnTh { position:absolute;display:block;z-index:14997;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:41.3125rem;width:47.3125rem;top:16.4375rem;left:27.6875rem;overflow:hidden;display:none; }
#VaoLEtnHE7ibGDbBDaOn3T6aPQNrpT31 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:5rem;top:66.875rem;left:59rem;overflow:hidden;display:block; }
#Fl6iv625vEf8pWQtPLkBA5P5Ps3TeoXI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:5rem;top:66.875rem;left:63.125rem;overflow:hidden;display:block; }
#HPOQhM2OxQ6C9v2pTUVWDsUokKdvbwmm { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:5rem;top:66.875rem;left:66.75rem;overflow:hidden;display:block; }
#HbFyGkCZTMvB5zaSCKqnPNCWbp7m1ueJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:5rem;top:66.875rem;left:70rem;overflow:hidden;display:block; }
#N1iGWlx2myh6rvRUAVclmZVDelTOsSzC { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.75rem;top:91.875rem;left:53.6875rem;overflow:hidden;display:block; }
#Qpnix4MazaFBwZbagFeeJEHgrb0KPFEa { box-sizing:content-box;height:22.5625rem;width:32.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(240deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0.1));background-image: -moz-linear-gradient(240deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0.1));background-image: -ms-linear-gradient(240deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0.1));background-image: -o-linear-gradient(240deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0.1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0.1)' );";background-image: linear-gradient(240deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0.1));background-size:auto !important;top:30.5rem;left:40.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-primary-2),0.4) ;border-top:0.0625rem solid #b2de38;border-left:0.0625rem solid #b2de38;border-right:0.0625rem solid #b2de38;border-bottom:0.0625rem solid #b2de38;display:block; }
#xTpszyHEnsiEkNSri5JXoII9DpSHPbWf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:38.625rem;left:57.875rem;overflow:hidden;display:block; }
#T0rCGe7LlFdixPzEJwuvrG7GCL7N0SkR { position:absolute;display:block;z-index:14999;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:29.6875rem;width:29.6875rem;top:26.1875rem;left:44.5rem;overflow:hidden;display:block; }
#kvxN2f2LiV4QnT6tzy0mW7GJN0TUOPIK { position:absolute;display:block;z-index:14999;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:29.6875rem;width:29.6875rem;top:29.5625rem;left:11rem;overflow:hidden;display:block; }
#lwTUdR1uDJLGLn6XZzHm7MT2gVvO1gca { 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:3.125rem;width:9.6875rem;top:96.25rem;left:11rem;overflow:hidden;display:block; }
#Z33qTxmnyR6QaF79mA6F9FLr4M2lHRri { 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:3.125rem;width:9.375rem;top:96.25rem;left:21.9375rem;overflow:hidden;display:block; }
#KG8mqBzK0T85xIT5AFuysi9aJioevnmI { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:88.5625rem;left:11rem;height:6.1875rem;text-align:left;text-align-last:left;display:none; }
#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000013;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; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container { background-color: transparent; background-image: none; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container > .video-iframe-container { display: none; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row > .video-iframe-container { display: none; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .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); }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container { border-width: 0; border-radius: 0; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:block; }#fzpMmTLvqGBc8MNnAQv1v2LRI32V0bpM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:18.5625rem;top:34.9375rem;left:10.0625rem;display:block; }
#QaeUde9U5WXrWkSAdGuNDGHx6Mw5yDto { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:22.5rem;top:47.25rem;left:10.375rem;display:block; }
#SOoXbdi5rJERITpUJkgMZ4At4V6TzHga { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:32.8125rem;top:47.25rem;left:29.9375rem;display:block; }
#HNAd7kiSXAsgfIWSoKtVIoiRpAXVcD8r { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:31.5rem;top:35rem;left:31.1875rem;display:block; }
#cztygTNn7iywyipOgspgwhSO4dz5T0OS { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.0625rem;left:51.1875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SDxxBPHZSsABoW47tJslNMf8JIT8QT5p { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.1875rem;left:53.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cdJAilDNmqCQCfhd7JUlgFPBsDpVphB5 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.1875rem;left:10.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAi9ayUVvoDJF585D48tMeShZGfTg4Nl { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:10.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rehqV7ILdTzxfrTXlFRtJRTigT3GRzda { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:36rem;left:52.1875rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mrIXgDTGPDovCQlwWaCJDvzSnOBT9mpB { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:17rem;left:7.96875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#BsN16OBHZPBWBbTdw9gyLMEtS6k47qRz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmKtnkg8kEMeNSrTiaikpAkTok9Tv2ER { position:absolute;display:block;z-index:15013;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:32.125rem;width:19.375rem;top:26.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#dVlvZB7IPVnx60n5WVue59NmfypTso3t { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.375rem;width:48.375rem;top:28.4375rem;left:9.0625rem;overflow:hidden;display:block; }
#HZVHGBbTZ0k1rpQoUTloFQzv1NfQcrzF { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem; }
#UfbkdnPS1vxsshb5DeHwz3CMHhzzpmR5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.5rem;left:6.0625rem; }
#hezUvih2Bw8azGBpBRtExhseGqZzq7mN { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.375rem;left:64.125rem; }
#d7sOcwrTtqOKHsfNQD1F9B8kMpxZ88Rb { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:44.3125rem;left:64.09375rem; }
#mOO7Uf2H03gXKtcuX5ka2BTMh4ZKOf1G { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:48.1875rem;left:52.125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BNd62ve7L54WfBly3DWQRi8th04z69y8 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:35.8125rem;left:10.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLs5ATxPCcOSG0WdaWRVKbFv7qidohJf { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:48.1875rem;left:10.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxTSs4XZluuVwodBFVngOQaguiUET2Hy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.75rem;top:9rem;left:0rem;display:none; }
#vZGJokRbHWSUTUA2FLXmqxgWO2ZiDFLI { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#zeOd58N0n5l43SgxWn8RuOHNEzyGMU7t { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#gOv48RZMECc1a1HBiOpX0PrwmtcvTcEC { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#OiHcI0KOomFWVEK5qQbsNIH6mAJ7ZvFw { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#xxK1uOrQyuB4PNTe7LNWRm8BfcTwrqGt { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.375rem;left:64.125rem;display:none; }
#HNk8ZpIneOSJHJSULIaaD97GqbVEVwG6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.5rem;left:6.0625rem;display:none; }
#NG2nJbe5ni3gOMFqSCryT9la5BPm1Xdc { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:44.8125rem;left:66.4375rem;display:none; }
#aWAUIho9r3ebnAAwfq95gmJ2STyycm2b { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#I0DfRr7eQunAresH6ZFnvmg5wnVkdOqa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#hTo026tgzQrKXedWr7XcFf7nWdlgtTHd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AF7AhJGelvyC4Q2gqaVBIqaiCeD2DJf6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#P6kTpIZRziy9q49xNfoSDHbssFLT97qB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy { position:relative;display:block; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy { background-color: transparent; background-image: none; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container > .video-iframe-container { display: none; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row > .video-iframe-container { display: none; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .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); }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy { border-width: 0; border-radius: 0; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kwhflLbTWKot1begMZESak2fUGFvhWHr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.75rem;left:40.5rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JoDuO5Ul4GQ797lsTOh9fdLc5c5xgcSb { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.875rem;left:40.5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#Sil4dBhCzOCByXCTVwIJIZXEevFTdSKT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.875rem;left:40.5rem;display:none; }
#WFfT8gVPg3mAUIZ5wopwvZoXC9fx6r1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCavPFnBo10BnOVFN2evptbv32mle6XT { position:absolute;display:block;z-index:15017;border-top:0.375rem solid #b2de38;border-left:0.375rem solid #b2de38;border-right:0.375rem solid #b2de38;border-bottom:0.375rem solid #b2de38;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(178,222,56,0.8) ;height:21.6875rem;width:25.375rem;top:7.8125rem;left:5.5rem;overflow:hidden;display:block; }
#Qfm1riL5rEDzrNhJRzrkSLKKRvAwTwz6 { position:absolute;display:block;z-index:15002;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:37.5625rem;width:37.875rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #f2331c, #030fad);background-image: -moz-linear-gradient(82deg, #f2331c, #030fad);background-image: -ms-linear-gradient(82deg, #f2331c, #030fad);background-image: -o-linear-gradient(82deg, #f2331c, #030fad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2331c', endColorstr='#030fad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2331c', endColorstr='#030fad' );";background-image: linear-gradient(82deg, #f2331c, #030fad);background-size:cover !important;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container { background-color: transparent; background-image: none; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container > .video-iframe-container { display: none; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row > .video-iframe-container { display: none; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .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); }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container { border-width: 0; border-radius: 0; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#kO5RykDBDaZKmuTRqep9NNgGoRA4vDdG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#c9DhWDoLkRMk3VvN9AEVK0fHsTqTP22K { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:16.5rem;left:12.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeTVmnWJ6au2VXF47QsuVDObFvgHBZIC { position:absolute;display:block;z-index:15014;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:13.4375rem;width:13.5625rem;top:29.5rem;left:56.71875rem;overflow:hidden;display:block; }
#fSTqefQGhph3rIEfMgoxi82HfqCANxUf { position:absolute;display:block;z-index:15001;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:16.875rem;width:17rem;top:25.75rem;left:55rem;overflow:hidden;display:block; }
#G6C1el85xPovE2OvO1D5m6uUIPmbTDpa { 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:3.125rem;width:9.6875rem;top:30.125rem;left:25.3125rem;overflow:hidden;display:block; }
#lzgT5rN4KLTWEK8gcsnIKSXTheLUcJAb { position:absolute;display:block;z-index:15026;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:3.1875rem;width:9.6875rem;top:30.125rem;left:38.5rem;overflow:hidden;display:block; }
#hnXu7FOHSigixX5epwUBvWvDKqc9HL8a { 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:9.6875rem;width:9.6875rem;top:21.1875rem;left:25.3125rem;overflow:hidden;display:block; }
#czHoa2tR713JyPpsng8EuvcdkaCin0kC { 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:9.6875rem;width:9.6875rem;top:21.1875rem;left:38.5rem;overflow:hidden;display:block; }
#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { background-color: transparent; background-image: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container > .video-iframe-container { display: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row > .video-iframe-container { display: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .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); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { border-width: 0; border-radius: 0; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#ndS5X5nTVEEEouIwScc6ZRrsawJaNhHO { color:#b2de38;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.4375rem;left:20.9375rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTwPugPRJE71HZ59pIMWXuKfRbohnBFy { color:#b2de38;display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.5rem rgba(178,222,56,0.65);top:16.5rem;left:46.25rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container { background-color: transparent; background-image: none; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container > .video-iframe-container { display: none; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row > .video-iframe-container { display: none; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .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); }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container { border-width: 0; border-radius: 0; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#cGwIVCO22Oz9C0hEbpCrOJIszu7skr1w { position:absolute;display:block;z-index:15004;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.5rem;width:6.4375rem;top:1.4375rem;left:1.75rem;overflow:hidden;display:block; }
#dI3rUzT7Xv1CuwSkSQ96yrdC2rc7TfT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.34375rem;left:1.75rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXsxMW4LZ1RsrpUSwGUiMUfCrStCgURc { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-1),0);background-image:none;top:5.125rem;left:70.1875rem;border-top:0.0625rem solid rgba(250,245,245,0.6);border-left:0.0625rem solid rgba(250,245,245,0.6);border-right:0.0625rem solid rgba(250,245,245,0.6);border-bottom:0.0625rem solid rgba(250,245,245,0.6);display:block; }
#KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.875rem;left:71rem; }
#KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#nLi7IcxSLR8b7pka7TmD9kJWteay3ECB { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-1),0);background-image:none;top:5.125rem;left:63.0625rem;border-top:0.0625rem solid rgba(250,245,245,0.6);border-left:0.0625rem solid rgba(250,245,245,0.6);border-right:0.0625rem solid rgba(250,245,245,0.6);border-bottom:0.0625rem solid rgba(250,245,245,0.6);display:block; }
#i9uISM6NwhE47HtX58TlnNS88iWevAqf { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.9375rem;left:63.875rem; }
#i9uISM6NwhE47HtX58TlnNS88iWevAqf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#hrm0HPmnHsTeQ1axvT03dHPaoaasNH2n { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-1),0);background-image:none;top:5.125rem;left:66.625rem;border-top:0.0625rem solid rgba(250,245,245,0.6);border-left:0.0625rem solid rgba(250,245,245,0.6);border-right:0.0625rem solid rgba(250,245,245,0.6);border-bottom:0.0625rem solid rgba(250,245,245,0.6);display:block; }
#q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.9375rem;left:67.4375rem; }
#q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#f4H60Ob07F6xgfVIRnFExr8qOSl8IJxy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.9375rem;left:25.0625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bHVcLGTUZ9fSlJqTCVdb3OkG8hpUSmNf { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.90625rem;left:36rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEDyiGEVM2b0nytUs7z2TDXIvxkBTCle { color:#faf5f5;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.90625rem;left:45.25rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fth30TKzXr0XITblTz0qADlwhvcTCpP4 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-1),0);background-image:none;top:5.125rem;left:55.9375rem;border-top:0.0625rem solid rgba(250,245,245,0.61);border-left:0.0625rem solid rgba(250,245,245,0.61);border-right:0.0625rem solid rgba(250,245,245,0.61);border-bottom:0.0625rem solid rgba(250,245,245,0.61);display:block; }
#u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6rem;left:56.8125rem; }
#u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ebVtCl9WFIFln4GkO94KZTduCmsqGIRv { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-1),0);background-image:none;top:5.125rem;left:59.5rem;border-top:0.0625rem solid rgba(250,245,245,0.6);border-left:0.0625rem solid rgba(250,245,245,0.6);border-right:0.0625rem solid rgba(250,245,245,0.6);border-bottom:0.0625rem solid rgba(250,245,245,0.6);display:block; }
#dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.9375rem;left:60.3125rem; }
#dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 { z-index:;position:relative;display:none; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 { border-width: 0; border-radius: 0; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container.adaptive-delivery-prevent-bg, #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container.lazyload, #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container.lazyloading { background-image: none; }#geK4qRhXIrUtTxxr3goBwyn5komuS8ov { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:6rem;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; }
#mBUQrecs1Sgxp3kJTXHxqZshvyEWIHhe { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiqUSLG8b4UwBIJJrIUl5OaIWmUhLIty { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:49.3125rem;left:1.9375rem;height:3.5rem;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; }
#eaM3rSdISCzxiLegmhmk6kxl0um17FMF { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:53.1875rem;left:1.9375rem;height:4.5rem;font-style:normal;display:block; }
#lvrs5UuGPDwSrTnRUveT7E6G49VXpPlL { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.5625rem;left:58.8125rem;height:3.875rem;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; }
#gnTs8QANn4z5TZgclQPLFwSV7aeO7Azm { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:53.1875rem;left:58.8125rem;height:3rem;font-style:normal;display:block; }
#cFJy893Kkn9JsM5iTRiii5BGTq5RPzvJ { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:48.75rem;left:38.46875rem;height:3.5rem;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; }
#rn9T7yoAbP1IJQmGtld6DhTgacQgR5ux { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:53.1875rem;left:38.46875rem;height:3rem;font-style:normal;display:block; }
#yDiyAQauUgXk5KTwz0XPrwwN3DGEitXA { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:48.75rem;left:21.1875rem;height:3.5rem;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; }
#TrfVivk7aTUOT3Emi9VMzzLTTVRo8P5W { color:rgba(var(--color-primary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:53.1875rem;left:21.1875rem;height:3rem;font-style:normal;display:block; }
#kiTwwCliidPDquwQFKwsqpJqyJK0cAUb { position:absolute;display:block;z-index:15015;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:26.5625rem;width:15.5rem;top:22.0625rem;left:0rem;overflow:hidden;display:block; }
#uMA4ZSsTxldaynX4sRe3uSdU1icx6CdO { position:absolute;display:block;z-index:14994;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:26.1875rem;width:18.25rem;top:21.0625rem;left:37rem;overflow:hidden;display:block; }
#OVgdOK3PNwb0oVW7MWMWcOfP5ESm5rUP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:15.75rem;top:21.0625rem;left:19.8125rem;overflow:hidden;display:block; }
#Plz4tnGJanBnzPBxoPRnlP2TlN20tlSg { position:absolute;display:block;z-index:15016;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:25.375rem;width:18.125rem;top:21.9375rem;left:56.25rem;overflow:hidden;display:block; }
#k2F9KWnvrTlKvKuFA9MPt8e4Taayx1Q9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JmRKIPMyW5DuvFFDKSZfT0lW6LwLIpnX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Iuie1QtyGPqEg07sdGkDQNhe881tWVbA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#MEyfooDWu3Z55yMKLoAqS6Ifn0tPnIll { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w { z-index:;position:relative;display:none; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w { border-width: 0; border-radius: 0; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container.adaptive-delivery-prevent-bg, #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container.lazyload, #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container.lazyloading { background-image: none; }#V5hmigihEoGbUZxoL1XDPWqOWDbfnJNu { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:6rem;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; }
#NlAoFCeZ7HLR2CPLg2yK6iK38DKOmn4h { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgNBwxd3mhpNP3zHykZveVEVq1GvaS25 { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:49.3125rem;left:1.9375rem;height:5.25rem;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; }
#CIg6TxIwH4NnkpKlVsaGhtVNEThBkCfI { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:55.3125rem;left:1.9375rem;height:3rem;font-style:normal;display:block; }
#dLDZ3ZsDAEhNbJTapm9HmPE3Ft1h3ckx { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:49.3125rem;left:60.1875rem;height:;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; }
#l1pxNgdPSkLAxTES6MSvsA3OUiADH3eW { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:54.125rem;left:60.1875rem;height:3rem;font-style:normal;display:block; }
#TRTUREHcDbkWyKc60yLGWm4TPEAJvgTI { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:49.3125rem;left:40.875rem;height:1.75rem;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; }
#hslT2yuMoAuhOdLg3D7rM2wehOIH7kzi { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:53.9375rem;left:40.875rem;height:3rem;font-style:normal;display:block; }
#NIy9iT9yl3l4wxZTNJNk5yqdk580A7Xi { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:49.3125rem;left:21.1875rem;height:3.5rem;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; }
#KQ8mGqtPSVtPPdiNVUuiV0fIuicriftQ { color:rgba(var(--color-primary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:53.9375rem;left:21.1875rem;height:3rem;font-style:normal;display:block; }
#ezAyJBzL8r8f33xGlMSnlIXV5SDgFZVT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:14.5rem;top:24.3125rem;left:2.125rem;overflow:hidden;display:block; }
#t5GxQNvya4Q8uin90WSlgoJoPU84JSAB { position:absolute;display:block;z-index:14994;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:26.1875rem;width:18.25rem;top:21.0625rem;left:37rem;overflow:hidden;display:block; }
#eDWWOSrL4lydT87MV11Mu9CGoD61cxFP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:15.75rem;top:21.0625rem;left:19.8125rem;overflow:hidden;display:block; }
#mocCb0MepigekkSR0ERyUDU1v28c9OFt { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:42.9375rem;left:0rem;overflow:hidden;display:block; }
#urvd9XkUATfw6PASq4vVEmkZCrD0KbDr { 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:5rem;width:5rem;top:42.9375rem;left:17.4375rem;overflow:hidden;display:block; }
#onJTrUcp29W9o8UHL5qOs43cw7bq89z6 { position:absolute;display:block;z-index:15030;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:5rem;width:5rem;top:42.9375rem;left:38.0625rem;overflow:hidden;display:block; }
#Ny5bufMfShg2pg9GyrUvxzcGOE6LQMkC { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:42.9375rem;left:56.4375rem;overflow:hidden;display:block; }
#EVxvULNQXxDwd48imL9qTTumMfWx6WmW { position:absolute;display:block;z-index:15016;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:25.375rem;width:18.125rem;top:21.9375rem;left:56.25rem;overflow:hidden;display:block; }
#uXymlOWvSvkcDZXGLnozgpUTIoyIkAUy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AdcqDr1BkxtUsroH0x0VAAwHXbTdPQ5O { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#i0fsfFr4gOIyLCEfF86xQ72bNK5mnHgQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#igpvsEgi0R84LZTIVJcDbdDiTIWOxi8w { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a889b64-5cd9-4ef7-9fe1-9d4999dd329c/Flaraczerwnieb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt.adaptive-delivery-prevent-bg, #PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt.lazyload, #PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt.lazyloading { background-image: none; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt > .row .container { border-width: 0; border-radius: 0; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt > .row .container { font-size:0.875rem;font-family:arial;height:87rem;width:75rem;position:relative;display:none; }#CIiDaHLP2Fg5RTiiNW1u9PWRq0gdzHMk { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:3.7236328125rem;left:9.4375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TydmvWu9o4Tp6cekdQmainCpp56SR66t { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.3486328125rem;left:22.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lH3g6thHwgNrVl8Qq3WvlGnytAKaEZXi { position:absolute;display:block;z-index:15018;background-color:#030fad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(255,255,255,0.68) ;height:2.25rem;width:2.25rem;top:26.5625rem;left:35.125rem;display:block; }
#awBU80fooNEkfgPgTkd8tQxzKgzgib7a { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:31.5625rem;left:31.8125rem;height:3.375rem;font-style:normal;display:block; }
#LQmwqbfS5R9EkmyCLI2zvJlbhdlKZw3t { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:34.9375rem;left:23.5625rem;height:4.5rem;font-style:normal;display:block; }
#SLZSDnTQBDQW3dW0ChXtSVSGU0v2fsmQ { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:53.3125rem;left:23.4375rem;height:4.5rem;font-style:normal;display:block; }
#TndFywwf49KLT6rWKgqQJrJJfnyG31xn { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:71.5rem;left:23.6875rem;height:4.5rem;font-style:normal;display:block; }
#XGdl6eJ32aaeePuCCMJSLQ9lIICTNRmV { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:49.9375rem;left:29.1875rem;height:3.375rem;font-style:normal;display:block; }
#iwGTkzTRnM6AcUtbauEpeUa19ncpLmXE { position:absolute;display:block;z-index:15020;background-color:#030fad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(242,51,28,0.68) ;height:2.25rem;width:2.25rem;top:65.9375rem;left:35.125rem;display:block; }
#K57wNCbHfCVMzDReo5C2wLVSW9O6OBIg { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:68.125rem;left:31.875rem;height:3.375rem;font-style:normal;display:block; }
#cZr3c5ySLQkBOw2ALno6HyqZraHklgzQ { position:absolute;display:block;z-index:15019;background-color:#030fad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(255,255,255,0.68) ;height:2.25rem;width:2.25rem;top:45.625rem;left:35.125rem;display:block; }
#myO469JBhFUl23drtzsW3a8fJC1HCkHh { box-sizing:content-box;height:4rem;width:0.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:36.125rem;display:block; }
#VikePRiZkuXw5xq9ImMRbXyXQTtAi6PJ { box-sizing:content-box;height:5.375rem;width:0.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.0625rem;left:36.125rem;display:block; }
#aHVPCTK2C0RfQPcWFLOtWCkTZQWHswqu { box-sizing:content-box;height:5.375rem;width:0.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.8125rem;left:36.125rem;display:block; }
#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g { z-index:;position:relative;display:none; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g { border-width: 0; border-radius: 0; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.adaptive-delivery-prevent-bg, #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.lazyload, #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.lazyloading { background-image: none; }#V4mX81bq3g7MQRPHnHti9GuQTTTCZcoW { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:6rem;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; }
#kA0dqJSTKrn32opQrUM8ZBgH9kA4LsZ3 { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.6875rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V52h6ZKTeIJLuJvZKIAPVGeMzyKG3thw { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:49.3125rem;left:1.9375rem;height:5.25rem;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; }
#DQoP2eZgCIHk884oVcmvu0EXZu9KsFNp { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:55.3125rem;left:1.9375rem;height:3rem;font-style:normal;display:block; }
#CWUcdzfkBxHH1dZz6BMlyT9W9LV7xBEr { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:49.3125rem;left:60.1875rem;height:;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; }
#GBTIbQZcfnBLuDeUlMgz8PQDvowKTrP9 { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:54.125rem;left:60.1875rem;height:3rem;font-style:normal;display:block; }
#fNHtGSH238g5tyxFHAPTwLIH9XWy0aSn { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:49.3125rem;left:40.875rem;height:3.5rem;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; }
#NVrAZpPXInTJk15UJtps8WDSFPTGpg2O { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:53.9375rem;left:40.875rem;height:3rem;font-style:normal;display:block; }
#IpEqAan7iEhXooTnHzpTkbxVBtuOFayB { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:49.3125rem;left:21.1875rem;height:3.5rem;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; }
#bGNq5N0K4fHOxGiyb9QTGSg7CLhe9twV { color:rgba(var(--color-primary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:53.9375rem;left:21.1875rem;height:3rem;font-style:normal;display:block; }
#Xiq4LCnRHnddIKUCKqIrCTuMzKXqMBoA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:14.5rem;top:24.3125rem;left:2.125rem;overflow:hidden;display:block; }
#goEaQfd7GUs4i0c1phCVEFPDhvm8XHnD { position:absolute;display:block;z-index:14994;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:26.1875rem;width:18.25rem;top:21.0625rem;left:37rem;overflow:hidden;display:block; }
#oJhSRoKcHI8V5B9mA2PhC09m4JBee0Co { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:15.75rem;top:21.0625rem;left:19.8125rem;overflow:hidden;display:block; }
#zRsFnzVHMX2ctHFTZnZdCXSNCg5qanNR { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:42.9375rem;left:0rem;overflow:hidden;display:block; }
#hNiISm0FQLiyNvHuiTyCLsZ8wKbpEcaq { 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:5rem;width:5rem;top:42.9375rem;left:18.3125rem;overflow:hidden;display:block; }
#JxGwUqiVDTyzS1QiSFv1iJL2fUKxy2JT { position:absolute;display:block;z-index:15030;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:5rem;width:5rem;top:42.9375rem;left:38.0625rem;overflow:hidden;display:block; }
#buTi0o1QnfADWhFTn8TpoWLUbR41DnUh { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:42.9375rem;left:56.4375rem;overflow:hidden;display:block; }
#yH9BIpLk14g8xR5QgZlAzX8T2651WEHh { position:absolute;display:block;z-index:15016;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:25.375rem;width:18.125rem;top:21.9375rem;left:56.25rem;overflow:hidden;display:block; }
#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000013;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:none; }#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP > .row .container { border-width: 0; border-radius: 0; }#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:none; }#h1IomGJisKdWlhJTFcC20HIOoCLCbKLs { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:18.5625rem;top:34.9375rem;left:10.0625rem;display:block; }
#dFiLeIyrhblbMvFemz7P1VbRiZhBzNgF { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:21rem;top:47.25rem;left:10.375rem;display:block; }
#S5TfUd0FkdFqQTQWDvk6Nu2PgeosOqRV { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:39rem;top:47.5rem;left:26.1875rem;display:block; }
#tV5be2ZWXMyiTHXMCfSdubUTbLwJtTU4 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #030fad, #f2331c);background-image: -moz-linear-gradient(60deg, #030fad, #f2331c);background-image: -ms-linear-gradient(60deg, #030fad, #f2331c);background-image: -o-linear-gradient(60deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(60deg, #030fad, #f2331c);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.1875rem;width:31.5rem;top:35rem;left:31.1875rem;display:block; }
#kSMGXN31ezhbuoBsKW3pT33HrGKbKpr4 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.0625rem;left:51.1875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SBJ1Dn2PMFUVF2wzEngXVrFqfrpClDTd { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.5rem;left:55.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B5N9vM5ToEKQJZgwGDTfFAiPpOCnU19f { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.1875rem;left:10.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUpGg8I0aVEHymXxECcqSU2tpxQpK9rw { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:10.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwTd1vTAJP8TMQKcunGAIx6UtWDDnioy { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:36rem;left:52.1875rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aV6D7BWA1fLOZmgctB6pyl6ohBIOA8KZ { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:17rem;left:7.96875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#SFukPuKw2hwItl3Wa54WtDIllJzAEqWg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEW3U7W8T1gklaJpczhT6mTGZiNncFws { position:absolute;display:block;z-index:15013;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:32.125rem;width:36.375rem;top:29.9375rem;left:17.71875rem;overflow:hidden;display:block; }
#e1eFTC63mV0TnUBArI18QndF1iMBImVJ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.375rem;width:48.375rem;top:28.4375rem;left:9.0625rem;overflow:hidden;display:block; }
#wvsbE0Xa4mCpv7OLrD0JGBGXwOKUJxzH { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem; }
#H3o31q1PELWi2tHcdy2naFGga7GlOSCi { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.5rem;left:6.0625rem; }
#zfUum15gkpznc9drOGi7wxHpTZl2o5Qd { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.375rem;left:64.125rem; }
#Jg2scSTcBaE4z1Rnfya8lXMLltgCpW6d { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:44.8125rem;left:66.4375rem; }
#MKIi9zQ1Nk6Gkz59rOI7FQTDcBaMXWzT { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:48.4375rem;left:54.75rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XlhmCsiJV2s6fh4mxT8TLuVUTvutGl4Q { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:35.8125rem;left:10.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qg92pBO46pXJoGdJFTgdxaOuh02snrVa { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:48.1875rem;left:10.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JDTNS2VD5X8B2hVofVAWc1tCULAZrR8E { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.75rem;top:9rem;left:0rem;display:none; }
#Cpgh4r8VW7dlVPHWbbFhx4nLCt7coSXJ { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#qDb3UNnnHXr76IyLV3H1WL7eJ0PPdkF6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#sGTCTO3DtSqA19DnBHCAwXH7E3nGqvad { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#IRHgCkSJQw5hreAiwUPUzQHSbUoIG99e { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.375rem;left:6.0625rem;display:none; }
#c3yIEQodIG51yatyseX5OMPq7IbnJx3w { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.375rem;left:64.125rem;display:none; }
#UOV88b06rnkZWkv63oeJ4V3Ig8r8uzyI { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.5rem;left:6.0625rem;display:none; }
#XTeTtwGC5Zt9vTwC1LDzLsQEJZ8wswVJ { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:44.8125rem;left:66.4375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:42.0625rem;height:13.875rem;top:11.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:6.9375rem;height:1.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:35.8125rem;height:5.625rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sek9Ngm581mqactzJ1iuMuOV65uqn3RV { width:17rem;height:34.4375rem;top:14.125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGMTtT2qkeHkEk2rTNcCMiAWxz9hpf9i { width:26.1875rem;height:32.125rem;top:19.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmhnRneNRccmaxon8MZTTxDfLGodScW { width:4.875rem;height:3.1875rem;top:44.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcfI3e74u66LJTTC6Wq96CK3FihN6aKr { width:38.625rem;height:38.3125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FA4F6oz5A3vdTUzTLNf1sNphh25AUc { top:35.1875rem;left:0rem;width:9.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvSTbQmXywMeSFTu6XVSfcIGlw8moEEs { top:35.1875rem;left:0rem;width:9.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZAFH4Dr8GKyeMsJFLza1pqNvH7n0S8t { top:44.0625rem;left:0rem;width:21rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIGIPTCtnmVXKkxURX5z07vwvGMCPImu { width:28.75rem;height:5.0625rem;top:43.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf { display:none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qlNy0LrD0Xs48sUcxwU9pEcHb0tEg32B { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsav0kIl0af3U8Uy34XNPTL0odvzA2l { top:12.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8k2NQcPfGV7d70C5zwWefVXaOX6uAEo { top:48.5625rem;left:7.1875rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzFOQOWs5NyAGkXgrlwIq3nxoDZNQQpg { top:53.1875rem;left:7.1875rem;width:12.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq37oFnCJlmVTT3IyWNx4DOg0DwMn17g { top:48.5625rem;left:32.9375rem;width:14.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzwaCAmZaEEGRxDzn6vNUnlUlel5Dy9f { top:53.1875rem;left:33.625rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQmeNP1XwaA4VeyOOx0vCaxBTOGtrrr { top:48.5625rem;left:0rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUe6OOu0PD7g49ExIRgPvXgbufDHcVf { top:53.1875rem;left:0rem;width:14.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPw1bUUMTH95chb7SixIN0QJ1NiNt4AR { top:48.5625rem;left:25.9375rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OULAGV4MqNyVWhgTMhtltNZyT6T6FTca { top:53.1875rem;left:25.9375rem;width:12.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibU7OtTBTtKNVKAylm4h8nIFTUaZpkHX { width:15.5rem;height:26.5625rem;top:20.875rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMVdXvZnTvu2zZ861xeX46Z8dkQpTgz6 { width:18.25rem;height:26.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7zU9iTOKAFpm3bOEVohBCc82i3lA4V { width:15.75rem;height:24.8125rem;top:19.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5fBTBHp6Z3AGylQXSKuQhmDNWQRfi2 { width:18.125rem;height:25.375rem;top:20.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQntpnQ5aAXZd5GTvO56P10SOyRQBLZT { display:none; }
 }@media only screen and (max-width: 763px) { #eGnbraEMHCxXd3A8rtoLsnC6XB0Hn4fZ { display:none; }
 }@media only screen and (max-width: 763px) { #rpLyHaaQlc6oM673yktGbzpxhxAXBWqg { display:none; }
 }@media only screen and (max-width: 763px) { #RshOhN86dc2qJdBK1FPX66ot7Q0mSUlo { display:none; }
 }@media only screen and (max-width: 763px) { #uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ { display:block; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSM9B3uxv56HXRl7dVr5plOqdGC0zhOn { width:25.3125rem;height:9.375rem;top:9.375rem;left:22.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVT1SnqBCNaslyVyJKTELlcTMPxcaJHo { width:36.875rem;height:22.5625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXqvWtIuMPDuaoiqbwrKIh6Rimh4Hmz { width:13.8125rem;height:2.8125rem;top:10.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF69u9Fk6L8fTJoFxhX46nemBfJdXfoW { width:41.3125rem;height:41.25rem;top:12.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziKyfUJPXReLJZpnur8aShOFetABKeO { width:14.25rem;height:21.5625rem;top:2.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKKBGz1PA1LM5bLrpyDEQaZCDrhsTaSC { width:16.25rem;height:10.5rem;top:38.125rem;left:28.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4tUg9UAFLdqIt9A5iwuqLvOH3nZStL { width:13.625rem;height:2.8125rem;top:34.5625rem;left:28.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueHlQIZ91nF9AOdH02vW6XPyCBGWnsvX { width:11.375rem;height:2.8125rem;top:35.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HkGE4VyoL9mCS5Bm9ZWZRtzoq2EEoN { width:15.4375rem;height:8.75rem;top:39rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDrgC8sJHk99NfNn8WMfnXqoDoTTQ3ZT { width:18.125rem;height:18.125rem;top:39rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5W2pKPqBRqzhbz6mEZPWKbS32tfKqT { width:27.625rem;height:19.75rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWp2WzfUPDMCQ1G0uISDTyL7nnVEyTAO { width:28rem;height:6.1875rem;top:88.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcaPUZ35bVHMl7RTMT2wwguIq7LwVbJQ { width:47.75rem;height:26.73546856465rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usScsgnqS83p0R1SFchC1h1BxMgNOzxB { width:36.875rem;height:17.1875rem;top:60.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuwTGRFld5QKvaPMRZtvPVDPpd0bGcn { width:13.8125rem;height:2.8125rem;top:62.5rem;left:27rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVbuMEFQ7TlfPILrLkFfLH7DCqel4hO { width:5rem;height:5rem;top:66.875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBMVHRpDKUIrG7up1SOrbkJQgQhkHUWr { width:26.5625rem;height:14.9375rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7oP6y4rGQQRcTNvlJbvwL02MCCBVTNt { width:12.6875rem;height:8.75rem;top:66.0625rem;left:27rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul66XlueUy6HhxKlqB6aDN56SQiWbFAK { width:27.625rem;height:22.5625rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIF36qvs45E72rmZNZZtviBOgMf6Pqy { width:15.1875rem;height:2.8125rem;top:63rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSidAnvVkXCNLyt0aVHGH6auyP16kub { width:16.375rem;height:5.25rem;top:66.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeErMwz6CDdP3cgrVcR8svE2yPPUmkb5 { width:9.875rem;height:9.0625rem;top:71.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvrHVPtLDUDSxXEdk6eq4toiQMGsvUrP { width:18.125rem;height:8.75rem;top:14.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8xzJbOWDQr0EQhEDfCix5oQ2v2xkHq { width:24.5625rem;height:22.5625rem;top:82.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiKaHgbngqwOMRqoAXsaIdqguCtOkzU { width:17.875rem;height:2.8125rem;top:86.4375rem;left:29.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6UTVWC4PtkuPzayxXvDfGrHG9UhvT3R { width:14rem;height:5.25rem;top:90.1875rem;left:31rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1SmsahzrfxDaMbsLoAqhG8QpVcHkK17 { width:7.75rem;height:15.8125rem;top:90.8125rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4LGvJIVpEs2rqeMcU3JtV8Tt7RslnTh { width:47.3125rem;height:41.3125rem;top:16.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaoLEtnHE7ibGDbBDaOn3T6aPQNrpT31 { width:5rem;height:5rem;top:66.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6iv625vEf8pWQtPLkBA5P5Ps3TeoXI { width:5rem;height:5rem;top:66.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOQhM2OxQ6C9v2pTUVWDsUokKdvbwmm { width:5rem;height:5rem;top:66.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbFyGkCZTMvB5zaSCKqnPNCWbp7m1ueJ { width:5rem;height:5rem;top:66.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1iGWlx2myh6rvRUAVclmZVDelTOsSzC { width:19.75rem;height:19.6875rem;top:91.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpnix4MazaFBwZbagFeeJEHgrb0KPFEa { width:32.1875rem;height:22.5625rem;top:30.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpszyHEnsiEkNSri5JXoII9DpSHPbWf { width:17.125rem;height:17.125rem;top:38.625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rCGe7LlFdixPzEJwuvrG7GCL7N0SkR { width:29.6875rem;height:29.6875rem;top:26.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvxN2f2LiV4QnT6tzy0mW7GJN0TUOPIK { width:29.6875rem;height:29.6875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTUdR1uDJLGLn6XZzHm7MT2gVvO1gca { top:96.25rem;left:0rem;width:9.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33qTxmnyR6QaF79mA6F9FLr4M2lHRri { top:96.25rem;left:8.3125rem;width:9.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8mqBzK0T85xIT5AFuysi9aJioevnmI { width:18.875rem;height:6.5rem;top:169.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT { display:block; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzpMmTLvqGBc8MNnAQv1v2LRI32V0bpM { top:34.9375rem;left:0rem;width:18.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaeUde9U5WXrWkSAdGuNDGHx6Mw5yDto { top:47.25rem;left:0rem;width:22.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOoXbdi5rJERITpUJkgMZ4At4V6TzHga { top:47.25rem;left:14.9375rem;width:32.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNAd7kiSXAsgfIWSoKtVIoiRpAXVcD8r { top:35rem;left:16.25rem;width:31.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cztygTNn7iywyipOgspgwhSO4dz5T0OS { top:33.0625rem;left:36.1875rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDxxBPHZSsABoW47tJslNMf8JIT8QT5p { top:45.1875rem;left:38.4375rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJAilDNmqCQCfhd7JUlgFPBsDpVphB5 { top:45.1875rem;left:0rem;width:10.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAi9ayUVvoDJF585D48tMeShZGfTg4Nl { top:32.75rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rehqV7ILdTzxfrTXlFRtJRTigT3GRzda { top:36rem;left:37.125rem;width:10.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIXgDTGPDovCQlwWaCJDvzSnOBT9mpB { top:17rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsN16OBHZPBWBbTdw9gyLMEtS6k47qRz { top:6.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmKtnkg8kEMeNSrTiaikpAkTok9Tv2ER { top:26.6875rem;left:14.1875rem;width:19.375rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlvZB7IPVnx60n5WVue59NmfypTso3t { width:47.75rem;height:47.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZVHGBbTZ0k1rpQoUTloFQzv1NfQcrzF { width:3rem;height:3rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfbkdnPS1vxsshb5DeHwz3CMHhzzpmR5 { width:3rem;height:3rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hezUvih2Bw8azGBpBRtExhseGqZzq7mN { width:3rem;height:3rem;top:32.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7sOcwrTtqOKHsfNQD1F9B8kMpxZ88Rb { width:3rem;height:3rem;top:44.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOO7Uf2H03gXKtcuX5ka2BTMh4ZKOf1G { top:48.1875rem;left:37.125rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNd62ve7L54WfBly3DWQRi8th04z69y8 { top:35.8125rem;left:0rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLs5ATxPCcOSG0WdaWRVKbFv7qidohJf { top:48.1875rem;left:0rem;width:10.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTSs4XZluuVwodBFVngOQaguiUET2Hy { top:9rem;left:0rem;width:20rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZGJokRbHWSUTUA2FLXmqxgWO2ZiDFLI { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeOd58N0n5l43SgxWn8RuOHNEzyGMU7t { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOv48RZMECc1a1HBiOpX0PrwmtcvTcEC { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiHcI0KOomFWVEK5qQbsNIH6mAJ7ZvFw { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxK1uOrQyuB4PNTe7LNWRm8BfcTwrqGt { width:3rem;height:3rem;top:32.375rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNk8ZpIneOSJHJSULIaaD97GqbVEVwG6 { width:3rem;height:3rem;top:44.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG2nJbe5ni3gOMFqSCryT9la5BPm1Xdc { width:3rem;height:3rem;top:44.8125rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWAUIho9r3ebnAAwfq95gmJ2STyycm2b { display:none; }
 }@media only screen and (max-width: 763px) { #I0DfRr7eQunAresH6ZFnvmg5wnVkdOqa { display:none; }
 }@media only screen and (max-width: 763px) { #hTo026tgzQrKXedWr7XcFf7nWdlgtTHd { display:none; }
 }@media only screen and (max-width: 763px) { #AF7AhJGelvyC4Q2gqaVBIqaiCeD2DJf6 { display:none; }
 }@media only screen and (max-width: 763px) { #P6kTpIZRziy9q49xNfoSDHbssFLT97qB { display:none; }
 }@media only screen and (max-width: 763px) { #xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy { display:block; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwhflLbTWKot1begMZESak2fUGFvhWHr { width:29.75rem;height:15rem;top:13.75rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoDuO5Ul4GQ797lsTOh9fdLc5c5xgcSb { width:28.75rem;height:7.5rem;top:3.875rem;left:19rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sil4dBhCzOCByXCTVwIJIZXEevFTdSKT { width:13.8125rem;height:3.125rem;top:32.875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFfT8gVPg3mAUIZ5wopwvZoXC9fx6r1s { display:block; }
 }@media only screen and (max-width: 763px) { #DCavPFnBo10BnOVFN2evptbv32mle6XT { width:25.375rem;height:21.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfm1riL5rEDzrNhJRzrkSLKKRvAwTwz6 { top:3.875rem;left:0rem;width:37.875rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 { display:block; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO5RykDBDaZKmuTRqep9NNgGoRA4vDdG { width:47.75rem;height:7.5rem;top:7.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9DhWDoLkRMk3VvN9AEVK0fHsTqTP22K { width:47.75rem;height:1.875rem;top:16.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTVmnWJ6au2VXF47QsuVDObFvgHBZIC { width:13.5625rem;height:13.4375rem;top:29.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTqefQGhph3rIEfMgoxi82HfqCANxUf { width:17rem;height:16.875rem;top:25.75rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6C1el85xPovE2OvO1D5m6uUIPmbTDpa { top:30.125rem;left:11.6875rem;width:9.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgT5rN4KLTWEK8gcsnIKSXTheLUcJAb { top:30.125rem;left:24.875rem;width:9.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXu7FOHSigixX5epwUBvWvDKqc9HL8a { top:21.1875rem;left:11.6875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czHoa2tR713JyPpsng8EuvcdkaCin0kC { top:21.1875rem;left:24.875rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 { display:block; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndS5X5nTVEEEouIwScc6ZRrsawJaNhHO { top:10.4375rem;left:7.3125rem;width:33.125rem;height:12rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwPugPRJE71HZ59pIMWXuKfRbohnBFy { top:16.5rem;left:32.625rem;width:1.75rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh { display:block; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwIVCO22Oz9C0hEbpCrOJIszu7skr1w { width:6.4375rem;height:1.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI3rUzT7Xv1CuwSkSQ96yrdC2rc7TfT9 { width:18.9375rem;height:4.6875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsxMW4LZ1RsrpUSwGUiMUfCrStCgURc { width:3rem;height:3rem;top:5.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO { width:1.4375rem;height:1.4375rem;top:5.875rem;left:46.3125rem;display:block; }
#KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #nLi7IcxSLR8b7pka7TmD9kJWteay3ECB { width:3rem;height:3rem;top:5.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9uISM6NwhE47HtX58TlnNS88iWevAqf { width:1.375rem;height:1.375rem;top:5.9375rem;left:46.375rem;display:block; }
#i9uISM6NwhE47HtX58TlnNS88iWevAqf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hrm0HPmnHsTeQ1axvT03dHPaoaasNH2n { width:3rem;height:3rem;top:5.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm { width:1.375rem;height:1.375rem;top:5.9375rem;left:46.375rem;display:block; }
#q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #f4H60Ob07F6xgfVIRnFExr8qOSl8IJxy { width:9.375rem;height:1.5625rem;top:5.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVcLGTUZ9fSlJqTCVdb3OkG8hpUSmNf { width:7.4375rem;height:1.5625rem;top:5.875rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEDyiGEVM2b0nytUs7z2TDXIvxkBTCle { width:4.8125rem;height:1.5625rem;top:5.875rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fth30TKzXr0XITblTz0qADlwhvcTCpP4 { width:3rem;height:3rem;top:5.125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC { width:1.25rem;height:1.25rem;top:6rem;left:43.1875rem;display:block; }
#u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ebVtCl9WFIFln4GkO94KZTduCmsqGIRv { width:3rem;height:3rem;top:5.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve { width:1.375rem;height:1.375rem;top:5.9375rem;left:46.375rem;display:block; }
#dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 { display:none; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geK4qRhXIrUtTxxr3goBwyn5komuS8ov { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUQrecs1Sgxp3kJTXHxqZshvyEWIHhe { top:12.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiqUSLG8b4UwBIJJrIUl5OaIWmUhLIty { top:49.3125rem;left:0rem;width:14.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaM3rSdISCzxiLegmhmk6kxl0um17FMF { top:53.1875rem;left:0rem;width:12.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvrs5UuGPDwSrTnRUveT7E6G49VXpPlL { top:48.5625rem;left:32.9375rem;width:14.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnTs8QANn4z5TZgclQPLFwSV7aeO7Azm { top:53.1875rem;left:33.625rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJy893Kkn9JsM5iTRiii5BGTq5RPzvJ { top:48.75rem;left:24.84375rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9T7yoAbP1IJQmGtld6DhTgacQgR5ux { top:53.1875rem;left:24.84375rem;width:14.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDiyAQauUgXk5KTwz0XPrwwN3DGEitXA { top:48.75rem;left:7.5625rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrfVivk7aTUOT3Emi9VMzzLTTVRo8P5W { top:53.1875rem;left:7.5625rem;width:12.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTwwCliidPDquwQFKwsqpJqyJK0cAUb { width:15.5rem;height:26.5625rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMA4ZSsTxldaynX4sRe3uSdU1icx6CdO { width:18.25rem;height:26.1875rem;top:21.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgdOK3PNwb0oVW7MWMWcOfP5ESm5rUP { width:15.75rem;height:24.8125rem;top:21.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plz4tnGJanBnzPBxoPRnlP2TlN20tlSg { width:18.125rem;height:25.375rem;top:21.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2F9KWnvrTlKvKuFA9MPt8e4Taayx1Q9 { display:none; }
 }@media only screen and (max-width: 763px) { #JmRKIPMyW5DuvFFDKSZfT0lW6LwLIpnX { display:none; }
 }@media only screen and (max-width: 763px) { #Iuie1QtyGPqEg07sdGkDQNhe881tWVbA { display:none; }
 }@media only screen and (max-width: 763px) { #MEyfooDWu3Z55yMKLoAqS6Ifn0tPnIll { display:none; }
 }@media only screen and (max-width: 763px) { #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w { display:none; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V5hmigihEoGbUZxoL1XDPWqOWDbfnJNu { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlAoFCeZ7HLR2CPLg2yK6iK38DKOmn4h { top:12.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNBwxd3mhpNP3zHykZveVEVq1GvaS25 { top:49.3125rem;left:0rem;width:14.8125rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg6TxIwH4NnkpKlVsaGhtVNEThBkCfI { top:55.3125rem;left:0rem;width:12.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLDZ3ZsDAEhNbJTapm9HmPE3Ft1h3ckx { top:49.3125rem;left:32.9375rem;width:14.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pxNgdPSkLAxTES6MSvsA3OUiADH3eW { top:54.125rem;left:33.625rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTUREHcDbkWyKc60yLGWm4TPEAJvgTI { top:49.3125rem;left:27.25rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hslT2yuMoAuhOdLg3D7rM2wehOIH7kzi { top:53.9375rem;left:27.25rem;width:14.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIy9iT9yl3l4wxZTNJNk5yqdk580A7Xi { top:49.3125rem;left:7.5625rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ8mGqtPSVtPPdiNVUuiV0fIuicriftQ { top:53.9375rem;left:7.5625rem;width:12.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezAyJBzL8r8f33xGlMSnlIXV5SDgFZVT { width:14.5rem;height:24.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GxQNvya4Q8uin90WSlgoJoPU84JSAB { width:18.25rem;height:26.1875rem;top:21.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDWWOSrL4lydT87MV11Mu9CGoD61cxFP { width:15.75rem;height:24.8125rem;top:21.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mocCb0MepigekkSR0ERyUDU1v28c9OFt { top:42.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvd9XkUATfw6PASq4vVEmkZCrD0KbDr { top:42.9375rem;left:3.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJTrUcp29W9o8UHL5qOs43cw7bq89z6 { top:42.9375rem;left:24.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny5bufMfShg2pg9GyrUvxzcGOE6LQMkC { top:42.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVxvULNQXxDwd48imL9qTTumMfWx6WmW { width:18.125rem;height:25.375rem;top:21.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXymlOWvSvkcDZXGLnozgpUTIoyIkAUy { display:none; }
 }@media only screen and (max-width: 763px) { #AdcqDr1BkxtUsroH0x0VAAwHXbTdPQ5O { display:none; }
 }@media only screen and (max-width: 763px) { #i0fsfFr4gOIyLCEfF86xQ72bNK5mnHgQ { display:none; }
 }@media only screen and (max-width: 763px) { #igpvsEgi0R84LZTIVJcDbdDiTIWOxi8w { display:none; }
 }@media only screen and (max-width: 763px) { #PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt { display:block; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIiDaHLP2Fg5RTiiNW1u9PWRq0gdzHMk { top:3.6875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydmvWu9o4Tp6cekdQmainCpp56SR66t { top:15.3125rem;left:8.9375rem;width:27.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3g6thHwgNrVl8Qq3WvlGnytAKaEZXi { top:26.5625rem;left:21.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awBU80fooNEkfgPgTkd8tQxzKgzgib7a { top:31.5625rem;left:18.1875rem;width:8.8125rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQmwqbfS5R9EkmyCLI2zvJlbhdlKZw3t { top:34.9375rem;left:9.9375rem;width:25.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLZSDnTQBDQW3dW0ChXtSVSGU0v2fsmQ { top:53.3125rem;left:9.8125rem;width:25.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndFywwf49KLT6rWKgqQJrJJfnyG31xn { top:71.5rem;left:10.0625rem;width:25.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGdl6eJ32aaeePuCCMJSLQ9lIICTNRmV { top:49.9375rem;left:15.5625rem;width:14.0625rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwGTkzTRnM6AcUtbauEpeUa19ncpLmXE { top:65.9375rem;left:21.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K57wNCbHfCVMzDReo5C2wLVSW9O6OBIg { top:68.125rem;left:18.25rem;width:8.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZr3c5ySLQkBOw2ALno6HyqZraHklgzQ { top:45.625rem;left:21.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myO469JBhFUl23drtzsW3a8fJC1HCkHh { top:27.5625rem;left:22.5rem;width:0.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikePRiZkuXw5xq9ImMRbXyXQTtAi6PJ { top:44.0625rem;left:22.5rem;width:0.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVPCTK2C0RfQPcWFLOtWCkTZQWHswqu { top:62.8125rem;left:22.5rem;width:0.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g { display:block; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4mX81bq3g7MQRPHnHti9GuQTTTCZcoW { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA0dqJSTKrn32opQrUM8ZBgH9kA4LsZ3 { top:12.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V52h6ZKTeIJLuJvZKIAPVGeMzyKG3thw { top:49.3125rem;left:0rem;width:14.8125rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQoP2eZgCIHk884oVcmvu0EXZu9KsFNp { top:55.3125rem;left:0rem;width:12.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWUcdzfkBxHH1dZz6BMlyT9W9LV7xBEr { top:49.3125rem;left:32.9375rem;width:14.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTIbQZcfnBLuDeUlMgz8PQDvowKTrP9 { top:54.125rem;left:33.625rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNHtGSH238g5tyxFHAPTwLIH9XWy0aSn { top:49.3125rem;left:27.25rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVrAZpPXInTJk15UJtps8WDSFPTGpg2O { top:53.9375rem;left:27.25rem;width:14.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEqAan7iEhXooTnHzpTkbxVBtuOFayB { top:49.3125rem;left:7.5625rem;width:14.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGNq5N0K4fHOxGiyb9QTGSg7CLhe9twV { top:53.9375rem;left:7.5625rem;width:12.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiq4LCnRHnddIKUCKqIrCTuMzKXqMBoA { width:14.5rem;height:24.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEaQfd7GUs4i0c1phCVEFPDhvm8XHnD { width:18.25rem;height:26.1875rem;top:21.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhSRoKcHI8V5B9mA2PhC09m4JBee0Co { width:15.75rem;height:24.8125rem;top:21.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsFnzVHMX2ctHFTZnZdCXSNCg5qanNR { top:42.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiISm0FQLiyNvHuiTyCLsZ8wKbpEcaq { top:42.9375rem;left:4.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxGwUqiVDTyzS1QiSFv1iJL2fUKxy2JT { top:42.9375rem;left:24.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTi0o1QnfADWhFTn8TpoWLUbR41DnUh { top:42.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9BIpLk14g8xR5QgZlAzX8T2651WEHh { width:18.125rem;height:25.375rem;top:21.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP { display:block; }#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1IomGJisKdWlhJTFcC20HIOoCLCbKLs { top:34.9375rem;left:0rem;width:18.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiLeIyrhblbMvFemz7P1VbRiZhBzNgF { top:47.25rem;left:0rem;width:21rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5TfUd0FkdFqQTQWDvk6Nu2PgeosOqRV { top:47.5rem;left:8.75rem;width:39rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV5be2ZWXMyiTHXMCfSdubUTbLwJtTU4 { top:35rem;left:16.25rem;width:31.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSMGXN31ezhbuoBsKW3pT33HrGKbKpr4 { top:33.0625rem;left:36.1875rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJ1Dn2PMFUVF2wzEngXVrFqfrpClDTd { top:45.5rem;left:38.4375rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5N9vM5ToEKQJZgwGDTfFAiPpOCnU19f { top:45.1875rem;left:0rem;width:10.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUpGg8I0aVEHymXxECcqSU2tpxQpK9rw { top:32.75rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwTd1vTAJP8TMQKcunGAIx6UtWDDnioy { top:36rem;left:37.125rem;width:10.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6D7BWA1fLOZmgctB6pyl6ohBIOA8KZ { top:17rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFukPuKw2hwItl3Wa54WtDIllJzAEqWg { top:6.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEW3U7W8T1gklaJpczhT6mTGZiNncFws { top:29.9375rem;left:4.09375rem;width:36.375rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1eFTC63mV0TnUBArI18QndF1iMBImVJ { width:47.75rem;height:47.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvsbE0Xa4mCpv7OLrD0JGBGXwOKUJxzH { width:3rem;height:3rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3o31q1PELWi2tHcdy2naFGga7GlOSCi { width:3rem;height:3rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfUum15gkpznc9drOGi7wxHpTZl2o5Qd { width:3rem;height:3rem;top:32.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg2scSTcBaE4z1Rnfya8lXMLltgCpW6d { width:3rem;height:3rem;top:44.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKIi9zQ1Nk6Gkz59rOI7FQTDcBaMXWzT { top:48.4375rem;left:37.125rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhmCsiJV2s6fh4mxT8TLuVUTvutGl4Q { top:35.8125rem;left:0rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg92pBO46pXJoGdJFTgdxaOuh02snrVa { top:48.1875rem;left:0rem;width:10.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTNS2VD5X8B2hVofVAWc1tCULAZrR8E { top:9rem;left:0rem;width:20rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cpgh4r8VW7dlVPHWbbFhx4nLCt7coSXJ { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDb3UNnnHXr76IyLV3H1WL7eJ0PPdkF6 { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGTCTO3DtSqA19DnBHCAwXH7E3nGqvad { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRHgCkSJQw5hreAiwUPUzQHSbUoIG99e { width:3rem;height:3rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3yIEQodIG51yatyseX5OMPq7IbnJx3w { width:3rem;height:3rem;top:32.375rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOV88b06rnkZWkv63oeJ4V3Ig8r8uzyI { width:3rem;height:3rem;top:44.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTeTtwGC5Zt9vTwC1LDzLsQEJZ8wswVJ { width:3rem;height:3rem;top:44.8125rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:transparent;background-image: -webkit-linear-gradient(71deg, #030fad, #f2331c);background-image: -moz-linear-gradient(71deg, #030fad, #f2331c);background-image: -ms-linear-gradient(71deg, #030fad, #f2331c);background-image: -o-linear-gradient(71deg, #030fad, #f2331c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030fad', endColorstr='#f2331c' );";background-image: linear-gradient(71deg, #030fad, #f2331c);background-size:cover !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:18.875rem;height:10.5rem;top:6.875rem;left:0.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:5.375rem;height:1.25rem;top:1.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:18.875rem;height:7.5rem;top:18.75rem;left:0.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Sek9Ngm581mqactzJ1iuMuOV65uqn3RV { width:10.0625rem;height:20.5625rem;top:34.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGMTtT2qkeHkEk2rTNcCMiAWxz9hpf9i { width:12.4375rem;height:15.25rem;top:34.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rVmhnRneNRccmaxon8MZTTxDfLGodScW { width:4.875rem;height:3.1875rem;top:61rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcfI3e74u66LJTTC6Wq96CK3FihN6aKr { width:8rem;height:7.9375rem;top:57.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FA4F6oz5A3vdTUzTLNf1sNphh25AUc { width:9.6875rem;height:3.125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvSTbQmXywMeSFTu6XVSfcIGlw8moEEs { width:9.375rem;height:3.125rem;top:27.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZAFH4Dr8GKyeMsJFLza1pqNvH7n0S8t { width:20rem;height:0;top:27.25rem;left:0.1875rem;font-size:1.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #qIGIPTCtnmVXKkxURX5z07vwvGMCPImu { width:20rem;height:3.9375rem;top:56.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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;display:block; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf.adaptive-delivery-prevent-bg, #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf.lazyload, #HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf.lazyloading { background-image: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container { background-color: transparent; background-image: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container > .video-iframe-container { display: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row > .video-iframe-container { display: none; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .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); }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container { border-width: 0; border-radius: 0; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HCqk7vwgIZFHxiqRv2lG12IrQ4ZoZKpf > .row .container { width:20rem;height:152.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlNy0LrD0Xs48sUcxwU9pEcHb0tEg32B { width:18.875rem;height:6rem;top:3.1875rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMsav0kIl0af3U8Uy34XNPTL0odvzA2l { width:20rem;height:3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8k2NQcPfGV7d70C5zwWefVXaOX6uAEo { width:18.4375rem;height:2.375rem;top:75.8125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nzFOQOWs5NyAGkXgrlwIq3nxoDZNQQpg { width:18.1875rem;height:2.625rem;top:78.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #yq37oFnCJlmVTT3IyWNx4DOg0DwMn17g { width:16.3125rem;height:1.25rem;top:144rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #gzwaCAmZaEEGRxDzn6vNUnlUlel5Dy9f { width:18.5625rem;height:1.3125rem;top:145.8125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #JuQmeNP1XwaA4VeyOOx0vCaxBTOGtrrr { width:16.8125rem;height:1.1875rem;top:40.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #LRUe6OOu0PD7g49ExIRgPvXgbufDHcVf { width:17.25rem;height:2.625rem;top:41.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #oPw1bUUMTH95chb7SixIN0QJ1NiNt4AR { width:19.125rem;height:1.1875rem;top:111.75rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #OULAGV4MqNyVWhgTMhtltNZyT6T6FTca { width:18.3125rem;height:1.3125rem;top:113.5625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ibU7OtTBTtKNVKAylm4h8nIFTUaZpkHX { width:14.25rem;height:24.5625rem;top:48.875rem;left:2.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yMVdXvZnTvu2zZ861xeX46Z8dkQpTgz6 { width:15.5625rem;height:22.25rem;top:15.6875rem;left:2.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #hK7zU9iTOKAFpm3bOEVohBCc82i3lA4V { width:14.125rem;height:22.25rem;top:86.75rem;left:2.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5fBTBHp6Z3AGylQXSKuQhmDNWQRfi2 { width:15.875rem;height:22.25rem;top:120.1875rem;left:2.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #rQntpnQ5aAXZd5GTvO56P10SOyRQBLZT { top:71rem;left:0rem;width:20rem;height:11.9375rem;z-index:15028;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eGnbraEMHCxXd3A8rtoLsnC6XB0Hn4fZ { top:107.375rem;left:0rem;width:20rem;height:9.1875rem;z-index:15029;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rpLyHaaQlc6oM673yktGbzpxhxAXBWqg { top:35.3125rem;left:0rem;width:20rem;height:10.625rem;z-index:15030;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #RshOhN86dc2qJdBK1FPX66ot7Q0mSUlo { top:139.3125rem;left:0rem;width:20rem;height:9.625rem;z-index:15031;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ { display:block; }#uFLHJWsWZTlsVFHnBBFe5vKTn8JwxSfJ > .row .container { width:20rem;height:176.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSM9B3uxv56HXRl7dVr5plOqdGC0zhOn { width:18.875rem;height:4.625rem;top:4.2421875rem;left:0.5625rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HVT1SnqBCNaslyVyJKTELlcTMPxcaJHo { width:20rem;height:17.5rem;top:14.375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RJXqvWtIuMPDuaoiqbwrKIh6Rimh4Hmz { width:16rem;height:2.6875rem;top:16.75rem;left:2rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tF69u9Fk6L8fTJoFxhX46nemBfJdXfoW { width:15.5rem;height:15.4375rem;top:46.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziKyfUJPXReLJZpnur8aShOFetABKeO { width:5.125rem;height:7.8125rem;top:27rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKKBGz1PA1LM5bLrpyDEQaZCDrhsTaSC { width:16rem;height:9.75rem;top:68.375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4tUg9UAFLdqIt9A5iwuqLvOH3nZStL { width:16rem;height:2.6875rem;top:64.375rem;left:2rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ueHlQIZ91nF9AOdH02vW6XPyCBGWnsvX { width:16rem;height:2.6875rem;top:39.9375rem;left:1.875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4HkGE4VyoL9mCS5Bm9ZWZRtzoq2EEoN { width:17rem;height:6.5rem;top:43.3125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDrgC8sJHk99NfNn8WMfnXqoDoTTQ3ZT { width:9.6875rem;height:9.6875rem;top:49.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5W2pKPqBRqzhbz6mEZPWKbS32tfKqT { width:20rem;height:17.8125rem;top:38.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWp2WzfUPDMCQ1G0uISDTyL7nnVEyTAO { width:15.375rem;height:0;top:169.0625rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcaPUZ35bVHMl7RTMT2wwguIq7LwVbJQ { width:20rem;height:11.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usScsgnqS83p0R1SFchC1h1BxMgNOzxB { width:20rem;height:22.25rem;top:92.125rem;left:0rem;z-index:14994;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuwTGRFld5QKvaPMRZtvPVDPpd0bGcn { width:13.8125rem;height:2.6875rem;top:93.9375rem;left:1.875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #knVbuMEFQ7TlfPILrLkFfLH7DCqel4hO { width:4.5rem;height:4.5rem;top:106.4375rem;left:0.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aBMVHRpDKUIrG7up1SOrbkJQgQhkHUWr { width:18.375rem;height:10.25rem;top:165.3125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7oP6y4rGQQRcTNvlJbvwL02MCCBVTNt { width:16.625rem;height:6.5rem;top:97.4375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul66XlueUy6HhxKlqB6aDN56SQiWbFAK { width:20rem;height:17.25rem;top:118.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIF36qvs45E72rmZNZZtviBOgMf6Pqy { width:15.1875rem;height:1.75rem;top:121.125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSidAnvVkXCNLyt0aVHGH6auyP16kub { width:16.5rem;height:4.875rem;top:123.875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeErMwz6CDdP3cgrVcR8svE2yPPUmkb5 { width:7.0625rem;height:6.5rem;top:128.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvrHVPtLDUDSxXEdk6eq4toiQMGsvUrP { width:16.9375rem;height:6.5rem;top:20.3125rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8xzJbOWDQr0EQhEDfCix5oQ2v2xkHq { width:20rem;height:16.4375rem;top:139.125rem;left:0rem;z-index:14999;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiKaHgbngqwOMRqoAXsaIdqguCtOkzU { width:12.9375rem;height:2.6875rem;top:141.9375rem;left:2rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m6UTVWC4PtkuPzayxXvDfGrHG9UhvT3R { width:14.1875rem;height:4.875rem;top:145.5625rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1SmsahzrfxDaMbsLoAqhG8QpVcHkK17 { width:5.8125rem;height:12.0625rem;top:147.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4LGvJIVpEs2rqeMcU3JtV8Tt7RslnTh { width:20rem;height:17.4619140625rem;top:10.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VaoLEtnHE7ibGDbBDaOn3T6aPQNrpT31 { width:4.5rem;height:4.5rem;top:106.4375rem;left:4.1875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6iv625vEf8pWQtPLkBA5P5Ps3TeoXI { width:4.5rem;height:4.5rem;top:106.4375rem;left:7.6875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HPOQhM2OxQ6C9v2pTUVWDsUokKdvbwmm { width:4.5rem;height:4.5rem;top:106.4375rem;left:11.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HbFyGkCZTMvB5zaSCKqnPNCWbp7m1ueJ { width:4.5rem;height:4.5rem;top:106.4375rem;left:14.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #N1iGWlx2myh6rvRUAVclmZVDelTOsSzC { width:14.3125rem;height:14.25rem;top:112.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpnix4MazaFBwZbagFeeJEHgrb0KPFEa { width:19.875rem;height:25.5625rem;top:60.625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:1.5rem;background-color:transparent;background-image: -webkit-linear-gradient(240deg, #000000, rgba(255,255,255,0.1));background-image: -moz-linear-gradient(240deg, #000000, rgba(255,255,255,0.1));background-image: -ms-linear-gradient(240deg, #000000, rgba(255,255,255,0.1));background-image: -o-linear-gradient(240deg, #000000, rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff19' );";background-image: linear-gradient(240deg, #000000, rgba(255,255,255,0.1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xTpszyHEnsiEkNSri5JXoII9DpSHPbWf { width:10.375rem;height:10.375rem;top:78.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rCGe7LlFdixPzEJwuvrG7GCL7N0SkR { width:20rem;height:20rem;top:141.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kvxN2f2LiV4QnT6tzy0mW7GJN0TUOPIK { width:18.625rem;height:18.625rem;top:75.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTUdR1uDJLGLn6XZzHm7MT2gVvO1gca { width:9.6875rem;height:3.125rem;top:170.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33qTxmnyR6QaF79mA6F9FLr4M2lHRri { width:9.375rem;height:3.125rem;top:170.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8mqBzK0T85xIT5AFuysi9aJioevnmI { width:18.875rem;height:6.5rem;top:161.9375rem;left:0.5625rem;font-size:1.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT { display:block; }#tVLseH0IWluZ0BdozL1C5PgQCTlwr3kT > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzpMmTLvqGBc8MNnAQv1v2LRI32V0bpM { width:7.75rem;height:0.1875rem;top:91.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaeUde9U5WXrWkSAdGuNDGHx6Mw5yDto { width:10.75rem;height:0.1875rem;top:89rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOoXbdi5rJERITpUJkgMZ4At4V6TzHga { width:7rem;height:0.1875rem;top:88.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNAd7kiSXAsgfIWSoKtVIoiRpAXVcD8r { width:11.75rem;height:0.1875rem;top:90.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cztygTNn7iywyipOgspgwhSO4dz5T0OS { width:17.5rem;height:1.625rem;top:36rem;left:2.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #SDxxBPHZSsABoW47tJslNMf8JIT8QT5p { width:6.3125rem;height:1.625rem;top:73.25rem;left:4.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #cdJAilDNmqCQCfhd7JUlgFPBsDpVphB5 { width:10.625rem;height:1.625rem;top:66.8125rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vAi9ayUVvoDJF585D48tMeShZGfTg4Nl { width:8.125rem;height:1.625rem;top:30.5rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #rehqV7ILdTzxfrTXlFRtJRTigT3GRzda { width:14.75rem;height:3rem;top:37.625rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mrIXgDTGPDovCQlwWaCJDvzSnOBT9mpB { width:18rem;height:10.5rem;top:8.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsN16OBHZPBWBbTdw9gyLMEtS6k47qRz { width:18.875rem;height:11.875rem;top:3.1875rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmKtnkg8kEMeNSrTiaikpAkTok9Tv2ER { width:13.1875rem;height:22.9375rem;top:41.4375rem;left:6.5625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dVlvZB7IPVnx60n5WVue59NmfypTso3t { width:16.75rem;height:16.75rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZVHGBbTZ0k1rpQoUTloFQzv1NfQcrzF { display:flex;width:1.5rem;height:1.5rem;top:47.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfbkdnPS1vxsshb5DeHwz3CMHhzzpmR5 { display:flex;width:1.5rem;height:1.5rem;top:40.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hezUvih2Bw8azGBpBRtExhseGqZzq7mN { display:flex;width:1.5rem;height:1.5rem;top:25.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7sOcwrTtqOKHsfNQD1F9B8kMpxZ88Rb { display:flex;width:1.5rem;height:1.5rem;top:33.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOO7Uf2H03gXKtcuX5ka2BTMh4ZKOf1G { width:15.0625rem;height:3rem;top:74.875rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BNd62ve7L54WfBly3DWQRi8th04z69y8 { width:11.75rem;height:1.5rem;top:32.125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lLs5ATxPCcOSG0WdaWRVKbFv7qidohJf { width:10.75rem;height:1.5rem;top:68.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vxTSs4XZluuVwodBFVngOQaguiUET2Hy { top:17.1953125rem;left:0.5625rem;width:18.875rem;height:10.5rem;z-index:15017;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGJokRbHWSUTUA2FLXmqxgWO2ZiDFLI { display:flex;width:1.5rem;height:1.5rem;top:34.4375rem;left:-0.375rem;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zeOd58N0n5l43SgxWn8RuOHNEzyGMU7t { display:flex;width:1.5rem;height:1.5rem;top:26.75rem;left:4.2874999642372rem;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gOv48RZMECc1a1HBiOpX0PrwmtcvTcEC { display:flex;width:1.5rem;height:1.5rem;top:31.4375rem;left:0.84999996423719rem;font-size:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #OiHcI0KOomFWVEK5qQbsNIH6mAJ7ZvFw { display:flex;width:1.5rem;height:1.5rem;top:30.5625rem;left:11.0625rem;font-size:1rem;z-index:15028;opacity:1; }
 }@media only screen and (max-width: 763px) { #xxK1uOrQyuB4PNTe7LNWRm8BfcTwrqGt { display:flex;width:1.5rem;height:1.5rem;top:36.125rem;left:0.5rem;font-size:1rem;z-index:15024;opacity:1; }
 }@media only screen and (max-width: 763px) { #HNk8ZpIneOSJHJSULIaaD97GqbVEVwG6 { display:flex;width:1.5rem;height:1.5rem;top:66.875rem;left:0.5625rem;font-size:1rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #NG2nJbe5ni3gOMFqSCryT9la5BPm1Xdc { display:flex;width:1.5rem;height:1.5rem;top:73.3125rem;left:10.8125rem;font-size:1rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #aWAUIho9r3ebnAAwfq95gmJ2STyycm2b { top:31.375rem;left:1.1875rem;width:17.3125rem;height:17.5625rem;z-index:14997;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);background-color:transparent;background-image:none;border-top-left-radius:0rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0DfRr7eQunAresH6ZFnvmg5wnVkdOqa { top:31.75rem;left:0.5rem;width:15.0625rem;height:8.0625rem;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTo026tgzQrKXedWr7XcFf7nWdlgtTHd { top:30.0625rem;left:1rem;width:13.4375rem;height:4.375rem;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AF7AhJGelvyC4Q2gqaVBIqaiCeD2DJf6 { top:53.3125rem;left:1.1875rem;width:17.3125rem;height:20.75rem;z-index:14998;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);background-color:transparent;background-image:none;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kTpIZRziy9q49xNfoSDHbssFLT97qB { top:64.625rem;left:0.375rem;width:14rem;height:15.8125rem;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy { display:block; }#xDTBhCnTVUNuV5tgngoSI6TsgtoFSwJy > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwhflLbTWKot1begMZESak2fUGFvhWHr { width:18.875rem;height:21rem;top:9.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoDuO5Ul4GQ797lsTOh9fdLc5c5xgcSb { width:18.875rem;height:4.75rem;top:3.125rem;left:0.5625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sil4dBhCzOCByXCTVwIJIZXEevFTdSKT { width:13.8125rem;height:3.125rem;top:31.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFfT8gVPg3mAUIZ5wopwvZoXC9fx6r1s { display:block; }
 }@media only screen and (max-width: 763px) { #DCavPFnBo10BnOVFN2evptbv32mle6XT { width:19.25rem;height:16.4375rem;top:34rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qfm1riL5rEDzrNhJRzrkSLKKRvAwTwz6 { width:20rem;height:19.83498349835rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 { display:block; }#FImw78ZR1xBD0R2E8IhvTStJPkhs1Rk4 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO5RykDBDaZKmuTRqep9NNgGoRA4vDdG { width:18.875rem;height:9.25rem;top:2.625rem;left:0.5625rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c9DhWDoLkRMk3VvN9AEVK0fHsTqTP22K { width:18.875rem;height:3rem;top:14.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTVmnWJ6au2VXF47QsuVDObFvgHBZIC { width:6.375rem;height:6.3125rem;top:25.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTqefQGhph3rIEfMgoxi82HfqCANxUf { width:14.75rem;height:14.6875rem;top:17.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6C1el85xPovE2OvO1D5m6uUIPmbTDpa { width:9.6875rem;height:3.125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgT5rN4KLTWEK8gcsnIKSXTheLUcJAb { width:9.375rem;height:3.125rem;top:19.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXu7FOHSigixX5epwUBvWvDKqc9HL8a { width:9.6875rem;height:9.6875rem;top:18.875rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #czHoa2tR713JyPpsng8EuvcdkaCin0kC { width:9.6875rem;height:9.6875rem;top:45.125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { background-color: transparent; background-image: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container > .video-iframe-container { display: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row > .video-iframe-container { display: none; }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .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); }#xHmNveHb48wxbMxetP3r5Ji8OTwoR5M1 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndS5X5nTVEEEouIwScc6ZRrsawJaNhHO { width:9.4375rem;height:4.75rem;top:2.84375rem;left:5.28125rem;font-size:2rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTwPugPRJE71HZ59pIMWXuKfRbohnBFy { width:1.75rem;height:2.25rem;top:5.40625rem;left:13.90625rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh { display:block; }#tyHO8TAwFRooXW6b4maMtKDp4aQ8wuWh > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwIVCO22Oz9C0hEbpCrOJIszu7skr1w { width:5.375rem;height:1.25rem;top:2.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI3rUzT7Xv1CuwSkSQ96yrdC2rc7TfT9 { width:18.875rem;height:7rem;top:6.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsxMW4LZ1RsrpUSwGUiMUfCrStCgURc { width:3rem;height:3rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO { display:flex;width:1.375rem;height:1.375rem;top:27.3125rem;left:0.8125rem; }
#KXD7rxPMw6lui8Q4uL6pb4mdQIeWMHmO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #nLi7IcxSLR8b7pka7TmD9kJWteay3ECB { width:3rem;height:3rem;top:26.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9uISM6NwhE47HtX58TlnNS88iWevAqf { display:flex;width:1.375rem;height:1.375rem;top:27.3125rem;left:5.3125rem; }
#i9uISM6NwhE47HtX58TlnNS88iWevAqf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hrm0HPmnHsTeQ1axvT03dHPaoaasNH2n { width:3rem;height:3rem;top:26.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm { display:flex;width:1.375rem;height:1.375rem;top:27.3125rem;left:9.3125rem; }
#q4fstSJyy0XiGUno3LIGqXtWFeAvGUGm > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #f4H60Ob07F6xgfVIRnFExr8qOSl8IJxy { width:18.875rem;height:1.75rem;top:15.875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVcLGTUZ9fSlJqTCVdb3OkG8hpUSmNf { width:18.875rem;height:1.75rem;top:18.6875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEDyiGEVM2b0nytUs7z2TDXIvxkBTCle { width:18.875rem;height:1.75rem;top:21.5rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fth30TKzXr0XITblTz0qADlwhvcTCpP4 { width:3rem;height:3rem;top:26.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC { display:flex;width:1.25rem;height:1.25rem;top:27.375rem;left:13.5625rem; }
#u1pQ2RK8bLKBrkoTyiU4QEzFVHr9IkIC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ebVtCl9WFIFln4GkO94KZTduCmsqGIRv { width:3rem;height:3rem;top:26.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve { display:flex;width:1.375rem;height:1.375rem;top:27.3125rem;left:17.8125rem; }
#dDrbm43hQdRnP0By49u9WyUTo6hLM4Ve > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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;display:none; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4.adaptive-delivery-prevent-bg, #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4.lazyload, #kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4.lazyloading { background-image: none; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container { border-width: 0; border-radius: 0; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kMaS4VIzIw1Myp2sH6yGgfsTT8Z7Byd4 > .row .container { width:20rem;height:155.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geK4qRhXIrUtTxxr3goBwyn5komuS8ov { width:18.875rem;height:6rem;top:3.1875rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBUQrecs1Sgxp3kJTXHxqZshvyEWIHhe { width:20rem;height:3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiqUSLG8b4UwBIJJrIUl5OaIWmUhLIty { width:18.4375rem;height:2.375rem;top:40.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #eaM3rSdISCzxiLegmhmk6kxl0um17FMF { width:18.1875rem;height:2.625rem;top:43.5625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #lvrs5UuGPDwSrTnRUveT7E6G49VXpPlL { width:16.3125rem;height:1.25rem;top:145.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #gnTs8QANn4z5TZgclQPLFwSV7aeO7Azm { width:18.5625rem;height:1.3125rem;top:147.75rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #cFJy893Kkn9JsM5iTRiii5BGTq5RPzvJ { width:16.8125rem;height:1.1875rem;top:111.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rn9T7yoAbP1IJQmGtld6DhTgacQgR5ux { width:17.25rem;height:2.625rem;top:113.6875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #yDiyAQauUgXk5KTwz0XPrwwN3DGEitXA { width:19.125rem;height:1.1875rem;top:77.625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TrfVivk7aTUOT3Emi9VMzzLTTVRo8P5W { width:18.3125rem;height:1.3125rem;top:79.4375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kiTwwCliidPDquwQFKwsqpJqyJK0cAUb { width:14.25rem;height:24.5625rem;top:13.5625rem;left:2.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #uMA4ZSsTxldaynX4sRe3uSdU1icx6CdO { width:15.5625rem;height:22.25rem;top:87.5rem;left:2.21875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #OVgdOK3PNwb0oVW7MWMWcOfP5ESm5rUP { width:14.125rem;height:22.25rem;top:52.625rem;left:2.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Plz4tnGJanBnzPBxoPRnlP2TlN20tlSg { width:15.875rem;height:22.25rem;top:122.125rem;left:2.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #k2F9KWnvrTlKvKuFA9MPt8e4Taayx1Q9 { top:35.6875rem;left:0rem;width:20rem;height:11.9375rem;z-index:15028;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JmRKIPMyW5DuvFFDKSZfT0lW6LwLIpnX { top:73.25rem;left:0rem;width:20rem;height:9.1875rem;z-index:15029;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Iuie1QtyGPqEg07sdGkDQNhe881tWVbA { top:107.125rem;left:0rem;width:20rem;height:10.625rem;z-index:15030;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #MEyfooDWu3Z55yMKLoAqS6Ifn0tPnIll { top:141.25rem;left:0rem;width:20rem;height:9.625rem;z-index:15031;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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;display:none; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w.adaptive-delivery-prevent-bg, #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w.lazyload, #aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w.lazyloading { background-image: none; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container { border-width: 0; border-radius: 0; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aEi7JkndzENR8dT2JlqX5QU3AuaOcL3w > .row .container { width:20rem;height:155.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V5hmigihEoGbUZxoL1XDPWqOWDbfnJNu { width:18.875rem;height:6rem;top:3.1875rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NlAoFCeZ7HLR2CPLg2yK6iK38DKOmn4h { width:20rem;height:3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgNBwxd3mhpNP3zHykZveVEVq1GvaS25 { width:18.4375rem;height:2.375rem;top:40.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #CIg6TxIwH4NnkpKlVsaGhtVNEThBkCfI { width:18.1875rem;height:2.625rem;top:43.5625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #dLDZ3ZsDAEhNbJTapm9HmPE3Ft1h3ckx { width:16.3125rem;height:1.25rem;top:145.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #l1pxNgdPSkLAxTES6MSvsA3OUiADH3eW { width:18.5625rem;height:1.3125rem;top:147.75rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #TRTUREHcDbkWyKc60yLGWm4TPEAJvgTI { width:16.8125rem;height:1.1875rem;top:111.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #hslT2yuMoAuhOdLg3D7rM2wehOIH7kzi { width:17.25rem;height:2.625rem;top:113.6875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #NIy9iT9yl3l4wxZTNJNk5yqdk580A7Xi { width:19.125rem;height:1.1875rem;top:77.625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #KQ8mGqtPSVtPPdiNVUuiV0fIuicriftQ { width:18.3125rem;height:1.3125rem;top:79.4375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ezAyJBzL8r8f33xGlMSnlIXV5SDgFZVT { width:13.25rem;height:22.25rem;top:16.75rem;left:3.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #t5GxQNvya4Q8uin90WSlgoJoPU84JSAB { width:15.5625rem;height:22.25rem;top:87.5rem;left:2.21875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #eDWWOSrL4lydT87MV11Mu9CGoD61cxFP { width:14.125rem;height:22.25rem;top:52.625rem;left:2.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #mocCb0MepigekkSR0ERyUDU1v28c9OFt { width:3rem;height:3rem;top:36.75rem;left:0.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #urvd9XkUATfw6PASq4vVEmkZCrD0KbDr { width:3rem;height:3rem;top:74.0625rem;left:0.8125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #onJTrUcp29W9o8UHL5qOs43cw7bq89z6 { width:3rem;height:3rem;top:108.25rem;left:0.8125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Ny5bufMfShg2pg9GyrUvxzcGOE6LQMkC { width:3rem;height:3rem;top:142.3125rem;left:0.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #EVxvULNQXxDwd48imL9qTTumMfWx6WmW { width:15.875rem;height:22.25rem;top:122.125rem;left:2.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #uXymlOWvSvkcDZXGLnozgpUTIoyIkAUy { top:35.6875rem;left:0rem;width:20rem;height:11.9375rem;z-index:15028;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #AdcqDr1BkxtUsroH0x0VAAwHXbTdPQ5O { top:73.25rem;left:0rem;width:20rem;height:9.1875rem;z-index:15029;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #i0fsfFr4gOIyLCEfF86xQ72bNK5mnHgQ { top:107.125rem;left:0rem;width:20rem;height:10.625rem;z-index:15030;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #igpvsEgi0R84LZTIVJcDbdDiTIWOxi8w { top:141.25rem;left:0rem;width:20rem;height:9.625rem;z-index:15031;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.25rem 0.5rem 0.5rem rgba(var(--color-primary-1),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt { display:none; }#PdIGRleI2pWiLcTkN9o9HV5D7EfWrrGt > .row .container { width:20rem;height:89.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CIiDaHLP2Fg5RTiiNW1u9PWRq0gdzHMk { width:20rem;height:12rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TydmvWu9o4Tp6cekdQmainCpp56SR66t { width:20rem;height:3.5rem;top:15.762634277344rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lH3g6thHwgNrVl8Qq3WvlGnytAKaEZXi { width:1.8125rem;height:1.8125rem;top:70.375rem;left:9.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #awBU80fooNEkfgPgTkd8tQxzKgzgib7a { width:20rem;height:2.8125rem;top:31.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQmwqbfS5R9EkmyCLI2zvJlbhdlKZw3t { width:18.6875rem;height:6.75rem;top:34.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLZSDnTQBDQW3dW0ChXtSVSGU0v2fsmQ { width:18.6875rem;height:6.75rem;top:55.25rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TndFywwf49KLT6rWKgqQJrJJfnyG31xn { width:18.6875rem;height:6.75rem;top:76.3125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGdl6eJ32aaeePuCCMJSLQ9lIICTNRmV { width:14.0625rem;height:2.8125rem;top:51.75rem;left:2.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwGTkzTRnM6AcUtbauEpeUa19ncpLmXE { width:1.8125rem;height:1.8125rem;top:47.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K57wNCbHfCVMzDReo5C2wLVSW9O6OBIg { width:8.6875rem;height:2.8125rem;top:72.6875rem;left:5.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZr3c5ySLQkBOw2ALno6HyqZraHklgzQ { width:1.8125rem;height:1.8125rem;top:23.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myO469JBhFUl23drtzsW3a8fJC1HCkHh { width:0.25rem;height:4rem;top:25.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikePRiZkuXw5xq9ImMRbXyXQTtAi6PJ { width:0.25rem;height:5.375rem;top:45.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVPCTK2C0RfQPcWFLOtWCkTZQWHswqu { width:0.25rem;height:5.375rem;top:66.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g { display:none; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container { width:20rem;height:112.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/73a1f300-87b4-49fc-9d3b-3590dfd5c9be/Flaraniebieska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:none; }#AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.adaptive-delivery-prevent-bg, #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.lazyload, #AQ0OlOw8Jw1tfMMc3hXIcXrg731I9B8g > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #V4mX81bq3g7MQRPHnHti9GuQTTTCZcoW { width:20rem;height:6rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kA0dqJSTKrn32opQrUM8ZBgH9kA4LsZ3 { width:20rem;height:3rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V52h6ZKTeIJLuJvZKIAPVGeMzyKG3thw { width:13.875rem;height:2.375rem;top:30.8125rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQoP2eZgCIHk884oVcmvu0EXZu9KsFNp { width:12.6875rem;height:2.625rem;top:33.8125rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWUcdzfkBxHH1dZz6BMlyT9W9LV7xBEr { width:20rem;height:1.25rem;top:105.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBTIbQZcfnBLuDeUlMgz8PQDvowKTrP9 { width:20rem;height:1.3125rem;top:107.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNHtGSH238g5tyxFHAPTwLIH9XWy0aSn { width:20rem;height:1.1875rem;top:80.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVrAZpPXInTJk15UJtps8WDSFPTGpg2O { width:20rem;height:2.625rem;top:82.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpEqAan7iEhXooTnHzpTkbxVBtuOFayB { width:20rem;height:1.1875rem;top:56.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGNq5N0K4fHOxGiyb9QTGSg7CLhe9twV { width:20rem;height:1.3125rem;top:58.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xiq4LCnRHnddIKUCKqIrCTuMzKXqMBoA { width:8.25rem;height:13.75rem;top:15.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEaQfd7GUs4i0c1phCVEFPDhvm8XHnD { width:10.5rem;height:15rem;top:63.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhSRoKcHI8V5B9mA2PhC09m4JBee0Co { width:9.0625rem;height:14.1875rem;top:40.3125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsFnzVHMX2ctHFTZnZdCXSNCg5qanNR { width:3rem;height:3rem;top:26.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiISm0FQLiyNvHuiTyCLsZ8wKbpEcaq { width:3rem;height:3rem;top:52.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxGwUqiVDTyzS1QiSFv1iJL2fUKxy2JT { width:3rem;height:3rem;top:75.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTi0o1QnfADWhFTn8TpoWLUbR41DnUh { width:3rem;height:3rem;top:100.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9BIpLk14g8xR5QgZlAzX8T2651WEHh { width:10.125rem;height:14.1875rem;top:89.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP { display:none; }#HuUHwwP4kPudEIV3OPuLpqFbqbfFmXHP > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h1IomGJisKdWlhJTFcC20HIOoCLCbKLs { width:7.75rem;height:0.1875rem;top:26.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiLeIyrhblbMvFemz7P1VbRiZhBzNgF { width:10.75rem;height:0.1875rem;top:39.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5TfUd0FkdFqQTQWDvk6Nu2PgeosOqRV { width:7rem;height:0.1875rem;top:44.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV5be2ZWXMyiTHXMCfSdubUTbLwJtTU4 { width:11.75rem;height:0.1875rem;top:32.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSMGXN31ezhbuoBsKW3pT33HrGKbKpr4 { width:17.5rem;height:1.625rem;top:30.8125rem;left:2.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SBJ1Dn2PMFUVF2wzEngXVrFqfrpClDTd { width:17.625rem;height:1.625rem;top:43rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B5N9vM5ToEKQJZgwGDTfFAiPpOCnU19f { width:17.5625rem;height:1.625rem;top:37.4375rem;left:2.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nUpGg8I0aVEHymXxECcqSU2tpxQpK9rw { width:8.125rem;height:1.625rem;top:24.9375rem;left:2.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwTd1vTAJP8TMQKcunGAIx6UtWDDnioy { width:15.9375rem;height:3rem;top:32.9375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #aV6D7BWA1fLOZmgctB6pyl6ohBIOA8KZ { width:18rem;height:10.5rem;top:8.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFukPuKw2hwItl3Wa54WtDIllJzAEqWg { width:20rem;height:7.19825rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEW3U7W8T1gklaJpczhT6mTGZiNncFws { width:8.1875rem;height:7.25rem;top:50.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1eFTC63mV0TnUBArI18QndF1iMBImVJ { width:13.1875rem;height:13.1875rem;top:47.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvsbE0Xa4mCpv7OLrD0JGBGXwOKUJxzH { display:flex;width:1.5rem;height:1.5rem;top:47.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3o31q1PELWi2tHcdy2naFGga7GlOSCi { display:flex;width:1.5rem;height:1.5rem;top:40.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfUum15gkpznc9drOGi7wxHpTZl2o5Qd { display:flex;width:1.5rem;height:1.5rem;top:25.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jg2scSTcBaE4z1Rnfya8lXMLltgCpW6d { display:flex;width:1.5rem;height:1.5rem;top:33.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKIi9zQ1Nk6Gkz59rOI7FQTDcBaMXWzT { width:17.25rem;height:3rem;top:45.25rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XlhmCsiJV2s6fh4mxT8TLuVUTvutGl4Q { width:13.3125rem;height:1.5rem;top:27.1875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qg92pBO46pXJoGdJFTgdxaOuh02snrVa { width:10.75rem;height:1.5rem;top:39.5625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JDTNS2VD5X8B2hVofVAWc1tCULAZrR8E { top:11.6875rem;left:0rem;width:20rem;height:10.5rem;z-index:15017;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpgh4r8VW7dlVPHWbbFhx4nLCt7coSXJ { display:flex;width:1.5rem;height:1.5rem;top:34.4375rem;left:-0.375rem;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #qDb3UNnnHXr76IyLV3H1WL7eJ0PPdkF6 { display:flex;width:1.5rem;height:1.5rem;top:26.75rem;left:4.2874999642372rem;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sGTCTO3DtSqA19DnBHCAwXH7E3nGqvad { display:flex;width:1.5rem;height:1.5rem;top:31.4375rem;left:0.84999996423719rem;font-size:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #IRHgCkSJQw5hreAiwUPUzQHSbUoIG99e { display:flex;width:1.5rem;height:1.5rem;top:25.125rem;left:0.25rem;font-size:1rem;z-index:15014;opacity:1; }
 }@media only screen and (max-width: 763px) { #c3yIEQodIG51yatyseX5OMPq7IbnJx3w { display:flex;width:1.5rem;height:1.5rem;top:30.9375rem;left:0.25rem;font-size:1rem;z-index:15014;opacity:1; }
 }@media only screen and (max-width: 763px) { #UOV88b06rnkZWkv63oeJ4V3Ig8r8uzyI { display:flex;width:1.5rem;height:1.5rem;top:37.625rem;left:0.25rem;font-size:1rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #XTeTtwGC5Zt9vTwC1LDzLsQEJZ8wswVJ { display:flex;width:1.5rem;height:1.5rem;top:43.112502098084rem;left:0rem;font-size:1rem;z-index:15015; }
 }