.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:255,247,217;--color-primary-1:255,230,128;--color-primary-2:255,204,1;--color-primary-3:128,102,1;--color-primary-4:38,31,0;--color-secondary-0:231,218,234;--color-secondary-1:174,133,185;--color-secondary-2:92,11,115;--color-secondary-3:46,6,58;--color-secondary-4:14,2,17;--color-tertiary-0:255,255,255;--color-tertiary-1:245,245,245;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c.adaptive-delivery-prevent-bg, #dLlEdfBrLznxqgqqm9iQQusG412qoK3c.lazyload, #dLlEdfBrLznxqgqqm9iQQusG412qoK3c.lazyloading { background-image: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { background-color: transparent; background-image: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { display: none; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .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); }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { border-width: 0; border-radius: 0; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c::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; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#yANO1w3lVWRkZdUppxhToUNGATlwasds { color:rgba(var(--color-tertiary-1),1);display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:1.83740234375rem;left:6.28125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpLBxT4nI4PUw13d4872OgVTrlgZTXui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui.adaptive-delivery-prevent-bg, #rpLBxT4nI4PUw13d4872OgVTrlgZTXui.lazyload, #rpLBxT4nI4PUw13d4872OgVTrlgZTXui.lazyloading { background-image: none; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container { background-color: transparent; background-image: none; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container > .video-iframe-container { display: none; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row > .video-iframe-container { display: none; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .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); }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container { border-width: 0; border-radius: 0; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui::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; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { color:rgba(var(--color-tertiary-0),1);display:block;width:74.25rem;position:absolute;font-family:questrial;font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.05029296875rem;left:0.375rem;height:10.19924375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFNwtWaLynUlkb7Pe1b0BPeSBOHBu6fo { box-sizing:content-box;height:9.9375rem;width:31.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5rem;left:21.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Rr0LMV9Ipq6e8oZtk5S25TR2OGxVNCHB { position:absolute;display:block;z-index:15004;height:8.8125rem;width:29.5625rem;top:15.0625rem;left:22.71875rem;display:block; }
#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6aaca63-5ec9-4795-9599-b4dfa037f129/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta2.png");background-position:top 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; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13.adaptive-delivery-prevent-bg, #sDHH5Q616JhoKc1D9Ad1kehUts9WcE13.lazyload, #sDHH5Q616JhoKc1D9Ad1kehUts9WcE13.lazyloading { background-image: none; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container { background-color: transparent; background-image: none; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.46); }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container > .video-iframe-container { display: none; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.46); }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row > .video-iframe-container { display: none; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .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); }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container { border-width: 0; border-radius: 0; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13::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; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#o8EsplcWQNkREKyfpxuTEUma9HwkFi7r { color:rgba(var(--color-secondary-2),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.22509765625rem;left:6.15625rem;height:6.8994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0oZTW97SAnpgrEIw53mz1QdhkmzZvmT { color:rgba(var(--color-tertiary-4),1);display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.91845703125rem;left:6.28125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5KpTRiC9hcGqGbTcASF3V6o87WTnBDl { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:16.29345703125rem;left:17.21875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNNR8eBNqWgETP1TTaLZAqEM8mtM9wVi { box-sizing:content-box;height:3.375rem;width:43.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.505859375rem;left:15.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#STPKRLon9CJq0o1pTXds7ncITwesDmCH { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:14.46875rem;height:1.94970625rem;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; }
#KrgcziZCzgJmNk9NikRdPQVrdncEFmbG { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.5625rem;left:14.46875rem;height:2.2749rem;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; }
#JI2SXIXank6kQHzKQVSE7TUctPVPCSh1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:questrial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.5625rem;left:27rem;display:block; }
#xF0csEIypeHblduhsdIih9t0uwNuR5Eg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coViuW1TLbTO8e7ABZQo4AhNS8DO04xP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:35rem;left:1.1875rem;height:5.84911875rem;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; }
#JXGJT4NoA2Ggnlt6c4oarnDTe8G4crfl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35rem;left:28rem;height:3.8994125rem;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; }
#IsUoX50gnmZchiHPLQJcRpD8TERTgGdB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35rem;left:55.0625rem;height:3.8994125rem;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; }
#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT { 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; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container { background-color: transparent; background-image: none; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container > .video-iframe-container { display: none; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row > .video-iframe-container { display: none; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .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); }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container { border-width: 0; border-radius: 0; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#k6W5OMqFnMeAPzJiGGDu5Zz4kCkMTogJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:18.5625rem;width:25.5rem;top:2.5rem;left:24.75rem;overflow:hidden;display:block; }
#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { border-width: 0; border-radius: 0; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:75rem;position:relative;display:block; }#F3nSwmSZLul2GqyxKgGzpwQUqZkdd0t5 { color:rgba(var(--color-secondary-2),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.03759765625rem;left:4.96875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EKcfy6oIHcKffur6wkWb7NoFEHEJbEtE { color:rgba(var(--color-secondary-2),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.72509765625rem;left:4.96875rem;height:6.8994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.375rem;height:13.26075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe li:before{  }
#JQ52hESybO27DSTkHPWDOnhPgTlnzAnd { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.375rem;height:1.94970625rem;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; }
#X40phs3wUbfApqkbp5DNrZXRFZcxL1aP { color:rgba(var(--color-tertiary-4),1);display:block;width:70rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.076171875rem;left:3.375rem;height:9.74853125rem;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; }
#XTybWnLI2qmBlapLhvMVJ41Ni9yVwbzs { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:47.5625rem;left:13.5rem;height:1.94970625rem;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; }
#FmArzzwbvKtrGSwgvnMexrrPJTRQ5PE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:50.875rem;left:13.5rem;height:2.2749rem;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; }
#O6tbB51aDabTndnIbSMP5b8X68sPkW0d { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:questrial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:72.5625rem;left:26.03125rem;display:block; }
#aHq6RWG7TbiIkcTteVtrRIp28qEv325E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4IfQNPgq9OOsRuw2T4BkM1lIuKVDGge { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:66.9375rem;left:5.875rem;height:3.8994125rem;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; }
#bKpDl3Bc45fmCRTRMtsPrFN4Co9RWkyV { box-sizing:content-box;height:9.9375rem;width:31.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:54.6875rem;left:20.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZvWW2qGZdmHNF8GfMBhgoOPq7egEIbZt { position:absolute;display:block;z-index:15005;height:8.8125rem;width:29.5625rem;top:55.25rem;left:21.75rem;display:block; }
#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a050df26-36c8-4101-b6d9-9baeca3abf74/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta4.png");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; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH.adaptive-delivery-prevent-bg, #TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH.lazyload, #TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH.lazyloading { background-image: none; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container { background-color: transparent; background-image: none; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container > .video-iframe-container { display: none; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row > .video-iframe-container { display: none; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .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); }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container { border-width: 0; border-radius: 0; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH::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; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#mF3FzTP0xADKRVZWptu1MxAAbZIrh6oz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.4375rem;width:26.875rem;top:3.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#V3D8Mkuh2wB1bxTMQZC18GeF034oquQG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:8.5625rem;width:26.875rem;top:3.875rem;left:42.125rem;overflow:hidden;display:block; }
#IgpxTygb1oTXIfyaiT44TvMZyG1214Zx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:10.3125rem;width:21.75rem;top:14.0625rem;left:44.6875rem;overflow:hidden;display:block; }
#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container { background-color: transparent; background-image: none; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container > .video-iframe-container { display: none; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row > .video-iframe-container { display: none; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .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); }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container { border-width: 0; border-radius: 0; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#zpBbKTIuw0UOu9igtPHlQXDFto3lKK1x { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:18.9375rem;left:14.03125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ruLXG967Zo46U0czfJs8XNPVF4zE5LPk { color:#477479;display:block;width:52rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:12.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ag6RHSRT6r7RMiJyzMa6Z8wp6DXopuBc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:18.9375rem;left:10.1875rem; }
#TdxfPC54LvQAz2Ofpi7aKUP5xfO6b2Ar { color:rgba(var(--color-secondary-2),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.3125rem;left:4.96875rem;height:6.8994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te9kc6yIATtrpTy4cqC9MyVVOQnt90ba { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:7.78125rem;height:1.94970625rem;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; }
#s2kxzgPgh9TGKcc8nRWqoFvFimpEtI65 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:23rem;left:14.03125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ygCy62AbTtomIIfCOUNF4lKW4S17kkRz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:22.90625rem;left:10.1875rem; }
#ZMIybzT8WqkN911hEsKGTSIKgg5eydfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:26.78125rem;left:10.1875rem; }
#BxD55k3FMOzC02IRA1x9nQNvT1WTfFr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:26.875rem;left:14.03125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q7I5zLmTOdhSV0TqLQnGA1CkEuBlNPKE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:30.40625rem;left:10.1875rem; }
#omd6NVyNJz3N3GCE5vtORCa0HSfCQfhI { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:30.5rem;left:14.03125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RuQiQBxCoqsX1zpQd4lSo275Z525w4i5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:34.125rem;left:10.25rem; }
#eiptpPrCM6eoeeapQiF0N3DnOZteqkuU { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:34.1875rem;left:14.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4dc7ef73-959d-4cd7-96ac-5918fe3f5f7c/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta1.png");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; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l.adaptive-delivery-prevent-bg, #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l.lazyload, #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l.lazyloading { background-image: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { background-color: transparent; background-image: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { display: none; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .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); }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { border-width: 0; border-radius: 0; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l::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; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#rVX2gUG4CwLaMkGKxRZhTVBScnTI3QWT { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.60009765625rem;left:5.5rem;height:3.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#av94U0KQti3bKTz7BMUVwItEV7uVE3ha { color:rgba(var(--color-tertiary-0),1);display:block;width:61.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:6.84375rem;height:1.94970625rem;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; }
#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4dc7ef73-959d-4cd7-96ac-5918fe3f5f7c/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK.adaptive-delivery-prevent-bg, #l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK.lazyload, #l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK.lazyloading { background-image: none; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container { background-color: transparent; background-image: none; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container > .video-iframe-container { display: none; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row > .video-iframe-container { display: none; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .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); }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container { border-width: 0; border-radius: 0; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK::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; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#CAdLs4o3Fsmlbve8ZGFzEF5dKdxmF3Su { box-sizing:content-box;height:15.25rem;width:16.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#I1wmiELXp5JgEkwEgHAluMNCn6U773l3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.10009765625rem;left:3.25rem;height:7.7988125rem;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; }
#TEnzgr1yyPMfpreKOnNyde65zOXch7WP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:6.65625rem; }
#rU2QR2wLTbSE0AP2CzAW0pOCKQ2vkpCO { box-sizing:content-box;height:15.25rem;width:16.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:19.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TC0ly87gxuLN5H4cDPy89ze5cF8zBImT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0rem;left:25.4375rem; }
#yzkKSBBMJ7KKHtvL7vCODgz85lutsROS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.125rem;left:20.8125rem;height:11.69825rem;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; }
#awMaa3M7gX6LdtQRkR7Ll7FLKP9AE5E2 { box-sizing:content-box;height:15.25rem;width:16.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:38.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#pnXchtfashn0LD5UOsuZpNxFaXTTEh71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0rem;left:44.1875rem; }
#tC7TrCeQ4d3FvxQTeAHZTNqBPAHNiPwN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:39.53125rem;height:7.7988125rem;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; }
#KiscTTDKHLPr5V8z8LZLl54whEvvRSAr { box-sizing:content-box;height:15.25rem;width:16.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:57.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Ri5IWMcGUzGAii8DlimtC1M8flUTzHW9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0rem;left:62.9375rem; }
#kdabQNQ5QK96Ek8letgoUM9Dd4pbhH0a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.10009765625rem;left:59.25rem;height:7.7988125rem;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; }
#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4dc7ef73-959d-4cd7-96ac-5918fe3f5f7c/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta1.png");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; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0.adaptive-delivery-prevent-bg, #AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0.lazyload, #AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0.lazyloading { background-image: none; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container { background-color: transparent; background-image: none; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container > .video-iframe-container { display: none; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.79); }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row > .video-iframe-container { display: none; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .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); }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container { border-width: 0; border-radius: 0; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0::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; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#zFBhf6E79koNuaNfWkiThT1R5nPHfi0x { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.2998046875rem;left:5.5625rem;height:6.8994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container { background-color: transparent; background-image: none; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container > .video-iframe-container { display: none; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row > .video-iframe-container { display: none; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .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); }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container { border-width: 0; border-radius: 0; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BQxk9fPDfsDrrqrLEMPbPEV8bxn6c3rn { color:rgba(var(--color-secondary-2),1);display:block;width:65.75rem;position:absolute;font-family:questrial;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.625rem;height:3.25rem;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; }
#q9gE6pFF8KshXg49v7bhTGheh6K577D2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container { background-color: transparent; background-image: none; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container > .video-iframe-container { display: none; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row > .video-iframe-container { display: none; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .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); }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container { border-width: 0; border-radius: 0; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#ZMtzvHPH0v8vTPxQNIlJ6QMMeZlniAI9 { color:#080909;display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.875rem;left:0rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#pB87FzcDpmZU6JkTUoWLEUJluOJOtiKD { color:#080909;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:14.0625rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#d4dHBLeQ3x6cMkhXyvXXxtPoSUQgeDr9 { color:#080909;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:24rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#lfknB25KkBTKwlGdfk4cesP0KQzgnchG { color:#080909;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:36.125rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#c3bXGPiQloiiHx7KB6zVrtGuXJNuahgs { color:rgba(var(--color-secondary-2),1);display:block;width:34.5625rem;position:absolute;font-family:questrial;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:;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; }
#KrPUteZz6JHex1DUM0hM936148hVPGtS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:39.9375rem;width:22.3125rem;top:0rem;left:45.09375rem;overflow:hidden;display:block; }
#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/633b7399-95c0-4aff-b430-52aac25fd4ae/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM.adaptive-delivery-prevent-bg, #hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM.lazyload, #hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM.lazyloading { background-image: none; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container { background-color: transparent; background-image: none; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container > .video-iframe-container { display: none; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row > .video-iframe-container { display: none; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .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); }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container { border-width: 0; border-radius: 0; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM::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; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#GUl2k2sfUMTlfUew0Nzv4Buw4V1PsZrG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:28.875rem;width:21.5625rem;top:1.9375rem;left:26.71875rem;overflow:hidden;display:block; }
#gAi6t8znoDWHSoCStmc36l9VACvdRw0c { 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; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { background-color: transparent; background-image: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container > .video-iframe-container { display: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container { display: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .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); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { border-width: 0; border-radius: 0; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#kdKA77Z9qtB7ORrgOwFTsd6zQCbAsdzQ { color:rgba(var(--color-tertiary-1),1);display:block;width:58.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:8.25rem;height:3.4125rem;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; }
#eOqIrO1gU3f1wnWJhzXy8x3IwzRGHxeU { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:35.125rem;width:55.5rem;top:3.6875rem;left:9.75rem;display:block; }
#TkXEywa7qDqaLPGovi7UdpBT2G9Q6LO9 { color:rgba(var(--color-secondary-2),1);display:block;width:43.5625rem;position:absolute;font-family:questrial;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1875rem;left:15.71875rem;height:6.5rem;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; }
#sIlkb4BrK2uafx6u6Rs5b0KuxZUPFgRW { color:rgba(var(--color-tertiary-4),1);display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.11328125rem;left:11.4375rem;height:5.84911875rem;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; }
#T5eFNkxPOQeBoNdxSsxtspbP3I7eM70l { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.3125rem;left:14.5rem;height:1.94970625rem;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; }
#cELJ6TqwyDKrmCghIIm9RGGy4wyvKG50 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.625rem;left:14.5rem;height:2.2749rem;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; }
#xZ5tSVRONiToBn2d6QiCp2TVPTao9L48 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:questrial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.1875rem;left:27rem;display:block; }
#VE3Wr04CAlIQ1r5HRT97lRhiyxEOQsL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFBttUAeq74OhouTtmh23u3T0TnEAMuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a050df26-36c8-4101-b6d9-9baeca3abf74/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta4.png");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; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq.adaptive-delivery-prevent-bg, #WFBttUAeq74OhouTtmh23u3T0TnEAMuq.lazyload, #WFBttUAeq74OhouTtmh23u3T0TnEAMuq.lazyloading { background-image: none; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container { background-color: transparent; background-image: none; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container > .video-iframe-container { display: none; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.31); }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row > .video-iframe-container { display: none; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .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); }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container { border-width: 0; border-radius: 0; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq::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; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#qsJ4xsuUEnPXRWcq4S7ALwdraTIEOfQ4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:21.8125rem;width:30.625rem;top:3.4375rem;left:5.25rem;overflow:hidden;display:block; }
#T7RsZlNTg4K5sMsgW7dyVmqiurHpbv1w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:13.5rem;width:26.4375rem;top:2.375rem;left:43.3125rem;overflow:hidden;display:block; }
#COd43qmqxgIcW8dgE5OWekCOR0MkHE3P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:8.5rem;width:26.25rem;top:17.4375rem;left:43.3125rem;overflow:hidden;display:block; }
#VNNTHFesz5BtqdAqmXzn604ToaBX28st { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container { background-color: transparent; background-image: none; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container > .video-iframe-container { display: none; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row > .video-iframe-container { display: none; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .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); }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container { border-width: 0; border-radius: 0; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#QZi2d8cATJIkCHKq1m8ATBsghHbT6dZm { color:rgba(var(--color-secondary-2),1);display:block;width:43.5625rem;position:absolute;font-family:questrial;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:15.71875rem;height:3.25rem;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; }
#D85rTESW9rAs78Rb8tBJkqlaTGalntkR { color:rgba(var(--color-tertiary-4),1);display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5625rem;left:11.4375rem;height:3.8994125rem;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; }
#ZWwifDmcn9qqo3ZP6lu8VuiyPfuGEhTv { box-sizing:content-box;height:46.9375rem;width:0.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.375rem;left:38.32418699187rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xckGRX9B2JWTrbht4rUo67v0DsSER0pT { 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:6.875rem;width:6.875rem;top:16.1875rem;left:33.0625rem;overflow:hidden;display:block; }
#hC9ZtDvan3KsMyCrMKzou6ptX92sHSPd { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.875rem;left:32.75rem;display:block; }
#xl58OOUZM4MkWs4dvd3MfhvPb7HXdac2 { box-sizing:content-box;height:7.875rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:11.4375rem;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OE09sWqEXOJzxPbuQGvPRqXyTHg2B6im { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.9375rem;left:14.1875rem;height:3.8994125rem;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; }
#beEPAsyiy7lwQKRTIob0KkiMkgmGU4X3 { box-sizing:content-box;height:8.875rem;width:23.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.3125rem;left:39.9375rem;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZqtF5G7H19OvG3hHEJnHgbrC3ipZKPym { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.16259765625rem;left:42.9375rem;height:7.7988125rem;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; }
#WIbZZm0MXFg4oiom8fTftTXZKJnSXTLp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:27.3125rem;left:35.8125rem;overflow:hidden;display:block; }
#wLzBlSTGrJsldyws9Lp6wWMZlXcxfTfU { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27rem;left:35.5rem;display:block; }
#DUkbDTu0paeW6tmPWXh3LD46kotT14vr { box-sizing:content-box;height:7.875rem;width:23.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.9375rem;left:11.4375rem;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TZucTC1hPP4rDWuLGCUk7vkB7eNDqgKR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:40.1875rem;left:14.1875rem;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; }
#xELN2wwLwhN2cBh8TxX7OSV96wwVSW0M { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:38.125rem;left:32.75rem;display:block; }
#o0wcQ0Ha1JkknRaRMR1frBSl39nLkMLx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:38.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#Tw77bautfrmKaGnN336uy5SmpTtWeiJ1 { box-sizing:content-box;height:8.875rem;width:23.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48.625rem;left:40.375rem;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oVc6LpsKMi5CgbTalrpTVWQ8p3J5TA8Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:50.4501953125rem;left:43.875rem;height:5.84911875rem;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; }
#mt0BcS4rpTsZufnFg4ZeDIqW9ZA4tzKf { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:49.3125rem;left:35.9375rem;display:block; }
#JQpdsaCLa0rdT4qBCFHtUJ8L8qUhcUbq { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:49.625rem;left:36.25rem;overflow:hidden;display:block; }
#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/4dc7ef73-959d-4cd7-96ac-5918fe3f5f7c/Jakprowadzicsesjezpacjentemzdepresjailekiemjakdoswiadczonyterapeuta1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG.adaptive-delivery-prevent-bg, #F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG.lazyload, #F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG.lazyloading { background-image: none; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container { background-color: transparent; background-image: none; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container > .video-iframe-container { display: none; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row > .video-iframe-container { display: none; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .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); }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container { border-width: 0; border-radius: 0; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:block; }#OSAbe6VZw8SzMcMWCQFFaT36VNS95v8f { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:10.125rem;left:13.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r8tm0ypwLSbUEn4gttBO6cdJKIWWUurq { color:#477479;display:block;width:52rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:12.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS1IuhtWvZ83DQUNqqr13x0z9n8pPXur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:10.75rem;left:8.8125rem; }
#qsR2qLLnUvfvskaAgOWNirtBZEtQ5TAt { color:rgba(var(--color-secondary-2),1);display:block;width:65.0625rem;position:absolute;font-family:questrial;font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.3125rem;left:4.96875rem;height:3.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3B8Iswrf713lXP1uCgHT0frqE6l0zTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:15.125rem;left:8.8125rem; }
#s6ZLEF2c0a867Cdt8dflmPDy5hOGvI71 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.625rem;left:13.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iTIPLxFBulV98rfbUWAyXxJGqTJI951M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:18.875rem;left:8.8125rem; }
#IzUsm0VNPv8uhxiOlxXhIioRTZs7X5ou { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:19.375rem;left:13.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z6IBCy37ae7JHfG5HDETPnioXaDoUkcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:23.8125rem;left:8.8125rem; }
#ms0qOWuMTKma1TTq1rUUm2OkXeru8bJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:23.1875rem;left:13.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gwTTKTnD2g668L8X96NQdAvRHgrcHDkp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:28.5rem;left:8.8125rem; }
#zP7VvrKNBGOlaB3rBlNnLSPDtJqw1V6B { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:29rem;left:13.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AKEh2yPB82rUrzCwGvX6J1hQ81HIGwTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:32.25rem;left:8.8125rem; }
#l3Q9mhgfZeg4vzESlTfTEqKUVOJUIuum { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:32.75rem;left:13.1875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JdLJIBzrtu4iphIAsvLS9MAcVg6oANam { color:rgba(var(--color-secondary-2),1);display:block;width:43.5625rem;position:absolute;font-family:questrial;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:38.75rem;left:15.71875rem;height:3.25rem;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; }
#UuKxxIzL07w0MQAaRAxTQR4OaJuWGuDS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:29.6875rem;height:1.94970625rem;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; }
#TqnBlNInbeO2ixek8bTKcZsTnnfimimi { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.6875rem;left:38.3125rem;height:2.2749rem;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; }
#WN44epNKZNUuUqDhaeoaW4LDrLQKLDZm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:questrial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:67.875rem;left:27rem;display:block; }
#Ih2cZcKq1KfGQ9O0BC4l3aC6iWsFSGdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5GtX0CAvrRtTFLR9xlkskTmTZOz0S7l { color:rgba(var(--color-secondary-2),1);display:block;width:43.5625rem;position:absolute;font-family:questrial;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.875rem;left:15.71875rem;height:2.4375rem;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; }
#FIoqbW1mGfycAi75e0TlJTR9GtUOQeZT { box-sizing:content-box;height:9.9375rem;width:31.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:54.625rem;left:21.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ysSGvR0eXM95eOzgycyJq1tlQfcm0yn0 { position:absolute;display:block;z-index:15006;height:8.8125rem;width:29.5625rem;top:55.1875rem;left:22.71875rem;display:block; }
#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM { 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; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container { background-color: transparent; background-image: none; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container > .video-iframe-container { display: none; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row > .video-iframe-container { display: none; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .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); }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container { border-width: 0; border-radius: 0; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#LPTOPhdOmAwPHE4Hobq3spCJRmAf8FFz { color:#080909;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:63.375rem;height:1.13720625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cAC0Vac3FDUglQDWLxZdIGAMBI1P2TZL { color:#080909;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:63.375rem;height:1.13720625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:47.75rem;height:3.5625rem;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLBxT4nI4PUw13d4872OgVTrlgZTXui { display:block; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:47.75rem;height:10.1875rem;top:2rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFNwtWaLynUlkb7Pe1b0BPeSBOHBu6fo { top:14.5rem;left:7.96875rem;width:31.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0LMV9Ipq6e8oZtk5S25TR2OGxVNCHB { top:15.0625rem;left:9.09375rem;width:29.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 { display:block; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8EsplcWQNkREKyfpxuTEUma9HwkFi7r { width:47.75rem;height:6.875rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0oZTW97SAnpgrEIw53mz1QdhkmzZvmT { width:47.75rem;height:1.75rem;top:11.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5KpTRiC9hcGqGbTcASF3V6o87WTnBDl { width:40.5625rem;height:1.75rem;top:16.25rem;left:3.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNR8eBNqWgETP1TTaLZAqEM8mtM9wVi { top:15.5rem;left:2.21875rem;width:43.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPKRLon9CJq0o1pTXds7ncITwesDmCH { top:21.3125rem;left:0.84375rem;width:46.0625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgcziZCzgJmNk9NikRdPQVrdncEFmbG { top:24.5625rem;left:0.84375rem;width:46.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2SXIXank6kQHzKQVSE7TUctPVPCSh1 { width:21rem;height:3.4375rem;top:28.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0csEIypeHblduhsdIih9t0uwNuR5Eg { display:block; }
 }@media only screen and (max-width: 763px) { #coViuW1TLbTO8e7ABZQo4AhNS8DO04xP { top:35rem;left:0rem;width:22.5625rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGJT4NoA2Ggnlt6c4oarnDTe8G4crfl { top:35rem;left:14.375rem;width:21.375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsUoX50gnmZchiHPLQJcRpD8TERTgGdB { top:35rem;left:28.9375rem;width:18.8125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT { display:block; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6W5OMqFnMeAPzJiGGDu5Zz4kCkMTogJ { top:2.5rem;left:11.125rem;width:25.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3nSwmSZLul2GqyxKgGzpwQUqZkdd0t5 { width:47.75rem;height:2.625rem;top:3rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcfy6oIHcKffur6wkWb7NoFEHEJbEtE { width:47.75rem;height:6.875rem;top:7.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe { top:19.25rem;left:0rem;width:47.75rem;height:13.25rem;font-size:1.375rem;display:block; }#NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe li:before{  }
 }@media only screen and (max-width: 763px) { #JQ52hESybO27DSTkHPWDOnhPgTlnzAnd { top:16.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X40phs3wUbfApqkbp5DNrZXRFZcxL1aP { top:35.0625rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTybWnLI2qmBlapLhvMVJ41Ni9yVwbzs { top:47.5625rem;left:0rem;width:46.0625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmArzzwbvKtrGSwgvnMexrrPJTRQ5PE2 { top:50.875rem;left:0rem;width:46.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6tbB51aDabTndnIbSMP5b8X68sPkW0d { width:21rem;height:3.4375rem;top:72.5625rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHq6RWG7TbiIkcTteVtrRIp28qEv325E { display:block; }
 }@media only screen and (max-width: 763px) { #m4IfQNPgq9OOsRuw2T4BkM1lIuKVDGge { top:66.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKpDl3Bc45fmCRTRMtsPrFN4Co9RWkyV { top:54.6875rem;left:7rem;width:31.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvWW2qGZdmHNF8GfMBhgoOPq7egEIbZt { top:55.25rem;left:8.125rem;width:29.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH { display:block; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF3FzTP0xADKRVZWptu1MxAAbZIrh6oz { top:3.9375rem;left:0rem;width:26.875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3D8Mkuh2wB1bxTMQZC18GeF034oquQG { top:3.875rem;left:20.875rem;width:26.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpxTygb1oTXIfyaiT44TvMZyG1214Zx { top:14.0625rem;left:26rem;width:21.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa { display:block; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpBbKTIuw0UOu9igtPHlQXDFto3lKK1x { top:18.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruLXG967Zo46U0czfJs8XNPVF4zE5LPk { top:4.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag6RHSRT6r7RMiJyzMa6Z8wp6DXopuBc { top:18.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxfPC54LvQAz2Ofpi7aKUP5xfO6b2Ar { width:47.75rem;height:6.875rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te9kc6yIATtrpTy4cqC9MyVVOQnt90ba { top:13.375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2kxzgPgh9TGKcc8nRWqoFvFimpEtI65 { top:23rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygCy62AbTtomIIfCOUNF4lKW4S17kkRz { top:22.875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMIybzT8WqkN911hEsKGTSIKgg5eydfp { top:26.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxD55k3FMOzC02IRA1x9nQNvT1WTfFr0 { top:26.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7I5zLmTOdhSV0TqLQnGA1CkEuBlNPKE { top:30.375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omd6NVyNJz3N3GCE5vtORCa0HSfCQfhI { top:30.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuQiQBxCoqsX1zpQd4lSo275Z525w4i5 { top:34.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiptpPrCM6eoeeapQiF0N3DnOZteqkuU { top:34.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVX2gUG4CwLaMkGKxRZhTVBScnTI3QWT { width:47.75rem;height:3.4375rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #av94U0KQti3bKTz7BMUVwItEV7uVE3ha { top:8.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK { display:block; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAdLs4o3Fsmlbve8ZGFzEF5dKdxmF3Su { top:3.375rem;left:0rem;width:16.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1wmiELXp5JgEkwEgHAluMNCn6U773l3 { top:7.0625rem;left:0rem;width:12.25rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnzgr1yyPMfpreKOnNyde65zOXch7WP { top:0rem;left:3.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU2QR2wLTbSE0AP2CzAW0pOCKQ2vkpCO { top:3.375rem;left:7.25rem;width:16.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0ly87gxuLN5H4cDPy89ze5cF8zBImT { top:0rem;left:15.21875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzkKSBBMJ7KKHtvL7vCODgz85lutsROS { top:5.125rem;left:9.1875rem;width:14.6875rem;height:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awMaa3M7gX6LdtQRkR7Ll7FLKP9AE5E2 { top:3.375rem;left:19.1875rem;width:16.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnXchtfashn0LD5UOsuZpNxFaXTTEh71 { top:0rem;left:27.15625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC7TrCeQ4d3FvxQTeAHZTNqBPAHNiPwN { top:7.0625rem;left:21.125rem;width:14.6875rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiscTTDKHLPr5V8z8LZLl54whEvvRSAr { top:3.375rem;left:31.125rem;width:16.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri5IWMcGUzGAii8DlimtC1M8flUTzHW9 { top:0rem;left:39.09375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdabQNQ5QK96Ek8letgoUM9Dd4pbhH0a { top:7.0625rem;left:35rem;width:12.75rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 { display:block; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFBhf6E79koNuaNfWkiThT1R5nPHfi0x { width:47.75rem;height:6.875rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 { display:block; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQxk9fPDfsDrrqrLEMPbPEV8bxn6c3rn { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9gE6pFF8KshXg49v7bhTGheh6K577D2 { display:block; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMtzvHPH0v8vTPxQNIlJ6QMMeZlniAI9 { top:7.875rem;left:0rem;width:37.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB87FzcDpmZU6JkTUoWLEUJluOJOtiKD { top:14.0625rem;left:0rem;width:37.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dHBLeQ3x6cMkhXyvXXxtPoSUQgeDr9 { top:24rem;left:0rem;width:37.5625rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfknB25KkBTKwlGdfk4cesP0KQzgnchG { top:36.125rem;left:0rem;width:37.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3bXGPiQloiiHx7KB6zVrtGuXJNuahgs { top:2.3125rem;left:0rem;width:34.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrPUteZz6JHex1DUM0hM936148hVPGtS { top:0rem;left:24.65625rem;width:22.3125rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM { display:block; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUl2k2sfUMTlfUew0Nzv4Buw4V1PsZrG { top:1.9375rem;left:13.09375rem;width:21.5625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAi6t8znoDWHSoCStmc36l9VACvdRw0c { display:block; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdKA77Z9qtB7ORrgOwFTsd6zQCbAsdzQ { top:8.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOqIrO1gU3f1wnWJhzXy8x3IwzRGHxeU { top:3.6875rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXEywa7qDqaLPGovi7UdpBT2G9Q6LO9 { top:8.1875rem;left:2.09375rem;width:43.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIlkb4BrK2uafx6u6Rs5b0KuxZUPFgRW { top:16.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5eFNkxPOQeBoNdxSsxtspbP3I7eM70l { top:24.3125rem;left:0.875rem;width:46.0625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cELJ6TqwyDKrmCghIIm9RGGy4wyvKG50 { top:27.625rem;left:0.875rem;width:46.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5tSVRONiToBn2d6QiCp2TVPTao9L48 { width:21rem;height:3.4375rem;top:32.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3Wr04CAlIQ1r5HRT97lRhiyxEOQsL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WFBttUAeq74OhouTtmh23u3T0TnEAMuq { display:block; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsJ4xsuUEnPXRWcq4S7ALwdraTIEOfQ4 { top:3.4375rem;left:0rem;width:30.625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RsZlNTg4K5sMsgW7dyVmqiurHpbv1w { top:2.375rem;left:21.3125rem;width:26.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COd43qmqxgIcW8dgE5OWekCOR0MkHE3P { top:17.4375rem;left:21.5rem;width:26.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNNTHFesz5BtqdAqmXzn604ToaBX28st { display:block; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZi2d8cATJIkCHKq1m8ATBsghHbT6dZm { top:4.0625rem;left:2.09375rem;width:43.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D85rTESW9rAs78Rb8tBJkqlaTGalntkR { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwifDmcn9qqo3ZP6lu8VuiyPfuGEhTv { top:13.375rem;left:24.69918699187rem;width:0.5rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckGRX9B2JWTrbht4rUo67v0DsSER0pT { top:16.1875rem;left:19.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9ZtDvan3KsMyCrMKzou6ptX92sHSPd { top:15.875rem;left:19.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl58OOUZM4MkWs4dvd3MfhvPb7HXdac2 { top:15.6875rem;left:0rem;width:23.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE09sWqEXOJzxPbuQGvPRqXyTHg2B6im { top:17.9375rem;left:0.5625rem;width:18.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beEPAsyiy7lwQKRTIob0KkiMkgmGU4X3 { top:26.3125rem;left:23.875rem;width:23.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtF5G7H19OvG3hHEJnHgbrC3ipZKPym { top:27.125rem;left:28rem;width:19.75rem;height:7.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIbZZm0MXFg4oiom8fTftTXZKJnSXTLp { top:27.3125rem;left:22.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLzBlSTGrJsldyws9Lp6wWMZlXcxfTfU { top:27rem;left:21.875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUkbDTu0paeW6tmPWXh3LD46kotT14vr { top:37.9375rem;left:0rem;width:23.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZucTC1hPP4rDWuLGCUk7vkB7eNDqgKR { top:40.1875rem;left:0.5625rem;width:18.375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xELN2wwLwhN2cBh8TxX7OSV96wwVSW0M { top:38.125rem;left:19.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wcQ0Ha1JkknRaRMR1frBSl39nLkMLx { top:38.4375rem;left:19.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw77bautfrmKaGnN336uy5SmpTtWeiJ1 { top:48.625rem;left:23.875rem;width:23.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVc6LpsKMi5CgbTalrpTVWQ8p3J5TA8Z { top:50.4375rem;left:28rem;width:19.75rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt0BcS4rpTsZufnFg4ZeDIqW9ZA4tzKf { top:49.3125rem;left:22.3125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpdsaCLa0rdT4qBCFHtUJ8L8qUhcUbq { top:49.625rem;left:22.625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG { display:block; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSAbe6VZw8SzMcMWCQFFaT36VNS95v8f { top:10.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8tm0ypwLSbUEn4gttBO6cdJKIWWUurq { top:4.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS1IuhtWvZ83DQUNqqr13x0z9n8pPXur { top:10.75rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsR2qLLnUvfvskaAgOWNirtBZEtQ5TAt { width:47.75rem;height:3.4375rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3B8Iswrf713lXP1uCgHT0frqE6l0zTQ { top:15.125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZLEF2c0a867Cdt8dflmPDy5hOGvI71 { top:15.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIPLxFBulV98rfbUWAyXxJGqTJI951M { top:18.875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUsm0VNPv8uhxiOlxXhIioRTZs7X5ou { top:19.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6IBCy37ae7JHfG5HDETPnioXaDoUkcO { top:23.8125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms0qOWuMTKma1TTq1rUUm2OkXeru8bJ8 { top:23.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTTKTnD2g668L8X96NQdAvRHgrcHDkp { top:28.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7VvrKNBGOlaB3rBlNnLSPDtJqw1V6B { top:29rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKEh2yPB82rUrzCwGvX6J1hQ81HIGwTC { top:32.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Q9mhgfZeg4vzESlTfTEqKUVOJUIuum { top:32.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLJIBzrtu4iphIAsvLS9MAcVg6oANam { top:38.75rem;left:2.09375rem;width:43.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuKxxIzL07w0MQAaRAxTQR4OaJuWGuDS { top:44.875rem;left:16.0625rem;width:10.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnBlNInbeO2ixek8bTKcZsTnnfimimi { top:44.6875rem;left:24.6875rem;width:7rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN44epNKZNUuUqDhaeoaW4LDrLQKLDZm { width:21rem;height:3.4375rem;top:67.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2cZcKq1KfGQ9O0BC4l3aC6iWsFSGdk { display:block; }
 }@media only screen and (max-width: 763px) { #f5GtX0CAvrRtTFLR9xlkskTmTZOz0S7l { top:49.875rem;left:2.09375rem;width:43.5625rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIoqbW1mGfycAi75e0TlJTR9GtUOQeZT { top:54.625rem;left:7.96875rem;width:31.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysSGvR0eXM95eOzgycyJq1tlQfcm0yn0 { top:55.1875rem;left:9.09375rem;width:29.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM { display:block; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPTOPhdOmAwPHE4Hobq3spCJRmAf8FFz { top:1.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAC0Vac3FDUglQDWLxZdIGAMBI1P2TZL { top:3.75rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #dLlEdfBrLznxqgqqm9iQQusG412qoK3c { display:block; }#dLlEdfBrLznxqgqqm9iQQusG412qoK3c > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yANO1w3lVWRkZdUppxhToUNGATlwasds { width:18.6875rem;height:9.44825rem;top:0.703125rem;left:0.65625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rpLBxT4nI4PUw13d4872OgVTrlgZTXui { display:block; }#rpLBxT4nI4PUw13d4872OgVTrlgZTXui > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDBSi3sDRtMapvpzbdTHuBWbMm3KVlJK { width:20rem;height:21.12305625rem;top:1.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LFNwtWaLynUlkb7Pe1b0BPeSBOHBu6fo { width:20rem;height:9.9375rem;top:23.8730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0LMV9Ipq6e8oZtk5S25TR2OGxVNCHB { width:19.25rem;height:8.8125rem;top:24.435546875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 { display:block; }#sDHH5Q616JhoKc1D9Ad1kehUts9WcE13 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8EsplcWQNkREKyfpxuTEUma9HwkFi7r { width:17.5625rem;height:9.599625rem;top:2.27490234375rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B0oZTW97SAnpgrEIw53mz1QdhkmzZvmT { width:20rem;height:4.72411875rem;top:12.69921875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z5KpTRiC9hcGqGbTcASF3V6o87WTnBDl { width:20rem;height:3.1494125rem;top:19.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNR8eBNqWgETP1TTaLZAqEM8mtM9wVi { width:20rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPKRLon9CJq0o1pTXds7ncITwesDmCH { width:20rem;height:1.7871125rem;top:24.78466796875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrgcziZCzgJmNk9NikRdPQVrdncEFmbG { width:20rem;height:1.94970625rem;top:27.49609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JI2SXIXank6kQHzKQVSE7TUctPVPCSh1 { width:19rem;height:3.4375rem;top:30.8828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0csEIypeHblduhsdIih9t0uwNuR5Eg { display:block; }
 }@media only screen and (max-width: 763px) { #coViuW1TLbTO8e7ABZQo4AhNS8DO04xP { width:20rem;height:4.875rem;top:36.4453125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXGJT4NoA2Ggnlt6c4oarnDTe8G4crfl { width:20rem;height:3.25rem;top:42.80615234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsUoX50gnmZchiHPLQJcRpD8TERTgGdB { width:18.8125rem;height:3.25rem;top:47.392578125rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT { display:block; }#nZXuM53u7fRQZcDM3bunrgTuZWJ2SZLT > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6W5OMqFnMeAPzJiGGDu5Zz4kCkMTogJ { width:20rem;height:14.558823529412rem;top:1.97021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3nSwmSZLul2GqyxKgGzpwQUqZkdd0t5 { width:20rem;height:2.0249rem;top:2.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EKcfy6oIHcKffur6wkWb7NoFEHEJbEtE { width:20rem;height:11.9995rem;top:6.1748046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe { width:20rem;height:14.07225rem;top:22.87255859375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#NOPBlky0QWTb2F5JhlPmVpERHF5R6FHe li:before{  }
 }@media only screen and (max-width: 763px) { #JQ52hESybO27DSTkHPWDOnhPgTlnzAnd { width:20rem;height:1.7871125rem;top:19.67333984375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X40phs3wUbfApqkbp5DNrZXRFZcxL1aP { width:20rem;height:21.44533125rem;top:38.7822265625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTybWnLI2qmBlapLhvMVJ41Ni9yVwbzs { width:20rem;height:1.7871125rem;top:62.05419921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmArzzwbvKtrGSwgvnMexrrPJTRQ5PE2 { width:20rem;height:1.94970625rem;top:65.140625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6tbB51aDabTndnIbSMP5b8X68sPkW0d { width:19rem;height:3.4375rem;top:92.2880859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHq6RWG7TbiIkcTteVtrRIp28qEv325E { display:block; }
 }@media only screen and (max-width: 763px) { #m4IfQNPgq9OOsRuw2T4BkM1lIuKVDGge { width:20rem;height:8.9355625rem;top:81.65234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKpDl3Bc45fmCRTRMtsPrFN4Co9RWkyV { width:20rem;height:9.9375rem;top:69.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvWW2qGZdmHNF8GfMBhgoOPq7egEIbZt { width:19.375rem;height:8.8125rem;top:69.71484375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH { display:block; }#TZR68GvT2DrZrWD9rfmVUJ7wUbp6ImOH > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF3FzTP0xADKRVZWptu1MxAAbZIrh6oz { width:20rem;height:15.209rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3D8Mkuh2wB1bxTMQZC18GeF034oquQG { width:20rem;height:6.3720625rem;top:18.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpxTygb1oTXIfyaiT44TvMZyG1214Zx { width:20rem;height:9.4824375rem;top:26.8310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa { display:block; }#baNT1WSyh3cALPvGlQkVCl1nsO2O94Oa > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpBbKTIuw0UOu9igtPHlQXDFto3lKK1x { width:17.25rem;height:3.82421875rem;top:22.6875rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruLXG967Zo46U0czfJs8XNPVF4zE5LPk { width:20rem;height:2.51855625rem;top:14.499rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag6RHSRT6r7RMiJyzMa6Z8wp6DXopuBc { display:flex;width:2.1875rem;height:2.1875rem;top:19.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TdxfPC54LvQAz2Ofpi7aKUP5xfO6b2Ar { width:20rem;height:11.9995rem;top:2.56201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Te9kc6yIATtrpTy4cqC9MyVVOQnt90ba { width:20rem;height:1.94970625rem;top:16.07958984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2kxzgPgh9TGKcc8nRWqoFvFimpEtI65 { width:20rem;height:3.82421875rem;top:31.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygCy62AbTtomIIfCOUNF4lKW4S17kkRz { display:flex;width:2.4375rem;height:2.4375rem;top:27.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ZMIybzT8WqkN911hEsKGTSIKgg5eydfp { display:flex;width:2.4375rem;height:2.4375rem;top:36.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #BxD55k3FMOzC02IRA1x9nQNvT1WTfFr0 { width:20rem;height:3.82421875rem;top:40.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7I5zLmTOdhSV0TqLQnGA1CkEuBlNPKE { display:flex;width:2.4375rem;height:2.4375rem;top:45.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #omd6NVyNJz3N3GCE5vtORCa0HSfCQfhI { width:20rem;height:3.82421875rem;top:49rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuQiQBxCoqsX1zpQd4lSo275Z525w4i5 { display:flex;width:2.4375rem;height:2.4375rem;top:53.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #eiptpPrCM6eoeeapQiF0N3DnOZteqkuU { width:20rem;height:5.736325rem;top:57.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l { display:block; }#RtDHKNI6VTfLAF1ePifUvvcwqHnX9J2l > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVX2gUG4CwLaMkGKxRZhTVBScnTI3QWT { width:20rem;height:4.79980625rem;top:2.56201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #av94U0KQti3bKTz7BMUVwItEV7uVE3ha { width:20rem;height:5.84911875rem;top:8.7373046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK { display:block; }#l7pqze9SoGGMTXEtzsSJEEP1O2u98sfK > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAdLs4o3Fsmlbve8ZGFzEF5dKdxmF3Su { width:16.625rem;height:8.0625rem;top:2.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1wmiELXp5JgEkwEgHAluMNCn6U773l3 { width:15.6875rem;height:3.57421875rem;top:5.431640625rem;left:2.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEnzgr1yyPMfpreKOnNyde65zOXch7WP { display:flex;width:5.4375rem;height:5.4375rem;top:0rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #rU2QR2wLTbSE0AP2CzAW0pOCKQ2vkpCO { width:16.625rem;height:13.125rem;top:14.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0ly87gxuLN5H4cDPy89ze5cF8zBImT { display:flex;width:5.4375rem;height:5.4375rem;top:12.125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #yzkKSBBMJ7KKHtvL7vCODgz85lutsROS { width:14.6875rem;height:8.9355625rem;top:17.5625rem;left:2.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awMaa3M7gX6LdtQRkR7Ll7FLKP9AE5E2 { width:16.625rem;height:9.8125rem;top:32.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnXchtfashn0LD5UOsuZpNxFaXTTEh71 { display:flex;width:5.4375rem;height:5.4375rem;top:29.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #tC7TrCeQ4d3FvxQTeAHZTNqBPAHNiPwN { width:15.6875rem;height:5.361325rem;top:35.60009765625rem;left:2.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiscTTDKHLPr5V8z8LZLl54whEvvRSAr { width:16.625rem;height:9.25rem;top:47rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri5IWMcGUzGAii8DlimtC1M8flUTzHW9 { display:flex;width:5.4375rem;height:5.4375rem;top:44.28125rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #kdabQNQ5QK96Ek8letgoUM9Dd4pbhH0a { width:14.5625rem;height:5.361325rem;top:49.71875rem;left:2.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 { display:block; }#AmT5JUsVrxXsbV1mTwg6b3tdWMz82MZ0 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFBhf6E79koNuaNfWkiThT1R5nPHfi0x { width:20rem;height:11.9995rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 { display:block; }#ptZkD0lXiOIVoFGV3oTfKEdovfPViB49 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQxk9fPDfsDrrqrLEMPbPEV8bxn6c3rn { width:20rem;height:2.5996125rem;top:2.19970703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9gE6pFF8KshXg49v7bhTGheh6K577D2 { display:block; }#q9gE6pFF8KshXg49v7bhTGheh6K577D2 > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMtzvHPH0v8vTPxQNIlJ6QMMeZlniAI9 { width:20rem;height:10.125rem;top:38.90625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pB87FzcDpmZU6JkTUoWLEUJluOJOtiKD { width:20rem;height:18.5625rem;top:50.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4dHBLeQ3x6cMkhXyvXXxtPoSUQgeDr9 { width:20rem;height:16.875rem;top:70.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfknB25KkBTKwlGdfk4cesP0KQzgnchG { width:20rem;height:4.5rem;top:88.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3bXGPiQloiiHx7KB6zVrtGuXJNuahgs { width:20rem;height:2.5996125rem;top:34.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrPUteZz6JHex1DUM0hM936148hVPGtS { width:18.3125rem;height:32.6875rem;top:0rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM { display:block; }#hrGQCt6TTKOP1yeFW81eNJgKoIfiGdoM > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUl2k2sfUMTlfUew0Nzv4Buw4V1PsZrG { width:20rem;height:26.78225rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAi6t8znoDWHSoCStmc36l9VACvdRw0c { display:block; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdKA77Z9qtB7ORrgOwFTsd6zQCbAsdzQ { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOqIrO1gU3f1wnWJhzXy8x3IwzRGHxeU { width:20rem;height:37rem;top:2.97119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXEywa7qDqaLPGovi7UdpBT2G9Q6LO9 { width:20rem;height:7.7988125rem;top:5.005859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIlkb4BrK2uafx6u6Rs5b0KuxZUPFgRW { width:20rem;height:10.722625rem;top:14.24462890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5eFNkxPOQeBoNdxSsxtspbP3I7eM70l { width:20rem;height:1.7871125rem;top:26.568359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cELJ6TqwyDKrmCghIIm9RGGy4wyvKG50 { width:20rem;height:1.94970625rem;top:29.880859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5tSVRONiToBn2d6QiCp2TVPTao9L48 { width:19rem;height:3.4375rem;top:33.59619140625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3Wr04CAlIQ1r5HRT97lRhiyxEOQsL0 { display:block; }
 }@media only screen and (max-width: 763px) { #WFBttUAeq74OhouTtmh23u3T0TnEAMuq { display:block; }#WFBttUAeq74OhouTtmh23u3T0TnEAMuq > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsJ4xsuUEnPXRWcq4S7ALwdraTIEOfQ4 { width:20rem;height:14.244625rem;top:2.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RsZlNTg4K5sMsgW7dyVmqiurHpbv1w { width:20rem;height:10.212375rem;top:18.244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COd43qmqxgIcW8dgE5OWekCOR0MkHE3P { width:20rem;height:6.4760625rem;top:29.76904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNNTHFesz5BtqdAqmXzn604ToaBX28st { display:block; }#VNNTHFesz5BtqdAqmXzn604ToaBX28st > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZi2d8cATJIkCHKq1m8ATBsghHbT6dZm { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D85rTESW9rAs78Rb8tBJkqlaTGalntkR { width:20rem;height:7.1484375rem;top:8.82421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwifDmcn9qqo3ZP6lu8VuiyPfuGEhTv { width:0.5rem;height:49.375rem;top:17.4345703125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckGRX9B2JWTrbht4rUo67v0DsSER0pT { width:6.875rem;height:6.875rem;top:19.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9ZtDvan3KsMyCrMKzou6ptX92sHSPd { width:7.4375rem;height:7.4375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl58OOUZM4MkWs4dvd3MfhvPb7HXdac2 { width:13.9375rem;height:7rem;top:19.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE09sWqEXOJzxPbuQGvPRqXyTHg2B6im { width:11.5rem;height:5.1181625rem;top:20.625rem;left:7.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beEPAsyiy7lwQKRTIob0KkiMkgmGU4X3 { width:13.6875rem;height:13.0625rem;top:28.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtF5G7H19OvG3hHEJnHgbrC3ipZKPym { width:11.6875rem;height:11.942375rem;top:29.25rem;left:7.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIbZZm0MXFg4oiom8fTftTXZKJnSXTLp { width:6.875rem;height:6.875rem;top:32.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLzBlSTGrJsldyws9Lp6wWMZlXcxfTfU { width:7.4375rem;height:7.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUkbDTu0paeW6tmPWXh3LD46kotT14vr { width:13.6875rem;height:7.875rem;top:43.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZucTC1hPP4rDWuLGCUk7vkB7eNDqgKR { width:10.9375rem;height:5.1181625rem;top:45.3125rem;left:7.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xELN2wwLwhN2cBh8TxX7OSV96wwVSW0M { width:7.4375rem;height:7.4375rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wcQ0Ha1JkknRaRMR1frBSl39nLkMLx { width:6.875rem;height:6.875rem;top:44.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw77bautfrmKaGnN336uy5SmpTtWeiJ1 { width:13.6875rem;height:8.875rem;top:53.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVc6LpsKMi5CgbTalrpTVWQ8p3J5TA8Z { width:11.1875rem;height:6.82425rem;top:55.25rem;left:7.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mt0BcS4rpTsZufnFg4ZeDIqW9ZA4tzKf { width:7.4375rem;height:7.4375rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpdsaCLa0rdT4qBCFHtUJ8L8qUhcUbq { width:6.875rem;height:6.875rem;top:55.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG { display:block; }#F61Pyb77Mf3QlvmsRF4aRcRv2JsoTVgG > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSAbe6VZw8SzMcMWCQFFaT36VNS95v8f { width:17.25rem;height:7.6484375rem;top:11.8125rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8tm0ypwLSbUEn4gttBO6cdJKIWWUurq { width:20rem;height:2.51855625rem;top:4.9052734375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mS1IuhtWvZ83DQUNqqr13x0z9n8pPXur { display:flex;width:3.375rem;height:3.375rem;top:8.5rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #qsR2qLLnUvfvskaAgOWNirtBZEtQ5TAt { width:20rem;height:4.79980625rem;top:2.56201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t3B8Iswrf713lXP1uCgHT0frqE6l0zTQ { display:flex;width:3.25rem;height:3.25rem;top:20.3125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #s6ZLEF2c0a867Cdt8dflmPDy5hOGvI71 { width:20rem;height:5.736325rem;top:23.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTIPLxFBulV98rfbUWAyXxJGqTJI951M { display:flex;width:3.25rem;height:3.25rem;top:30.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #IzUsm0VNPv8uhxiOlxXhIioRTZs7X5ou { width:20rem;height:3.82421875rem;top:33.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6IBCy37ae7JHfG5HDETPnioXaDoUkcO { display:flex;width:3.25rem;height:3.25rem;top:38.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #ms0qOWuMTKma1TTq1rUUm2OkXeru8bJ8 { width:20rem;height:5.736325rem;top:41.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwTTKTnD2g668L8X96NQdAvRHgrcHDkp { display:flex;width:3.25rem;height:3.25rem;top:48.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #zP7VvrKNBGOlaB3rBlNnLSPDtJqw1V6B { width:20rem;height:5.736325rem;top:51.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKEh2yPB82rUrzCwGvX6J1hQ81HIGwTC { display:flex;width:3.25rem;height:3.25rem;top:58.185546875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #l3Q9mhgfZeg4vzESlTfTEqKUVOJUIuum { width:20rem;height:5.736325rem;top:61.435546875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdLJIBzrtu4iphIAsvLS9MAcVg6oANam { width:20rem;height:5.19921875rem;top:69.92138671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuKxxIzL07w0MQAaRAxTQR4OaJuWGuDS { width:10.625rem;height:1.94970625rem;top:76.8125rem;left:2.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqnBlNInbeO2ixek8bTKcZsTnnfimimi { width:7rem;height:2.1933625rem;top:76.6875rem;left:10.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN44epNKZNUuUqDhaeoaW4LDrLQKLDZm { width:19rem;height:3.4375rem;top:99.70654296875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2cZcKq1KfGQ9O0BC4l3aC6iWsFSGdk { display:block; }
 }@media only screen and (max-width: 763px) { #f5GtX0CAvrRtTFLR9xlkskTmTZOz0S7l { width:20rem;height:4.0625rem;top:81.08154296875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIoqbW1mGfycAi75e0TlJTR9GtUOQeZT { width:20rem;height:9.9375rem;top:86.89404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysSGvR0eXM95eOzgycyJq1tlQfcm0yn0 { width:19.25rem;height:8.8125rem;top:87.45654296875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM { display:block; }#DhyOvt7WcNN8875kZ80xZn7qZ9JWRaSM > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPTOPhdOmAwPHE4Hobq3spCJRmAf8FFz { width:9rem;height:1.13720625rem;top:4.9375rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAC0Vac3FDUglQDWLxZdIGAMBI1P2TZL { width:11.625rem;height:1.13720625rem;top:7.3125rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }