.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:253,248,221;--color-primary-1:250,232,142;--color-primary-2:244,208,29;--color-primary-3:122,104,15;--color-primary-4:37,31,4;--color-secondary-0:255,220,217;--color-secondary-1:254,137,128;--color-secondary-2:253,19,0;--color-secondary-3:127,10,0;--color-secondary-4:38,3,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { background-color: transparent; background-image: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container > .video-iframe-container { display: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container { display: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .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); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { border-width: 0; border-radius: 0; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#mZqevgA5Fry0CM0suSbdQtdFx426TovC { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.5rem;left:63.125rem;display:block; }
#zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { 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:3.5rem;width:8.25rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5995665788651rem;left:51.749684810638rem;height:1.29980625rem;display:block; }
#Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.5304516553879rem;left:49.939038753509rem; }
#HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWmAo69t5nNeSMQr7TA8lycbKezur1pf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.94970703125rem;left:10.8125rem;height:2.5996125rem;display:block; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ba242f;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.336875rem;padding-right:0.29875rem;padding-bottom:0.336875rem;padding-left:0.29875rem;display:block;align-items:center;width:1.79125rem;min-width:1.79125rem;height:1.809375rem;position:relative;font-family:var(--headlines-font-family);font-size:1.34625rem;font-weight:700;line-height:28.95px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.210625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.388125rem;height:0.715625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.505rem;font-weight:400;line-height:11.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5625rem;height:3.409375rem;padding-top:0.420625rem;padding-right:0.42625rem;padding-bottom:0.420625rem;padding-left:0.42625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:26.9375rem;z-index:15005; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hw10qhT5p6566CgHXfPNgdfV8Ek9zv7R { display:flex;position:relative;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hq1TN80Umow3FcymVtwmfnR1LPuoJr52 { width:auto; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #k6iblq7Z3nBd62qxd7ndPVhpUFDEZZb6 {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Pki5XZKJdHtD2mi9479AzOqQtIevuORw { display:flex;position:relative;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #ZC7684ER1rGeaAxTOmC8kNFeWp8QbrkM {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #zAt7AO5uWgotnJfWnlexpTKf0OmGIIQy {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #DAkFqG9VldVG52kDrMGyu7M2G1DbeBKw { display:flex;position:relative;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #rCJtwsWZdZptla1SwxrLV1g6n7BRXaxl {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #SGODkVBrTH7w2FsMfoxTwkTGr6KuCObm {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #sP2XIgW9Bu5yh78NJ52T35OGCnqDIJfW { display:flex;position:relative;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #bbhsxBQll8IsKqTBGi6OXCVOh5ifqNZN {  }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #h02Mv5B7TNkUlUuvXT1NmZZObFWBf5aK {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e86c6215-8ffe-44cb-8d85-a941ed2c59c8/DzienMatki3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.adaptive-delivery-prevent-bg, #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.lazyload, #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.lazyloading { background-image: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { background-color: transparent; background-image: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,44,44,0.8); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container > .video-iframe-container { display: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,44,44,0.8); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row > .video-iframe-container { display: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .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); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { border-width: 0; border-radius: 0; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#w7210V1iSKOXHpueNevZkSqzq78akZCL { box-sizing:content-box;height:0.436958125rem;width:4.06235625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.2694172859194rem;left:17.492900371551rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QsQN4sLAUozRw9olUPWWDwleUts6MV6b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#k2REh0pyw07LpwlJKdD6Orr1MF0VI2VE { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"russo one";font-size:5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.26);top:8.9107549190519rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bROXcBkb1cNn11SVWseHzDvSwolVmDEU { box-sizing:content-box;height:0.436245625rem;width:4.06235625rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.2701296806337rem;left:52.95135641098rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L9zCxxRRGR6ii5ceZxT0RTu3tnyRDc9V { box-sizing:content-box;height:0.4375rem;width:4.0625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.2498321533203rem;left:19.18701505661rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#VluxAsJIDtuIvV6gpsSpAS4W15E4Bi6Q { color:rgba(var(--color-primary-0),1);display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9157729148862rem;left:21.780736446381rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vyyl8G3CmgiaQbHvJMEZ0TZP0vAE20ym { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Sw4cX3GCSqSa5UfHoaKkuk698txdtyOW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:16.905936956406rem;left:9.9317116737369rem; }
#iawV4BFEotgPI4DsypdHx2bVbwiwAmI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.687375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:21.264114141464rem;left:2.3430371284485rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQJ0qdnSJgRvhverP3PnWeNL6geUFm2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:16.905936956406rem;left:35.623860836029rem; }
#KT6Vs2ubg1XCbetlepFs6E5w23Xl8sl8 { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.31201171875rem;left:25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#dNxS5AHoKOub0EZmuJae8a0NRuhgIQgM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:21.263671875rem;left:25.9990234375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUE9wvosRrzROiUPoPzCtFNTmTTnq7mP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:16.918824911118rem;left:62.122918605804rem; }
#qtsEI5Vw8n3Pb0wtUTvOTPJ3ZVDitMxh { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.312328338623rem;left:50.625001430511rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#DemdhPJQaTaTzO6TyTWqHob6q4I3TuAN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:21.279083490372rem;left:52.622918605804rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnDJXVo15nQRAmuTqOv4avTHwhmOL9H0 { color:#2c2c2c;display:block;width:23.749rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:29.232421875rem;left:50.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4E0IbhsDbZwfPqQGLEGbh9hWievbOVv { color:#ffffff;display:block;width:2.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(11,11,11,0.15);top:19.399377822876rem;left:1.3115878105164rem;height:8.44975rem;display:block; }
#W29UXZoGtlkZwvu3Ts6CEvfl0X9b4IuJ { color:#ffffff;display:block;width:2.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(11,11,11,0.15);top:19.430742263794rem;left:26.185418605804rem;height:8.44975rem;display:block; }
#AEHP9c7RMvz4TGdoSkyb6WksV7bbRT1n { color:#ffffff;display:block;width:2.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(11,11,11,0.15);top:19.430742263794rem;left:51.685105800629rem;height:8.44975rem;display:block; }
#hOqiIHN2tPbwPPydkv8vHuJ1yequP45Q { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.560389757156rem;left:0rem;display:block; }
#cmP5DnrAzcwwRcMbB4LI5ft3EcR9b45M { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:33.87255859375rem;left:26.90625rem;display:block; }
#HTZzPX063pKo9eCPBITNLPfftye2Pal4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6bg4SywZapqlDakHrT2BJ41qlpypF3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ba242f;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; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { background-color: transparent; background-image: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container > .video-iframe-container { display: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row > .video-iframe-container { display: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .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); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { border-width: 0; border-radius: 0; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#EJev3eO97SFOF8q76mZyhdI5rUncPyaJ { color:#2c2c2c;display:block;width:14.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.49755859375rem;left:21.1220703125rem;height:1.40625rem;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; }
#X4Vx5WAqyt32VIkta4ioHcMQpfPDKPg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);top:17.375rem;left:1.875rem;height:6.8rem;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:none; }
#ItmSQLDITJa2S5gpRvRdZFIe8xRBTV8C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sZHgPEmMVw0mVMzv9xwybQ9ewwMCZVrx { position:absolute;display:block;z-index:15034;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:13.3125rem;width:13.3125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#LLN6DQqmxDgZVwF0iiaBkOewKXL4zJDd { color:#ffd500;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.2636294364931rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6vXsxm1HuH3z8Mkn6lTZlFdkhBTcyyF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbseM04sBDW0BkL8RTDFgCUkL7MvxQWs { color:#2c2c2c;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.154738426209rem;left:2.059335231781rem;height:2.15625rem;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; }
#VbOJ1Mpt3SfHPaWinPGWcetONn3U7Ncc { color:#2c2c2c;display:block;width:14.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:33.75rem;left:1.9375rem;height:1.40625rem;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; }
#QnvdIQotxDEq6fvUhwpz4gDa45mHl1MV { color:#2c2c2c;display:block;width:14.812375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:33.75rem;left:20.9375rem;height:1.40625rem;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; }
#HMRRc2s5vV1ylZ6KLoV8s25ynQLZ6Qts { 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:15039;opacity:1;top:14.56103515625rem;left:2.25rem; }
#w8sgSSZTDndmoBEzoti3TGpKBz1HC6Ap { 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:15041;opacity:1;top:14.62353515625rem;left:21.4375rem; }
#S7QiqZEbd6HEdL2UB4wPLRqpfaNTeene { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:26.75rem;left:21.125rem; }
#aTVey4QqqAwciJNRRxEowh3bpJQqap5E { color:#2c2c2c;display:block;width:15.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:21.341668128967rem;left:2.059335231781rem;height:2.8125rem;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; }
#bTfvbiwbuTHhGlO7NhwWTDahDI1DDkoI { color:#2c2c2c;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.199646949768rem;left:21.122262477875rem;height:2.34375rem;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; }
#zoprzJG9OPHySAK0ycwzvrfhMxoKnqxo { color:#2c2c2c;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:31.4375rem;left:1.9375rem;height:2.34375rem;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; }
#C4CLiop5Jz92gGasIsZMM8OABNEspCwz { color:#2c2c2c;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:31.4375rem;left:21.0625rem;height:2.34375rem;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; }
#f9mvaRfTGy4ebhOx6G2HxZPgeLwlbdU5 { box-sizing:content-box;height:8.5rem;width:17.6875rem;position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.51904296875rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#rhl4WAVmxMmZdUMTfTe6cIhryPIGXqur { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14993;background-color:#ba242f;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:13.699615478516rem;left:1.25rem;display:block; }
#rFg6LPcSBAkOXqvuCNVpuIZEVQoRxNGq { box-sizing:content-box;height:7.375rem;width:17.6244375rem;position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.492957383394rem;left:19.054174423217rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#HDqE4HndUgZpIPRnpBPUznw4UH999V4x { box-sizing:content-box;height:7.375rem;width:17.62375rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:28.8125rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#udbMAkPl3IBtuXstdbihueqH7Hcnc7p3 { box-sizing:content-box;height:7.375rem;width:17.62375rem;position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:28.8125rem;left:19rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#sGLT9uqATESeeC7k8GaOdIKnDANboB7P { box-sizing:content-box;height:4.7495125rem;width:4.7495125rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14994;background-color:#ba242f;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:13.732806682587rem;left:20.372148036957rem;display:block; }
#KzhftqBialE90R9Kq9k9kSEvSz8y1TME { box-sizing:content-box;height:4.7488rem;width:4.7488rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14995;background-color:#ba242f;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:25.6875rem;left:1.125rem;display:block; }
#eIZKOlWx4gXvmJd8MDibOF8B766KlW4k { box-sizing:content-box;height:4.7480875rem;width:4.7480875rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14996;background-color:#ba242f;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:25.9375rem;left:20.1875rem;display:block; }
#sU9eZe1uVWyxEzucbsRRNnalyrHhAvQy { box-sizing:content-box;height:8.125rem;width:17.375rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.89306640625rem;left:0.3115234375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#LBHMphTiD9gldVciMlt7PVh8ymMS3maH { box-sizing:content-box;height:6.999875rem;width:17.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.825387477875rem;left:19.37388753891rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#EQQxiTMNAnhXgxM66fE7qFImziGHuaTA { box-sizing:content-box;height:6.9991875rem;width:17.375rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.125rem;left:0.3125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#yAM7suf7HDJVnZxAULZFCD92lhtL7T3M { box-sizing:content-box;height:6.9991875rem;width:17.375rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.1875rem;left:19.3125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#pX2k2rrGQNfCReCCPNkQOD3C8aK2POrA { position:absolute;display:block;z-index:15034;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:5.625rem;width:5.625rem;top:1.4676947593689rem;left:1.07421875rem;overflow:hidden;display:none; }
#K40XOwaIlW32lOaJ2iUvNtTmUiOQb3EK { position:absolute;display:block;z-index:15046;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.9375rem;width:3.4375rem;top:26.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#UOiO3TrphZrF8Av7TQ8PPbi1vDKoAGad { position:absolute;display:block;z-index:14989;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.25rem;width:9.25rem;top:1.76318359375rem;left:55.6875rem;overflow:hidden;display:block; }
#Z3J1a5VADi3IINDvslka3uepDrAA4P0u { position:absolute;display:block;z-index:14988;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:10.625rem;width:10.625rem;top:0rem;left:5.18359375rem;overflow:hidden;display:block; }
#gyOtnLJdlLqnip5mQM4OFmDy9CKocw3V { position:absolute;display:block;z-index:15049;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.3125rem;width:9.3125rem;top:7.26318359375rem;left:65.6875rem;overflow:hidden;display:block; }
#LW3c0BT3PUyzEcLqOEXN1dOXnOw5xGCq { box-sizing:content-box;height:19.8125rem;width:34.75rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.5rem;left:39.875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16 { box-sizing:content-box;height:19.4375rem;width:34.375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61af7309-2919-45f8-9f69-abe53a92a766/DzienMatki5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.875rem;left:40.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }#ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16.adaptive-delivery-prevent-bg, #ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16.lazyload, #ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16.lazyloading { background-image: none; }
#FefJ63DdeQ2NS1X5x3XSNMZ5HmkEUTaP { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:55.875rem;left:29.0625rem;display:block; }
#CPWVaq069hMUk6ILyQVQwKE9bVETFH6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhOXvF5h8uSTRCL1oTpA8yeCCt8dnI36 { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;top:36.5625rem;left:0rem;overflow:hidden;display:block; }
#QTHQIP3Ifxc0M5fmEmmqgkpHDqdc95So { position:absolute;display:block;z-index:15001;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:18.75rem;width:18.75rem;top:36.5625rem;left:18.875rem;overflow:hidden;display:block; }
#loTmOAUiDVdqXgixokFS7fng8HWcZFXD { 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:18.75rem;width:18.75rem;top:36.5625rem;left:37.625rem;overflow:hidden;display:block; }
#Svd6iLLwCf6OBQudLPVWIb7loam3zC9D { position:absolute;display:block;z-index:15003;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:18.75rem;width:18.75rem;top:36.5625rem;left:56.25rem;overflow:hidden;display:block; }
#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { background-color: transparent; background-image: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container > .video-iframe-container { display: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container { display: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .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); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { border-width: 0; border-radius: 0; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:6.6748046875rem;left:22.9833984375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { box-sizing:content-box;height:43.0625rem;width:34.5625rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.98779296875rem;left:20.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { box-sizing:content-box;height:33.1875rem;width:33.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-size:auto !important;top:8.5830688476562E-6rem;left:41.783046962982rem;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:1.47119140625rem;left:0.93701171875rem;overflow:hidden;display:block; }
#xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:4.9111328125rem;left:7.31201171875rem;overflow:hidden;display:block; }
#KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:3.7197265625rem;left:14.3125rem;overflow:hidden;display:block; }
#urIhBx3NALr2035ntpF2uxVegZlP345M { box-sizing:content-box;height:25.811875rem;width:25.811875rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #ba242f, #fd1300);background-image: -moz-linear-gradient(185deg, #ba242f, #fd1300);background-image: -ms-linear-gradient(185deg, #ba242f, #fd1300);background-image: -o-linear-gradient(185deg, #ba242f, #fd1300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#fd1300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#fd1300' );";background-image: linear-gradient(185deg, #ba242f, #fd1300);background-size:auto !important;top:19.93684387207rem;left:49.188100337982rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { box-sizing:content-box;height:18.4998125rem;width:18.4998125rem;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:14994;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #fd1300, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #fd1300, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #fd1300, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #fd1300, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd1300', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd1300', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #fd1300, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.812356948852rem;left:52.843434810638rem;display:block; }
#xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { box-sizing:content-box;height:12.62475rem;width:12.62475rem;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:14995;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #ba242f, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #ba242f, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #ba242f, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #ba242f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #ba242f, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.624429702759rem;left:55.780965328216rem;display:block; }
#QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { box-sizing:content-box;height:17.4995rem;width:17.4995rem;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:14995;background-color:rgba(var(--color-primary-3),0);background-image:none;top:22.8740234375rem;left:52.90625rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { box-sizing:content-box;height:11rem;width:11.5rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-size:auto !important;top:44.936470031738rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { position:absolute;display:block;z-index:15045;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:10.4375rem;width:10.4375rem;top:19.456406593323rem;left:3.5448508262634rem;overflow:hidden;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-form-header {  }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.8125rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.8125rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.0625rem;margin-bottom:0.25rem;margin-left:6.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:16.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.375rem 0.375rem 0.3125rem 0.0625rem rgba(var(--color-tertiary-4),0.1) ; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal;float:none; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-container:first-of-type{padding-top:0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-container:last-of-type{padding-bottom:0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15052;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.271484375rem;left:21.8427734375rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.8125rem;display:block;vertical-align:top; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 {display:block;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15052;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.271484375rem;left:21.8427734375rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #M0hGz8hBKHitkJNFyxi9eDenFG57TN6G { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #DyFgfIQMvTIMLXWJyeCuCBVV9cXxBKGM { position:relative;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #SHZFyKMBzkcLt728TL24etgSo600TNh7 { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #sq8yfhQKa8H51s0hpM78dEz7FivEFLOv { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #vxI5FPBaynQ1XBD8N8Q3hrXuFP9XK0Ft { position:relative;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ZrWpwrKVKJgZbDMfQFUXcJ2tRWFbM2zt { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #Nprecede9dHizQ2Trg4SqIWAlhRmrtTW { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ok8nhh8ioREhQXVWPUggt5goNfQRQlb6 { position:relative;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #xGVsXQ5QQDVx7XKxfiCBB9O0JE74WXse { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #pii0SPi7q7BkCsdhQXQ0yT24RnV7KJEf { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HWZhIeSVLvorFQvS9qcpzCGVkgR3znae { position:relative;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #TOyITXJ2GCrFu9qka6brGI0ke9NKNy1S { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HadwWg6UkiuOnT4h60x6v4tJS1OP667s { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #lT491Bvo1QzDpwy1LZkHf4VTEVD48kO0 { position:relative;z-index:2; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #mDBg4lxRkLLsV5i3vGCTMzduvFUKOgt0 { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #FaKArGG5yFRn5SakIw5c679QsRwuZB9O { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #fTGfq657FhiFDOGPkFXZT6UNw7wAbaMh { position:relative;z-index:2; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #OQVOH3Gn3KAobKqimcJbseTLlAk7yQJf { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ewDq9gXh9ZV8JPpTM6ID31dMrfmTWaSA { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #UGDOIUTqq6DOtX6aJtW3AamLDlcNtTsV { position:relative;z-index:2; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #a5KTxoQdLT3W9WUf4FPovSu3Gt1LcHxK { position:relative; }
#GeQWgRJSFqdJiDyRmJrN7muelBW5f8su { position:relative;display:block; }
#uPkSXSZu5eLRxbH9tppwXlNEMgSKePH9 { position:relative;display:block; }
#UZT94zHRXDbVR4NTx9g1tRKLQis5PqKc { position:relative;display:block; }
#zIPCUh355g6f93Jt5PWAtz9JafT0NTSc { position:relative;display:block; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #L9sQpiwk5VeyXuIlKlb8f0XPTTcEOQJI { position:relative; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #JZZc24V4ELFZ69kbNy12nA3hnuw6sMBf { position:relative; }
#IIEkl7nOdwGZsapRWdhb0MtZKqzeX5Zu { position:absolute;display:block;z-index:15048;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:15.9375rem;width:15.9375rem;top:5.98779296875rem;left:59.0625rem;overflow:hidden;display:block; }
#A7SMhUTQGRMLBpxbGLPcNBCekaSncTgU { color:rgba(11,11,11,0.6);display:block;width:57.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:51.18701171875rem;left:9.6875rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#QyB9w3gAWVnmkaMtG7UBOiIOezq4PFTD { position:absolute;display:block;z-index:15050;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:12rem;width:12rem;top:32.4189453125rem;left:8.3125rem;overflow:hidden;display:block; }
#RnUXWA9oIba5EfrZ77snO22i6al1zlp6 { box-sizing:content-box;height:17.499rem;width:17.499rem;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:14978;background-color:rgba(var(--color-primary-3),0);background-image:none;top:11.868442058563rem;left:11.499202251434rem;border-top:0.4375rem dotted #ffa728;border-left:0.4375rem dotted #ffa728;border-right:0.4375rem dotted #ffa728;border-bottom:0.4375rem dotted #ffa728;display:block; }
#udlQJ12g2zlbRsNpgkc5doIeyDOyrQZD { box-sizing:content-box;height:5.3125rem;width:34.625rem;position:absolute;display:block;z-index:15053;background-color:#ba242f;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.22) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9112110137939rem;left:20.218408107758rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { background-color: transparent; background-image: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container > .video-iframe-container { display: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container { display: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .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); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { border-width: 0; border-radius: 0; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#afkGO6RZzGnioMXly2mi2xGPuE70Irie { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6375007629394rem;left:0rem;height:1.0564rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.63720703125rem;left:10.43701171875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.3436737060547rem;left:68.374917507169rem; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15008;opacity:1;top:1.4684143066406rem;left:70.936784267425rem; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.3436737060547rem;left:65.937074184419rem; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.3429565429688rem;left:70.812043666837rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14982;opacity:1;top:1.3436641693115rem;left:73.312043666837rem; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqevgA5Fry0CM0suSbdQtdFx426TovC { width:11.875rem;height:3.5rem;top:0.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block; }
 }@media only screen and (max-width: 763px) { #aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { top:0.5rem;left:0rem;width:8.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { width:8.5625rem;height:1.3125rem;top:1.5625rem;left:38.124684810638rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { width:1.625rem;height:1.625rem;top:1.5rem;left:36.314038753509rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block; }
 }@media only screen and (max-width: 763px) { #iWmAo69t5nNeSMQr7TA8lycbKezur1pf { width:14.625rem;height:2.5625rem;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w { display:flex;width:18rem;height:5.0625rem;top:0rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hw10qhT5p6566CgHXfPNgdfV8Ek9zv7R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hq1TN80Umow3FcymVtwmfnR1LPuoJr52 {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #k6iblq7Z3nBd62qxd7ndPVhpUFDEZZb6 {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Pki5XZKJdHtD2mi9479AzOqQtIevuORw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #ZC7684ER1rGeaAxTOmC8kNFeWp8QbrkM {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #zAt7AO5uWgotnJfWnlexpTKf0OmGIIQy {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #DAkFqG9VldVG52kDrMGyu7M2G1DbeBKw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #rCJtwsWZdZptla1SwxrLV1g6n7BRXaxl {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #SGODkVBrTH7w2FsMfoxTwkTGr6KuCObm {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #sP2XIgW9Bu5yh78NJ52T35OGCnqDIJfW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #bbhsxBQll8IsKqTBGi6OXCVOh5ifqNZN {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #h02Mv5B7TNkUlUuvXT1NmZZObFWBf5aK {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki { display:block; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7210V1iSKOXHpueNevZkSqzq78akZCL { width:4rem;height:0.375rem;top:8.25rem;left:3.8679003715515rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsQN4sLAUozRw9olUPWWDwleUts6MV6b { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2REh0pyw07LpwlJKdD6Orr1MF0VI2VE { width:47.75rem;height:6.5rem;top:8.875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bROXcBkb1cNn11SVWseHzDvSwolVmDEU { width:4rem;height:0.375rem;top:8.25rem;left:39.32635641098rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9zCxxRRGR6ii5ceZxT0RTu3tnyRDc9V { width:4.0625rem;height:0.4375rem;top:4.1875rem;left:5.5620150566101rem;display:none; }
 }@media only screen and (max-width: 763px) { #VluxAsJIDtuIvV6gpsSpAS4W15E4Bi6Q { width:30.875rem;height:3.125rem;top:6.875rem;left:8.1552734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyyl8G3CmgiaQbHvJMEZ0TZP0vAE20ym { width:24.375rem;height:13.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw4cX3GCSqSa5UfHoaKkuk698txdtyOW { width:3.125rem;height:3.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawV4BFEotgPI4DsypdHx2bVbwiwAmI2 { width:19.625rem;height:7.9375rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQJ0qdnSJgRvhverP3PnWeNL6geUFm2M { width:3.125rem;height:3.125rem;top:16.875rem;left:21.998860836029rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6Vs2ubg1XCbetlepFs6E5w23Xl8sl8 { width:24.375rem;height:13.75rem;top:18.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxS5AHoKOub0EZmuJae8a0NRuhgIQgM { width:22.0625rem;height:9.375rem;top:21.25rem;left:12.3740234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUE9wvosRrzROiUPoPzCtFNTmTTnq7mP { width:3.125rem;height:3.125rem;top:16.875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsEI5Vw8n3Pb0wtUTvOTPJ3ZVDitMxh { width:24.375rem;height:13.75rem;top:18.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemdhPJQaTaTzO6TyTWqHob6q4I3TuAN { width:20.5rem;height:6.375rem;top:21.25rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDJXVo15nQRAmuTqOv4avTHwhmOL9H0 { width:23.6875rem;height:1.5rem;top:29.1875rem;left:24.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4E0IbhsDbZwfPqQGLEGbh9hWievbOVv { width:2.5rem;height:8.4375rem;top:19.375rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W29UXZoGtlkZwvu3Ts6CEvfl0X9b4IuJ { width:2.5rem;height:;top:19.375rem;left:12.560418605804rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEHP9c7RMvz4TGdoSkyb6WksV7bbRT1n { width:2.5rem;height:;top:19.375rem;left:38.060105800629rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqiIHN2tPbwPPydkv8vHuJ1yequP45Q { width:18.75rem;height:18.75rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmP5DnrAzcwwRcMbB4LI5ft3EcR9b45M { width:21.1875rem;height:3.5rem;top:33.8125rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZzPX063pKo9eCPBITNLPfftye2Pal4 { display:block; }
 }@media only screen and (max-width: 763px) { #v6bg4SywZapqlDakHrT2BJ41qlpypF3y { display:block; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJev3eO97SFOF8q76mZyhdI5rUncPyaJ { top:21.4375rem;left:7.4970703125rem;width:14.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Vx5WAqyt32VIkta4ioHcMQpfPDKPg7 { top:11.75rem;left:0rem;width:19.0625rem;height:6.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItmSQLDITJa2S5gpRvRdZFIe8xRBTV8C { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZHgPEmMVw0mVMzv9xwybQ9ewwMCZVrx { width:13.3125rem;height:13.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLN6DQqmxDgZVwF0iiaBkOewKXL4zJDd { width:47.75rem;height:4.4375rem;top:7.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vXsxm1HuH3z8Mkn6lTZlFdkhBTcyyF { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbseM04sBDW0BkL8RTDFgCUkL7MvxQWs { top:19.125rem;left:0rem;width:15.8125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOJ1Mpt3SfHPaWinPGWcetONn3U7Ncc { top:33.75rem;left:0rem;width:14.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnvdIQotxDEq6fvUhwpz4gDa45mHl1MV { top:33.75rem;left:7.3125rem;width:14.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRRc2s5vV1ylZ6KLoV8s25ynQLZ6Qts { width:3rem;height:3rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8sgSSZTDndmoBEzoti3TGpKBz1HC6Ap { width:3rem;height:3rem;top:14.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QiqZEbd6HEdL2UB4wPLRqpfaNTeene { width:3.125rem;height:3.125rem;top:26.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVey4QqqAwciJNRRxEowh3bpJQqap5E { top:21.3125rem;left:0rem;width:15.5rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfvbiwbuTHhGlO7NhwWTDahDI1DDkoI { top:19.1875rem;left:7.4970703125rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoprzJG9OPHySAK0ycwzvrfhMxoKnqxo { top:31.4375rem;left:0rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4CLiop5Jz92gGasIsZMM8OABNEspCwz { top:31.4375rem;left:7.4375rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9mvaRfTGy4ebhOx6G2HxZPgeLwlbdU5 { width:17.6875rem;height:8.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhl4WAVmxMmZdUMTfTe6cIhryPIGXqur { width:4.75rem;height:4.75rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFg6LPcSBAkOXqvuCNVpuIZEVQoRxNGq { width:17.625rem;height:7.375rem;top:16.4375rem;left:5.4291744232178rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDqE4HndUgZpIPRnpBPUznw4UH999V4x { width:17.5625rem;height:7.375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udbMAkPl3IBtuXstdbihueqH7Hcnc7p3 { width:17.5625rem;height:7.375rem;top:28.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGLT9uqATESeeC7k8GaOdIKnDANboB7P { width:4.6875rem;height:4.6875rem;top:13.6875rem;left:6.7471480369569rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzhftqBialE90R9Kq9k9kSEvSz8y1TME { width:4.6875rem;height:4.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZKOlWx4gXvmJd8MDibOF8B766KlW4k { width:4.6875rem;height:4.6875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU9eZe1uVWyxEzucbsRRNnalyrHhAvQy { width:17.375rem;height:8.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHMphTiD9gldVciMlt7PVh8ymMS3maH { width:17.3125rem;height:7rem;top:16.8125rem;left:5.7488875389099rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQQxiTMNAnhXgxM66fE7qFImziGHuaTA { width:17.375rem;height:6.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAM7suf7HDJVnZxAULZFCD92lhtL7T3M { width:17.375rem;height:6.9375rem;top:29.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX2k2rrGQNfCReCCPNkQOD3C8aK2POrA { width:5.625rem;height:5.625rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K40XOwaIlW32lOaJ2iUvNtTmUiOQb3EK { width:3.4375rem;height:3.9375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOiO3TrphZrF8Av7TQ8PPbi1vDKoAGad { width:9.25rem;height:9.25rem;top:1.75rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3J1a5VADi3IINDvslka3uepDrAA4P0u { width:10.625rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyOtnLJdlLqnip5mQM4OFmDy9CKocw3V { width:9.3125rem;height:9.3125rem;top:7.25rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW3c0BT3PUyzEcLqOEXN1dOXnOw5xGCq { width:34.75rem;height:19.8125rem;top:16.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16 { width:34.375rem;height:19.4375rem;top:16.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FefJ63DdeQ2NS1X5x3XSNMZ5HmkEUTaP { width:16.875rem;height:3.5rem;top:55.875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWVaq069hMUk6ILyQVQwKE9bVETFH6W { display:block; }
 }@media only screen and (max-width: 763px) { #fhOXvF5h8uSTRCL1oTpA8yeCCt8dnI36 { width:18.75rem;height:18.75rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHQIP3Ifxc0M5fmEmmqgkpHDqdc95So { width:18.75rem;height:18.75rem;top:36.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTmOAUiDVdqXgixokFS7fng8HWcZFXD { width:18.75rem;height:18.75rem;top:36.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svd6iLLwCf6OBQudLPVWIb7loam3zC9D { width:18.75rem;height:18.75rem;top:36.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { display:block; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { width:28.875rem;height:1.9375rem;top:6.625rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { width:34.5625rem;height:43.0625rem;top:5.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { width:33.1875rem;height:33.1875rem;top:0rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { width:6.375rem;height:6.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { width:10.4375rem;height:10.4375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { width:6rem;height:6rem;top:3.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urIhBx3NALr2035ntpF2uxVegZlP345M { width:25.75rem;height:25.75rem;top:19.875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { width:18.4375rem;height:18.4375rem;top:22.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { width:12.5625rem;height:12.5625rem;top:25.5625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { width:17.4375rem;height:17.4375rem;top:22.8125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { width:11.5rem;height:11rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { width:10.4375rem;height:10.4375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-regular-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-textarea { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-button { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-checkbox-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7  { width:28.8125rem;height:auto;top:11.25rem;left:8.2177734375rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .radio-container { width:28.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 {display:block;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 { width:28.8125rem;height:auto;top:11.25rem;left:8.2177734375rem; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #M0hGz8hBKHitkJNFyxi9eDenFG57TN6G {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #DyFgfIQMvTIMLXWJyeCuCBVV9cXxBKGM {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #SHZFyKMBzkcLt728TL24etgSo600TNh7 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #sq8yfhQKa8H51s0hpM78dEz7FivEFLOv {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #vxI5FPBaynQ1XBD8N8Q3hrXuFP9XK0Ft {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ZrWpwrKVKJgZbDMfQFUXcJ2tRWFbM2zt {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #Nprecede9dHizQ2Trg4SqIWAlhRmrtTW {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ok8nhh8ioREhQXVWPUggt5goNfQRQlb6 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #xGVsXQ5QQDVx7XKxfiCBB9O0JE74WXse {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #pii0SPi7q7BkCsdhQXQ0yT24RnV7KJEf {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HWZhIeSVLvorFQvS9qcpzCGVkgR3znae {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #TOyITXJ2GCrFu9qka6brGI0ke9NKNy1S {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HadwWg6UkiuOnT4h60x6v4tJS1OP667s {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #lT491Bvo1QzDpwy1LZkHf4VTEVD48kO0 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #mDBg4lxRkLLsV5i3vGCTMzduvFUKOgt0 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #FaKArGG5yFRn5SakIw5c679QsRwuZB9O {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #fTGfq657FhiFDOGPkFXZT6UNw7wAbaMh {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #OQVOH3Gn3KAobKqimcJbseTLlAk7yQJf {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ewDq9gXh9ZV8JPpTM6ID31dMrfmTWaSA {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #UGDOIUTqq6DOtX6aJtW3AamLDlcNtTsV {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #a5KTxoQdLT3W9WUf4FPovSu3Gt1LcHxK {  }
 }@media only screen and (max-width: 763px) { #GeQWgRJSFqdJiDyRmJrN7muelBW5f8su { display:block; }
 }@media only screen and (max-width: 763px) { #uPkSXSZu5eLRxbH9tppwXlNEMgSKePH9 { display:block; }
 }@media only screen and (max-width: 763px) { #UZT94zHRXDbVR4NTx9g1tRKLQis5PqKc { display:block; }
 }@media only screen and (max-width: 763px) { #zIPCUh355g6f93Jt5PWAtz9JafT0NTSc { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #L9sQpiwk5VeyXuIlKlb8f0XPTTcEOQJI {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #JZZc24V4ELFZ69kbNy12nA3hnuw6sMBf {  }
 }@media only screen and (max-width: 763px) { #IIEkl7nOdwGZsapRWdhb0MtZKqzeX5Zu { width:15.9375rem;height:15.9375rem;top:5.9375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SMhUTQGRMLBpxbGLPcNBCekaSncTgU { width:47.75rem;height:2.0625rem;top:51.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyB9w3gAWVnmkaMtG7UBOiIOezq4PFTD { width:12rem;height:12rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnUXWA9oIba5EfrZ77snO22i6al1zlp6 { width:17.4375rem;height:17.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udlQJ12g2zlbRsNpgkc5doIeyDOyrQZD { width:34.625rem;height:5.3125rem;top:4.875rem;left:6.5934081077575rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { display:block; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afkGO6RZzGnioMXly2mi2xGPuE70Irie { width:9.4375rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { width:9.625rem;height:1rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { width:1.4375rem;height:1.4375rem;top:1.4375rem;left:46.3125rem;display:block; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyCoUmO77FT7qaITU9GrpawffkNxoP56 { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqevgA5Fry0CM0suSbdQtdFx426TovC { width:7.8745rem;height:2.43713125rem;top:0.65505248308181rem;left:12.125056862831rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block; }
 }@media only screen and (max-width: 763px) { #aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { width:6.937375rem;height:2.87485rem;top:0.43692976236343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { width:7.4995625rem;height:0;top:3.9240703582764rem;left:5.2292429208756rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { display:flex;width:1.375rem;height:1.375rem;top:1.2178945541382rem;left:8.9814096689225rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { top:0.687157869339rem;left:8.4821220636369rem;width:2.4375rem;height:2.4375rem;z-index:15000;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);display:block; }
 }@media only screen and (max-width: 763px) { #be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block; }
 }@media only screen and (max-width: 763px) { #iWmAo69t5nNeSMQr7TA8lycbKezur1pf { width:14.625rem;height:auto;top:0.9375rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.254375rem;padding-bottom:0.2875rem;padding-left:0.254375rem;width:1.52625rem;min-width:1.52625rem;height:1.54375rem;font-size:1.14875rem;line-height:24.7px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.035rem;height:0.610625rem;font-size:0.430625rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hTGv4cfm0DetsARU4NaQ6ATafnLziT1w { display:flex;width:12.125rem;height:2.90875rem;top:4.84619140625rem;left:9.00341796875rem;padding-top:0.241875rem;padding-right:0.248125rem;padding-bottom:0.241875rem;padding-left:0.248125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hw10qhT5p6566CgHXfPNgdfV8Ek9zv7R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Hq1TN80Umow3FcymVtwmfnR1LPuoJr52 {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #k6iblq7Z3nBd62qxd7ndPVhpUFDEZZb6 {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #Pki5XZKJdHtD2mi9479AzOqQtIevuORw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #ZC7684ER1rGeaAxTOmC8kNFeWp8QbrkM {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #zAt7AO5uWgotnJfWnlexpTKf0OmGIIQy {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #DAkFqG9VldVG52kDrMGyu7M2G1DbeBKw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #rCJtwsWZdZptla1SwxrLV1g6n7BRXaxl {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #SGODkVBrTH7w2FsMfoxTwkTGr6KuCObm {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #sP2XIgW9Bu5yh78NJ52T35OGCnqDIJfW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #bbhsxBQll8IsKqTBGi6OXCVOh5ifqNZN {  }
 }@media only screen and (max-width: 763px) { #hTGv4cfm0DetsARU4NaQ6ATafnLziT1w #h02Mv5B7TNkUlUuvXT1NmZZObFWBf5aK {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f98cb5f7-9823-4bce-a189-d7999a8c13a2/DzienMatki3pion.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.adaptive-delivery-prevent-bg, #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.lazyload, #pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki.lazyloading { background-image: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { background-color: transparent; background-image: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container > .video-iframe-container { display: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row > .video-iframe-container { display: none; }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .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); }#pRTcCwePpllEr0FtbAJLXs1kAbDs3Aki > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7210V1iSKOXHpueNevZkSqzq78akZCL { width:1.6245125rem;height:0.312215rem;top:4.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsQN4sLAUozRw9olUPWWDwleUts6MV6b { top:56.259267807007rem;left:14.622775673866rem;width:1.99945625rem;height:1.99945625rem;z-index:15031;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k2REh0pyw07LpwlJKdD6Orr1MF0VI2VE { width:19.9985625rem;height:4.875rem;top:4.9375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1;z-index:15030;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bROXcBkb1cNn11SVWseHzDvSwolVmDEU { width:1.5625rem;height:0.312215rem;top:4.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9zCxxRRGR6ii5ceZxT0RTu3tnyRDc9V { width:1.6245125rem;height:0.312215rem;top:4.0452499389649rem;left:18.375056862831rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #VluxAsJIDtuIvV6gpsSpAS4W15E4Bi6Q { width:20rem;height:0;top:2.68701171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15068;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.98);display:none; }
 }@media only screen and (max-width: 763px) { #Vyyl8G3CmgiaQbHvJMEZ0TZP0vAE20ym { width:20rem;height:9.75rem;top:12.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw4cX3GCSqSa5UfHoaKkuk698txdtyOW { display:flex;width:3.125rem;height:3.125rem;top:11.439324378968rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #iawV4BFEotgPI4DsypdHx2bVbwiwAmI2 { width:18.9375rem;height:7.03125rem;top:15.00146484375rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQJ0qdnSJgRvhverP3PnWeNL6geUFm2M { display:flex;width:3.125rem;height:3.125rem;top:23.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KT6Vs2ubg1XCbetlepFs6E5w23Xl8sl8 { width:20rem;height:8.625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxS5AHoKOub0EZmuJae8a0NRuhgIQgM { width:19.125rem;height:4.875rem;top:26.90625rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUE9wvosRrzROiUPoPzCtFNTmTTnq7mP { display:flex;width:3.125rem;height:3.125rem;top:34.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qtsEI5Vw8n3Pb0wtUTvOTPJ3ZVDitMxh { width:20rem;height:10.625rem;top:35.5rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #DemdhPJQaTaTzO6TyTWqHob6q4I3TuAN { width:19.9995rem;height:5.25rem;top:37.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #hnDJXVo15nQRAmuTqOv4avTHwhmOL9H0 { width:19.9995rem;height:1.40625rem;top:43.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4E0IbhsDbZwfPqQGLEGbh9hWievbOVv { width:2.49985625rem;height:6.90625rem;top:14.111256480217rem;left:1.3401004076004rem;font-size:5.3125rem;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(11,11,11,0.24);display:block; }
 }@media only screen and (max-width: 763px) { #W29UXZoGtlkZwvu3Ts6CEvfl0X9b4IuJ { width:2.49985625rem;height:6.90625rem;top:24.8125rem;left:1.1875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEHP9c7RMvz4TGdoSkyb6WksV7bbRT1n { width:2.49985625rem;height:6.90625rem;top:36.340193438721rem;left:1.060676574707rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqiIHN2tPbwPPydkv8vHuJ1yequP45Q { width:18.75rem;height:18.75rem;top:18.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmP5DnrAzcwwRcMbB4LI5ft3EcR9b45M { width:16.875rem;height:3.5rem;top:47.5537109375rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZzPX063pKo9eCPBITNLPfftye2Pal4 { display:block; }
 }@media only screen and (max-width: 763px) { #v6bg4SywZapqlDakHrT2BJ41qlpypF3y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba242f, #fd1300);background-image: -moz-linear-gradient(180deg, #ba242f, #fd1300);background-image: -ms-linear-gradient(180deg, #ba242f, #fd1300);background-image: -o-linear-gradient(180deg, #ba242f, #fd1300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#fd1300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba242f', endColorstr='#fd1300' );";background-image: linear-gradient(180deg, #ba242f, #fd1300);background-size:cover !important;display:block; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { background-color: transparent; background-image: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container > .video-iframe-container { display: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row > .video-iframe-container { display: none; }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .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); }#v6bg4SywZapqlDakHrT2BJ41qlpypF3y > .row .container { width:20rem;height:138.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJev3eO97SFOF8q76mZyhdI5rUncPyaJ { width:14.8125rem;height:1.40625rem;top:46.8125rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4Vx5WAqyt32VIkta4ioHcMQpfPDKPg7 { width:19.1249375rem;height:0;top:11.752880096436rem;left:0.43553268909454rem;font-size:0.8125rem;z-index:15003;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ItmSQLDITJa2S5gpRvRdZFIe8xRBTV8C { top:26.748545646667rem;left:3.6688810586929rem;width:2.0621875rem;height:2.0621875rem;z-index:15031;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sZHgPEmMVw0mVMzv9xwybQ9ewwMCZVrx { width:7rem;height:7rem;top:37.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LLN6DQqmxDgZVwF0iiaBkOewKXL4zJDd { width:19.9995rem;height:5.42480625rem;top:5.41259765625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #k6vXsxm1HuH3z8Mkn6lTZlFdkhBTcyyF { width:20rem;height:1.94970625rem;top:2.0439453125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbseM04sBDW0BkL8RTDFgCUkL7MvxQWs { width:17.25rem;height:2.34375rem;top:19.191635131836rem;left:1.3712078332901rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbOJ1Mpt3SfHPaWinPGWcetONn3U7Ncc { width:20rem;height:1.40625rem;top:74.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnvdIQotxDEq6fvUhwpz4gDa45mHl1MV { width:20rem;height:1.40625rem;top:101rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMRRc2s5vV1ylZ6KLoV8s25ynQLZ6Qts { display:flex;width:3.125rem;height:3.125rem;top:14.5625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #w8sgSSZTDndmoBEzoti3TGpKBz1HC6Ap { display:flex;width:3.125rem;height:3.125rem;top:40.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #S7QiqZEbd6HEdL2UB4wPLRqpfaNTeene { display:flex;width:3.125rem;height:3.125rem;top:94.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #aTVey4QqqAwciJNRRxEowh3bpJQqap5E { width:16.875rem;height:2.8125rem;top:21.253562927246rem;left:1.5587078332901rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTfvbiwbuTHhGlO7NhwWTDahDI1DDkoI { width:17.3125rem;height:2.34375rem;top:45rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoprzJG9OPHySAK0ycwzvrfhMxoKnqxo { width:17.25rem;height:2.34375rem;top:72.125rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4CLiop5Jz92gGasIsZMM8OABNEspCwz { width:20rem;height:2.34375rem;top:98.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9mvaRfTGy4ebhOx6G2HxZPgeLwlbdU5 { width:17.6875rem;height:8.5rem;top:16.43017578125rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhl4WAVmxMmZdUMTfTe6cIhryPIGXqur { width:4.75rem;height:4.75rem;top:13.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFg6LPcSBAkOXqvuCNVpuIZEVQoRxNGq { width:17.625rem;height:7.375rem;top:42.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDqE4HndUgZpIPRnpBPUznw4UH999V4x { width:17.625rem;height:7.375rem;top:69.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udbMAkPl3IBtuXstdbihueqH7Hcnc7p3 { width:17.625rem;height:7.375rem;top:96rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGLT9uqATESeeC7k8GaOdIKnDANboB7P { width:4.6875rem;height:4.6875rem;top:39.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzhftqBialE90R9Kq9k9kSEvSz8y1TME { width:4.6875rem;height:4.6875rem;top:66.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZKOlWx4gXvmJd8MDibOF8B766KlW4k { width:4.6875rem;height:4.6875rem;top:93.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU9eZe1uVWyxEzucbsRRNnalyrHhAvQy { width:17.375rem;height:8.1875rem;top:16.80517578125rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHMphTiD9gldVciMlt7PVh8ymMS3maH { width:17.3125rem;height:7rem;top:42.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQQxiTMNAnhXgxM66fE7qFImziGHuaTA { width:17.375rem;height:6.9375rem;top:69.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAM7suf7HDJVnZxAULZFCD92lhtL7T3M { width:17.375rem;height:7rem;top:96.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX2k2rrGQNfCReCCPNkQOD3C8aK2POrA { width:7.25rem;height:7.25rem;top:77.1875rem;left:0rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K40XOwaIlW32lOaJ2iUvNtTmUiOQb3EK { width:3.4375rem;height:3.9375rem;top:67.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOiO3TrphZrF8Av7TQ8PPbi1vDKoAGad { width:2rem;height:2rem;top:24.483406066894rem;left:14.999857544899rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z3J1a5VADi3IINDvslka3uepDrAA4P0u { width:6.4375rem;height:6.4375rem;top:61.875rem;left:13.5625rem;z-index:14988;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gyOtnLJdlLqnip5mQM4OFmDy9CKocw3V { width:5rem;height:5rem;top:77.471880009769rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LW3c0BT3PUyzEcLqOEXN1dOXnOw5xGCq { width:19.625rem;height:14.25rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKxNt36gq4fzsLFOi2VaZUbR0xZBD16 { width:19.25rem;height:13.8125rem;top:117.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FefJ63DdeQ2NS1X5x3XSNMZ5HmkEUTaP { width:16.875rem;height:3.5rem;top:132.75rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWVaq069hMUk6ILyQVQwKE9bVETFH6W { display:block; }
 }@media only screen and (max-width: 763px) { #fhOXvF5h8uSTRCL1oTpA8yeCCt8dnI36 { width:15.625rem;height:15.625rem;top:24.06591796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTHQIP3Ifxc0M5fmEmmqgkpHDqdc95So { width:15.625rem;height:15.625rem;top:49.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTmOAUiDVdqXgixokFS7fng8HWcZFXD { width:15.625rem;height:15.625rem;top:77.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svd6iLLwCf6OBQudLPVWIb7loam3zC9D { width:15.625rem;height:15.625rem;top:101.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { display:block; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { width:17.375rem;height:3.4121125rem;top:4.5599052906036rem;left:1.25rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { width:20rem;height:42.5rem;top:7.6708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { width:20rem;height:20rem;top:1.4698319435119rem;left:0rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { width:5.875rem;height:5.875rem;top:71.625rem;left:11.375rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { width:6.25rem;height:6.25rem;top:71.637801757812rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { width:2.75rem;height:2.75rem;top:66.653770507812rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #urIhBx3NALr2035ntpF2uxVegZlP345M { width:20rem;height:25.75rem;top:19.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { width:18.4375rem;height:18.4375rem;top:63.625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { width:12.5625rem;height:12.5625rem;top:66.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { width:17.4375rem;height:17.4375rem;top:63.6875rem;left:0.875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { width:20rem;height:14.5rem;top:42.93701171875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { width:10.4375rem;height:10.4375rem;top:59.624181915283rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7  { width:17.5rem;height:auto;top:9.10888671875rem;left:0rem; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 {display:block;}#wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 { width:17.5rem;height:auto;top:9.10888671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #M0hGz8hBKHitkJNFyxi9eDenFG57TN6G {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #DyFgfIQMvTIMLXWJyeCuCBVV9cXxBKGM { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #SHZFyKMBzkcLt728TL24etgSo600TNh7 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #sq8yfhQKa8H51s0hpM78dEz7FivEFLOv {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #vxI5FPBaynQ1XBD8N8Q3hrXuFP9XK0Ft { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ZrWpwrKVKJgZbDMfQFUXcJ2tRWFbM2zt {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #Nprecede9dHizQ2Trg4SqIWAlhRmrtTW {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ok8nhh8ioREhQXVWPUggt5goNfQRQlb6 { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #xGVsXQ5QQDVx7XKxfiCBB9O0JE74WXse {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #pii0SPi7q7BkCsdhQXQ0yT24RnV7KJEf {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HWZhIeSVLvorFQvS9qcpzCGVkgR3znae { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #TOyITXJ2GCrFu9qka6brGI0ke9NKNy1S {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #HadwWg6UkiuOnT4h60x6v4tJS1OP667s {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #lT491Bvo1QzDpwy1LZkHf4VTEVD48kO0 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #mDBg4lxRkLLsV5i3vGCTMzduvFUKOgt0 {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #FaKArGG5yFRn5SakIw5c679QsRwuZB9O {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #fTGfq657FhiFDOGPkFXZT6UNw7wAbaMh {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #OQVOH3Gn3KAobKqimcJbseTLlAk7yQJf {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #ewDq9gXh9ZV8JPpTM6ID31dMrfmTWaSA {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #UGDOIUTqq6DOtX6aJtW3AamLDlcNtTsV {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #a5KTxoQdLT3W9WUf4FPovSu3Gt1LcHxK {  }
 }@media only screen and (max-width: 763px) { #GeQWgRJSFqdJiDyRmJrN7muelBW5f8su { display:block; }
 }@media only screen and (max-width: 763px) { #uPkSXSZu5eLRxbH9tppwXlNEMgSKePH9 { display:block; }
 }@media only screen and (max-width: 763px) { #UZT94zHRXDbVR4NTx9g1tRKLQis5PqKc { display:block; }
 }@media only screen and (max-width: 763px) { #zIPCUh355g6f93Jt5PWAtz9JafT0NTSc { display:block; }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #L9sQpiwk5VeyXuIlKlb8f0XPTTcEOQJI {  }
 }@media only screen and (max-width: 763px) { #wkWXlzGrSTiIWZbZgOr8OJJM2JS8Hey7 #JZZc24V4ELFZ69kbNy12nA3hnuw6sMBf {  }
 }@media only screen and (max-width: 763px) { #IIEkl7nOdwGZsapRWdhb0MtZKqzeX5Zu { width:15.9375rem;height:15.9375rem;top:5.9375rem;left:2rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #A7SMhUTQGRMLBpxbGLPcNBCekaSncTgU { width:18.499rem;height:4.6875rem;top:51.185546875rem;left:0.75048828125rem;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QyB9w3gAWVnmkaMtG7UBOiIOezq4PFTD { width:6.75rem;height:6.75rem;top:55.554717063904rem;left:8.6236883401869rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnUXWA9oIba5EfrZ77snO22i6al1zlp6 { width:17.4375rem;height:17.4375rem;top:11.8125rem;left:0.8125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #udlQJ12g2zlbRsNpgkc5doIeyDOyrQZD { width:19.9995625rem;height:5.31193125rem;top:3.6097235679626rem;left:0.00071287155151369rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { display:block; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afkGO6RZzGnioMXly2mi2xGPuE70Irie { width:9.437375rem;height:1.0564rem;top:1.25rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { width:11.5rem;height:1.05615rem;top:2.3056640625rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { display:flex;width:1.6864375rem;height:1.6864375rem;top:4.375rem;left:8rem; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6864375rem; height:1.6864375rem; } }@media only screen and (max-width: 763px) { #XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { display:flex;width:1.4375rem;height:1.4375rem;top:4.5625rem;left:10.5625rem; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { display:flex;width:1.68719375rem;height:1.68719375rem;top:4.375rem;left:5.5rem; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.68719375rem; height:1.68719375rem; } }@media only screen and (max-width: 763px) { #H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { width:1.6875rem;height:1.6875rem;top:4.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyCoUmO77FT7qaITU9GrpawffkNxoP56 { display:flex;width:1.6875rem;height:1.6875rem;top:4.375rem;left:12.875rem; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }