.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:225,231,242;--color-primary-1:170,198,246;--color-primary-2:106,137,188;--color-primary-3:0,152,206;--color-primary-4:0,35,73;--color-secondary-0:251,212,208;--color-secondary-1:242,127,115;--color-secondary-2:234,42,21;--color-secondary-3:140,25,13;--color-secondary-4:121,17,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato Black";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq { position:relative;display:none; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq { border-width: 0; border-radius: 0; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dv4IqdeiEfk6viqn1uTQIQmx33vsbkBz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.4375rem;left:20.875rem;overflow:hidden;display:none; }
#yQF1nKvPKc2C37m2tC8dHU7tDLh10eza { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.4375rem;left:10.03125rem;overflow:hidden;display:none; }
#rWOCxVZs81xcdH1QwkqibSlEEnUnoUEb { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:1.212890625rem;left:12.21875rem;height:0;display:none; }
#R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:22.4375rem;height:2.2747375rem;display:none; }
#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f69114ad-9d54-4a55-ad6b-841623f1fec1/wykoczenia_mieszka.png");background-position:top 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; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .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); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { border-width: 0; border-radius: 0; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { color:rgba(var(--color-primary-3),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:14997;line-height:1.3;letter-spacing:0;top:13.5rem;left:0.625rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:20.875rem;top:6.5rem;left:0.0625rem;overflow:hidden;display:block; }
#V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { color:rgba(var(--color-primary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:14997;line-height:1.3;letter-spacing:0;top:19.525390625rem;left:0.625rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:9.40625rem;overflow:hidden;display:block; }
#KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:0.587890625rem;left:11.59375rem;height:3.1497375rem;display:block; }
#eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.8125rem;left:20.25rem;overflow:hidden;display:block; }
#dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:0.5625rem;left:22.4375rem;height:3.1497375rem;display:block; }
#acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:6.5rem;display:block; }
#RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:2.9375rem;display:block; }
#KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { background-color:rgba(var(--color-primary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:5.875rem;display:block; }
#zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.875rem;top:31.375rem;left:4.96875rem;overflow:hidden;display:block; }
#XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.3125rem;top:32.46875rem;left:13.71875rem;overflow:hidden;display:block; }
#TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.875rem;left:0rem;display:none; }
#ayWc6fh7LLU2C33n4q1plr5wlozow8Su { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.34375rem;left:54.375rem;overflow:hidden;display:block; }
#KizKbEdqE0uxGH1F63ZZcWQoEwyHEKlH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:1.34375rem;left:57.1875rem;overflow:hidden;display:block; }
#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));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; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { background-color: transparent; background-image: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { display: none; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .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); }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { border-width: 0; border-radius: 0; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:13.1875rem;left:21.40625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { color:rgba(var(--color-primary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:21.1875rem;height:5.84895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.375rem;left:2.5625rem;overflow:hidden;display:block; }
#tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.3125rem;left:9.9375rem;height:1.875rem;font-style:normal;display:block; }
#erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:33.1875rem;left:10.0625rem;height:4.5rem;font-style:normal;display:block; }
#xep2zKzFewhzTx4HStlKaq2p416T2oMa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.1875rem;left:38.5625rem;height:6rem;font-style:normal;display:block; }
#BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { position:absolute;display:block;z-index:15005;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.25rem;width:6.25rem;top:31.375rem;left:31.0625rem;overflow:hidden;display:block; }
#WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:31.3125rem;left:38.5625rem;height:1.875rem;font-style:normal;display:block; }
#cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:43.9375rem;left:38.5625rem;height:1.5rem;font-style:normal;display:block; }
#NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:41.75rem;left:31.0625rem;overflow:hidden;display:block; }
#ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:43.9375rem;left:10.0625rem;height:3rem;font-style:normal;display:block; }
#TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { position:absolute;display:block;z-index:15008;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.25rem;width:6.25rem;top:41.75rem;left:2.5625rem;overflow:hidden;display:block; }
#eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:42.0625rem;left:10.0625rem;height:1.875rem;font-style:normal;display:block; }
#pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:42.0625rem;left:38.5625rem;height:1.875rem;font-style:normal;display:block; }
#K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { box-sizing:content-box;height:21.75rem;width:48.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.375rem;left:11.25rem;box-shadow: none;display:block; }
#VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:13.8125rem;left:20.78125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VWezgGwidAyQf5I7RvGA5pU2kzVVFLzD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:52.125rem;left:32.375rem;display:block; }
#bUPFQEmz1npHhgTAhUQEAfKoDoGwzBX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9XNNk9ahw5X5T1J5Un5HDmK5A42tnL3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:52.125rem;left:10.125rem;display:block; }
#kt0XR8muzOb4RpltQ0XGylrbDFPyNgXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgn5xFP8ivThcwt2arrcGkiS1vdfUgIQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:19.5625rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { position:relative;display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .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); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:3.1875rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { color:rgba(var(--color-primary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.1875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { box-sizing:content-box;height:28.875rem;width:29.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(233,242,248,0.9);background-image:none;top:4.375rem;left:0rem;display:block; }
#gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.875rem;top:0.59310150146484rem;left:8.125rem;overflow:hidden;display:block; }
#oup7DzLdW12tR0XvlUDoHHE4n3boAErS { position:absolute;display:block;z-index:15008;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:11.5rem;width:15.1875rem;top:27.875rem;left:47.5625rem;overflow:hidden;display:block; }
#ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.75rem;left:3.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:51.875rem;top:1.59375rem;left:8.125rem;overflow:hidden;display:none; }
#m6pFadtfgd1sunnxTMl9bgGxzSHqra82 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:20rem;display:none; }
#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/df6bda45-3f57-490e-93ce-6843d56a1c25/wykoczenia_pod_klucz_excellent.jpg");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; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .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); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { border-width: 0; border-radius: 0; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { font-size:0.875rem;font-family:arial;height:81.6875rem;width:60rem;position:relative;display:block; }#RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:53.5625rem;left:34.0625rem;overflow:hidden;display:block; }
#yskvTh1PK936J5t88AqUtzVK2SPnaToB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:53.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.625rem;top:33.875rem;left:38.8125rem;overflow:hidden;display:block; }
#mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:33.875rem;left:23.1875rem;overflow:hidden;display:block; }
#t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:33.875rem;left:7.5625rem;overflow:hidden;display:block; }
#rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:38.75rem;overflow:hidden;display:block; }
#kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:23.125rem;overflow:hidden;display:block; }
#gZa8St6lhHwdd49QMZtofd9ewypEWzxf { color:rgba(var(--color-primary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:10.625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.6875rem;width:13.75rem;top:19.8125rem;left:7.5rem;overflow:hidden;display:block; }
#uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.1875rem;left:8.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:44.1875rem;left:23.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZunKcT6wnGeStqlxx022XoSnteSNs1L { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:44.1875rem;left:39.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:63.875rem;left:12.8125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:63.9375rem;left:33.9375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { box-sizing:content-box;height:73.5625rem;width:52.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(233,242,248,0.7);background-image:none;top:3.375rem;left:3.46875rem;display:block; }
#UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.9375rem;left:9.59375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:49.3125rem;left:12.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:49.3125rem;left:31.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:69.125rem;left:21.25rem;display:block; }
#ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { background-color: transparent; background-image: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { display: none; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .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); }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { border-width: 0; border-radius: 0; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:60rem;height:47.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.5rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.250000298023rem;left:8.3125rem;overflow:hidden;display:block; }
#mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.312501907349rem;left:24.104167938233rem;overflow:hidden;display:block; }
#spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.187500298023rem;left:39.5625rem;overflow:hidden;display:block; }
#l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.750001251697rem;left:8.3125rem;overflow:hidden;display:block; }
#Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.812500953674rem;left:39.5625rem;overflow:hidden;display:block; }
#fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.812501907349rem;left:24rem;overflow:hidden;display:block; }
#Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0540366172791rem;left:5.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8541669845581rem;left:9.90625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:8.3125rem;overflow:hidden;display:block; }
#A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.729167938233rem;left:24.104167938233rem;overflow:hidden;display:block; }
#tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.6875rem;left:39.5625rem;overflow:hidden;display:block; }
#Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.479164123535rem;left:10.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:40rem;display:none; }
#tHmsHdhfHXugGi40X8VqA0STff69gkEq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.750000596046rem;left:8.3125rem;overflow:hidden;display:none; }
#PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#xGnszF3xukocqMdONKbAzVO2plJosVG7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:11.75rem;left:39.5625rem;overflow:hidden;display:none; }
#PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:8.3125rem;overflow:hidden;display:none; }
#SmAONibrgItCy9cFOwIq1dZT0audcMa0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:24.104167938233rem;overflow:hidden;display:none; }
#g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:23.25rem;left:39.5625rem;overflow:hidden;display:none; }
#NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:8.3125rem;overflow:hidden;display:none; }
#rq5v192IB3zMNHF43s16h3nx0yohk2Gw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#rJifrkMixEJAP9nwlPqLX908rzkPT9rr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:24.104167938233rem;overflow:hidden;display:none; }
#TbkGGxdnSTZkThWVo5vVk83B650Syd0z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:13.625rem;top:34.75rem;left:39.5625rem;overflow:hidden;display:none; }
#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { position:relative;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .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); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-form-header { font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1.2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#de2b17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3); }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-moz-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-ms-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-webkit-input-placeholder { color:#7f8080;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container:first-of-type{padding-top:0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-container:last-of-type{padding-bottom:0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.53125rem;z-index:15001;position:absolute;font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:3.53125rem;z-index:15001;position:absolute;font-size:0.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dHH9p4WkJLDKApGLRxIeWiOFrqQLVg3x { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #V2JyI6vhsaGUR10sA95ZEp3xrP8TMLE9 { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #e9A5kb4X93VLRIou30QJoXJKa3kIvZJl { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { position:relative;display:block; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { position:relative;z-index:2; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J { position:relative; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n { position:relative; }
#qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:3.0625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { color:rgba(var(--color-primary-3),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.0625rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { box-sizing:content-box;height:26rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#e9f2f8;background-image:none;top:8.6875rem;left:0rem;display:block; }
#xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { position:absolute;display:block;z-index:15008;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:9.8125rem;width:14.25rem;top:1.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.9375rem;left:3.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#runonORTECm8TNf2dDhKIhRVRLNExdo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:40rem;display:none; }
#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f2f8;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; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { background-color: transparent; background-image: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { display: none; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .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); }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { border-width: 0; border-radius: 0; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { position:absolute;display:block;z-index:15000;height:28.1875rem;width:60rem;top:-0.0625rem;left:-0.125rem;display:block; }
#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH { position:relative;display:block; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH { background-color: transparent; background-image: none; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container > .video-iframe-container { display: none; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row > .video-iframe-container { display: none; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .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); }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH { border-width: 0; border-radius: 0; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PHRnU04m5ApkD4NFtQ2zotzil2PJuCga { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8rem;left:22.125rem;overflow:hidden;display:block; }
#XbN2aQcxxa3PFWu6vbSB1res0m3bLyNM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8rem;left:28.5625rem;overflow:hidden;display:block; }
#ZFk3JKKsB42fHfxei6mXI7HmJF5WEtFG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8rem;left:34.8125rem;overflow:hidden;display:block; }
#oZ90UWuG36hyAMtIZVrFFDWrBOaneJyE { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IF7a30un0E5MsPZ3qEiHAWsXG35ATksy { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.46875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NRet6O7QfSanQxaltZuJvBvmd9s3357b { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.3125rem;left:14.34375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqaozgd6aULh27Wi2REGd6VwNVyDUT2V { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.25rem;top:19.310546875rem;left:15.541667938233rem;overflow:hidden;display:block; }
#e4qtEg2Dl6DJQZ8wFWqup8kAluNEPixF { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.865234375rem;left:19.96875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bItg9wiimMoS7m8zBnFXmxz7cMy7HHXw { color:rgba(var(--color-primary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0625009536743rem;left:14.34375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EI3PsbI6hGBpGGTL9HTJAuDmGOxz5upZ { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4902353286744rem;left:19.96875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf { position:relative;display:none; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf { border-width: 0; border-radius: 0; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pisUkwBKvzSDN0SDcgSBvkEuZdDfxl5o { color:rgba(var(--color-primary-3),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xPzuVV60RsNDaKquNGttmwxpZGciwS3G { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.41015625rem;left:8.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dQShy7BnEvl8rKaGodMI88N3Wl0zJ4lg { color:rgba(var(--color-primary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e9f2f8, rgba(var(--color-tertiary-0),1));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; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container { background-color: transparent; background-image: none; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container > .video-iframe-container { display: none; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row > .video-iframe-container { display: none; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .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); }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container { border-width: 0; border-radius: 0; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:60rem;position:relative;display:block; }#WgzHWx55oZcrstor256cVloIcEUeTbTA { color:rgba(var(--color-primary-3),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4rem;height:5.84895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L31pkNNTJomyLHTrcglpBJAWIGpyE5qI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:10.9375rem;left:4rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPwtTMQwJSsOL0TX5PITPzbH7JBivGpM { color:rgba(var(--color-primary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CEcbfBQWhVkZA6eL1O9kbErJMEqkHt3P { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vw2cKFaBe0LeXzTL0PtAT4fFaDkT2Xze { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:21.3125rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#D16y5evKN716CWr6e6nPDIwp6O7MzpSW { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15064;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.3125rem;left:2.25rem;display:block; }
#fknooTqsJWHw9tbamDKnRAPXiFD2dhi4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:1.94986875rem;display:block; }
#iRECDFAmqJCVJHwCcTnvSb9x7zo73Vuo { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.9375rem;left:3.75rem;display:block; }
#LfsdgXPXbsRl5R3zzuNCVb9aGVf5FR3O { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:27.125rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ag3oXa30Ksfbewa5dPenDpkId0MtWHHh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:28.4375rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#caAhy9UiPzFIA377UIm8w9Wx1DN66GMV { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.4375rem;left:2.25rem;display:block; }
#BiPVurvXJFb2X4QipsNoxB5vsU5ByJfw { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:29.125rem;left:3.375rem;height:1.94986875rem;display:block; }
#m4IggD84Mtm1S8XdDLdZmPO0VTtgWTCs { box-sizing:content-box;height:3rem;width:0.125rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.125rem;left:3.75rem;display:block; }
#Hb2E25rDaXvOrp73og06RtqOlLvtnRMK { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:34.1875rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ucm03xcfFospsOTHSJMzttCpT2yxNMzi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:35.5rem;left:7.875rem;height:6rem;font-style:normal;display:block; }
#uscHZh1KJpUB0T6RHLIqE1glP0Al68Ji { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15066;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.5rem;left:2.25rem;display:block; }
#eRnRGpZep0tA4k5cMWFc5a1BuRoG3vpv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:36.125rem;left:3.3125rem;height:1.94986875rem;display:block; }
#Q6QikPhcPzKEgkwcz0CgXmDCDtTU0Qy9 { box-sizing:content-box;height:4.5rem;width:0.125rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-1),1);background-image:none;top:39.125rem;left:3.75rem;display:block; }
#QgqOQOFf8qJPdy0yJqAmB1eyETd1Bzag { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:42.5625rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XzPLeXx5qV6wMpCOXryiCdMTTyJvnxeS { position:absolute;display:block;z-index:15084;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:53.6875rem;width:18.1875rem;top:16.5rem;left:41.8125rem;overflow:hidden;display:block; }
#vHAkTlOQHmpwRloiny1wmTRZ7DGi5VXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:43.875rem;left:7.875rem;height:6rem;font-style:normal;display:block; }
#rtvhz1B5nUsp3DKWqNTSRkB7NEPPrLFP { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:43.875rem;left:2.25rem;display:block; }
#EqyX21U72W61Z7FKrZ6KdXsox1hhnhuP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:44.5rem;left:3.3125rem;height:1.94986875rem;display:block; }
#bTPbrrwVd1IrTd3hXmAXJZOwSku7Cwn5 { box-sizing:content-box;height:4.5rem;width:0.125rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-1),1);background-image:none;top:47.5rem;left:3.75rem;display:block; }
#peSbQefzo8V7Zw5GlkuVTNOcOdtmPi9k { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:50.9375rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FyVOJnziMw6OJgBcd6JlmcdQ8JFOr1Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:52.25rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#oDgs85ZTx2CcQtRkvTwTniTTOSnvTWDT { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:58rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGAD03ZURKcgUuypb8ATnEuzVntDBpS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:59.3125rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#WhbVT1UqA2EZpoyt3xiByUHFx0LgsKv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:65.0625rem;left:7.875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdC3pPTpD1OkZuPXMx2Z0Opp94qZQel1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:66.375rem;left:7.875rem;height:4.5rem;font-style:normal;display:block; }
#WVzxpav7rPsMd5IuT9eeVn6De2I4T68H { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:74.625rem;left:4.4375rem;height:1.29948125rem;font-style:normal;display:block; }
#pmykPKmlW4Tbny4slL814eDlsv60mbZC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:78.8125rem;left:20.9375rem;display:block; }
#QcIo8HKzgV10m1eHtTkudh8N6M6ePauk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7CXzykuPGVFZ0V3nKhUtc0B3yQwJrK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:67.125rem;left:3.375rem;height:1.94986875rem;display:block; }
#iOG8qxtsGstFf5IyhJT5xhhFJVDKzz49 { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;top:66.375rem;left:2.25rem;display:block; }
#iiAu3MgLM8pD0pyrmA7wfnL3apZEHT68 { box-sizing:content-box;height:3.25rem;width:0.125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-1),1);background-image:none;top:62.875rem;left:3.75rem;display:block; }
#ctKIG7MTqXS7mRzXWUuCU8APZFd5RWcM { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;top:59.3125rem;left:2.25rem;display:block; }
#bhvwDgwgXW2qA8fMFrcBOJdOvVaZqFTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:60rem;left:3.375rem;height:1.94986875rem;display:block; }
#EGWVnv8DslXsbmXz4oRO5nf6y2st8AZg { box-sizing:content-box;height:3.25rem;width:0.125rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-primary-1),1);background-image:none;top:55.75rem;left:3.75rem;display:block; }
#Sa2OhonVGdu1XBHk83eXUAAHc84gwCuK { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:53rem;left:3.375rem;height:1.94986875rem;display:block; }
#Kdtp3fIqAo72O1n06ZKd3C2NlTKR1vtS { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:52.25rem;left:2.25rem;display:block; }
#hEVA5776TZVC7FlHEV7Tx0fQ9eT5FShM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.424480438233rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#dZzXo0cIRz395eQ4Z5ItiqpNKZZHJZyu { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.25rem;left:9.375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Mp6xygTxa0fMlTWNcpvTuU0zfnWA5LsC { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.304036617279rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nS2og4pOwn1OITLf3dhf4EVAlrmbiax5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.5625rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#ZQDZ8oAN5vZ93el3lPXyAZnlrNsKZxGX { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.3125rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kbSPDKQh04HfbeP9TLd6L3LZ5z8S7wIS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:35.625rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#Xm293zTQi3EL8okyd6vX7ykOpeqpePiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.7421875rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AfkTHbqKMDct3SXCF7G8yZGzG8uaZ51w { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:44rem;left:7.7916679382325rem;height:0;font-style:normal;display:none; }
#rg2a7MH2xPRMATxSTt44FEcriizInvC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:51.1171875rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nq1c2Ci8ITznskBrqwQ0prm6ZCuSNyN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:52.375rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#TGMTW1tq25AweUGFsTKgl7D73wsFvZUg { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:58.1796875rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sdnbw4g6rLXL6rERZdnTAIbdvuDIh4JT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:59.4375rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#dBbLIWfn5adrUtiv8KBVRWTMTOGNspSP { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:65.2421875rem;left:7.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xOO6RScC8QsZcpFx0zFDLgq7yQNmfV1N { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:66.5rem;left:7.9375rem;height:0;font-style:normal;display:none; }
#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k { position:relative;display:none; }#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k { border-width: 0; border-radius: 0; }#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uiXqcedumkcizpNxbPWK0m49ks9DFOUd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:78.8125rem;left:20.9375rem;display:none; }
#E9yK5exmZwAS20lz5n6iDpulkyAV7SFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8L65PTrIk1NSQTQMvAVRiXRTHazo4J2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:74.75rem;left:4.65625rem;height:0;font-style:normal;display:none; }
#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { position:relative;display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { background-color: transparent; background-image: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container > .video-iframe-container { display: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row > .video-iframe-container { display: none; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .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); }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { border-width: 0; border-radius: 0; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { color:rgba(var(--color-primary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.17578125rem;left:19.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#mPQG2ULNvfST7dNXEvHi2PKw7yXoyNqw { position:absolute;display:block;z-index:15004;height:5.9375rem;width:6.875rem;top:2rem;left:0.72916793823244rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #agoTcKT8f36cTRvbN8Fx0esIs524kfiq { display:none; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dv4IqdeiEfk6viqn1uTQIQmx33vsbkBz { top:1.4375rem;left:14.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQF1nKvPKc2C37m2tC8dHU7tDLh10eza { top:1.4375rem;left:3.90625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOCxVZs81xcdH1QwkqibSlEEnUnoUEb { top:1.1875rem;left:6.09375rem;width:7.625rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { top:2.75rem;left:2.6250005960464rem;width:7.9375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { width:42.875rem;height:5.8125rem;top:13.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { top:6.5rem;left:0rem;width:20.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { width:35.1875rem;height:2.875rem;top:19.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { top:0.8125rem;left:3.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { top:0.5625rem;left:5.46875rem;width:7.625rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { top:0.8125rem;left:14.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { top:0.5625rem;left:16.3125rem;width:14.8125rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:17.5rem;height:3.625rem;top:25.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { top:31.375rem;left:0rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { top:32.4375rem;left:7.59375rem;width:12.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { top:7.875rem;left:0rem;width:17.625rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayWc6fh7LLU2C33n4q1plr5wlozow8Su { top:1.3125rem;left:45.5625rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KizKbEdqE0uxGH1F63ZZcWQoEwyHEKlH { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { top:13.1875rem;left:12.6875rem;width:35.0625rem;height:10.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { top:6.25rem;left:12.125rem;width:35.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { top:31.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { top:31.3125rem;left:3.8125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { top:33.1875rem;left:3.9375rem;width:18.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { top:33.1875rem;left:27.5625rem;width:20.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { top:31.375rem;left:24.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { top:31.3125rem;left:31.3125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { top:43.9375rem;left:27.5625rem;width:20.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { top:41.75rem;left:24.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { top:43.9375rem;left:3.9375rem;width:19.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { top:41.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { top:42.0625rem;left:3.9375rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { top:42.0625rem;left:31.3125rem;width:16.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { top:4.375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { top:11rem;left:0rem;width:17.3125rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWezgGwidAyQf5I7RvGA5pU2kzVVFLzD { width:17.5rem;height:3.625rem;top:52.125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPFQEmz1npHhgTAhUQEAfKoDoGwzBX2 { display:block; }
 }@media only screen and (max-width: 763px) { #A9XNNk9ahw5X5T1J5Un5HDmK5A42tnL3 { width:17.5rem;height:3.625rem;top:52.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0XR8muzOb4RpltQ0XGylrbDFPyNgXg { display:block; }
 }@media only screen and (max-width: 763px) { #fgn5xFP8ivThcwt2arrcGkiS1vdfUgIQ { top:4rem;left:0rem;width:19.5625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { top:11.125rem;left:0rem;width:22.4375rem;height:18rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { top:7.5rem;left:0rem;width:24.5625rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { top:4.375rem;left:0rem;width:29.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { top:0.5625rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { top:27.875rem;left:32.5625rem;width:15.1875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { top:5.25rem;left:0rem;width:17.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { top:1.5625rem;left:0rem;width:47.75rem;height:31.699096385542rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pFadtfgd1sunnxTMl9bgGxzSHqra82 { width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { top:53.5625rem;left:27.9375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { top:53.5625rem;left:6.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { top:33.875rem;left:32.6875rem;width:13.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { top:33.875rem;left:17.0625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { top:33.875rem;left:1.4375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { top:19.8125rem;left:32.625rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { top:19.8125rem;left:17rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { top:6.9375rem;left:4.5rem;width:40.25rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { top:19.8125rem;left:1.375rem;width:13.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { top:30rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { top:30rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { top:30rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { top:44.1875rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { top:44.1875rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { top:44.1875rem;left:33.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { top:63.875rem;left:6.6875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { top:63.9375rem;left:27.8125rem;width:14rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { top:3.375rem;left:0rem;width:47.75rem;height:73.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { top:10.9375rem;left:3.46875rem;width:40.8125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { top:49.3125rem;left:6.0625rem;width:13.5625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { top:49.3125rem;left:25.1875rem;width:18.625rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:17.5rem;height:3.625rem;top:69.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { top:3.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { top:23.3125rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { top:23.1875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { top:34.8125rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { top:34.8125rem;left:17.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { top:7.8125rem;left:3.78125rem;width:40.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { top:11.6875rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { top:11.6875rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { top:7.125rem;left:0rem;width:16.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { width:40rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { top:11.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { top:11.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { top:11.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { top:23.25rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { top:23.25rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { top:23.25rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { top:34.75rem;left:2.1875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { top:34.75rem;left:17.979167938233rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkGGxdnSTZkThWVo5vVk83B650Syd0z { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { top:34.75rem;left:33.4375rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { width:17.5rem;height:auto;top:3.5rem;left:27.75rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { width:17.5rem;height:auto;top:3.5rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dHH9p4WkJLDKApGLRxIeWiOFrqQLVg3x {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #V2JyI6vhsaGUR10sA95ZEp3xrP8TMLE9 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #e9A5kb4X93VLRIou30QJoXJKa3kIvZJl {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n {  }
 }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { top:16.375rem;left:0rem;width:33.6875rem;height:13.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { top:12.125rem;left:0rem;width:28rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { top:8.6875rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { top:1.8125rem;left:0rem;width:14.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { top:7.0625rem;left:0rem;width:16.625rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { width:40rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { top:-0.0625rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUalhlWOFFeg91xvnCo2PdCdksKIOvH { display:block; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHRnU04m5ApkD4NFtQ2zotzil2PJuCga { top:8rem;left:16rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbN2aQcxxa3PFWu6vbSB1res0m3bLyNM { top:8rem;left:22.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFk3JKKsB42fHfxei6mXI7HmJF5WEtFG { top:8rem;left:28.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ90UWuG36hyAMtIZVrFFDWrBOaneJyE { top:3.125rem;left:8.25rem;width:31.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF7a30un0E5MsPZ3qEiHAWsXG35ATksy { top:10rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRet6O7QfSanQxaltZuJvBvmd9s3357b { top:14.3125rem;left:8.21875rem;width:31.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqaozgd6aULh27Wi2REGd6VwNVyDUT2V { top:19.25rem;left:9.4166679382325rem;width:3.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qtEg2Dl6DJQZ8wFWqup8kAluNEPixF { top:18.8125rem;left:13.84375rem;width:23.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItg9wiimMoS7m8zBnFXmxz7cMy7HHXw { top:2.5rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI3PsbI6hGBpGGTL9HTJAuDmGOxz5upZ { top:7.4375rem;left:13.84375rem;width:23.75rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf { display:none; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pisUkwBKvzSDN0SDcgSBvkEuZdDfxl5o { top:1.5rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPzuVV60RsNDaKquNGttmwxpZGciwS3G { top:10.375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQShy7BnEvl8rKaGodMI88N3Wl0zJ4lg { top:15.625rem;left:0rem;width:34.4375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyUolKRRadbhNuHpOJIv4D55TNbUWcLi { display:block; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgzHWx55oZcrstor256cVloIcEUeTbTA { top:4.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L31pkNNTJomyLHTrcglpBJAWIGpyE5qI { top:10.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPwtTMQwJSsOL0TX5PITPzbH7JBivGpM { top:16.5rem;left:0rem;width:34.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEcbfBQWhVkZA6eL1O9kbErJMEqkHt3P { top:20rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw2cKFaBe0LeXzTL0PtAT4fFaDkT2Xze { top:21.3125rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D16y5evKN716CWr6e6nPDIwp6O7MzpSW { top:21.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknooTqsJWHw9tbamDKnRAPXiFD2dhi4 { top:22rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRECDFAmqJCVJHwCcTnvSb9x7zo73Vuo { top:24.9375rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfsdgXPXbsRl5R3zzuNCVb9aGVf5FR3O { top:27.125rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag3oXa30Ksfbewa5dPenDpkId0MtWHHh { top:28.4375rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caAhy9UiPzFIA377UIm8w9Wx1DN66GMV { top:28.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiPVurvXJFb2X4QipsNoxB5vsU5ByJfw { top:29.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IggD84Mtm1S8XdDLdZmPO0VTtgWTCs { top:32.125rem;left:0rem;width:0.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb2E25rDaXvOrp73og06RtqOlLvtnRMK { top:34.1875rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucm03xcfFospsOTHSJMzttCpT2yxNMzi { top:35.5rem;left:1.75rem;width:28.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uscHZh1KJpUB0T6RHLIqE1glP0Al68Ji { top:35.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnRGpZep0tA4k5cMWFc5a1BuRoG3vpv { top:36.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QikPhcPzKEgkwcz0CgXmDCDtTU0Qy9 { top:39.125rem;left:0rem;width:0.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgqOQOFf8qJPdy0yJqAmB1eyETd1Bzag { top:42.5625rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzPLeXx5qV6wMpCOXryiCdMTTyJvnxeS { top:16.5rem;left:29.5625rem;width:18.1875rem;height:53.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHAkTlOQHmpwRloiny1wmTRZ7DGi5VXZ { top:43.875rem;left:1.75rem;width:28.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtvhz1B5nUsp3DKWqNTSRkB7NEPPrLFP { top:43.875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyX21U72W61Z7FKrZ6KdXsox1hhnhuP { top:44.5rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTPbrrwVd1IrTd3hXmAXJZOwSku7Cwn5 { top:47.5rem;left:0rem;width:0.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSbQefzo8V7Zw5GlkuVTNOcOdtmPi9k { top:50.9375rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyVOJnziMw6OJgBcd6JlmcdQ8JFOr1Lg { top:52.25rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDgs85ZTx2CcQtRkvTwTniTTOSnvTWDT { top:58rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGAD03ZURKcgUuypb8ATnEuzVntDBpS5 { top:59.3125rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbVT1UqA2EZpoyt3xiByUHFx0LgsKv3 { top:65.0625rem;left:1.75rem;width:31rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdC3pPTpD1OkZuPXMx2Z0Opp94qZQel1 { top:66.375rem;left:1.75rem;width:30.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzxpav7rPsMd5IuT9eeVn6De2I4T68H { top:74.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmykPKmlW4Tbny4slL814eDlsv60mbZC { width:17.5rem;height:3.625rem;top:78.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIo8HKzgV10m1eHtTkudh8N6M6ePauk { display:block; }
 }@media only screen and (max-width: 763px) { #d7CXzykuPGVFZ0V3nKhUtc0B3yQwJrK7 { top:67.125rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOG8qxtsGstFf5IyhJT5xhhFJVDKzz49 { top:66.375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiAu3MgLM8pD0pyrmA7wfnL3apZEHT68 { top:62.875rem;left:0rem;width:0.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctKIG7MTqXS7mRzXWUuCU8APZFd5RWcM { top:59.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhvwDgwgXW2qA8fMFrcBOJdOvVaZqFTJ { top:60rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGWVnv8DslXsbmXz4oRO5nf6y2st8AZg { top:55.75rem;left:0rem;width:0.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2OhonVGdu1XBHk83eXUAAHc84gwCuK { top:53rem;left:0rem;width:1.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdtp3fIqAo72O1n06ZKd3C2NlTKR1vtS { top:52.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVA5776TZVC7FlHEV7Tx0fQ9eT5FShM { top:24.625rem;left:0rem;width:20rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZzXo0cIRz395eQ4Z5ItiqpNKZZHJZyu { top:18.25rem;left:3.25rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mp6xygTxa0fMlTWNcpvTuU0zfnWA5LsC { top:27.25rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS2og4pOwn1OITLf3dhf4EVAlrmbiax5 { top:28.5625rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQDZ8oAN5vZ93el3lPXyAZnlrNsKZxGX { top:34.3125rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbSPDKQh04HfbeP9TLd6L3LZ5z8S7wIS { top:35.625rem;left:1.8125rem;width:28.9375rem;height:6rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xm293zTQi3EL8okyd6vX7ykOpeqpePiZ { top:42.6875rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfkTHbqKMDct3SXCF7G8yZGzG8uaZ51w { top:44rem;left:1.6666679382324rem;width:28.6875rem;height:6rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rg2a7MH2xPRMATxSTt44FEcriizInvC4 { top:51.0625rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq1c2Ci8ITznskBrqwQ0prm6ZCuSNyN9 { top:52.375rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGMTW1tq25AweUGFsTKgl7D73wsFvZUg { top:98.8125rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdnbw4g6rLXL6rERZdnTAIbdvuDIh4JT { top:59.4375rem;left:1.8125rem;width:30.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBbLIWfn5adrUtiv8KBVRWTMTOGNspSP { top:65.1875rem;left:1.8125rem;width:31rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOO6RScC8QsZcpFx0zFDLgq7yQNmfV1N { top:78.375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k { display:none; }#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uiXqcedumkcizpNxbPWK0m49ks9DFOUd { width:17.5rem;height:3.625rem;top:78.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yK5exmZwAS20lz5n6iDpulkyAV7SFI { display:block; }
 }@media only screen and (max-width: 763px) { #G8L65PTrIk1NSQTQMvAVRiXRTHazo4J2 { top:74.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { top:4.125rem;left:13rem;width:21.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQG2ULNvfST7dNXEvHi2PKw7yXoyNqw { top:2rem;left:0rem;width:6.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #agoTcKT8f36cTRvbN8Fx0esIs524kfiq { background-color:#002349;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container { background-color: transparent; background-image: none; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container > .video-iframe-container { display: none; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row > .video-iframe-container { display: none; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .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); }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container { border-width: 0; border-radius: 0; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agoTcKT8f36cTRvbN8Fx0esIs524kfiq > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dv4IqdeiEfk6viqn1uTQIQmx33vsbkBz { width:1.5625rem;height:1.5625rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQF1nKvPKc2C37m2tC8dHU7tDLh10eza { width:1.5625rem;height:1.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOCxVZs81xcdH1QwkqibSlEEnUnoUEb { width:7.625rem;height:2.699225rem;top:0.994140625rem;left:1.7916666269302rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R4FrArRs8bWseCc0ewBgm15hUN4zA3sT { width:7.9375rem;height:2.699225rem;top:0.994140625rem;left:10.312500596046rem;font-size:0.75rem;z-index:15009;line-height:1.8;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c31bbb3-8d8d-44f3-85bd-54a23155aa5d/wykoczenia_pod_klucz_bgm3.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.adaptive-delivery-prevent-bg, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyload, #cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6.lazyloading { background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { background-color: transparent; background-image: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row > .video-iframe-container { display: none; }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .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); }#cMHyFy05Vl7CQ3oi0Fz74NX9fe1TnGB6 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wv6Sv1PrOqDvb1AkTBMGX6l5CpEOa21i { width:14.9375rem;height:0;top:10.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SIXfscc6EsbCzLGhNbZgCf7qVWk57sxX { width:13.375rem;height:2.8125rem;top:4.103515625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V10aiFBDuId7Om1gTCX5kl8b7CLFF9z7 { width:13.5rem;height:0;top:15.879557609558rem;left:0.03125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WpI7KRHJyTBWumn0yhVEwf3Xqdi7kvNT { width:1.375rem;height:1.375rem;top:3rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNZ1MP5VTTxBsc7VUqTycbDKiO0LxbOC { width:5.625rem;height:2.699225rem;top:2.875rem;left:1.4375001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaalhmEWbdfXkbCHT04wA9TNTpI761Q1 { width:1.375rem;height:1.375rem;top:3rem;left:7.3750005960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #dg8x9UWnlUSeIK6hxmATHKvyrG4IizIy { width:7.9375rem;height:0;top:2.75rem;left:8.7500005960463rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #acvvO5fX7tR4LBpFhP6uUR4G278WMGi2 { width:13.75rem;height:3.125rem;top:22.820963859558rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDPyULExDD1zQc2COuz4IxpKXKGGe62 { display:block; }
 }@media only screen and (max-width: 763px) { #mxKubDnrzaW4XpwNnC8HibQ0BPVVhrUh { width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNc1XF6kHuzV7etA7uH9kKRwlgZC5Tgz { display:block; }
 }@media only screen and (max-width: 763px) { #OFpvfLOVJmdTdreX75gDrnseT9iTVpDy { width:2.1875rem;height:2.1875rem;top:0rem;left:2.3750001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQVPe2h17BF31NbNz9W4fCc9REoAgAO { display:block; }
 }@media only screen and (max-width: 763px) { #r9F2osH0NqZG0BrHaQy8od7TdnD4gcSG { width:2.1875rem;height:2.1875rem;top:0rem;left:4.7500001192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOxuyfkTuVMdIHBXgEEuuXAyaWzVThs { display:block; }
 }@media only screen and (max-width: 763px) { #a3nFNE5VWMLEux2kM02XNUDODUQSR2Oc { width:6.5625rem;height:3.875rem;top:34.133463859558rem;left:0.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XGOJcD9mUUdLCmg7ZmQMbo601uzvTlUT { width:12rem;height:2.6875rem;top:29.320963859558rem;left:0.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRlr6mck9pFsdkVTEeWz3rykGM5JvoN3 { top:9.125rem;left:0rem;width:17.625rem;height:11.25rem;z-index:15016;font-size:1.5rem;font-family:"lato black";color:#0098ce;line-height:1.5;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; }
 }@media only screen and (max-width: 763px) { #ayWc6fh7LLU2C33n4q1plr5wlozow8Su { width:2.0625rem;height:1.25rem;top:0.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KizKbEdqE0uxGH1F63ZZcWQoEwyHEKlH { width:2.1875rem;height:1.25rem;top:0.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB { display:block; }#X7GmA50uLkB6CzRpBZcab1VDaU5kDvxB > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTaSiA2QQLCGAuoNkM65cu7bSgs6QuX { width:14.1875rem;height:10.3125rem;top:8.07421875rem;left:5.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vAU4KvEuJ1yMZlwuHODqfRNeVFTX3VGw { width:17.75rem;height:3.8997375rem;top:3.666015625rem;left:1.3125001192093rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #N4eWaIJCrSCo3Km0CvWps3ACpAk4uRzc { width:3.125rem;height:3.125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2kUViy87ID0eyXLnU8vNRT5M7NHJ9c { width:12.1875rem;height:1.3125rem;top:28.9375rem;left:3.5000001192093rem;font-size:0.875rem;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; }
 }@media only screen and (max-width: 763px) { #erK0Jl5hNF3KlTM9SvIevZCpPiu5FLe4 { width:15.5625rem;height:3.9375rem;top:30.125rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xep2zKzFewhzTx4HStlKaq2p416T2oMa { width:16.5625rem;height:5.25rem;top:36.375rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BndPZ4IiZWkpLm5etB28pONBxJTIe1Pu { width:3.125rem;height:3.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzWeb5XShnM0S3oE3FFRq81QTMVrlFk3 { width:13.875rem;height:1.3125rem;top:35.125rem;left:3.5000001192093rem;font-size:0.875rem;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; }
 }@media only screen and (max-width: 763px) { #cAr2OZ0xbqkUP3TFbRkkQT7zhCc2TUPG { width:15.5rem;height:1.3125rem;top:47.875rem;left:3.5625001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTN9ZysP2SshthQAINTumBEeiFm6BQ9R { width:3.125rem;height:3.125rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sV1tGsG7LoHqhnKZ03HIvCllbUEoS { width:16.375rem;height:2.625rem;top:42.625rem;left:3.5000001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJro9mmQQ6wR2x1XEpMAHN9JITlMRce8 { width:3.125rem;height:3.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdOWhfBFJSxCQabspSSpJCTPXkvXKio { width:11.75rem;height:1.3125rem;top:41.4375rem;left:3.5625001192093rem;font-size:0.875rem;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; }
 }@media only screen and (max-width: 763px) { #pUHLlgOTR4zi8Jnfw5we8MfuDMoDOrKc { width:10.4375rem;height:1.3125rem;top:46.6875rem;left:3.6250001192093rem;font-size:0.875rem;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; }
 }@media only screen and (max-width: 763px) { #K1nzyO7mgpb43KTTT1gMrGGgezE6GyWG { width:20rem;height:16.25rem;top:9.76171875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRytm8fTqe3oRPIC12v4UB0cMZPxsBfi { width:17.3125rem;height:11.8125rem;top:11.0234375rem;left:1.3125001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWezgGwidAyQf5I7RvGA5pU2kzVVFLzD { width:12.5rem;height:2.5rem;top:59.625rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUPFQEmz1npHhgTAhUQEAfKoDoGwzBX2 { display:block; }
 }@media only screen and (max-width: 763px) { #A9XNNk9ahw5X5T1J5Un5HDmK5A42tnL3 { width:12.5rem;height:2.5rem;top:54.4375rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0XR8muzOb4RpltQ0XGylrbDFPyNgXg { display:block; }
 }@media only screen and (max-width: 763px) { #fgn5xFP8ivThcwt2arrcGkiS1vdfUgIQ { width:19.5625rem;height:22.1875rem;top:4rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { display:block; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { background-color: transparent; background-image: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row > .video-iframe-container { display: none; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .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); }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn { border-width: 0; border-radius: 0; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IivlMhEN2Ppw9hLvbFtquOy5BKpO3TVn > .row .container { width:20rem;height:37.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaTNmTUufxxAp4d01V5GgpJp2fU9hJO { width:17.9375rem;height:10.3125rem;top:6.125rem;left:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmKEXE14ypTUg5hXrNRW7R3CzPVCIkI9 { width:16.375rem;height:1.94986875rem;top:3.5rem;left:1.2500001192093rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #mRvbPpyQXhL87FlsTuXG9t6msx5tHZme { width:20rem;height:19.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQ81CKs1S2mXlGn0BqX5HA4EHvx1HmX { width:20rem;height:13.3125rem;top:15.6875rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oup7DzLdW12tR0XvlUDoHHE4n3boAErS { width:4.9375rem;height:3.6875rem;top:15.854166984558rem;left:7.5312505960462rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkIGPiTPyMTTpgrXCu0arGAmrShWmTzl { width:17.5625rem;height:7.875rem;top:7.125rem;left:1.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGvnv8C5DcTVgFQKVTylRPAEBCEh44XB { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #kgu9Z7hcEVeNQd5PqLrvtkVXeFuBAMmm { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #hrhgKpmryJzBpiQlqDSrgW6M2BZa1IXh { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ClPKxB0NIq2ykcpN2kz5Za2bp6GnpemX { width:20rem;height:13.277108433735rem;top:1.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #m6pFadtfgd1sunnxTMl9bgGxzSHqra82 { top:19.5625rem;left:0rem;width:20rem;height:13.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc93e9c6-9dbd-4d4e-82de-7c35ed7f3138/excellentlazienkawiz135_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.adaptive-delivery-prevent-bg, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyload, #tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC.lazyloading { background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { background-color: transparent; background-image: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row > .video-iframe-container { display: none; }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .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); }#tTeSnMg9mUJthUN0Io6W5bA3QAwmhGVC > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuaNBWfTwhpWwpqwGPe21szNPfEQNyyO { width:6.875rem;height:4.8125rem;top:54.375rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yskvTh1PK936J5t88AqUtzVK2SPnaToB { width:6.875rem;height:4.8125rem;top:43.0625rem;left:6.5625001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBg3Mwr148mumZ52L4MxyrtPDm5yvhxZ { width:16.125rem;height:11.5rem;top:69.3515625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdN98mqk4Tl4W60z5M3lXQOs20tPLLJJ { width:16.125rem;height:11.375rem;top:54.2265625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Z6E2mPaHkCUh5N7LmyNNwtX7ZMmfLo { width:16.125rem;height:11.375rem;top:39.1015625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDpUeMJuTfEUUU5eJPMpXpixF1lel5SX { width:16.125rem;height:11.375rem;top:23.9765625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0uoF2GU4rWlJXThR6Wv3cDGc8P2khB { width:16.0625rem;height:11.3125rem;top:8.9147119522094rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZa8St6lhHwdd49QMZtofd9ewypEWzxf { width:15.3125rem;height:3.8997375rem;top:3.2037763595581rem;left:2.3437501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #STK2Pw9vIEDqlOWv3s6XM5mLfVfxL9sT { width:16.125rem;height:11.375rem;top:84.6015625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPDNwxttlFxQmvnkOA8vlClBN5dKUKC { width:12.0625rem;height:1.13736875rem;top:96.6015625rem;left:3.9687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMbvbG5JpW9SRtvAuVnagFDh84w0S0Qm { width:11.75rem;height:1.13736875rem;top:20.8515625rem;left:4.1250001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR9uo1iUDXzsg5Eczof2Dd8gCsnBhZKI { width:10.5625rem;height:1.13736875rem;top:35.9765625rem;left:4.7187501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuW5QRnxdiZ94yWpHHfxmRmSGvbcl6 { width:9.8125rem;height:1.13736875rem;top:51.1015625rem;left:5.0937501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsLTaDf3adVkweNdqBFhbPQU3vFVkqf3 { width:10.625rem;height:1.13736875rem;top:66.2265625rem;left:4.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZunKcT6wnGeStqlxx022XoSnteSNs1L { width:10.875rem;height:1.13736875rem;top:81.4765625rem;left:4.5625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFXv7ThtCNiUL5XlbuTxreka4fEMeapW { width:7.625rem;height:0;top:48.5rem;left:6.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTVFoLFP7rVFBy2q5AUZLCSZUOGRCIs6 { width:9.625rem;height:0;top:59.8125rem;left:5.1875001192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfr5y3BJKm5h71IKeuaGM5xZUzbzIbr6 { width:20rem;height:90.25rem;top:2.224609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXGMBSMLLQqqPPkTszmWWSKsDoToPIxd { width:17.3125rem;height:0;top:8.224609375rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MqVGzUOewt96xdknJkm5wvxtpuhpq5MT { width:6.875rem;height:0;top:40.25rem;left:6.5625001192094rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWolFgWfKT3IKfxmEMddBxmnRUSJtsN7 { width:12.9375rem;height:0;top:51.5625rem;left:3.5312501192093rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJ4eWBuO4TVaIVPgFcPSTdd7ZZgJZd80 { width:12.5rem;height:2.5rem;top:100.25rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIlgpfBpLBqazk5CDhhUvwTIRquAdua { display:block; }
 }@media only screen and (max-width: 763px) { #LOTwSUfr710qaTpMgHB3eyTTJI072ro2 { display:block; }#LOTwSUfr710qaTpMgHB3eyTTJI072ro2 > .row .container { width:20rem;height:134.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfU7Hl90fMLVzLRhKg4CdMeMUq3DQbbo { width:20rem;height:3.8997375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9xhmDa7T1A7lFQsFPug0Xlg3vaId6SR { width:16.125rem;height:10.75rem;top:49.5625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mreSLWvhT8Gr3fGCkNxpX0rRO0Kl1Z4P { width:16.125rem;height:10.75rem;top:99.78125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxzqQGJ9pKhfWEro5E4RbrWFgNqCQdH { width:16.125rem;height:10.75rem;top:61.90625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lMdpkp6IJ5TkDrgwk49v97VxeOo7og { width:16.125rem;height:10.75rem;top:87.15625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hIOreNfuCGJNnOfdelKzoLx3F6JWUe { width:16.125rem;height:10.75rem;top:112.40625rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWe0KhEc8xgvFbMJIx3g64n3BeMnf1tM { width:16.125rem;height:10.75rem;top:74.53125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1PETq4G17J0pHl7Jc2h2iciaSq9QFkH { width:14.5rem;height:3.8997375rem;top:2.375rem;left:2.6250001192093rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #WuVmiKouNA2xPuhxPZLDuIM3FxtA7ZJm { width:20rem;height:2.25rem;top:122.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GRvv7WKTquOrZ2SBwHFqvni6i4MGHgJc { width:16.125rem;height:10.75rem;top:11.6875rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QHEihTKHNBDmhOTd3VvFRrV6NuXcQw { width:16.125rem;height:10.75rem;top:24.3125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTTmOTakG3Dyx4VrOf3PIkWpeUgtUg5 { width:16.125rem;height:10.75rem;top:36.9375rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds1W3kURNc2Rru26CfeMeJnmpmF2faXA { width:16.625rem;height:2.625rem;top:7.125rem;left:1.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvZMmmHqsAcurywDqfa4aT65bXuzVMUP { top:125.125rem;left:0rem;width:20rem;height:9.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHmsHdhfHXugGi40X8VqA0STff69gkEq { width:13.625rem;height:9.0625rem;top:135.875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuA4kHUrBLlakvicg8n8z1uDgPF52fx9 { width:13.625rem;height:9.0625rem;top:146.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzC7mSpPhE2WJ9t9USKcFulIaTPEzNA7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKuAf5DK1BnFilEnfEMdL7qpvks6REKZ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoDJNT81kIAcPWqtXKKOWpSMyS3xRMLP { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BreH2z9LJfsGsmT44BWTqx5fxNIbCPGz { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGnszF3xukocqMdONKbAzVO2plJosVG7 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pVQf2wDrsIhoMitnBfiA1vbmaBgAJm { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT7wFRqhRbT3MnL7eNTV06QJ8Tn3XFLp { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsgBDla89OXEJMUpOim6Hd1WVOHqvgAB { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzyCuBbn1OXIcc8MEBWGLEftITg91Q62 { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJc26qdxACNd7DaXArtL7uSG62uRIeWJ { width:13.625rem;height:9.0625rem;top:11.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcuaUE8ofd2V4LEX21oiFywCm7KKnJGJ { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrTQzc9vMmkToF3fvWof0GzrGbL9NA5B { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Os6BXWQcH1tTLG7S1wva8NkXhdcFdm5F { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Slcq9Hho12Fhi9lzSaOqmo0vKQhnTZhG { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmAONibrgItCy9cFOwIq1dZT0audcMa0 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL2OhfnTt89QnERwHKfLFhJPTBGe8TMa { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqJXKlVxRGFmSGnETK1lqe9JRKXr1Ong { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8gLNG2k5EBwUiaN5O3aG1sNyExCPcvn { width:13.625rem;height:9.0625rem;top:135.99935436249rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #suSMXSfDVxIl6PImasBWhuMT7mxT2Ppf { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9FAU5Wtb8z8Ap4oFeeJaPEe3bw28FN1 { width:13.625rem;height:9.0625rem;top:23.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnpepTHIqi7SxxlHeewAQK4TzeBX6sMh { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZUpu6Uk3v2espTeG5M83U3dCxi4v5Ed { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRKTGpbPWsz2gtFbo1CB55lA38c9xCpT { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq5v192IB3zMNHF43s16h3nx0yohk2Gw { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJifrkMixEJAP9nwlPqLX908rzkPT9rr { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHS1NmFmJrKncC9tOlLmIImnk1DBPvaB { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbkGGxdnSTZkThWVo5vVk83B650Syd0z { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBsCZu2BT9fwGR13l78mRl9twg1tdtJT { width:13.625rem;height:9.0625rem;top:34.75rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -moz-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -ms-linear-gradient(180deg, #e9f2f8, #ffffff);background-image: -o-linear-gradient(180deg, #e9f2f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e9f2f8, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { background-color: transparent; background-image: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { display: none; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .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); }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { border-width: 0; border-radius: 0; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4c6t7xtUVxzf92Mbv1DZ0JWdmvr4kaV > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:lato;font-weight:700;font-style:normal;font-size:1rem;overflow:hidden;height:auto; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-text {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato;color:#002349;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-weight:400;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-select {padding-top: 0; padding-bottom: 0;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-moz-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-weight:400;font-style:normal; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R  { width:17.5rem;height:auto;top:16.125rem;left:0rem; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R {display:block;}#hn37osqtTTC13i7UtpxfQ7NOeuro9y0R { width:17.5rem;height:auto;top:16.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #H7AxvQDduGWU9fBGoxZQAxEhhbx6Imkr {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #lgkCNAKTJUaEIFJMTsmeuCpbCn8tSspR { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #VhaV41WWHaWLzTlxg6pQL13hflqxrXEe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #dHH9p4WkJLDKApGLRxIeWiOFrqQLVg3x {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #V2JyI6vhsaGUR10sA95ZEp3xrP8TMLE9 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #e9A5kb4X93VLRIou30QJoXJKa3kIvZJl {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #wCyVELMuXTdpT2BXMtyDtu6v6qXDiThq {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #gZZTHJDqo7m875ziy12UDGDnRvRDUt86 {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Vd1XS3y80XGiTVS3BJoWnC5KrmIpR81B {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #Oyf5nNKxWxbNT0WoMMNBFComSe20e6Xe {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #hSUaTR6EeixmslMBcp7DZosfakO3cl7r { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #ACtVC3UBCXcT34pECmmLCIhNVLds0yxa {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #aUA5x2yuqevLTs8INu8tbzJFfkJXwx0t {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mR0h5THdTKpUUfxAba8MiEoK9q74zlPP { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #mcVqlLNuFI6DS09nCtawr9mBIT98VQQI {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #EbOz5CzPLtV0xvG6z75Ctm0732pZB9Zd {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #IVbCzpT5RJHc6XQdbJnpxhJ1r0RH4ChM { display:block; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #NFN3rloPJPXKiXIDvl9LTQefMQiRLiND {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #oLz7b7oP30wMDbBm6zO0VIX8MLpAVRod {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #JA1bhJPAAA52epMG1FxvCuJW0XJawccs { z-index:2; }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #D2nGqrsnnwo8TDJDnsNesd0OkLVwTA1h {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #J9cyOZ5dB9TNRGm2yqWv9tqrmgsiWN2J {  }
 }@media only screen and (max-width: 763px) { #hn37osqtTTC13i7UtpxfQ7NOeuro9y0R #x5pcHM7rlAQZnUUlgMKKyNpQ82XlPK5n {  }
 }@media only screen and (max-width: 763px) { #qbifPrVSZiz7KUiVkZmbwHPfhPHw1IMK { width:18.25rem;height:6.5625rem;top:5.5625rem;left:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrcSNb1v85OnPLHs2z8I35E22WfVTw3V { width:17rem;height:1.94986875rem;top:4.125rem;left:1.8750001192093rem;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #c1aLSis6B7OV1PJMzCTFLOrTpWCVHiBp { width:20rem;height:17.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTTEmCmqxKOf8eeGMN6TVkJpCpmu9goQ { width:11.9375rem;height:8.1875rem;top:0.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ2TzCylC1GwUoflqV3oLTxQ1aT8DuoD { width:16.625rem;height:6.5625rem;top:7.123046875rem;left:1.8125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #runonORTECm8TNf2dDhKIhRVRLNExdo2 { top:0rem;left:0rem;width:20rem;height:4.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM { display:block; }#oG1yZoO8V4ukugDK8f43AMOxu4IWIzJM > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1G0S0T7fG5yEqqaT3ZNCG9e3THprWQf { width:20rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUalhlWOFFeg91xvnCo2PdCdksKIOvH { display:block; }#wRUalhlWOFFeg91xvnCo2PdCdksKIOvH > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHRnU04m5ApkD4NFtQ2zotzil2PJuCga { width:3.125rem;height:3.125rem;top:8.9375rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbN2aQcxxa3PFWu6vbSB1res0m3bLyNM { width:3.125rem;height:3.125rem;top:8.9375rem;left:8.4375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFk3JKKsB42fHfxei6mXI7HmJF5WEtFG { width:3.125rem;height:3.125rem;top:8.9375rem;left:13.437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ90UWuG36hyAMtIZVrFFDWrBOaneJyE { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:1.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;display:none; }
 }@media only screen and (max-width: 763px) { #IF7a30un0E5MsPZ3qEiHAWsXG35ATksy { width:20rem;height:3.8997375rem;top:2.5625rem;left:0rem;font-size:1.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:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NRet6O7QfSanQxaltZuJvBvmd9s3357b { width:20rem;height:0;top:6.8125rem;left:0rem;font-size:1.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;display:none; }
 }@media only screen and (max-width: 763px) { #hqaozgd6aULh27Wi2REGd6VwNVyDUT2V { width:2.3125rem;height:1.6875rem;top:20.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qtEg2Dl6DJQZ8wFWqup8kAluNEPixF { width:20rem;height:0;top:11.9615875rem;left:0rem;font-size:1.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;display:none; }
 }@media only screen and (max-width: 763px) { #bItg9wiimMoS7m8zBnFXmxz7cMy7HHXw { width:20rem;height:3.8997375rem;top:15.017578125rem;left:0rem;font-size:1.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;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EI3PsbI6hGBpGGTL9HTJAuDmGOxz5upZ { width:15.8125rem;height:1.94986875rem;top:20.4609375rem;left:3.5625001192093rem;font-size:1.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;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf { background-color:#e9f2f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container { background-color: transparent; background-image: none; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container > .video-iframe-container { display: none; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row > .video-iframe-container { display: none; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .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); }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container { border-width: 0; border-radius: 0; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSd4P6Nm3JPqJRUkbw94kJ6c8IT3n9lf > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pisUkwBKvzSDN0SDcgSBvkEuZdDfxl5o { width:20rem;height:7.7995rem;top:3.125rem;left:0rem;font-size:1.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;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xPzuVV60RsNDaKquNGttmwxpZGciwS3G { width:20rem;height:6.5625rem;top:12.174480438233rem;left:0rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dQShy7BnEvl8rKaGodMI88N3Wl0zJ4lg { width:20rem;height:3.25rem;top:21.236980438233rem;left:0rem;font-size:1.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:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cyUolKRRadbhNuHpOJIv4D55TNbUWcLi { display:block; }#cyUolKRRadbhNuHpOJIv4D55TNbUWcLi > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgzHWx55oZcrstor256cVloIcEUeTbTA { width:20rem;height:auto;top:4.4375rem;left:0rem;font-size:1.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;display:none; }
 }@media only screen and (max-width: 763px) { #L31pkNNTJomyLHTrcglpBJAWIGpyE5qI { width:20rem;height:auto;top:10.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPwtTMQwJSsOL0TX5PITPzbH7JBivGpM { width:20rem;height:auto;top:16.5rem;left:0rem;font-size:1.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:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CEcbfBQWhVkZA6eL1O9kbErJMEqkHt3P { width:20rem;height:auto;top:20rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vw2cKFaBe0LeXzTL0PtAT4fFaDkT2Xze { width:20rem;height:auto;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D16y5evKN716CWr6e6nPDIwp6O7MzpSW { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknooTqsJWHw9tbamDKnRAPXiFD2dhi4 { width:1.5rem;height:1.29948125rem;top:1.6875rem;left:9.6250005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRECDFAmqJCVJHwCcTnvSb9x7zo73Vuo { width:0.125rem;height:3.125rem;top:24.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfsdgXPXbsRl5R3zzuNCVb9aGVf5FR3O { width:20rem;height:auto;top:27.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ag3oXa30Ksfbewa5dPenDpkId0MtWHHh { width:20rem;height:auto;top:28.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #caAhy9UiPzFIA377UIm8w9Wx1DN66GMV { width:2.1875rem;height:2.1875rem;top:12.875rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiPVurvXJFb2X4QipsNoxB5vsU5ByJfw { width:1.5rem;height:1.29948125rem;top:13.375rem;left:9.6875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IggD84Mtm1S8XdDLdZmPO0VTtgWTCs { width:0.125rem;height:3rem;top:32.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hb2E25rDaXvOrp73og06RtqOlLvtnRMK { width:20rem;height:auto;top:34.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ucm03xcfFospsOTHSJMzttCpT2yxNMzi { width:20rem;height:auto;top:35.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uscHZh1KJpUB0T6RHLIqE1glP0Al68Ji { width:2.1875rem;height:2.1875rem;top:24.5625rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnRGpZep0tA4k5cMWFc5a1BuRoG3vpv { width:1.5rem;height:1.29948125rem;top:25rem;left:9.6875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QikPhcPzKEgkwcz0CgXmDCDtTU0Qy9 { width:0.125rem;height:4.5rem;top:39.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgqOQOFf8qJPdy0yJqAmB1eyETd1Bzag { width:20rem;height:auto;top:42.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XzPLeXx5qV6wMpCOXryiCdMTTyJvnxeS { width:18.1875rem;height:53.6875rem;top:16.5rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #vHAkTlOQHmpwRloiny1wmTRZ7DGi5VXZ { width:20rem;height:auto;top:43.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rtvhz1B5nUsp3DKWqNTSRkB7NEPPrLFP { width:2.1875rem;height:2.1875rem;top:37.625rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyX21U72W61Z7FKrZ6KdXsox1hhnhuP { width:1.5rem;height:1.29948125rem;top:38.0625rem;left:9.6875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTPbrrwVd1IrTd3hXmAXJZOwSku7Cwn5 { width:0.125rem;height:4.5rem;top:47.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #peSbQefzo8V7Zw5GlkuVTNOcOdtmPi9k { width:20rem;height:auto;top:50.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyVOJnziMw6OJgBcd6JlmcdQ8JFOr1Lg { width:20rem;height:auto;top:52.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDgs85ZTx2CcQtRkvTwTniTTOSnvTWDT { width:20rem;height:auto;top:58rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGAD03ZURKcgUuypb8ATnEuzVntDBpS5 { width:20rem;height:auto;top:59.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhbVT1UqA2EZpoyt3xiByUHFx0LgsKv3 { width:20rem;height:auto;top:65.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdC3pPTpD1OkZuPXMx2Z0Opp94qZQel1 { width:20rem;height:auto;top:66.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVzxpav7rPsMd5IuT9eeVn6De2I4T68H { width:20rem;height:auto;top:74.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmykPKmlW4Tbny4slL814eDlsv60mbZC { width:12.5rem;height:2.5rem;top:114.62500572204rem;left:3.7500001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcIo8HKzgV10m1eHtTkudh8N6M6ePauk { display:block; }
 }@media only screen and (max-width: 763px) { #d7CXzykuPGVFZ0V3nKhUtc0B3yQwJrK7 { width:1.5rem;height:1.29948125rem;top:74.3125rem;left:9.7500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOG8qxtsGstFf5IyhJT5xhhFJVDKzz49 { width:2.1875rem;height:2.1875rem;top:73.8125rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiAu3MgLM8pD0pyrmA7wfnL3apZEHT68 { width:0.125rem;height:3.25rem;top:62.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctKIG7MTqXS7mRzXWUuCU8APZFd5RWcM { width:2.1875rem;height:2.1875rem;top:61rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhvwDgwgXW2qA8fMFrcBOJdOvVaZqFTJ { width:1.5rem;height:1.29948125rem;top:61.5rem;left:9.6875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGWVnv8DslXsbmXz4oRO5nf6y2st8AZg { width:0.125rem;height:3.25rem;top:55.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa2OhonVGdu1XBHk83eXUAAHc84gwCuK { width:1.5rem;height:1.29948125rem;top:49.8125rem;left:9.6875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdtp3fIqAo72O1n06ZKd3C2NlTKR1vtS { width:2.1875rem;height:2.1875rem;top:49.3125rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVA5776TZVC7FlHEV7Tx0fQ9eT5FShM { width:20rem;height:5.25rem;top:5.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dZzXo0cIRz395eQ4Z5ItiqpNKZZHJZyu { width:15.1875rem;height:1.13736875rem;top:4rem;left:2.4375001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Mp6xygTxa0fMlTWNcpvTuU0zfnWA5LsC { width:14.4375rem;height:1.13736875rem;top:15.6875rem;left:2.7812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #nS2og4pOwn1OITLf3dhf4EVAlrmbiax5 { width:20rem;height:5.25rem;top:17.44921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZQDZ8oAN5vZ93el3lPXyAZnlrNsKZxGX { width:20rem;height:1.13736875rem;top:27.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kbSPDKQh04HfbeP9TLd6L3LZ5z8S7wIS { width:20rem;height:6.5625rem;top:29.166687011719rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Xm293zTQi3EL8okyd6vX7ykOpeqpePiZ { width:20rem;height:1.13736875rem;top:40.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #AfkTHbqKMDct3SXCF7G8yZGzG8uaZ51w { width:20rem;height:5.25rem;top:42.19921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rg2a7MH2xPRMATxSTt44FEcriizInvC4 { width:20rem;height:1.13736875rem;top:52.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nq1c2Ci8ITznskBrqwQ0prm6ZCuSNyN9 { width:20rem;height:5.25rem;top:53.88671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TGMTW1tq25AweUGFsTKgl7D73wsFvZUg { width:20rem;height:2.2747375rem;top:63.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #sdnbw4g6rLXL6rERZdnTAIbdvuDIh4JT { width:20rem;height:5.25rem;top:66.711608886719rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dBbLIWfn5adrUtiv8KBVRWTMTOGNspSP { width:20rem;height:1.13736875rem;top:76.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #xOO6RScC8QsZcpFx0zFDLgq7yQNmfV1N { width:20rem;height:5.25rem;top:78.38671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k { display:block; }#BQSBqpuEUTLD2ZrrQTESlM8gDzoO1p5k > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiXqcedumkcizpNxbPWK0m49ks9DFOUd { width:12.5rem;height:2.5rem;top:6.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yK5exmZwAS20lz5n6iDpulkyAV7SFI { display:block; }
 }@media only screen and (max-width: 763px) { #G8L65PTrIk1NSQTQMvAVRiXRTHazo4J2 { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr { display:block; }#Tk5yb9yaAEdvbb75v5QQizurHb29d5Qr > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7OHkJ6yim0OG5pzc4KR6TRoTpOBdEOy { width:20rem;height:2.9238375rem;top:1.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQG2ULNvfST7dNXEvHi2PKw7yXoyNqw { width:3.6875rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }