.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:249,255,217;--color-primary-1:237,255,128;--color-primary-2:218,255,0;--color-primary-3:109,128,0;--color-primary-4:33,38,0;--color-secondary-0:232,230,255;--color-secondary-1:180,170,255;--color-secondary-2:104,85,255;--color-secondary-3:52,43,128;--color-secondary-4:16,13,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { 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;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f7102ab-8515-4bf8-beb7-1932e723c823/youngbeautifulwomanoutdoorenjoyingcity20260309231355utc.jpg");background-position:center left !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; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::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; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:rgba(var(--color-primary-4),1);display:block;width:40.8125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:9.75rem;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; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:26.8125rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-3),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-4),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.0625rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.9375rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:10.5625rem;top:0.875rem;left:48.633771929824rem;overflow:hidden;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15009;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.125rem;width:3.125rem;top:11.5rem;left:0rem;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;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.125rem;width:3.125rem;top:46.5615234375rem;left:10.625rem;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:23.5rem;left:35.25rem;overflow:hidden;display:block; }
#V5lZApM8tCfuAZgDkOsGgfdaq7H16AuS { position:absolute;display:block;z-index:15011;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.125rem;width:3.125rem;top:16.1875rem;left:49.75rem;overflow:hidden;display:block; }
#sT7LnD85MLr1WeCfls8U4hkL5PeUvCt2 { position:absolute;display:block;z-index:15012;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.0625rem;width:3.125rem;top:14.625rem;left:34.875rem;overflow:hidden;display:block; }
#n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.28125rem;left:0rem; }
#n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#s46k4iXwIceNaswGM81kgP43EgRTgvPd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.46875rem;left:2.0625rem; }
#s46k4iXwIceNaswGM81kgP43EgRTgvPd > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.5rem;left:3.875rem; }
#ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/db027de4-236b-499c-bb62-58d59c504971/Obszarroboczy2kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.adaptive-delivery-prevent-bg, #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.lazyload, #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.lazyloading { background-image: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { background-color: transparent; background-image: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container > .video-iframe-container { display: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row > .video-iframe-container { display: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .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); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { border-width: 0; border-radius: 0; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#vlPoHiTswpeAn8CStlTxZ1LwEBkZGrBn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.125rem;left:4.3125rem;height:6.75rem;display:block; }
#ziHP1mBsnw5OHaGSFmJJRL7KqE5gWtHp { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.5rem;height:5.75rem;display:block; }
#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg { position:relative;display:block; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg { background-color: transparent; background-image: none; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container > .video-iframe-container { display: none; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row > .video-iframe-container { display: none; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .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); }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg { border-width: 0; border-radius: 0; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { 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:3.5rem;width:3.5rem;top:3.25rem;left:27.875rem;overflow:hidden;display:block; }
#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:2.71875rem;left:28rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.8125rem;left:43.625rem;display:block; }
#MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { 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.375rem;width:3.375rem;top:3.3125rem;left:44.125rem;overflow:hidden;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.8125rem;left:13rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.8125rem;left:27.875rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.8125rem;left:12.875rem;overflow:hidden;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:8rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:7.625rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:22.8125rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:rgba(var(--color-secondary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:22.875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:37.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:37.6875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG { position:relative;display:block; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG { background-color: transparent; background-image: none; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container > .video-iframe-container { display: none; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row > .video-iframe-container { display: none; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .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); }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG { border-width: 0; border-radius: 0; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container { background-color: transparent; background-image: none; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container > .video-iframe-container { display: none; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row > .video-iframe-container { display: none; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .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); }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container { border-width: 0; border-radius: 0; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#BffVkmUugswTZO3DyAEDiltS4kTpiW6T { 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:13.5625rem;width:19.9375rem;top:28.125rem;left:0rem;overflow:hidden;display:block; }
#Z4eMcxkDms86wWGFIxtJlDI7mQaU2f12 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:19.875rem;top:13.84375rem;left:0rem;overflow:hidden;display:block; }
#UtWlTFfB54QqTrHEd4QIXATtPxvL28NF { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:20.5625rem;left:42.1875rem;height:10.625rem;font-style:normal;display:block; }
#xG6UVmxdKrTdDD3tPo6CI0B9E4WVczdp { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.375rem;left:42.125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uf8Rus9U39tF5Da20Fuptbn13EOzyIEW { 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:27.75rem;width:19.9375rem;top:13.9375rem;left:20.3466796875rem;overflow:hidden;display:block; }
#abebmpcMyd2OheGZ1EKDRfngTisAI5F9 { position:absolute;display:block;z-index:15004;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.5rem;width:19.9375rem;top:0rem;left:0.0060360195765803rem;overflow:hidden;display:block; }
#ypHqoq5XPUeQ4RnD4iTXcaUo4gMB0FIJ { position:absolute;display:block;z-index:15005;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.5625rem;width:20.4375rem;top:0rem;left:20.0966796875rem;overflow:hidden;display:block; }
#ytNAOiArhISRTvT59Ts6TwGopwDQ6Ncd { position:absolute;display:block;z-index:15006;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.375rem;width:9.375rem;top:35.4375rem;left:34.0625rem;overflow:hidden;display:block; }
#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 { position:relative;display:block; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 { background-color: transparent; background-image: none; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container > .video-iframe-container { display: none; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row > .video-iframe-container { display: none; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .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); }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 { border-width: 0; border-radius: 0; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/f7af0149-5323-4689-8295-86b21432e2c1/Obszarroboczy5kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8.adaptive-delivery-prevent-bg, #flOJGyb0cJMPSURMytSiN3g72XwIkev8.lazyload, #flOJGyb0cJMPSURMytSiN3g72XwIkev8.lazyloading { background-image: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { background-color: transparent; background-image: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container > .video-iframe-container { display: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row > .video-iframe-container { display: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .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); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { border-width: 0; border-radius: 0; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#RiOEwTrhplqTI1VXM6ENXEDTsbDJ7H3x { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:18.75rem;top:16.5rem;left:1.2412109375rem;display:block; }
#Va888tdTIKSpvFhfX1w04dHGutwVaTSw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20rem;width:20rem;top:15.75rem;left:20rem;display:block; }
#kzVsw4ov8IRT9BOeG2tmthgy2LgTlV74 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:18.75rem;width:18.75rem;top:16.46875rem;left:40.0244140625rem;display:block; }
#r5oOA2OgTeHUe6zdR7Txva8yMHxO7WeZ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5rem;left:20.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4d0H0OD155IksP2XaUQDyLTIBoUF4ig { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.9365234375rem;left:22.4375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvrRbXhC2AktJCJIsTTFWo0qxNNCLHHT { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:18.78125rem;left:3.59375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rpp4bEglwW49NLgCXITodiA5EVZQ1P4Z { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.0615234375rem;left:3.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z88OoJDpQwqLdEt6KvKGaNdp1997E2rL { color:#e8f7ff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:18.34375rem;left:41.59375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4wutOkgiRanRmfagqkkHk6laASTBIkT { color:#e8f7ff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0615234375rem;left:41.7802734375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqLp5ol2TJItM8rIJhlKUlp2cUVKSMAz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmDOUihtsdyrLBpWIyivRTcaeqTeDxMU { position:absolute;display:block;z-index:15019;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.375rem;width:9.375rem;top:27.0615234375rem;left:34.0625rem;overflow:hidden;display:block; }
#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container { background-color: transparent; background-image: none; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container > .video-iframe-container { display: none; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row > .video-iframe-container { display: none; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .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); }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container { border-width: 0; border-radius: 0; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.71875rem;left:0rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb li:before{  }
#OMwPOBIT1O1My0hnO45GP7XabnQvxve8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:31.25rem;width:25rem;top:4.15625rem;left:35rem;overflow:hidden;display:block; }
#K6JxhVEFzpDwGihxx7nQy1W04Xa1fh9B { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLpTKFLNSSG9uaTiuC35pX6ayNTG4IEa { position:absolute;display:block;z-index:15010;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.375rem;width:9.375rem;top:28.4375rem;left:29.5rem;overflow:hidden;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.3125rem;left:31.125rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2Tq7wJ9SMFU5QagiyEJeCRIRxrsIOSC { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:31.125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:21.25rem;left:31.125rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK li:before{  }
#TPETCDMXAKxX9odoE26RQqXPTD71gZqH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:31.25rem;width:25rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#aFuZoCekJQxnyuAtWE5mMLvZaRdeLWXy { position:absolute;display:block;z-index:15016;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.375rem;width:9.375rem;top:24.5rem;left:46.5rem;overflow:hidden;display:block; }
#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71a8c5d1-2188-4d33-9729-48319ed269af/Gemini_Generated_Image_6dhjrn6dhjrn6dhjFireflyUpscalerskala2x.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.adaptive-delivery-prevent-bg, #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.lazyload, #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.lazyloading { background-image: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { background-color: transparent; background-image: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container > .video-iframe-container { display: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row > .video-iframe-container { display: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .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); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { border-width: 0; border-radius: 0; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#d0XPKSOurQgikWJuwTQUMeeoo8whBTxt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.5rem;left:0.25rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zx20NuRGKLbmsJtMKSetF9gF0ON5KPQk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydta2J6m3WrLHMRZ72x9eaUuFkIbW5Tx { color:rgba(var(--color-secondary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:1.25rem;display:block; }
#vfc318Phy7fPBOnXZPTTBJo1ZLUP02Tp { 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:9.375rem;width:9.375rem;top:25.625rem;left:47rem;overflow:hidden;display:block; }
#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container { background-color: transparent; background-image: none; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container > .video-iframe-container { display: none; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row > .video-iframe-container { display: none; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .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); }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container { border-width: 0; border-radius: 0; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#CwFsWv2guAI2MyVwExuUfPifPJIant9b { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7kkyLVQP3cCogWVBmATFKiipqxAkGst { color:rgba(255,255,255,0.7);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:2.1;letter-spacing:0;top:21.71875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcTgXgdUOqE32JOwFGof365xJTnlVNBS { color:rgba(255,255,255,0.7);display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-form-header {  }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:16.125rem;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; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.25rem solid #ffffff;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:16.125rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.25rem solid #ffffff;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:16.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:16.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .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; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:16.125rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.375rem 0.3125rem 1.0625rem rgba(5,5,5,0.36) ; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#000000;vertical-align:top;width:14.875rem;overflow:hidden;font-style:normal;float:none; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .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; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-container:first-of-type{padding-top:0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-container:last-of-type{padding-bottom:0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:39.625rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem;display:block;vertical-align:top; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q {display:block;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:39.625rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mZcETp7IxKE9O22H23yL9U9VJ7Niqc5A { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #KWM07C130d1QJ1GIdKTMBDcI9niBqS39 { position:relative;display:block; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #byMISCFkyrTlpyMHUvF9G1UteRIoxqZc { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #kbDzLE7ITx8HsHmgSol487LXRhpV9L4l { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #IHDe89d66O5BfFIMIGewL60l23fInkLE { position:relative;display:block; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mVXZcC6E3e8CPKZkWVs60ub0vcaq16pt { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #sFoXTWfRZTqbipTXUPzIQxAf3TwgSZUq { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #ycgOAFrLwswgaLUhS7OUTO2xgxip2bNZ { position:relative;z-index:2; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #oTDW0l3ppnTKQsTbCqqWHFVTPhFW0qrD { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #l48hiE4Af8MTxdd6KloG5QoA7tqcKlgw { position:relative; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #aQw8ETpJLSWHimTgkswSh0XhnpzFDddT { position:relative; }
#W9FkZ9MUI9BfFQpuHG07L7cCTB86EEiQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26rem;width:22rem;top:8.375rem;left:37.875rem;display:block; }
#KtITTquL8BWK1Myz2E2IpMrrwrA7kQvm { color:rgba(var(--color-primary-4),1);display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvIRcTEJhlx32m63FJ512ddEUgwkvHET { color:rgba(var(--color-secondary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.1875rem;left:0rem;height:;display:block; }#HvIRcTEJhlx32m63FJ512ddEUgwkvHET li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HvIRcTEJhlx32m63FJ512ddEUgwkvHET li:before{  }
#FCtHmPsu2rVVXn8eu9zkNiTJbkOdgETU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:33.3125rem;left:9.9375rem;overflow:hidden;display:block; }
#stUBsNSTF7Z6KeuK8Faan27GruPktyLW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#kvbte6ikcFEvhCFqKyqfKe6T8b1aCrWT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.375rem;top:13.5625rem;left:36.1875rem;overflow:hidden;display:block; }
#KCcH0TG9TQgouD36WIDPbUherZuJ9osK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.6875rem;left:19.9375rem;overflow:hidden;display:block; }
#AuXhZiPyeQ3zrwha080b4Wanfc2audzy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.75rem;left:55.1875rem;overflow:hidden;display:block; }
#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afc709e1-bf0b-422d-8ac8-1067ee95192d/followmehappyyoungwomaninaredhatandwit20240912130608utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz.adaptive-delivery-prevent-bg, #rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz.lazyload, #rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz.lazyloading { background-image: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { background-color: transparent; background-image: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container > .video-iframe-container { display: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row > .video-iframe-container { display: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .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); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { border-width: 0; border-radius: 0; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz::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; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#mTOoMum8llNSTTSMJWK7qGJTQJ7AzhDi { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6rem;left:0rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GII3ZayEriKrJVfcvXE43c8K98bM6F00 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.5rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ig7dPnMEX2JCsXNri1OhbxtL3ZfWTEf4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.0625rem;top:12.5rem;left:19.8125rem;overflow:hidden;display:block; }
#IzhBJ5Es67NDuwtotgEyEMfwBsb05dTU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:12.5rem;left:26.25rem;overflow:hidden;display:block; }
#PDRNElo2w6b15dkncpUo96576skbJf10 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6rem;top:12.1875rem;left:37.375rem;overflow:hidden;display:block; }
#GrWEy8C1lKg47P67LTOgCuLTFpZ5TDHJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.75rem;top:12.75rem;left:45.0625rem;overflow:hidden;display:block; }
#VJZ6OIyiIZ3d5FftXR5BnyEwo1a9o1rQ { 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:1.875rem;width:10.875rem;top:12.5rem;left:7.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:15.25rem;left:0rem;width:40.8125rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:26.8125rem;left:0rem;width:30.25rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:17rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:0.875rem;left:37.1875rem;width:10.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:11.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:46.5rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:23.5rem;left:29.125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lZApM8tCfuAZgDkOsGgfdaq7H16AuS { top:16.1875rem;left:43.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7LnD85MLr1WeCfls8U4hkL5PeUvCt2 { top:14.625rem;left:28.75rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg { top:2.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #s46k4iXwIceNaswGM81kgP43EgRTgvPd { top:2.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#s46k4iXwIceNaswGM81kgP43EgRTgvPd > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 { top:2.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW { display:block; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlPoHiTswpeAn8CStlTxZ1LwEBkZGrBn { top:19.125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziHP1mBsnw5OHaGSFmJJRL7KqE5gWtHp { top:28.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg { display:block; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:3.25rem;left:20.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:2.6875rem;left:19.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:2.8125rem;left:31.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { top:3.3125rem;left:32.4375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:2.8125rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:2.8125rem;left:19.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.8125rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:8.875rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:10.9375rem;left:0rem;width:14.8125rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:11rem;left:9.25rem;width:14.625rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:8.875rem;left:9.25rem;width:14.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:8.875rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:11rem;left:21rem;width:14.8125rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG { display:block; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vek3wyohHUHUMxzFvW1ai83whAvi8C3G { display:block; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffVkmUugswTZO3DyAEDiltS4kTpiW6T { width:19.9375rem;height:13.5625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4eMcxkDms86wWGFIxtJlDI7mQaU2f12 { width:19.875rem;height:13.5rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWlTFfB54QqTrHEd4QIXATtPxvL28NF { width:15.625rem;height:10.625rem;top:20.5625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG6UVmxdKrTdDD3tPo6CI0B9E4WVczdp { width:17.875rem;height:15rem;top:2.375rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8Rus9U39tF5Da20Fuptbn13EOzyIEW { top:13.9375rem;left:11.8125rem;width:19.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abebmpcMyd2OheGZ1EKDRfngTisAI5F9 { top:0rem;left:0rem;width:19.9375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypHqoq5XPUeQ4RnD4iTXcaUo4gMB0FIJ { top:0rem;left:11.3125rem;width:20.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNAOiArhISRTvT59Ts6TwGopwDQ6Ncd { top:35.4375rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 { display:block; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flOJGyb0cJMPSURMytSiN3g72XwIkev8 { display:block; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiOEwTrhplqTI1VXM6ENXEDTsbDJ7H3x { top:16.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va888tdTIKSpvFhfX1w04dHGutwVaTSw { top:15.75rem;left:11.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzVsw4ov8IRT9BOeG2tmthgy2LgTlV74 { top:16.4375rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5oOA2OgTeHUe6zdR7Txva8yMHxO7WeZ { top:17.5rem;left:12.375rem;width:19.375rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4d0H0OD155IksP2XaUQDyLTIBoUF4ig { top:23.875rem;left:14.4375rem;width:17.3125rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrRbXhC2AktJCJIsTTFWo0qxNNCLHHT { top:18.75rem;left:0rem;width:17.4375rem;height:6.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpp4bEglwW49NLgCXITodiA5EVZQ1P4Z { top:27rem;left:0.6875rem;width:15.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88OoJDpQwqLdEt6KvKGaNdp1997E2rL { top:18.3125rem;left:30.8125rem;width:16.8125rem;height:6.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wutOkgiRanRmfagqkkHk6laASTBIkT { top:27rem;left:31.75rem;width:15.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLp5ol2TJItM8rIJhlKUlp2cUVKSMAz { top:4.75rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDOUihtsdyrLBpWIyivRTcaeqTeDxMU { top:27rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 { display:block; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuc0xT569TBNehcVHAdeIVT8yu1hIMGb { width:32.3125rem;height:7.6875rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb li:before{  }
 }@media only screen and (max-width: 763px) { #OMwPOBIT1O1My0hnO45GP7XabnQvxve8 { top:4.125rem;left:22.75rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JxhVEFzpDwGihxx7nQy1W04Xa1fh9B { top:9.5rem;left:0rem;width:27rem;height:10.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpTKFLNSSG9uaTiuC35pX6ayNTG4IEa { top:28.4375rem;left:23.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:7.5rem;left:18.875rem;width:28.875rem;height:0;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:15.3125rem;left:22.125rem;width:25.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Tq7wJ9SMFU5QagiyEJeCRIRxrsIOSC { top:7.0625rem;left:20.75rem;width:27rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK { top:21.25rem;left:22.125rem;width:25.625rem;height:5.6875rem;font-size:1.125rem;display:block; }#yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK li:before{  }
 }@media only screen and (max-width: 763px) { #TPETCDMXAKxX9odoE26RQqXPTD71gZqH { top:4.6875rem;left:0rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFuZoCekJQxnyuAtWE5mMLvZaRdeLWXy { top:24.5rem;left:37.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA { display:block; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0XPKSOurQgikWJuwTQUMeeoo8whBTxt { width:34.5625rem;height:;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx20NuRGKLbmsJtMKSetF9gF0ON5KPQk { width:36.5rem;height:3.375rem;top:16rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydta2J6m3WrLHMRZ72x9eaUuFkIbW5Tx { top:21.875rem;left:0rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfc318Phy7fPBOnXZPTTBJo1ZLUP02Tp { top:25.625rem;left:34.75rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsxbQImz3GwTiR236IsKvzxwgVgzHdz { display:block; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwFsWv2guAI2MyVwExuUfPifPJIant9b { top:14.0625rem;left:0rem;width:30.0625rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kkyLVQP3cCogWVBmATFKiipqxAkGst { top:21.6875rem;left:0rem;width:25.8125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcTgXgdUOqE32JOwFGof365xJTnlVNBS { top:12.125rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q  { width:16.125rem;height:auto;top:12.8125rem;left:29.125rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q {display:block;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q { width:16.125rem;height:auto;top:12.8125rem;left:29.125rem; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mZcETp7IxKE9O22H23yL9U9VJ7Niqc5A {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #KWM07C130d1QJ1GIdKTMBDcI9niBqS39 {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #byMISCFkyrTlpyMHUvF9G1UteRIoxqZc {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #kbDzLE7ITx8HsHmgSol487LXRhpV9L4l {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #IHDe89d66O5BfFIMIGewL60l23fInkLE {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mVXZcC6E3e8CPKZkWVs60ub0vcaq16pt {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #sFoXTWfRZTqbipTXUPzIQxAf3TwgSZUq {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #ycgOAFrLwswgaLUhS7OUTO2xgxip2bNZ {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #oTDW0l3ppnTKQsTbCqqWHFVTPhFW0qrD {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #l48hiE4Af8MTxdd6KloG5QoA7tqcKlgw {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #aQw8ETpJLSWHimTgkswSh0XhnpzFDddT {  }
 }@media only screen and (max-width: 763px) { #W9FkZ9MUI9BfFQpuHG07L7cCTB86EEiQ { top:8.375rem;left:25.75rem;width:22rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtITTquL8BWK1Myz2E2IpMrrwrA7kQvm { top:10.3125rem;left:25.625rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIRcTEJhlx32m63FJ512ddEUgwkvHET { top:25.1875rem;left:0rem;width:25.0625rem;height:;font-size:1rem;display:block; }#HvIRcTEJhlx32m63FJ512ddEUgwkvHET li:before{  }
 }@media only screen and (max-width: 763px) { #FCtHmPsu2rVVXn8eu9zkNiTJbkOdgETU { top:33.3125rem;left:6.875rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stUBsNSTF7Z6KeuK8Faan27GruPktyLW { top:8.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbte6ikcFEvhCFqKyqfKe6T8b1aCrWT { top:13.5625rem;left:27rem;width:2.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCcH0TG9TQgouD36WIDPbUherZuJ9osK { top:16.6875rem;left:16.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuXhZiPyeQ3zrwha080b4Wanfc2audzy { top:9.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz { display:block; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTOoMum8llNSTTSMJWK7qGJTQJ7AzhDi { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GII3ZayEriKrJVfcvXE43c8K98bM6F00 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7dPnMEX2JCsXNri1OhbxtL3ZfWTEf4 { width:4.0625rem;height:1.5rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhBJ5Es67NDuwtotgEyEMfwBsb05dTU { width:6.25rem;height:1.25rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRNElo2w6b15dkncpUo96576skbJf10 { width:4.0625rem;height:1.6875rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrWEy8C1lKg47P67LTOgCuLTFpZ5TDHJ { width:4.5rem;height:1.25rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZ6OIyiIZ3d5FftXR5BnyEwo1a9o1rQ { width:7.375rem;height:1.25rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f7102ab-8515-4bf8-beb7-1932e723c823/youngbeautifulwomanoutdoorenjoyingcity20260309231355utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,250,255,0.5); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,250,255,0.5); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:6.75rem;top:9.875rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:16.0625rem;height:9.375rem;top:19.8125rem;left:1.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:17.1875rem;height:3.4375rem;top:32.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:8.375rem;height:3.875rem;top:0.5625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:3.125rem;height:3.125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:3.125rem;height:3.125rem;top:3.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:3.125rem;height:3.125rem;top:35.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lZApM8tCfuAZgDkOsGgfdaq7H16AuS { width:3.125rem;height:3.125rem;top:29.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7LnD85MLr1WeCfls8U4hkL5PeUvCt2 { width:3.125rem;height:3.0625rem;top:14.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg { display:flex;width:2.9375rem;height:2.9375rem;top:40.125rem;left:3.375rem;font-size:2rem; }
#n2bUOTOdv79VdHa4aSn7vxdNVAEb21mg > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #s46k4iXwIceNaswGM81kgP43EgRTgvPd { display:flex;width:2.4375rem;height:2.4375rem;top:40.375rem;left:8.75rem;font-size:1.6875rem; }
#s46k4iXwIceNaswGM81kgP43EgRTgvPd > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 { display:flex;width:2.5rem;height:2.5rem;top:40.375rem;left:14.0625rem;font-size:1.75rem; }
#ozZxsnTqV7TQq5ayTzMhFEV62iJtz1I0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/db027de4-236b-499c-bb62-58d59c504971/Obszarroboczy2kopia2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.adaptive-delivery-prevent-bg, #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.lazyload, #W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW.lazyloading { background-image: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { background-color: transparent; background-image: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container > .video-iframe-container { display: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row > .video-iframe-container { display: none; }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .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); }#W1c1Bs2T17oT3JenseVy9S1eWMZ54eSW > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlPoHiTswpeAn8CStlTxZ1LwEBkZGrBn { width:20rem;height:16.5625rem;top:5.1875rem;left:0rem;font-size:3.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ziHP1mBsnw5OHaGSFmJJRL7KqE5gWtHp { width:20rem;height:7.1875rem;top:24.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg { display:block; }#neZ7J2GmbQDFJs3F5G8CXyQdAcnyJCkg > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:4.5rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:17.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:4.3125rem;height:4.3125rem;top:16.46875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:28.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { width:3.375rem;height:3.375rem;top:28.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:5.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:16.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:3.4375rem;height:3.4375rem;top:5.84375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:10.25rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:4.125rem;top:12.125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:4.125rem;top:23.4375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:21.5rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:33.125rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:4.125rem;top:35.1875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG { display:block; }#PmJlQpw1WXpNsG9R78zHUIAMr97rbOTG > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vek3wyohHUHUMxzFvW1ai83whAvi8C3G { display:block; }#vek3wyohHUHUMxzFvW1ai83whAvi8C3G > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BffVkmUugswTZO3DyAEDiltS4kTpiW6T { width:20rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4eMcxkDms86wWGFIxtJlDI7mQaU2f12 { width:19.75rem;height:13.4375rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWlTFfB54QqTrHEd4QIXATtPxvL28NF { width:18rem;height:8.4375rem;top:39.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xG6UVmxdKrTdDD3tPo6CI0B9E4WVczdp { width:18rem;height:8.75rem;top:29.8125rem;left:0.0625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8Rus9U39tF5Da20Fuptbn13EOzyIEW { width:19.9375rem;height:27.75rem;top:90.208984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abebmpcMyd2OheGZ1EKDRfngTisAI5F9 { width:19.9375rem;height:13.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypHqoq5XPUeQ4RnD4iTXcaUo4gMB0FIJ { width:20rem;height:13.272171253823rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNAOiArhISRTvT59Ts6TwGopwDQ6Ncd { width:9.375rem;height:9.375rem;top:71rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 { display:block; }#PPKQ7yntTyMU7cGHSU7cdH7xBtXDUXh0 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flOJGyb0cJMPSURMytSiN3g72XwIkev8 { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/f7af0149-5323-4689-8295-86b21432e2c1/Obszarroboczy5kopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8.adaptive-delivery-prevent-bg, #flOJGyb0cJMPSURMytSiN3g72XwIkev8.lazyload, #flOJGyb0cJMPSURMytSiN3g72XwIkev8.lazyloading { background-image: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { background-color: transparent; background-image: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container > .video-iframe-container { display: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row > .video-iframe-container { display: none; }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .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); }#flOJGyb0cJMPSURMytSiN3g72XwIkev8 > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiOEwTrhplqTI1VXM6ENXEDTsbDJ7H3x { width:19rem;height:13.25rem;top:10.5625rem;left:0.35879629629631rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va888tdTIKSpvFhfX1w04dHGutwVaTSw { width:20rem;height:17.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzVsw4ov8IRT9BOeG2tmthgy2LgTlV74 { width:18.6875rem;height:13.75rem;top:36.9375rem;left:0.59202127659576rem;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5oOA2OgTeHUe6zdR7Txva8yMHxO7WeZ { width:18.8125rem;height:2.5625rem;top:26.1875rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4d0H0OD155IksP2XaUQDyLTIBoUF4ig { width:17.3125rem;height:3.75rem;top:30.6875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrRbXhC2AktJCJIsTTFWo0qxNNCLHHT { width:15.6875rem;height:2rem;top:12.46875rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpp4bEglwW49NLgCXITodiA5EVZQ1P4Z { width:14.6875rem;height:2.5rem;top:16.4365234375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88OoJDpQwqLdEt6KvKGaNdp1997E2rL { width:17.4375rem;height:2rem;top:40.9375rem;left:1.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wutOkgiRanRmfagqkkHk6laASTBIkT { width:17.125rem;height:1.25rem;top:44.4677734375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLp5ol2TJItM8rIJhlKUlp2cUVKSMAz { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmDOUihtsdyrLBpWIyivRTcaeqTeDxMU { width:9.375rem;height:9.375rem;top:20.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 { display:block; }#obTP0OsmHu1x80hOLOB2dzNhlWVDEN70 > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuc0xT569TBNehcVHAdeIVT8yu1hIMGb { width:20rem;height:8.8125rem;top:35.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuc0xT569TBNehcVHAdeIVT8yu1hIMGb li:before{  }
 }@media only screen and (max-width: 763px) { #OMwPOBIT1O1My0hnO45GP7XabnQvxve8 { width:19.8125rem;height:24.9375rem;top:0rem;left:-0.026529368108569rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JxhVEFzpDwGihxx7nQy1W04Xa1fh9B { width:20rem;height:7.6875rem;top:26.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpTKFLNSSG9uaTiuC35pX6ayNTG4IEa { width:9.375rem;height:9.375rem;top:18.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:0;top:19.3125rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:6.25rem;top:33.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Tq7wJ9SMFU5QagiyEJeCRIRxrsIOSC { width:20rem;height:5.125rem;top:26.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK { width:20rem;height:5.6875rem;top:41.8125rem;left:0rem;font-size:1.125rem;display:block; }#yKICmlZ55ePEwza0IDolPQ8dwTAOZIiK li:before{  }
 }@media only screen and (max-width: 763px) { #TPETCDMXAKxX9odoE26RQqXPTD71gZqH { width:20rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFuZoCekJQxnyuAtWE5mMLvZaRdeLWXy { width:9.375rem;height:9.375rem;top:19.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA { background-color:rgba(236,187,198,0.63);background-image:url("https://images.assets-landingi.com/uc/71a8c5d1-2188-4d33-9729-48319ed269af/Gemini_Generated_Image_6dhjrn6dhjrn6dhjFireflyUpscalerskala2x.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.adaptive-delivery-prevent-bg, #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.lazyload, #aURt0X35eeE8VbELAAFHTvKX0uuEhOPA.lazyloading { background-image: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { background-color: transparent; background-image: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container > .video-iframe-container { display: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row > .video-iframe-container { display: none; }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .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); }#aURt0X35eeE8VbELAAFHTvKX0uuEhOPA > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0XPKSOurQgikWJuwTQUMeeoo8whBTxt { width:20rem;height:1.25rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx20NuRGKLbmsJtMKSetF9gF0ON5KPQk { width:20rem;height:4.75rem;top:13.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ydta2J6m3WrLHMRZ72x9eaUuFkIbW5Tx { width:18.625rem;height:1.25rem;top:19.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfc318Phy7fPBOnXZPTTBJo1ZLUP02Tp { width:9.375rem;height:9.375rem;top:22.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsxbQImz3GwTiR236IsKvzxwgVgzHdz { display:block; }#oDsxbQImz3GwTiR236IsKvzxwgVgzHdz > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwFsWv2guAI2MyVwExuUfPifPJIant9b { width:20rem;height:5.125rem;top:5.2124938964844rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D7kkyLVQP3cCogWVBmATFKiipqxAkGst { width:20rem;height:1.6875rem;top:10.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #dcTgXgdUOqE32JOwFGof365xJTnlVNBS { width:20rem;height:1.4375rem;top:3.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-text {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-select {padding-top: 0; padding-bottom: 0;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q  { width:16.125rem;height:auto;top:29.5rem;left:0.6875rem; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q {display:block;}#UZvvhemReKRV7ECi24pEiWbJ4czVDC9q { width:16.125rem;height:auto;top:29.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mZcETp7IxKE9O22H23yL9U9VJ7Niqc5A {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #KWM07C130d1QJ1GIdKTMBDcI9niBqS39 { display:block; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #byMISCFkyrTlpyMHUvF9G1UteRIoxqZc {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #kbDzLE7ITx8HsHmgSol487LXRhpV9L4l {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #IHDe89d66O5BfFIMIGewL60l23fInkLE { display:block; }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #mVXZcC6E3e8CPKZkWVs60ub0vcaq16pt {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #sFoXTWfRZTqbipTXUPzIQxAf3TwgSZUq {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #ycgOAFrLwswgaLUhS7OUTO2xgxip2bNZ {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #oTDW0l3ppnTKQsTbCqqWHFVTPhFW0qrD {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #l48hiE4Af8MTxdd6KloG5QoA7tqcKlgw {  }
 }@media only screen and (max-width: 763px) { #UZvvhemReKRV7ECi24pEiWbJ4czVDC9q #aQw8ETpJLSWHimTgkswSh0XhnpzFDddT {  }
 }@media only screen and (max-width: 763px) { #W9FkZ9MUI9BfFQpuHG07L7cCTB86EEiQ { width:20rem;height:26.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtITTquL8BWK1Myz2E2IpMrrwrA7kQvm { width:20rem;height:2.4375rem;top:26.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvIRcTEJhlx32m63FJ512ddEUgwkvHET { width:20rem;height:6.875rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }#HvIRcTEJhlx32m63FJ512ddEUgwkvHET li:before{  }
 }@media only screen and (max-width: 763px) { #FCtHmPsu2rVVXn8eu9zkNiTJbkOdgETU { width:3.125rem;height:3.0625rem;top:26.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stUBsNSTF7Z6KeuK8Faan27GruPktyLW { width:3.125rem;height:3.125rem;top:2.1494140625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbte6ikcFEvhCFqKyqfKe6T8b1aCrWT { width:2.375rem;height:2.3125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCcH0TG9TQgouD36WIDPbUherZuJ9osK { width:3.125rem;height:3.125rem;top:51.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuXhZiPyeQ3zrwha080b4Wanfc2audzy { width:3.125rem;height:3.125rem;top:47.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { background-color: transparent; background-image: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container > .video-iframe-container { display: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row > .video-iframe-container { display: none; }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .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); }#rZA0dOwgyl0ceGXiXAxp8R9gOrSNyvuz > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTOoMum8llNSTTSMJWK7qGJTQJ7AzhDi { width:16.25rem;height:4.125rem;top:3.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GII3ZayEriKrJVfcvXE43c8K98bM6F00 { width:17.875rem;height:1.1875rem;top:8.71875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7dPnMEX2JCsXNri1OhbxtL3ZfWTEf4 { width:3.3125rem;height:1.25rem;top:13.5rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhBJ5Es67NDuwtotgEyEMfwBsb05dTU { width:6.25rem;height:1.25rem;top:15.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRNElo2w6b15dkncpUo96576skbJf10 { width:2.9375rem;height:1.25rem;top:17.4375rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrWEy8C1lKg47P67LTOgCuLTFpZ5TDHJ { width:4.5625rem;height:1.25rem;top:20rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZ6OIyiIZ3d5FftXR5BnyEwo1a9o1rQ { width:7.125rem;height:1.25rem;top:11.625rem;left:6.4375rem;display:block; }
 }