.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:234,246,245;--color-primary-1:184,224,223;--color-primary-2:113,193,191;--color-primary-3:57,97,96;--color-primary-4:17,29,29;--color-secondary-0:249,233,217;--color-secondary-1:235,183,128;--color-secondary-2:215,111,0;--color-secondary-3:108,56,0;--color-secondary-4:32,17,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4380c1e1-b3cd-4866-b3e2-f1a8cf16cb9c/Webinarysierpnie12.webp");background-position:center !important;background-repeat:no-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; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w.adaptive-delivery-prevent-bg, #gm643qCJO0VviH0JT0JktaDlWak5zT9w.lazyload, #gm643qCJO0VviH0JT0JktaDlWak5zT9w.lazyloading { background-image: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { background-color: transparent; background-image: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container > .video-iframe-container { display: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container { display: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .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); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { border-width: 0; border-radius: 0; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w::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; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#kmFbL7MraV7h3hs3aZseelUrIHMG0TDx { position:absolute;display:block;z-index:15021;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.6875rem;width:12.5625rem;top:0.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#eersH3g9qVD710PwAuTkbTdiE68CbuZd { 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:4.25rem;width:8.5rem;top:0rem;left:50.1875rem;overflow:hidden;display:block; }
#pShVdsn4RwsQxhAXMSrhbAZmileLRHrs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(128,146,195,0.83) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:4.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.438545227051rem;left:16.5rem;display:block; }
#lLQM33sSsELxlx0FOvTNrzznK5WQcAHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN { 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; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container { background-color: transparent; background-image: none; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container > .video-iframe-container { display: none; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row > .video-iframe-container { display: none; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .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); }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container { border-width: 0; border-radius: 0; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21da2e7f-1d4b-49df-840a-db2ad89a41d6/ChatGPTImage3cze202612_23_00.webp");background-position:center !important;background-repeat:no-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; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP.adaptive-delivery-prevent-bg, #Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP.lazyload, #Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP.lazyloading { background-image: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { background-color: transparent; background-image: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container > .video-iframe-container { display: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container { display: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .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); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { border-width: 0; border-radius: 0; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP::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; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#CpFRwdd9pe1oAM09JGIKpRN7CXolsvIx { color:rgba(var(--color-primary-3),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:13.093750953674rem;left:28.811458587646rem;height:34.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2ML3ulmkLPEqy5lZ6kElUMoCISgUqzX { position:absolute;display:block;z-index:15002;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:41.9375rem;width:27.8125rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#eLxQsC6uDQEdf93plTbrssh1Xi8Pp2Ae { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(128,146,195,0.83) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.25rem;height:4.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.90625rem;left:5.375rem;display:block; }
#BtX9oexKgFQI6hX24KVPbn3D3apoOUVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax { 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; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container { background-color: transparent; background-image: none; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container > .video-iframe-container { display: none; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row > .video-iframe-container { display: none; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .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); }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container { border-width: 0; border-radius: 0; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21da2e7f-1d4b-49df-840a-db2ad89a41d6/ChatGPTImage3cze202612_23_00.webp");background-position:center !important;background-repeat:no-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:none; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.adaptive-delivery-prevent-bg, #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.lazyload, #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.lazyloading { background-image: none; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 > .row .container { border-width: 0; border-radius: 0; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4::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; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:none; }#UZQegWuUMe2ZFm4H4Th8eFxdm9BCleAO { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:31.019093036652rem;left:30.812501907349rem;height:20.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEGX4ptNkfwf1SQLO0JodNxy9RXSRMIk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:26.375rem;width:26.375rem;top:2.4843733310699rem;left:30.812501907349rem;overflow:hidden;display:block; }
#ZiWaJLleDipt7XZaAmthuFVBlwUAGLzK { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:31.019960880279rem;left:1.25rem;height:18.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cC6EWqI4NFTIOJcbJT1sC0IrnHtSuWAp { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:26.375rem;width:26.375rem;top:2.4835052490234rem;left:1.8125rem;overflow:hidden;display:block; }
#hPbb26oIn3EbgB59TldyFb5l5mKpFWhx { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:26.3125rem;width:26.3125rem;top:2.5135416984558rem;left:1.84375rem;overflow:hidden;display:block; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21da2e7f-1d4b-49df-840a-db2ad89a41d6/ChatGPTImage3cze202612_23_00.webp");background-position:center !important;background-repeat:no-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; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg.adaptive-delivery-prevent-bg, #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg.lazyload, #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg.lazyloading { background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::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; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43rem;width:33.0625rem;top:2.8125rem;left:1.0625rem;display:block; }
#TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.9999895095825rem;left:5.5625rem;height:5.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-form-header {  }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:dosis; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:dosis; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:3.75rem;font-family:dosis;overflow:hidden;line-height:1; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:dosis;font-size:0.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:first-of-type{padding-top:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:last-of-type{padding-bottom:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.791667461395rem;left:5.5625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-info-text { display:block;height:auto;font-family:dosis;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; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.791667461395rem;left:5.5625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ILQTB9H1OxxghdEZTGlBTTXpe9Ur1smT { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PREdpPWhWW71uUW6X1rDL0HNQbdhgLNF { position:relative;z-index:2; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #oKm95bWTO1FUbdIONrIkP7VvoAp8dhgC { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM { position:relative; }
#PUMXMEVv3nLUQtWM9wydtLSB4u4acoLU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:24.3125rem;left:6.125rem;height:9.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvpR9lNE1XuTRnVEzXzaZRMC2MIWrtE6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.125rem;left:10.6875rem;display:block; }
#UaXav5kTpwWZDp7Ugc6vKMNh7eoyzWLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahsP7fKvR2cWwJ81C4LQdLqWqxaB86yL { position:absolute;display:block;z-index:15001;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:42.5rem;width:28.3125rem;top:5rem;left:31.6875rem;overflow:hidden;display:block; }
#URZBL9PsZD7dOG3Nx0a0q0fMdMJEKxsb { box-sizing:content-box;height:14.9375rem;width:22.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:6.1875rem;display:block; }
#g7BqfhkCkPT6Im3aIFbLgOztWQoZa56l { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:31.179162979126rem;left:16.376041412354rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container { background-color: transparent; background-image: none; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container > .video-iframe-container { display: none; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row > .video-iframe-container { display: none; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .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); }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container { border-width: 0; border-radius: 0; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#nH3u3tboRFOrdPBeJ5BoQT8PIgy29iSm { position:absolute;display:block;z-index:15023;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.6875rem;width:12.5625rem;top:1.125rem;left:1.3125rem;overflow:hidden;display:block; }
#SsBgbwOdwQWMgpX6cqwCeEOw4pfCTOIT { 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:4.25rem;width:8.5rem;top:0.8125rem;left:50.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gm643qCJO0VviH0JT0JktaDlWak5zT9w { display:block; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmFbL7MraV7h3hs3aZseelUrIHMG0TDx { top:0.3125rem;left:0rem;width:12.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eersH3g9qVD710PwAuTkbTdiE68CbuZd { top:0rem;left:39.25rem;width:8.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShVdsn4RwsQxhAXMSrhbAZmileLRHrs { width:27rem;height:4.75rem;top:44.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLQM33sSsELxlx0FOvTNrzznK5WQcAHQ { display:block; }
 }@media only screen and (max-width: 763px) { #eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN { display:block; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP { display:block; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpFRwdd9pe1oAM09JGIKpRN7CXolsvIx { top:13.0625rem;left:16.5625rem;width:31.1875rem;height:34.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ML3ulmkLPEqy5lZ6kElUMoCISgUqzX { top:9.1875rem;left:0rem;width:27.8125rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxQsC6uDQEdf93plTbrssh1Xi8Pp2Ae { width:46.75rem;height:4.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtX9oexKgFQI6hX24KVPbn3D3apoOUVv { display:block; }
 }@media only screen and (max-width: 763px) { #Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax { display:block; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 { display:block; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZQegWuUMe2ZFm4H4Th8eFxdm9BCleAO { top:31rem;left:20.25rem;width:27.5rem;height:20.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGX4ptNkfwf1SQLO0JodNxy9RXSRMIk { top:2.4375rem;left:21.375rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWaJLleDipt7XZaAmthuFVBlwUAGLzK { top:31rem;left:0rem;width:27.5rem;height:18.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC6EWqI4NFTIOJcbJT1sC0IrnHtSuWAp { top:2.4375rem;left:0rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbb26oIn3EbgB59TldyFb5l5mKpFWhx { top:2.5rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { top:2.8125rem;left:0rem;width:33.0625rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { top:4.9375rem;left:0rem;width:25.375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:21.5625rem;height:32.5625rem;top:10.75rem;left:0rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:21.5625rem;height:32.5625rem;top:10.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ILQTB9H1OxxghdEZTGlBTTXpe9Ur1smT {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PREdpPWhWW71uUW6X1rDL0HNQbdhgLNF {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #oKm95bWTO1FUbdIONrIkP7VvoAp8dhgC {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #PUMXMEVv3nLUQtWM9wydtLSB4u4acoLU { top:24.3125rem;left:0rem;width:22.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvpR9lNE1XuTRnVEzXzaZRMC2MIWrtE6 { width:13.8125rem;height:3.0625rem;top:35.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXav5kTpwWZDp7Ugc6vKMNh7eoyzWLy { display:block; }
 }@media only screen and (max-width: 763px) { #ahsP7fKvR2cWwJ81C4LQdLqWqxaB86yL { top:5rem;left:19.4375rem;width:28.3125rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZBL9PsZD7dOG3Nx0a0q0fMdMJEKxsb { top:23.9375rem;left:0.0625rem;width:22.4375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BqfhkCkPT6Im3aIFbLgOztWQoZa56l { top:31.125rem;left:10.251041412354rem;width:9.375rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG { display:block; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH3u3tboRFOrdPBeJ5BoQT8PIgy29iSm { top:1.125rem;left:0rem;width:12.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBgbwOdwQWMgpX6cqwCeEOw4pfCTOIT { top:0.8125rem;left:39.25rem;width:8.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gm643qCJO0VviH0JT0JktaDlWak5zT9w { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4380c1e1-b3cd-4866-b3e2-f1a8cf16cb9c/Webinarysierpnie12.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w.adaptive-delivery-prevent-bg, #gm643qCJO0VviH0JT0JktaDlWak5zT9w.lazyload, #gm643qCJO0VviH0JT0JktaDlWak5zT9w.lazyloading { background-image: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { background-color: transparent; background-image: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container > .video-iframe-container { display: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container { display: none; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .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); }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { border-width: 0; border-radius: 0; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm643qCJO0VviH0JT0JktaDlWak5zT9w > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmFbL7MraV7h3hs3aZseelUrIHMG0TDx { width:12.5625rem;height:3.6875rem;top:1.4375001192093rem;left:3.7187502980233rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #eersH3g9qVD710PwAuTkbTdiE68CbuZd { width:8.5rem;height:4.25rem;top:0rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pShVdsn4RwsQxhAXMSrhbAZmileLRHrs { width:15.875rem;height:4.25rem;top:27.187501907349rem;left:2.0625000596046rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lLQM33sSsELxlx0FOvTNrzznK5WQcAHQ { display:block; }
 }@media only screen and (max-width: 763px) { #eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN { display:block; }#eK9i0mbUbtoKfs0MyXpwbzcTpudOG5xN > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { background-color: transparent; background-image: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container > .video-iframe-container { display: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container { display: none; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .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); }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { border-width: 0; border-radius: 0; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oo1g6OZF6TvzNJZl9pzQocEZ5rZIOWxP > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpFRwdd9pe1oAM09JGIKpRN7CXolsvIx { width:20rem;height:54.6rem;top:5.0000019073486rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2ML3ulmkLPEqy5lZ6kElUMoCISgUqzX { width:20rem;height:30.157303370787rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxQsC6uDQEdf93plTbrssh1Xi8Pp2Ae { width:16.875rem;height:9.375rem;top:79.3125rem;left:1rem;z-index:14996;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtX9oexKgFQI6hX24KVPbn3D3apoOUVv { display:block; }
 }@media only screen and (max-width: 763px) { #Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax { display:block; }#Qp9qXdidOz59PeD3EfzuT2ZSKI7aDmax > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb9c73a7-c6df-447e-a42d-fb67e4d1ec06/Toprzedszkole3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.adaptive-delivery-prevent-bg, #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.lazyload, #Mgb3HPr9RirEeufkRDer0VWcONi6TPs4.lazyloading { background-image: none; }#Mgb3HPr9RirEeufkRDer0VWcONi6TPs4 > .row .container { width:20rem;height:133.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZQegWuUMe2ZFm4H4Th8eFxdm9BCleAO { width:20rem;height:29.575rem;top:78.928817749025rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEGX4ptNkfwf1SQLO0JodNxy9RXSRMIk { width:20rem;height:20rem;top:56.964412212372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWaJLleDipt7XZaAmthuFVBlwUAGLzK { width:20rem;height:29.575rem;top:26.539059638977rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cC6EWqI4NFTIOJcbJT1sC0IrnHtSuWAp { width:20rem;height:20rem;top:3.526047706604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbb26oIn3EbgB59TldyFb5l5mKpFWhx { width:20rem;height:20rem;top:109.75313110352rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { width:20rem;height:48.875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { width:20rem;height:7.875rem;top:5.315625667572rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1.125rem;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:17.5rem;height:auto;top:13.124982833863rem;left:0rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:17.5rem;height:auto;top:13.124982833863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ILQTB9H1OxxghdEZTGlBTTXpe9Ur1smT {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PREdpPWhWW71uUW6X1rDL0HNQbdhgLNF {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #oKm95bWTO1FUbdIONrIkP7VvoAp8dhgC {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #PUMXMEVv3nLUQtWM9wydtLSB4u4acoLU { width:20rem;height:9.45rem;top:30.000012874603rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvpR9lNE1XuTRnVEzXzaZRMC2MIWrtE6 { width:13.8125rem;height:3.0625rem;top:41.075006484986rem;left:3.0937500596046rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UaXav5kTpwWZDp7Ugc6vKMNh7eoyzWLy { display:block; }
 }@media only screen and (max-width: 763px) { #ahsP7fKvR2cWwJ81C4LQdLqWqxaB86yL { width:20rem;height:30.125rem;top:56.578127384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZBL9PsZD7dOG3Nx0a0q0fMdMJEKxsb { width:20rem;height:16.625rem;top:29.261462211609rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BqfhkCkPT6Im3aIFbLgOztWQoZa56l { width:9.375rem;height:2.8rem;top:37.504169464111rem;left:9.0041673779488rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG { display:block; }#g7bKwLFOfL7C7XywuNvH9X3eiq1oMJZG > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH3u3tboRFOrdPBeJ5BoQT8PIgy29iSm { width:12.5625rem;height:3.6875rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBgbwOdwQWMgpX6cqwCeEOw4pfCTOIT { width:8.5rem;height:4.25rem;top:0.8125rem;left:5.75rem;display:none; }
 }