.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:218,248,253;--color-primary-1:132,232,249;--color-primary-2:9,209,242;--color-primary-3:5,105,121;--color-primary-4:1,31,36;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;top:0rem;left:0rem;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { background-color: transparent; background-image: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .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); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { border-width: 0; border-radius: 0; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#CgB2pT7WswQEPQhRcw1HVB2qokZI3i74 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:1.125rem;left:44.0625rem;display:block; }
#P2xmiiwElUuvO9C8BeMM3kTa6EBKd2DS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:47.5rem;height:2.275rem;display:block; }
#mMDppm8UR6NfiZnTy0ivs28dXompus5Q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:url("https://images.assets-landingi.com/uc/e52e32ff-6d69-4329-95de-fa221025877a/Projektbeztytuu22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ.adaptive-delivery-prevent-bg, #gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ.lazyload, #gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ.lazyloading { background-image: none; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container { background-color: transparent; background-image: none; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container > .video-iframe-container { display: none; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row > .video-iframe-container { display: none; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .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); }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container { border-width: 0; border-radius: 0; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#Pinld4kEinry9nXWSyykKZaRBiIe5Dho { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.3125rem;left:13.311717987061rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vryoAlVyoV3MCdScCrcxSHNFsRzkdzsn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:19.625rem;left:0.875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOLJPZcmuBLk6RQHRt0rNifpgSq6P5gr { background-color:rgba(var(--color-secondary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5rem;height:8.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19rem;left:0.875rem;display:block; }
#fTaFmQoWOzNQBueF7vWRssr6ih8WURlt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { background-color: transparent; background-image: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container > .video-iframe-container { display: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container { display: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .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); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { border-width: 0; border-radius: 0; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5593757629394rem;left:0rem;height:2.13135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk.adaptive-delivery-prevent-bg, #zLfiNdbifJDp53ml2domPTpQ8ecSbNbk.lazyload, #zLfiNdbifJDp53ml2domPTpQ8ecSbNbk.lazyloading { background-image: none; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container { background-color: transparent; background-image: none; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.72); }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container > .video-iframe-container { display: none; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.72); }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row > .video-iframe-container { display: none; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .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); }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container { border-width: 0; border-radius: 0; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:block; }#PBGyRZcJwastpDhIwTrtaMZDJKWPoQw6 { position:absolute;display:block;z-index:15002;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.1796875rem;left:21.717969894409rem;overflow:hidden;display:block; }
#fDlrGXgH5ttZWa7BQUbADRQFX8GpIqAK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:14.5390625rem;left:1.4992179870606rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIlyNuPJhWvhbxT9D6AEwzS4JFZoH9Vk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:14.5390625rem;left:20.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#td84Xdn7aQJa6fqNAvKZFlsatChA0qCk { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:14.5390625rem;left:40.499219894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6P5tpiGwe9IvvyppxGSK4vys4MaekwN { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.8125rem;left:9.6875rem;display:block; }
#LceAtfbDZT6Qvy3KJfb63ll13Pe00Fke { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21rem;left:3.1875rem;height:0.8920875rem;display:block; }
#LXfEi1SwozPiTUPl7vsC7FrIrPGfVlhG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.5rem;height:0.8920875rem;display:block; }
#BtEnR28vUaXacaohTyrJpgOydxJ3XhUc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.0625rem;height:0.8920875rem;display:block; }
#wJivKaVaia1NWC787fxgKHPzK8KcqqJs { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:21.9375rem;left:29.6875rem;display:block; }
#gQdloo62m2BMWVlmc8RTPzagLGrTUx05 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:21.9375rem;left:49.6875rem;display:block; }
#i7VSZEnIEmKxl4Adhi0z21mgCsbUDmJp { position:absolute;display:block;z-index:15003;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.1796875rem;left:2.4656238555908rem;overflow:hidden;display:block; }
#yZhiOVOA0prMxlaRWeLFd12gNz5nepsp { position:absolute;display:block;z-index:15003;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.1796875rem;left:41.717969894409rem;overflow:hidden;display:block; }
#REVCnIipLRRugJdzZ9PWSRys1QKTZQQl { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.1484375rem;left:0.65625rem;display:block; }
#yZuKnISUBa0sy1xrZVayAp3NEhvkQN3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2hiJTIEucs6qsLlJekzs3JQsBfu9fPU { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.1484375rem;left:20.655469894409rem;display:block; }
#qKW6bW65Wa1kAAEFHg9xHvBE9tyweP7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXDhWqk5aUnaTC1H9xFuXQPd3tyXFhTp { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.1484375rem;left:40.655469894409rem;display:block; }
#B8uLKsh37tIBmn0nSLDhzcmIvtaJw9er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQ866SrBaQXCJgumECq0knZZ62ohtyxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21rem;left:3.1875rem;height:0.89375rem;display:none; }
#lb3rOlCzPMIDszxmVtTx8pOd1cOTT0u0 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.8125rem;left:9.6875rem;display:none; }
#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,245,247,0.72);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; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container { background-color: transparent; background-image: none; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container > .video-iframe-container { display: none; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row > .video-iframe-container { display: none; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .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); }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container { border-width: 0; border-radius: 0; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#e9ncldZEvihtGBR876ntKQAqqJBReGhk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.58749961853027rem;left:0.625rem;height:;display:block; }#e9ncldZEvihtGBR876ntKQAqqJBReGhk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9ncldZEvihtGBR876ntKQAqqJBReGhk li:before{  }
#HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.77423095703125rem;left:20.499998092651rem;height:15.2285rem;display:block; }#HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq li:before{  }
#sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:0.77421951293944rem;left:40.125001907349rem;height:;display:block; }#sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 li:before{  }
#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2.adaptive-delivery-prevent-bg, #XrwvLyZbiteKqHBApio26ff2iu4yrSZ2.lazyload, #XrwvLyZbiteKqHBApio26ff2iu4yrSZ2.lazyloading { background-image: none; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 > .row .container { border-width: 0; border-radius: 0; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:none; }#fA7oyVN1eSmcacpwWI3TwJTZw2brh6Hr { position:absolute;display:block;z-index:15002;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.1796875rem;left:21.717969894409rem;overflow:hidden;display:block; }
#tW2IETFVOqcPoUIl97Tzbg8cZblcoIOf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:14.5390625rem;left:20.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oc563kT8Ph5OUcySzQ0rpZgsiIeIwBPc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.5rem;height:0.89375rem;display:block; }
#rRO9TDr1N6lTCcLe3lCfwdChK8TU64GO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:21.9375rem;left:29.6875rem;display:block; }
#WVGye0Idwf855fTH5R0BaTd5HFK3d7Qy { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.1484375rem;left:20.655469894409rem;display:block; }
#BDIwnBqE1XyRmfUgzlrFnO0105gAuQNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,245,247,0.72);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:none; }#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq > .row .container { border-width: 0; border-radius: 0; }#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:none; }#IdyS50smq5bLLibwhJS6M8mD5WE3gax7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.77423095703125rem;left:20.499998092651rem;height:15.2375rem;display:block; }#IdyS50smq5bLLibwhJS6M8mD5WE3gax7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IdyS50smq5bLLibwhJS6M8mD5WE3gax7 li:before{  }
#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg.adaptive-delivery-prevent-bg, #muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg.lazyload, #muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg.lazyloading { background-image: none; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg > .row .container { border-width: 0; border-radius: 0; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:none; }#rqFm7n1Jn51eBr0ZAMLv5e9yx7GawUVP { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:14.5390625rem;left:40.499219894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDQF4D3AliWmkmndG5ikO2AXfSUMReXE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.8125rem;left:9.6875rem;display:block; }
#cq30O2wxqTAL67rOVW94EdCVlsRobt1D { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21rem;left:3.1875rem;height:0.89375rem;display:block; }
#THnI5FZXUBqEPARSxsXwWKPgVUo4r239 { position:absolute;display:block;z-index:15003;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.1796875rem;left:41.717969894409rem;overflow:hidden;display:block; }
#WIBFdWNnXStQ9LTM3ITeDIAsGET0dlPB { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.1484375rem;left:40.655469894409rem;display:block; }
#e3ebTcooOKmTT1ZfMqEqHiqAbQll5345 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 > .row .container { border-width: 0; border-radius: 0; }#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.77421903610231rem;left:0.625rem;height:9.1rem;display:block; }#skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx li:before{  }
#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd378e0b-ed49-442a-9f0f-ddd5ee2b1e00/Projektbeztytuu3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib.adaptive-delivery-prevent-bg, #Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib.lazyload, #Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib.lazyloading { background-image: none; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container { background-color: transparent; background-image: none; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container > .video-iframe-container { display: none; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row > .video-iframe-container { display: none; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .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); }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container { border-width: 0; border-radius: 0; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#yxUQzRpU7M7OHC2x6IVu0VWQDUIXMX5M { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:14.8515625rem;left:21.499219894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJV4ObzibTUg3HBcwTwSEax7QTa7tQT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:14.8515625rem;left:0.71875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gp3ZHfKDq9wFLxlKP5c8pDve12cMMzU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:14.8515625rem;left:41.437498092651rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEvaqvCeC1PQEEXVgUcRtlCOuOWrWD8m { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.75rem;height:0.8920875rem;display:block; }
#xRG7STns7WSOQToFJog0wo4kKLTQF1EK { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:20.4375rem;left:8.375rem;display:block; }
#X9Zq9HZqyusPdZDG6IeT1hzv3AUwKxqx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.75rem;height:0.8920875rem;display:block; }
#MS3NDEg3imiV4BMWrLO6fyLSFUNSOoRl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.75rem;height:0.8920875rem;display:block; }
#tKNMs8mQorP3cXERRVgxwyPe5cDtxWbv { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:20.4375rem;left:28.25rem;display:block; }
#J3aiqHCQZHvMMtfKZIzfGUcg5du4I7fe { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:20.4375rem;left:48.9375rem;display:block; }
#e2GWMzx20kuG7O1osFsfIlaVRfamDVSd { position:absolute;display:block;z-index:15003;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.2109375rem;left:21.686719894409rem;overflow:hidden;display:block; }
#GFcfOH4FiwrBuMDHRVAVludHVoO35rwK { position:absolute;display:block;z-index:15004;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:41.717969894409rem;overflow:hidden;display:block; }
#JmVXKI0cQcy0uoM1hxuudEq5D43eHEDt { position:absolute;display:block;z-index:15004;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.2109375rem;left:1.6875rem;overflow:hidden;display:block; }
#zA4z1uqotr9xek9rbrsgObubOpohBZHy { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.4609375rem;left:0.4375rem;display:block; }
#gRyiWtTLcbTPk4geTawUhEOP52OauTka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9Ee0mnp08yXIfBpMmSNPkT5BBr0Bd1s { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.4609375rem;left:20.436719894409rem;display:block; }
#JCGcHqysWKBFH8KX66adr4gX8GnobhMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMB2aWGmCDkpdTCt4my6OUGpsGnh4Nle { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.4609375rem;left:40.436719894409rem;display:block; }
#Wbd7UBetJRDLKyRUywv4wo6sSDu0afI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container { background-color: transparent; background-image: none; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container > .video-iframe-container { display: none; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row > .video-iframe-container { display: none; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .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); }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container { border-width: 0; border-radius: 0; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.77421951293944rem;left:20.500001907349rem;height:11.3305625rem;display:block; }#fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol li:before{  }
#cdiUexNw1TQmHAzwICybJJSkfQwZBE8m { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:39.9990234375rem;height:7.432625rem;display:block; }#cdiUexNw1TQmHAzwICybJJSkfQwZBE8m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cdiUexNw1TQmHAzwICybJJSkfQwZBE8m li:before{  }
#Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:0.6240234375rem;height:12.317875rem;display:block; }#Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU li:before{  }
#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs > .row .container { border-width: 0; border-radius: 0; }#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.77421903610231rem;left:0.625rem;height:12.3875rem;display:block; }#BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c li:before{  }
#nRa2TfElUEymvpwWykNTUnd67wJISmr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd378e0b-ed49-442a-9f0f-ddd5ee2b1e00/Projektbeztytuu3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1.adaptive-delivery-prevent-bg, #nRa2TfElUEymvpwWykNTUnd67wJISmr1.lazyload, #nRa2TfElUEymvpwWykNTUnd67wJISmr1.lazyloading { background-image: none; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1 > .row .container { border-width: 0; border-radius: 0; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:none; }#vaQ17ThMWfBpqLRQQopaulXdRHEsesGN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:14.8515625rem;left:21.499219894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJn2SCmNDcWVKa7ZqLgxG7mCWeyTfsdv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.75rem;height:0.89375rem;display:block; }
#UWXkug6fTKhSSvAvHu7mniCOxxQprhms { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:20.4375rem;left:8.375rem;display:block; }
#rW36K7rdEZwPXFBJhsuJKqwiyBaXw36Q { position:absolute;display:block;z-index:15003;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.2109375rem;left:21.686719894409rem;overflow:hidden;display:block; }
#U1wTOMrnrwCeZ1ffiQxRRVLspzHKXJnF { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.4609375rem;left:0.4375rem;display:block; }
#ArksQ223oGsNovMXnICkJfFlgd36hLbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu > .row .container { border-width: 0; border-radius: 0; }#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.77421951293944rem;left:20.500001907349rem;height:11.4rem;display:block; }#nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 li:before{  }
#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd378e0b-ed49-442a-9f0f-ddd5ee2b1e00/Projektbeztytuu3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV.adaptive-delivery-prevent-bg, #VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV.lazyload, #VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV.lazyloading { background-image: none; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV > .row .container { border-width: 0; border-radius: 0; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:none; }#r7AEnyclPqEeAsBapwahaMee9ofUL7cS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:14.8515625rem;left:41.437498092651rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWkoxXfArgfDcvXE85xyJPT0ELPFEQal { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.75rem;height:0.89375rem;display:block; }
#uDIAEMGHJsv8XMxhAIWyNsQSoqVvQRVV { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:20.4375rem;left:48.9375rem;display:block; }
#EdXbmpBS7ml9cpocF0E24aVTtKCDzWV1 { position:absolute;display:block;z-index:15004;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:41.717969894409rem;overflow:hidden;display:block; }
#U4h4lZ9w64iaKAySHhlUpwPFgPXblTgI { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.4609375rem;left:0.4375rem;display:block; }
#sIWQA866LQm3I9gFETnLvNVJN6M51E9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx > .row .container { border-width: 0; border-radius: 0; }#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.77421951293944rem;left:20.500001907349rem;height:;display:block; }#PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 li:before{  }
#nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:0.77395820617675rem;left:40rem;height:7.4375rem;display:block; }#nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz li:before{  }
#Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.77421903610231rem;left:0.625rem;height:12.325rem;display:block; }#Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z li:before{  }
#xSkSivDoJVSdXG1HLsutzb6teJx118I2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2.adaptive-delivery-prevent-bg, #xSkSivDoJVSdXG1HLsutzb6teJx118I2.lazyload, #xSkSivDoJVSdXG1HLsutzb6teJx118I2.lazyloading { background-image: none; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2 > .row .container { border-width: 0; border-radius: 0; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:none; }#SK9AGn7OlFLx7Txys2GXlgiQ50d0s2u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.75rem;height:0.89375rem;display:block; }
#wWcyMx2i6qUcrZo6ZP4USHKnkaQKl2vG { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:20.3125rem;left:8.375rem;display:block; }
#ToHeBIo2ZJPw4mbDaV4PyrQUvi5lGHHC { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:1.9375rem;overflow:hidden;display:block; }
#D7G2iJ3t8TKVxFAaDFqcJ83CHwwVxivN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:14.3515625rem;left:0.71875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJfALIXNTsHoXfztHSwObKhXT4uUFKdZ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.9609375rem;left:0.4375rem;display:block; }
#q41nfg9gp1pHMKFO5sJdFJosisUekcVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe > .row .container { border-width: 0; border-radius: 0; }#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3359375rem;left:0.90625rem;height:11.4rem;display:block; }#ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI li:before{  }
#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf.adaptive-delivery-prevent-bg, #oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf.lazyload, #oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf.lazyloading { background-image: none; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf > .row .container { border-width: 0; border-radius: 0; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:none; }#UBi1e9r23tcgxKUTqizyFKEHseHHcg43 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9375rem;left:21.75rem;height:0.89375rem;display:block; }
#tWO4Wnb31EtOkhKwBHRkGgR4AedFmUt1 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:20.3125rem;left:28.25rem;display:block; }
#NpDEcsBKB58X1D0NJ9oNCW1MNzuybMVs { position:absolute;display:block;z-index:15005;border-top:0.4375rem solid rgba(var(--color-secondary-0),1);border-left:0.4375rem solid rgba(var(--color-secondary-0),1);border-right:0.4375rem solid rgba(var(--color-secondary-0),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:21.780469894409rem;overflow:hidden;display:block; }
#euPNbL1AvC03tFTt7rysfPCxKv0SuwdU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:14.3515625rem;left:20.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2a2fboDbdUuZ6LqMgVn2gTB3wvlfJdp { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.9609375rem;left:0.4375rem;display:block; }
#W3v9Qv5eCPPgv5ZLDBRtmI7WTK3mVoNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 > .row .container { border-width: 0; border-radius: 0; }#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:none; }#JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:20.749219894409rem;height:10.0375rem;display:block; }#JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK li:before{  }
#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2097692c-25b5-40e6-b1bb-4cf91b74f252/Projektbeztytuu1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO.adaptive-delivery-prevent-bg, #efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO.lazyload, #efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO.lazyloading { background-image: none; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container { background-color: transparent; background-image: none; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container > .video-iframe-container { display: none; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row > .video-iframe-container { display: none; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .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); }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container { border-width: 0; border-radius: 0; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#NQ1m5ui04cO5K1ZSEIm8EIsrae4xKIiu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:14.3515625rem;left:40.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmHFl0d0RhcIlJnr3zntWeTq7i47AFtv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.75rem;height:0.8920875rem;display:block; }
#AxFQybss7EToBNTzZPsfBz9igdgtfA3u { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:20.3125rem;left:8.375rem;display:block; }
#aNLPzDG1wyMJH4ouobc7Dq7nLJzhbEtZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9375rem;left:21.75rem;height:0.8920875rem;display:block; }
#ke2SW7fhHZDh40Wn98b4FWNFkdVW9LtT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:18.9375rem;left:41.75rem;height:0.8920875rem;display:block; }
#tw4rG1yAEmgnTe0woReUFRKscfE25xmS { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:20.3125rem;left:28.25rem;display:block; }
#DRHSCLwzpnJ6cCHBNnf9tqKFTGn96nrk { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:20.3125rem;left:48.9375rem;display:block; }
#NvszW6WUfpr9tTH8oeHrkDegvssWFb9o { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:1.9375rem;overflow:hidden;display:block; }
#v95fx8LyKf7KnpEJpUOMFRZNNH1dh7JS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:14.3515625rem;left:0.71875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQboQ7TKN13AtpceNgObTRdwX6Hc5Edz { position:absolute;display:block;z-index:15005;border-top:0.4375rem solid rgba(var(--color-secondary-0),1);border-left:0.4375rem solid rgba(var(--color-secondary-0),1);border-right:0.4375rem solid rgba(var(--color-secondary-0),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.3671875rem;left:21.780469894409rem;overflow:hidden;display:block; }
#KbgtD2J00U68hoCifErG1RPx1fwVKXDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:14.3515625rem;left:20.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LazaDG0lLPHFDqJ35FcP8Q0VrSzrT4P1 { position:absolute;display:block;z-index:15005;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:9.9375rem;border-top-right-radius:9.9375rem;border-bottom-left-radius:9.9375rem;border-bottom-right-radius:9.9375rem;box-shadow: none;height:15.625rem;width:15.625rem;top:0.9296875rem;left:41.686719894409rem;overflow:hidden;display:block; }
#hBdcKOl5axqqrIfx3rSGCPF4ess4LT5o { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.9609375rem;left:0.4375rem;display:block; }
#H4GHrOtI3OWMOSaGGv0I09zVzET3OlbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x73idNiTqbwtNX7G1DxemIlo9ucFVhAH { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:13.9609375rem;left:20.436719894409rem;display:block; }
#Is1UT6l6ZblrXaPRCdJSplOGt6Iwprvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmZgRbaSAixPHWgTqF0k0fA0NvL8GbsK { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.9609375rem;left:39.999219894409rem;display:block; }
#vQ3RwzPnOaotsJokmEyVLmXRzKlhdHA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container { background-color: transparent; background-image: none; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container > .video-iframe-container { display: none; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row > .video-iframe-container { display: none; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .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); }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container { border-width: 0; border-radius: 0; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.2734384536743rem;left:40.624219894409rem;height:;display:block; }#IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO li:before{  }
#ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3359375rem;left:0.90625rem;height:;display:block; }#ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv li:before{  }
#ubwveaULzQeV0VaTyi0Jho8tzKScoDEF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:20.749219894409rem;height:;display:block; }#ubwveaULzQeV0VaTyi0Jho8tzKScoDEF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ubwveaULzQeV0VaTyi0Jho8tzKScoDEF li:before{  }
#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd378e0b-ed49-442a-9f0f-ddd5ee2b1e00/Projektbeztytuu3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT.adaptive-delivery-prevent-bg, #kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT.lazyload, #kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT.lazyloading { background-image: none; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container { background-color: transparent; background-image: none; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container > .video-iframe-container { display: none; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,245,247,0.72); }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row > .video-iframe-container { display: none; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .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); }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container { border-width: 0; border-radius: 0; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#sTMTeFn4kCLFdTQ69WZKFK6rKf9zP2bS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.125rem;left:21.75rem;height:0.8920875rem;display:block; }
#ZHw1Jx2ynkGKou0atnFr5EwAQl30pFgW { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:20rem;left:28.9375rem;display:block; }
#gw4wivJLLapmhwoBf9tlsisg6K36tpOm { position:absolute;display:block;z-index:15005;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:15.5625rem;width:15.5625rem;top:1.46875rem;left:21.717969894409rem;overflow:hidden;display:block; }
#IB2ctdr5MP1Qs3l0tKuWJAKSX8TvlGsL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:14.9921875rem;left:20.717969894409rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OW8oAkRfPr6FPO8pJMTyEbuWwPzoAWL3 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.6015625rem;left:20.436719894409rem;display:block; }
#tiP1pWt4gDggo7cI2Mm5J5t9PvHbL7yF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container { background-color: transparent; background-image: none; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container > .video-iframe-container { display: none; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row > .video-iframe-container { display: none; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .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); }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container { border-width: 0; border-radius: 0; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:60rem;position:relative;display:block; }#w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:20.749219894409rem;height:;display:block; }#w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r li:before{  }
#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL { position:relative;display:block; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL { background-color: transparent; background-image: none; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container > .video-iframe-container { display: none; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row > .video-iframe-container { display: none; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .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); }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL { border-width: 0; border-radius: 0; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .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; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf5f7;background-image:url("https://images.assets-landingi.com/uc/28547108-b030-4861-9f50-d98eb9f55a95/Kopiaurodziny15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:89.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container.adaptive-delivery-prevent-bg, #qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container.lazyload, #qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container.lazyloading { background-image: none; }#E3BVm0Qavzsfif73agWzL2bnnKlsrZZO { 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:68.5625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:75.40625rem;left:14.65625rem;height:7.1161875rem;display:block; }#b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx li:before{  }
#T2VBQJro7DnNMSmUBDfNCn5P3GDdlADJ { position:absolute;display:block;z-index:15018;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:20.625rem;width:60rem;top:68.8125rem;left:0rem;overflow:hidden;display:block; }
#JwVNTgBGRTBnD8JKTXFTEUg9HgLTIeaZ { 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:42.625rem;width:60rem;display:none; }
#yXa79HUQr67kbei62MG6yWbh63axrweC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:75.21875rem;left:45.75rem;height:7.49415rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MfH2ETGd5953UfloQiEBzVtFD9WUhTyx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:75.40625rem;left:41.8125rem;height:7rem;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; }
#g838mczU1NGShyMolAmAuiThLbq95Asl { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:84.825000762938rem;left:9.90625rem;height:3.41015625rem;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;display:block; }
#lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:75.40625rem;left:14.65625rem;height:7.125rem;display:none; }#lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n li:before{  }
#hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:75.40625rem;left:14.65625rem;height:7.125rem;display:none; }#hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 li:before{  }
#Dgk0k2MyoUoTeX97lKbLHsCG8K33KC78 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:84.825000762938rem;left:9.90625rem;height:3.4125rem;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;display:none; }
#duGpLfTkTzVSz1pVRlG2DFqvdmhpyyOb { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:84.825000762938rem;left:9.90625rem;height:3.4125rem;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;display:none; }
#ZkNIZb0VJRTBI0E8ZT1DXwcn3xQAwpFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:84.825000762938rem;left:9.90625rem;height:3.4125rem;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;display:none; }
#gRMb2e1eIxokTa62kPFAnodGHgRT6rEE { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:84.825000762938rem;left:9.90625rem;height:3.4125rem;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;display:none; }
#TfiVa27ppwI5TaCuHK64IKzrvqIxBFOe { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:34.8125rem;left:0rem;display:none; }
#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container { background-color: transparent; background-image: none; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container > .video-iframe-container { display: none; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row > .video-iframe-container { display: none; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .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); }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container { border-width: 0; border-radius: 0; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.25rem;left:11.874217987061rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iG5y1qH8ghwORT4pzeaN5acLE3aKJrLN { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:0.875rem;left:2.21875rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.5);background-image:url("https://images.assets-landingi.com/uc/9bb52a8a-45be-46b3-b826-f28475618dd5/Projektbeztytuu.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.adaptive-delivery-prevent-bg, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyload, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyloading { background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { background-color: transparent; background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .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); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { border-width: 0; border-radius: 0; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:26.25rem;width:26.25rem;top:1.6874997615814rem;left:27.5rem;display:block; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-form-header {  }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:20rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:20rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#fea8e3;background-image:none;background-position:top left !important;background-repeat: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.125rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:20rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;font-style:normal; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .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; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-container:first-of-type{padding-top:0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-container:last-of-type{padding-bottom:0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:30.012498855591rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F {display:block;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.125rem;left:30.012498855591rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #FMf3JalONQHAV6r3KrhPmzcq0vv02PJo { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #K1RVKAsoSyrWVec32RGkXaD0metEHT8S { position:relative;display:none; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #JioaVMs4BpefiHih3IFQNMlDcUiiHGhI { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ePnpIlu5rBk5GNtwfU8P15NEIgkTFtfW { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #NhuZ9PngEVvP1342Tu9BczFx8JW5tUqX { position:relative;display:none; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Bb4gs805TPD4EPGF93QLnndfnb2yFrpe { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #hXIwq8lF6ylVmVl1qeRoMNV6nRlmPi8O { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #rTUiDWgP0CKfLtgXqBXeIdwbOGLLNCtk { position:relative;display:none; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Wpr6XgOr18psRrwgez1fGUr2n5t7sTUZ { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #yJVLTBOIs7BB3GD56pMnPwmfBD5Ub45e { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #EGF58XRdbLkXJsSytyZIMTL1EZZiwGKz { position:relative;z-index:2; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #R3APgpfsGxae4QtSQhIP2sUxRTicwwXW { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ak2a47vGChic0qFtrKKnG8ybtcTUpUm9 { position:relative; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Rq8Xz7f1NIGT74Jl8cWQsH2oGODaGxiQ { position:relative; }
#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container { background-color: transparent; background-image: none; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container > .video-iframe-container { display: none; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row > .video-iframe-container { display: none; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .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); }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container { border-width: 0; border-radius: 0; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#pDeiKl8q1mmFZ5UI7dGBtGtiWucU7nMP { color:#333333;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.5rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CywxwEyvmXJ5SZA33uh7e7xzpLlasBbq { color:#333333;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.5rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#duRdSIvlXZsGlEN5aqxclcAMNfxTP4M2 { color:#333333;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.5rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QNe7X1hgT82EpNCGpHTr9pZgF1qOquQn { 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:4.4375rem;width:16.375rem;top:0rem;left:43.624998092651rem;overflow:hidden;display:block; }
#d7rrq3Afwb2VBJ7NtmMqPsZSlXMKDlUS { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:5.125rem;left:43.4375rem;display:block; }
#O98aMxEFK8UmEbehRB9n5pQavIK8wFks { color:#2f2d2d;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:5.4375rem;left:46.5rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgB2pT7WswQEPQhRcw1HVB2qokZI3i74 { width:3.125rem;height:3.125rem;top:1.125rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2xmiiwElUuvO9C8BeMM3kTa6EBKd2DS { width:12.5rem;height:2.3125rem;top:1.5625rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDppm8UR6NfiZnTy0ivs28dXompus5Q { width:13rem;height:3.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ { display:block; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pinld4kEinry9nXWSyykKZaRBiIe5Dho { width:20.5625rem;height:1.5rem;top:25.3125rem;left:7.1867179870606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryoAlVyoV3MCdScCrcxSHNFsRzkdzsn { width:33.8125rem;height:5.25rem;top:19.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOLJPZcmuBLk6RQHRt0rNifpgSq6P5gr { width:34.5rem;height:8.5rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaFmQoWOzNQBueF7vWRssr6ih8WURlt { display:block; }
 }@media only screen and (max-width: 763px) { #dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { width:47.75rem;height:2.125rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLfiNdbifJDp53ml2domPTpQ8ecSbNbk { display:block; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBGyRZcJwastpDhIwTrtaMZDJKWPoQw6 { width:15.5625rem;height:15.5625rem;top:1.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDlrGXgH5ttZWa7BQUbADRQFX8GpIqAK { width:18.5625rem;height:1.6875rem;top:14.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIlyNuPJhWvhbxT9D6AEwzS4JFZoH9Vk { width:18.5625rem;height:1.6875rem;top:14.5rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td84Xdn7aQJa6fqNAvKZFlsatChA0qCk { width:19rem;height:1.6875rem;top:14.5rem;left:28.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6P5tpiGwe9IvvyppxGSK4vys4MaekwN { width:2.125rem;height:2.125rem;top:21.8125rem;left:7.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LceAtfbDZT6Qvy3KJfb63ll13Pe00Fke { width:16.5rem;height:0.875rem;top:21rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXfEi1SwozPiTUPl7vsC7FrIrPGfVlhG { width:16.5rem;height:0.875rem;top:21.0625rem;left:15.25rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtEnR28vUaXacaohTyrJpgOydxJ3XhUc { width:16.5rem;height:0.875rem;top:21.0625rem;left:31.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJivKaVaia1NWC787fxgKHPzK8KcqqJs { width:2.125rem;height:2.125rem;top:21.9375rem;left:23.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQdloo62m2BMWVlmc8RTPzagLGrTUx05 { width:2.125rem;height:2.125rem;top:21.9375rem;left:39.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VSZEnIEmKxl4Adhi0z21mgCsbUDmJp { width:15.5625rem;height:15.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZhiOVOA0prMxlaRWeLFd12gNz5nepsp { width:15.5625rem;height:15.5625rem;top:1.125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REVCnIipLRRugJdzZ9PWSRys1QKTZQQl { width:18.6875rem;height:2.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZuKnISUBa0sy1xrZVayAp3NEhvkQN3c { display:block; }
 }@media only screen and (max-width: 763px) { #V2hiJTIEucs6qsLlJekzs3JQsBfu9fPU { width:18.6875rem;height:2.5rem;top:14.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKW6bW65Wa1kAAEFHg9xHvBE9tyweP7l { display:block; }
 }@media only screen and (max-width: 763px) { #LXDhWqk5aUnaTC1H9xFuXQPd3tyXFhTp { width:18.6875rem;height:2.5rem;top:14.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8uLKsh37tIBmn0nSLDhzcmIvtaJw9er { display:block; }
 }@media only screen and (max-width: 763px) { #TQ866SrBaQXCJgumECq0knZZ62ohtyxZ { width:16.5rem;height:0.875rem;top:21rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lb3rOlCzPMIDszxmVtTx8pOd1cOTT0u0 { width:2.125rem;height:2.125rem;top:21.8125rem;left:7.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ { display:block; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9ncldZEvihtGBR876ntKQAqqJBReGhk { width:18.75rem;height:;top:0.5625rem;left:0rem;font-size:1rem;display:block; }#e9ncldZEvihtGBR876ntKQAqqJBReGhk li:before{  }
 }@media only screen and (max-width: 763px) { #HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq { width:17.6875rem;height:13.9375rem;top:0.75rem;left:13rem;font-size:0.0625rem;display:block; }#HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq li:before{  }
 }@media only screen and (max-width: 763px) { #sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 { width:19.875rem;height:;top:0.75rem;left:27.75rem;font-size:0.0625rem;display:block; }#sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 li:before{  }
 }@media only screen and (max-width: 763px) { #XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 { display:none; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fA7oyVN1eSmcacpwWI3TwJTZw2brh6Hr { width:15.5625rem;height:15.5625rem;top:1.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW2IETFVOqcPoUIl97Tzbg8cZblcoIOf { width:18.5625rem;height:1.6875rem;top:14.5rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc563kT8Ph5OUcySzQ0rpZgsiIeIwBPc { width:16.5rem;height:0.875rem;top:21.0625rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRO9TDr1N6lTCcLe3lCfwdChK8TU64GO { width:2.125rem;height:2.125rem;top:21.9375rem;left:23.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGye0Idwf855fTH5R0BaTd5HFK3d7Qy { width:18.6875rem;height:2.5rem;top:14.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIwnBqE1XyRmfUgzlrFnO0105gAuQNu { display:block; }
 }@media only screen and (max-width: 763px) { #HdXepe1Z9FtczqdOTOqBOtOdswewuvZq { display:none; }#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IdyS50smq5bLLibwhJS6M8mD5WE3gax7 { width:17.6875rem;height:13.9375rem;top:0.75rem;left:13rem;font-size:1rem;display:block; }#IdyS50smq5bLLibwhJS6M8mD5WE3gax7 li:before{  }
 }@media only screen and (max-width: 763px) { #muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg { display:none; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rqFm7n1Jn51eBr0ZAMLv5e9yx7GawUVP { width:19rem;height:1.6875rem;top:14.5rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDQF4D3AliWmkmndG5ikO2AXfSUMReXE { width:2.125rem;height:2.125rem;top:21.8125rem;left:7.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq30O2wxqTAL67rOVW94EdCVlsRobt1D { width:16.5rem;height:0.875rem;top:21rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnI5FZXUBqEPARSxsXwWKPgVUo4r239 { width:15.5625rem;height:15.5625rem;top:1.125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBFdWNnXStQ9LTM3ITeDIAsGET0dlPB { width:18.6875rem;height:2.5rem;top:14.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ebTcooOKmTT1ZfMqEqHiqAbQll5345 { display:block; }
 }@media only screen and (max-width: 763px) { #e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 { display:none; }#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx { width:18.75rem;height:;top:0.9375rem;left:0rem;font-size:1rem;display:block; }#skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx li:before{  }
 }@media only screen and (max-width: 763px) { #Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib { display:block; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxUQzRpU7M7OHC2x6IVu0VWQDUIXMX5M { width:18.5625rem;height:1.6875rem;top:14.8125rem;left:13.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJV4ObzibTUg3HBcwTwSEax7QTa7tQT9 { width:18.5625rem;height:1.6875rem;top:14.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp3ZHfKDq9wFLxlKP5c8pDve12cMMzU5 { width:18.5625rem;height:1.6875rem;top:14.8125rem;left:29.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEvaqvCeC1PQEEXVgUcRtlCOuOWrWD8m { width:16.5rem;height:0.875rem;top:19.0625rem;left:0rem;font-size:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRG7STns7WSOQToFJog0wo4kKLTQF1EK { width:2.125rem;height:2.125rem;top:20.4375rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Zq9HZqyusPdZDG6IeT1hzv3AUwKxqx { width:16.5rem;height:0.875rem;top:19.0625rem;left:15.25rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS3NDEg3imiV4BMWrLO6fyLSFUNSOoRl { width:16.5rem;height:0.875rem;top:19.0625rem;left:31.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNMs8mQorP3cXERRVgxwyPe5cDtxWbv { width:2.125rem;height:2.125rem;top:20.4375rem;left:22.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3aiqHCQZHvMMtfKZIzfGUcg5du4I7fe { width:2.125rem;height:2.125rem;top:20.4375rem;left:38.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2GWMzx20kuG7O1osFsfIlaVRfamDVSd { width:15.5625rem;height:15.5625rem;top:1.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFcfOH4FiwrBuMDHRVAVludHVoO35rwK { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmVXKI0cQcy0uoM1hxuudEq5D43eHEDt { width:15.5625rem;height:15.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA4z1uqotr9xek9rbrsgObubOpohBZHy { width:19.125rem;height:2.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyiWtTLcbTPk4geTawUhEOP52OauTka { display:block; }
 }@media only screen and (max-width: 763px) { #t9Ee0mnp08yXIfBpMmSNPkT5BBr0Bd1s { width:19.125rem;height:2.5rem;top:14.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCGcHqysWKBFH8KX66adr4gX8GnobhMq { display:block; }
 }@media only screen and (max-width: 763px) { #sMB2aWGmCDkpdTCt4my6OUGpsGnh4Nle { width:19.125rem;height:2.5rem;top:14.4375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbd7UBetJRDLKyRUywv4wo6sSDu0afI0 { display:block; }
 }@media only screen and (max-width: 763px) { #h21otsT2wn2XHLKveUTBGMgNnw1E7rfn { display:block; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol { width:18.75rem;height:;top:0.75rem;left:13rem;font-size:0.0625rem;display:block; }#fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol li:before{  }
 }@media only screen and (max-width: 763px) { #cdiUexNw1TQmHAzwICybJJSkfQwZBE8m { width:19.875rem;height:7.375rem;top:0.75rem;left:11.875rem;font-size:1rem;display:block; }#cdiUexNw1TQmHAzwICybJJSkfQwZBE8m li:before{  }
 }@media only screen and (max-width: 763px) { #Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU { width:18.75rem;height:12.3125rem;top:0.75rem;left:0rem;font-size:0.0625rem;display:block; }#Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU li:before{  }
 }@media only screen and (max-width: 763px) { #GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs { display:none; }#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c { width:18.75rem;height:;top:0.75rem;left:0rem;font-size:1rem;display:block; }#BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c li:before{  }
 }@media only screen and (max-width: 763px) { #nRa2TfElUEymvpwWykNTUnd67wJISmr1 { display:none; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vaQ17ThMWfBpqLRQQopaulXdRHEsesGN { width:18.5625rem;height:1.6875rem;top:14.8125rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJn2SCmNDcWVKa7ZqLgxG7mCWeyTfsdv { width:16.5rem;height:0.875rem;top:19.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWXkug6fTKhSSvAvHu7mniCOxxQprhms { width:2.125rem;height:2.125rem;top:20.4375rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW36K7rdEZwPXFBJhsuJKqwiyBaXw36Q { width:15.5625rem;height:15.5625rem;top:1.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wTOMrnrwCeZ1ffiQxRRVLspzHKXJnF { width:19.125rem;height:2.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArksQ223oGsNovMXnICkJfFlgd36hLbk { display:block; }
 }@media only screen and (max-width: 763px) { #gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu { display:none; }#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 { width:18.75rem;height:;top:0.625rem;left:0rem;font-size:1rem;display:block; }#nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 li:before{  }
 }@media only screen and (max-width: 763px) { #VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV { display:none; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7AEnyclPqEeAsBapwahaMee9ofUL7cS { width:18.5625rem;height:1.6875rem;top:14.8125rem;left:29.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkoxXfArgfDcvXE85xyJPT0ELPFEQal { width:16.5rem;height:0.875rem;top:19.0625rem;left:31.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIAEMGHJsv8XMxhAIWyNsQSoqVvQRVV { width:2.125rem;height:2.125rem;top:20.4375rem;left:38.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXbmpBS7ml9cpocF0E24aVTtKCDzWV1 { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4h4lZ9w64iaKAySHhlUpwPFgPXblTgI { width:19.125rem;height:2.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIWQA866LQm3I9gFETnLvNVJN6M51E9k { display:block; }
 }@media only screen and (max-width: 763px) { #Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx { display:none; }#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 { width:18.75rem;height:;top:0.75rem;left:13rem;font-size:0.0625rem;display:block; }#PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 li:before{  }
 }@media only screen and (max-width: 763px) { #nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz { width:20rem;height:;top:1.3125rem;left:0rem;font-size:1rem;display:block; }#nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz li:before{  }
 }@media only screen and (max-width: 763px) { #Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z { width:18.75rem;height:;top:0.75rem;left:0rem;font-size:0.0625rem;display:block; }#Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z li:before{  }
 }@media only screen and (max-width: 763px) { #xSkSivDoJVSdXG1HLsutzb6teJx118I2 { display:none; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SK9AGn7OlFLx7Txys2GXlgiQ50d0s2u5 { width:16.5rem;height:0.875rem;top:18.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWcyMx2i6qUcrZo6ZP4USHKnkaQKl2vG { width:2.125rem;height:2.125rem;top:20.3125rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHeBIo2ZJPw4mbDaV4PyrQUvi5lGHHC { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G2iJ3t8TKVxFAaDFqcJ83CHwwVxivN { width:18.5625rem;height:1.6875rem;top:14.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfALIXNTsHoXfztHSwObKhXT4uUFKdZ { width:19.125rem;height:2.5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q41nfg9gp1pHMKFO5sJdFJosisUekcVT { display:block; }
 }@media only screen and (max-width: 763px) { #XSo3KhwT7HqTMff42UezNEWkilgDI1Oe { display:none; }#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI { width:18.5625rem;height:11.375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }#ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI li:before{  }
 }@media only screen and (max-width: 763px) { #oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf { display:none; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UBi1e9r23tcgxKUTqizyFKEHseHHcg43 { width:16.5rem;height:0.875rem;top:18.9375rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWO4Wnb31EtOkhKwBHRkGgR4AedFmUt1 { width:2.125rem;height:2.125rem;top:20.3125rem;left:22.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDEcsBKB58X1D0NJ9oNCW1MNzuybMVs { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euPNbL1AvC03tFTt7rysfPCxKv0SuwdU { width:18.5625rem;height:1.6875rem;top:14.3125rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2a2fboDbdUuZ6LqMgVn2gTB3wvlfJdp { width:19.125rem;height:2.5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3v9Qv5eCPPgv5ZLDBRtmI7WTK3mVoNz { display:block; }
 }@media only screen and (max-width: 763px) { #SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 { display:none; }#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK { width:18.5625rem;height:10.0625rem;top:1.25rem;left:7.25rem;font-size:1rem;display:block; }#JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK li:before{  }
 }@media only screen and (max-width: 763px) { #efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO { display:block; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ1m5ui04cO5K1ZSEIm8EIsrae4xKIiu { width:18.5625rem;height:1.6875rem;top:14.3125rem;left:29.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmHFl0d0RhcIlJnr3zntWeTq7i47AFtv { width:16.5rem;height:0.875rem;top:18.9375rem;left:0rem;font-size:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxFQybss7EToBNTzZPsfBz9igdgtfA3u { width:2.125rem;height:2.125rem;top:20.3125rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNLPzDG1wyMJH4ouobc7Dq7nLJzhbEtZ { width:16.5rem;height:0.875rem;top:18.9375rem;left:15.25rem;font-size:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke2SW7fhHZDh40Wn98b4FWNFkdVW9LtT { width:16.5rem;height:0.875rem;top:18.9375rem;left:31.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw4rG1yAEmgnTe0woReUFRKscfE25xmS { width:2.125rem;height:2.125rem;top:20.3125rem;left:22.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHSCLwzpnJ6cCHBNnf9tqKFTGn96nrk { width:2.125rem;height:2.125rem;top:20.3125rem;left:38.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvszW6WUfpr9tTH8oeHrkDegvssWFb9o { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v95fx8LyKf7KnpEJpUOMFRZNNH1dh7JS { width:18.5625rem;height:1.6875rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQboQ7TKN13AtpceNgObTRdwX6Hc5Edz { width:15.5625rem;height:15.5625rem;top:1.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgtD2J00U68hoCifErG1RPx1fwVKXDJ { width:18.5625rem;height:1.6875rem;top:14.3125rem;left:13.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LazaDG0lLPHFDqJ35FcP8Q0VrSzrT4P1 { width:15.625rem;height:15.625rem;top:0.875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdcKOl5axqqrIfx3rSGCPF4ess4LT5o { width:19.125rem;height:2.5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4GHrOtI3OWMOSaGGv0I09zVzET3OlbM { display:block; }
 }@media only screen and (max-width: 763px) { #x73idNiTqbwtNX7G1DxemIlo9ucFVhAH { width:19.125rem;height:2.5rem;top:13.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1UT6l6ZblrXaPRCdJSplOGt6Iwprvi { display:block; }
 }@media only screen and (max-width: 763px) { #xmZgRbaSAixPHWgTqF0k0fA0NvL8GbsK { width:19.125rem;height:2.5rem;top:13.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3RwzPnOaotsJokmEyVLmXRzKlhdHA4 { display:block; }
 }@media only screen and (max-width: 763px) { #KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan { display:block; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO { width:18.75rem;height:;top:1.25rem;left:28.875rem;font-size:1rem;display:block; }#IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO li:before{  }
 }@media only screen and (max-width: 763px) { #ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv { width:18.5625rem;height:;top:1.3125rem;left:0rem;font-size:0.0625rem;display:block; }#ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv li:before{  }
 }@media only screen and (max-width: 763px) { #ubwveaULzQeV0VaTyi0Jho8tzKScoDEF { width:18.5625rem;height:;top:1.25rem;left:13.1875rem;font-size:0.0625rem;display:block; }#ubwveaULzQeV0VaTyi0Jho8tzKScoDEF li:before{  }
 }@media only screen and (max-width: 763px) { #kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT { display:block; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTMTeFn4kCLFdTQ69WZKFK6rKf9zP2bS { width:16.5rem;height:0.875rem;top:19.125rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHw1Jx2ynkGKou0atnFr5EwAQl30pFgW { width:2.125rem;height:2.125rem;top:20rem;left:22.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw4wivJLLapmhwoBf9tlsisg6K36tpOm { width:15.5625rem;height:15.5625rem;top:1.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB2ctdr5MP1Qs3l0tKuWJAKSX8TvlGsL { width:18.5625rem;height:1.6875rem;top:14.9375rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW8oAkRfPr6FPO8pJMTyEbuWwPzoAWL3 { width:19.125rem;height:2.5rem;top:14.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiP1pWt4gDggo7cI2Mm5J5t9PvHbL7yF { display:block; }
 }@media only screen and (max-width: 763px) { #FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo { display:block; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r { width:19.125rem;height:;top:1.25rem;left:12.625rem;font-size:1rem;display:block; }#w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r li:before{  }
 }@media only screen and (max-width: 763px) { #qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL { display:block; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BVm0Qavzsfif73agWzL2bnnKlsrZZO { width:47.75rem;height:54.564322916667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx { width:28.5625rem;height:;top:75.375rem;left:8.53125rem;font-size:1rem;display:block; }#b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx li:before{  }
 }@media only screen and (max-width: 763px) { #T2VBQJro7DnNMSmUBDfNCn5P3GDdlADJ { width:47.75rem;height:16.4140625rem;top:68.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwVNTgBGRTBnD8JKTXFTEUg9HgLTIeaZ { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXa79HUQr67kbei62MG6yWbh63axrweC { width:4.6875rem;height:7.5rem;top:75.1875rem;left:39.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfH2ETGd5953UfloQiEBzVtFD9WUhTyx { width:18.25rem;height:7.125rem;top:27.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g838mczU1NGShyMolAmAuiThLbq95Asl { width:46.9375rem;height:3.375rem;top:84.8125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n { width:28.5625rem;height:;top:75.375rem;left:8.53125rem;font-size:4.875rem;display:none; }#lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n li:before{  }
 }@media only screen and (max-width: 763px) { #hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 { width:28.5625rem;height:;top:75.375rem;left:8.53125rem;font-size:1rem;display:none; }#hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 li:before{  }
 }@media only screen and (max-width: 763px) { #Dgk0k2MyoUoTeX97lKbLHsCG8K33KC78 { width:46.9375rem;height:3.375rem;top:84.8125rem;left:0.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #duGpLfTkTzVSz1pVRlG2DFqvdmhpyyOb { width:46.9375rem;height:3.375rem;top:84.8125rem;left:0.8125rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkNIZb0VJRTBI0E8ZT1DXwcn3xQAwpFZ { width:46.9375rem;height:3.375rem;top:84.8125rem;left:0.8125rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRMb2e1eIxokTa62kPFAnodGHgRT6rEE { width:46.9375rem;height:3.375rem;top:84.8125rem;left:0.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfiVa27ppwI5TaCuHK64IKzrvqIxBFOe { width:20rem;height:4.1875rem;top:34.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 { display:block; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { width:35.0625rem;height:2.0625rem;top:5.25rem;left:5.7492179870606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5y1qH8ghwORT4pzeaN5acLE3aKJrLN { width:47.75rem;height:3.6875rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { width:26.25rem;height:26.25rem;top:1.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F  { width:20rem;height:auto;top:12.9375rem;left:25.25rem; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F {display:block;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F { width:20rem;height:auto;top:12.9375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #FMf3JalONQHAV6r3KrhPmzcq0vv02PJo {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #K1RVKAsoSyrWVec32RGkXaD0metEHT8S { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #JioaVMs4BpefiHih3IFQNMlDcUiiHGhI {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ePnpIlu5rBk5GNtwfU8P15NEIgkTFtfW {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #NhuZ9PngEVvP1342Tu9BczFx8JW5tUqX { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Bb4gs805TPD4EPGF93QLnndfnb2yFrpe {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #hXIwq8lF6ylVmVl1qeRoMNV6nRlmPi8O {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #rTUiDWgP0CKfLtgXqBXeIdwbOGLLNCtk { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Wpr6XgOr18psRrwgez1fGUr2n5t7sTUZ {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #yJVLTBOIs7BB3GD56pMnPwmfBD5Ub45e {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #EGF58XRdbLkXJsSytyZIMTL1EZZiwGKz {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #R3APgpfsGxae4QtSQhIP2sUxRTicwwXW {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ak2a47vGChic0qFtrKKnG8ybtcTUpUm9 {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Rq8Xz7f1NIGT74Jl8cWQsH2oGODaGxiQ {  }
 }@media only screen and (max-width: 763px) { #kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf { display:block; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDeiKl8q1mmFZ5UI7dGBtGtiWucU7nMP { width:31.5rem;height:1.4375rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CywxwEyvmXJ5SZA33uh7e7xzpLlasBbq { width:13.6875rem;height:1.4375rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duRdSIvlXZsGlEN5aqxclcAMNfxTP4M2 { width:31.1875rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNe7X1hgT82EpNCGpHTr9pZgF1qOquQn { width:16.375rem;height:4.4375rem;top:0rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rrq3Afwb2VBJ7NtmMqPsZSlXMKDlUS { width:3.125rem;height:3.125rem;top:5.125rem;left:37.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98aMxEFK8UmEbehRB9n5pQavIK8wFks { width:13.5rem;height:2.5rem;top:5.4375rem;left:34.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { position:relative;z-index:auto;display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgB2pT7WswQEPQhRcw1HVB2qokZI3i74 { width:2.0625rem;height:2.0625rem;top:4.3625001907349rem;left:4.8749998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2xmiiwElUuvO9C8BeMM3kTa6EBKd2DS { width:12.5rem;height:1.62305rem;top:4.6125001907349rem;left:7.5000003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDppm8UR6NfiZnTy0ivs28dXompus5Q { width:13rem;height:3.5rem;top:0rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ { display:block; }#gKlODe3IMqmkt28l6sQ4SP2DmyPFkqbZ > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pinld4kEinry9nXWSyykKZaRBiIe5Dho { width:20rem;height:1.3110375rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryoAlVyoV3MCdScCrcxSHNFsRzkdzsn { width:20rem;height:4.86914375rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oOLJPZcmuBLk6RQHRt0rNifpgSq6P5gr { width:20rem;height:7.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaFmQoWOzNQBueF7vWRssr6ih8WURlt { display:block; }
 }@media only screen and (max-width: 763px) { #dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { width:18.75rem;height:5.603025rem;top:0.55859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLfiNdbifJDp53ml2domPTpQ8ecSbNbk { display:block; }#zLfiNdbifJDp53ml2domPTpQ8ecSbNbk > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBGyRZcJwastpDhIwTrtaMZDJKWPoQw6 { width:1.875rem;height:1.875rem;top:6.5929691791537rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDlrGXgH5ttZWa7BQUbADRQFX8GpIqAK { width:18.625rem;height:1.71875rem;top:12.84375rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIlyNuPJhWvhbxT9D6AEwzS4JFZoH9Vk { width:8.3125rem;height:1.71875rem;top:7.81093788147rem;left:6.3124998807906rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #td84Xdn7aQJa6fqNAvKZFlsatChA0qCk { width:14.0625rem;height:0.89375rem;top:10.125000357628rem;left:3.4687498807907rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #h6P5tpiGwe9IvvyppxGSK4vys4MaekwN { width:2.125rem;height:2.125rem;top:9.46718788147rem;left:11.437500357628rem;font-size:1.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LceAtfbDZT6Qvy3KJfb63ll13Pe00Fke { width:10.875rem;height:0.56875rem;top:7.5828125476837rem;left:3.4999998807907rem;font-size:0.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LXfEi1SwozPiTUPl7vsC7FrIrPGfVlhG { width:7.875rem;height:0.404296875rem;top:9.12343788147rem;left:6.5624998807906rem;font-size:0.3125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #BtEnR28vUaXacaohTyrJpgOydxJ3XhUc { width:16.5rem;height:0.56875rem;top:7.5828125476837rem;left:3.4999998807907rem;font-size:0.4375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wJivKaVaia1NWC787fxgKHPzK8KcqqJs { width:2.125rem;height:2.125rem;top:9.46718788147rem;left:5.1249998807907rem;font-size:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gQdloo62m2BMWVlmc8RTPzagLGrTUx05 { width:2.125rem;height:2.125rem;top:6.96718788147rem;left:11.437500357628rem;font-size:1.4375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #i7VSZEnIEmKxl4Adhi0z21mgCsbUDmJp { width:13.5rem;height:13.375rem;top:0.84375rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZhiOVOA0prMxlaRWeLFd12gNz5nepsp { width:2.9375rem;height:2.875rem;top:5.3101587295533rem;left:9.6875003576281rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #REVCnIipLRRugJdzZ9PWSRys1QKTZQQl { width:12.75rem;height:2.5rem;top:12.453125rem;left:3.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZuKnISUBa0sy1xrZVayAp3NEhvkQN3c { display:block; }
 }@media only screen and (max-width: 763px) { #V2hiJTIEucs6qsLlJekzs3JQsBfu9fPU { width:4.875rem;height:2.5rem;top:6.59218788147rem;left:7.5625003576281rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #qKW6bW65Wa1kAAEFHg9xHvBE9tyweP7l { display:block; }
 }@media only screen and (max-width: 763px) { #LXDhWqk5aUnaTC1H9xFuXQPd3tyXFhTp { width:4.625rem;height:2.5rem;top:6.780468940735rem;left:8.1875003576281rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #B8uLKsh37tIBmn0nSLDhzcmIvtaJw9er { display:block; }
 }@media only screen and (max-width: 763px) { #TQ866SrBaQXCJgumECq0knZZ62ohtyxZ { width:16.5rem;height:0.8920875rem;top:16.094533920288rem;left:1.7500001192093rem;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #lb3rOlCzPMIDszxmVtTx8pOd1cOTT0u0 { width:2.125rem;height:2.125rem;top:17.175781965256rem;left:8.9375003576281rem;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ { display:block; }#pJfdZhZS2SAg6mnBN6T1TteamzLkh7UJ > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9ncldZEvihtGBR876ntKQAqqJBReGhk { width:18.75rem;height:11.3305625rem;top:1.3187494277954rem;left:0.625rem;font-size:1rem;z-index:15023;display:block; }#e9ncldZEvihtGBR876ntKQAqqJBReGhk li:before{  }
 }@media only screen and (max-width: 763px) { #HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq { width:17.6875rem;height:1.2583rem;top:14.360156536102rem;left:1.7500001192093rem;font-size:0.0625rem;color:#ecf5f7;z-index:15026;display:block; }#HJd9qvt5k4eWcwkyJ1MOwNJZMLbrX6gq li:before{  }
 }@media only screen and (max-width: 763px) { #sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 { width:19.875rem;height:1.2583rem;top:14.328125476837rem;left:0rem;font-size:0.0625rem;color:#ecf5f7;display:block; }#sffNJTpQtvCo94a0Mwlhf8eZVMpPgv20 li:before{  }
 }@media only screen and (max-width: 763px) { #XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 { display:block; }#XrwvLyZbiteKqHBApio26ff2iu4yrSZ2 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA7oyVN1eSmcacpwWI3TwJTZw2brh6Hr { width:13.0625rem;height:13.125rem;top:0.99765634536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW2IETFVOqcPoUIl97Tzbg8cZblcoIOf { width:18.625rem;height:1.71875rem;top:13.074218988419rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oc563kT8Ph5OUcySzQ0rpZgsiIeIwBPc { width:16.5rem;height:0.8920875rem;top:16.125rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRO9TDr1N6lTCcLe3lCfwdChK8TU64GO { width:2.125rem;height:2.125rem;top:18.25rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVGye0Idwf855fTH5R0BaTd5HFK3d7Qy { width:10.375rem;height:2.5rem;top:12.684375762939rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIwnBqE1XyRmfUgzlrFnO0105gAuQNu { display:block; }
 }@media only screen and (max-width: 763px) { #HdXepe1Z9FtczqdOTOqBOtOdswewuvZq { display:block; }#HdXepe1Z9FtczqdOTOqBOtOdswewuvZq > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdyS50smq5bLLibwhJS6M8mD5WE3gax7 { width:17.6875rem;height:15.2285rem;top:0.52421855926514rem;left:1.15625rem;font-size:1rem;display:block; }#IdyS50smq5bLLibwhJS6M8mD5WE3gax7 li:before{  }
 }@media only screen and (max-width: 763px) { #muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg { display:block; }#muJ77NKLgZBOT7wTfwN9bnBimnDfaqXg > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqFm7n1Jn51eBr0ZAMLv5e9yx7GawUVP { width:18.625rem;height:1.71875rem;top:13.957038402557rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDQF4D3AliWmkmndG5ikO2AXfSUMReXE { width:2.125rem;height:2.125rem;top:19.5625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq30O2wxqTAL67rOVW94EdCVlsRobt1D { width:16.5rem;height:0.8920875rem;top:17.375rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnI5FZXUBqEPARSxsXwWKPgVUo4r239 { width:14.5625rem;height:14.5rem;top:0.50468730926514rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBFdWNnXStQ9LTM3ITeDIAsGET0dlPB { width:13.375rem;height:2.5rem;top:13.566413402557rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ebTcooOKmTT1ZfMqEqHiqAbQll5345 { display:block; }
 }@media only screen and (max-width: 763px) { #e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 { display:block; }#e5tSgWV2TnMvzZ5bszCHnfP80TldlDy7 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx { width:18.75rem;height:11.3305625rem;top:0.95546913146975rem;left:0rem;font-size:1rem;display:block; }#skpF8KOxBacL2RVEe1JSKsHgBuWw2gNx li:before{  }
 }@media only screen and (max-width: 763px) { #Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib { display:block; }#Z1WFiW7T0b9yt4rBsCqd7xl2ZpMJLLib > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxUQzRpU7M7OHC2x6IVu0VWQDUIXMX5M { width:10.3125rem;height:0.75439375rem;top:7.6843750923875rem;left:5.8749998807907rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OJV4ObzibTUg3HBcwTwSEax7QTa7tQT9 { width:18.625rem;height:1.71875rem;top:13.515624761581rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gp3ZHfKDq9wFLxlKP5c8pDve12cMMzU5 { width:6.875rem;height:0.75439375rem;top:4.5000004768372rem;left:5.8749998807907rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gEvaqvCeC1PQEEXVgUcRtlCOuOWrWD8m { width:5.9375rem;height:0.325195rem;top:8.1156263351437rem;left:7.0312498807906rem;font-size:0.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xRG7STns7WSOQToFJog0wo4kKLTQF1EK { width:2.125rem;height:2.125rem;top:9.9875011444094rem;left:8.2500003576281rem;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X9Zq9HZqyusPdZDG6IeT1hzv3AUwKxqx { width:5.875rem;height:0.24375rem;top:8.44062499702rem;left:7.0624998807906rem;font-size:0.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MS3NDEg3imiV4BMWrLO6fyLSFUNSOoRl { width:16.5rem;height:0.8920875rem;top:16.4375rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNMs8mQorP3cXERRVgxwyPe5cDtxWbv { width:1.3125rem;height:1.25rem;top:8.44062499702rem;left:9.3437503576281rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J3aiqHCQZHvMMtfKZIzfGUcg5du4I7fe { width:2.125rem;height:2.125rem;top:18.5625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2GWMzx20kuG7O1osFsfIlaVRfamDVSd { width:0.875rem;height:0.875rem;top:7.6843762397769rem;left:7.0312498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFcfOH4FiwrBuMDHRVAVludHVoO35rwK { width:0.5625rem;height:0.5rem;top:6.2468757629394rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmVXKI0cQcy0uoM1hxuudEq5D43eHEDt { width:14rem;height:14rem;top:0.5625rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA4z1uqotr9xek9rbrsgObubOpohBZHy { width:18.5rem;height:2.5rem;top:13.124999761581rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyiWtTLcbTPk4geTawUhEOP52OauTka { display:block; }
 }@media only screen and (max-width: 763px) { #t9Ee0mnp08yXIfBpMmSNPkT5BBr0Bd1s { width:5rem;height:1rem;top:8.440625190735rem;left:7.5000003576281rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #JCGcHqysWKBFH8KX66adr4gX8GnobhMq { display:block; }
 }@media only screen and (max-width: 763px) { #sMB2aWGmCDkpdTCt4my6OUGpsGnh4Nle { width:4rem;height:1rem;top:9.050000190735rem;left:9.3437503576281rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Wbd7UBetJRDLKyRUywv4wo6sSDu0afI0 { display:block; }
 }@media only screen and (max-width: 763px) { #h21otsT2wn2XHLKveUTBGMgNnw1E7rfn { display:none; }#h21otsT2wn2XHLKveUTBGMgNnw1E7rfn > .row .container { width:20rem;height:10.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol { width:18.75rem;height:1.2583rem;top:8.5375001430513rem;left:1.25rem;font-size:0.0625rem;color:#ecf5f7;display:block; }#fr6UJFiWgnEiHCKOQzavqET5F3Z67Jol li:before{  }
 }@media only screen and (max-width: 763px) { #cdiUexNw1TQmHAzwICybJJSkfQwZBE8m { width:19.875rem;height:7.432625rem;top:1.3447265625rem;left:0rem;font-size:1rem;z-index:15022;display:block; }#cdiUexNw1TQmHAzwICybJJSkfQwZBE8m li:before{  }
 }@media only screen and (max-width: 763px) { #Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU { width:18.75rem;height:0.865725rem;top:9.1437499523163rem;left:0rem;font-size:0.0625rem;color:#ecf5f7;display:block; }#Af1IkBTTp39vtHJCEVtz3QRTlewTIzhU li:before{  }
 }@media only screen and (max-width: 763px) { #GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs { display:block; }#GQl69zGG1uBelctvtQeMgW4LJBVzO3Qs > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c { width:18.75rem;height:12.317875rem;top:0.87158203125rem;left:0.6240234375rem;font-size:1rem;display:block; }#BnXdFmCJb5U6nbT0ThBntPZiRC2irT9c li:before{  }
 }@media only screen and (max-width: 763px) { #nRa2TfElUEymvpwWykNTUnd67wJISmr1 { display:block; }#nRa2TfElUEymvpwWykNTUnd67wJISmr1 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaQ17ThMWfBpqLRQQopaulXdRHEsesGN { width:18.625rem;height:1.71875rem;top:13.578125357628rem;left:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJn2SCmNDcWVKa7ZqLgxG7mCWeyTfsdv { width:16.5rem;height:0.8920875rem;top:16.625rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWXkug6fTKhSSvAvHu7mniCOxxQprhms { width:2.125rem;height:2.125rem;top:18.75rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW36K7rdEZwPXFBJhsuJKqwiyBaXw36Q { width:13.625rem;height:13.5625rem;top:1.1234378814698rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wTOMrnrwCeZ1ffiQxRRVLspzHKXJnF { width:14.8125rem;height:2.5rem;top:13.187500476837rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArksQ223oGsNovMXnICkJfFlgd36hLbk { display:block; }
 }@media only screen and (max-width: 763px) { #gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu { display:block; }#gEd8NFwVOBzFfAgATmOmN02NNOeZ99gu > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 { width:18.75rem;height:11.3305625rem;top:0.63750004768369rem;left:0.625rem;font-size:1rem;display:block; }#nAqaHugAXkrSxaFKTB81p7SpMuFmEkw2 li:before{  }
 }@media only screen and (max-width: 763px) { #VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV { display:block; }#VDGhq6ZkF85LfAw4Dv2holKn0p1hAdnV > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7AEnyclPqEeAsBapwahaMee9ofUL7cS { width:18.625rem;height:1.71875rem;top:14.46718788147rem;left:1.3750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWkoxXfArgfDcvXE85xyJPT0ELPFEQal { width:16.5rem;height:0.8920875rem;top:18.1875rem;left:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIAEMGHJsv8XMxhAIWyNsQSoqVvQRVV { width:2.125rem;height:2.125rem;top:20.3125rem;left:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXbmpBS7ml9cpocF0E24aVTtKCDzWV1 { width:14.125rem;height:14.125rem;top:0.81093788146975rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4h4lZ9w64iaKAySHhlUpwPFgPXblTgI { width:15.25rem;height:2.5rem;top:14.087500095367rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIWQA866LQm3I9gFETnLvNVJN6M51E9k { display:block; }
 }@media only screen and (max-width: 763px) { #Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx { display:block; }#Q5nbL7HFg5JCF4rilRkAC0lNb6LMyfAx > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 { width:18.75rem;height:1.2583rem;top:8.5375001430513rem;left:1.25rem;font-size:0.0625rem;color:#ecf5f7;display:block; }#PUyS1bE0yXbpBsurDFSfof0MwKzSzEL1 li:before{  }
 }@media only screen and (max-width: 763px) { #nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz { width:20rem;height:7.432625rem;top:1.34375rem;left:0rem;font-size:1rem;z-index:15022;display:block; }#nhulThuAHqpVbEIbEtNTXlnvnGTWRTlz li:before{  }
 }@media only screen and (max-width: 763px) { #Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z { width:18.75rem;height:0.865725rem;top:9.1437499523163rem;left:0rem;font-size:0.0625rem;color:#ecf5f7;display:block; }#Cx0a2RoTedkcpMKGWagZCiAxlBWFR05z li:before{  }
 }@media only screen and (max-width: 763px) { #xSkSivDoJVSdXG1HLsutzb6teJx118I2 { display:block; }#xSkSivDoJVSdXG1HLsutzb6teJx118I2 > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK9AGn7OlFLx7Txys2GXlgiQ50d0s2u5 { width:16.5rem;height:0.8920875rem;top:15.75rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWcyMx2i6qUcrZo6ZP4USHKnkaQKl2vG { width:2.125rem;height:2.125rem;top:17.875rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHeBIo2ZJPw4mbDaV4PyrQUvi5lGHHC { width:13.625rem;height:13.625rem;top:0.65625rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G2iJ3t8TKVxFAaDFqcJ83CHwwVxivN { width:11.875rem;height:1.71875rem;top:12.734375rem;left:4.0624998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJfALIXNTsHoXfztHSwObKhXT4uUFKdZ { width:11.375rem;height:2.5rem;top:12.34375rem;left:4.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q41nfg9gp1pHMKFO5sJdFJosisUekcVT { display:block; }
 }@media only screen and (max-width: 763px) { #XSo3KhwT7HqTMff42UezNEWkilgDI1Oe { display:block; }#XSo3KhwT7HqTMff42UezNEWkilgDI1Oe > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI { width:18.5625rem;height:11.3305625rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }#ERtRSrqZoXUW7ehfy1Lb7TRyfOo2lfhI li:before{  }
 }@media only screen and (max-width: 763px) { #oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf { display:block; }#oSRME7QfZPpBrH1Ew64uW9UHll1oDJRf > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBi1e9r23tcgxKUTqizyFKEHseHHcg43 { width:16.5rem;height:0.8920875rem;top:18.125rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWO4Wnb31EtOkhKwBHRkGgR4AedFmUt1 { width:2.125rem;height:2.125rem;top:20.3125rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDEcsBKB58X1D0NJ9oNCW1MNzuybMVs { width:15.5625rem;height:15.5625rem;top:1rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #euPNbL1AvC03tFTt7rysfPCxKv0SuwdU { width:12.25rem;height:1.71875rem;top:15.343750715256rem;left:3.8749998807907rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2a2fboDbdUuZ6LqMgVn2gTB3wvlfJdp { width:12.875rem;height:2.5rem;top:15.000000715256rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3v9Qv5eCPPgv5ZLDBRtmI7WTK3mVoNz { display:block; }
 }@media only screen and (max-width: 763px) { #SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 { display:block; }#SSzg2hmRzaPLeKnfJZrZyod5qX8Oybz4 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK { width:18.5625rem;height:10.03125rem;top:1.0242190361023rem;left:0.71875rem;font-size:1rem;display:block; }#JSxidHrmlgwB0Mfov8zkS1b65Ar4VXTK li:before{  }
 }@media only screen and (max-width: 763px) { #efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO { display:block; }#efMJDeygrBkt5dZITvHKXUHv6Eb4OJFO > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ1m5ui04cO5K1ZSEIm8EIsrae4xKIiu { width:18.625rem;height:1.71875rem;top:14.84375rem;left:1.3750001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmHFl0d0RhcIlJnr3zntWeTq7i47AFtv { width:10.125rem;height:0.325195rem;top:10.612500071526rem;left:4.9374998807907rem;font-size:0.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AxFQybss7EToBNTzZPsfBz9igdgtfA3u { width:2.125rem;height:2.125rem;top:6.1125001907349rem;left:9.6250003576281rem;font-size:1.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #aNLPzDG1wyMJH4ouobc7Dq7nLJzhbEtZ { width:7.4375rem;height:0.325195rem;top:6.9812502861025rem;left:6.2812498807906rem;font-size:0.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ke2SW7fhHZDh40Wn98b4FWNFkdVW9LtT { width:16.5rem;height:0.8920875rem;top:18rem;left:2.4375001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw4rG1yAEmgnTe0woReUFRKscfE25xmS { width:2.125rem;height:2.125rem;top:8.9375rem;left:9.625rem;font-size:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DRHSCLwzpnJ6cCHBNnf9tqKFTGn96nrk { width:2.125rem;height:2.125rem;top:19.4375rem;left:8.9375003576281rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvszW6WUfpr9tTH8oeHrkDegvssWFb9o { width:0.8125rem;height:0.8125rem;top:9.625rem;left:11.062500357628rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #v95fx8LyKf7KnpEJpUOMFRZNNH1dh7JS { width:5.625rem;height:0.825rem;top:9.625rem;left:7.8750003576281rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TQboQ7TKN13AtpceNgObTRdwX6Hc5Edz { width:1.5625rem;height:1.5625rem;top:8.237500190735rem;left:9.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgtD2J00U68hoCifErG1RPx1fwVKXDJ { width:5.375rem;height:0.6875rem;top:12.487500071526rem;left:8.0000003576281rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LazaDG0lLPHFDqJ35FcP8Q0VrSzrT4P1 { width:14.5625rem;height:14.5625rem;top:0.75rem;left:2.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdcKOl5axqqrIfx3rSGCPF4ess4LT5o { width:14.5rem;height:2.5rem;top:14.4375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4GHrOtI3OWMOSaGGv0I09zVzET3OlbM { display:block; }
 }@media only screen and (max-width: 763px) { #x73idNiTqbwtNX7G1DxemIlo9ucFVhAH { width:3.5rem;height:1rem;top:6.1125001907349rem;left:8.2500003576281rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Is1UT6l6ZblrXaPRCdJSplOGt6Iwprvi { display:block; }
 }@media only screen and (max-width: 763px) { #xmZgRbaSAixPHWgTqF0k0fA0NvL8GbsK { width:1rem;height:1rem;top:10.306250572204rem;left:8.6875003576281rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3RwzPnOaotsJokmEyVLmXRzKlhdHA4 { display:block; }
 }@media only screen and (max-width: 763px) { #KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan { display:block; }#KxJ18BKffq2C6zs7Zr11pKgTbqpmzHan > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO { width:18.75rem;height:8.7319375rem;top:0.4375rem;left:0.625rem;font-size:1rem;display:block; }#IFFa4C2FETSPQcKkufiz8rAGXKTz6ZZO li:before{  }
 }@media only screen and (max-width: 763px) { #ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv { width:18.5625rem;height:1.2583rem;top:9.175000190735rem;left:1.4375001192093rem;font-size:0.0625rem;color:#ffffff;display:block; }#ZX2oJTfGWvn1QrU4AGtwEP8lIFS6zVzv li:before{  }
 }@media only screen and (max-width: 763px) { #ubwveaULzQeV0VaTyi0Jho8tzKScoDEF { width:18.5625rem;height:1.2583rem;top:9.175000190735rem;left:1.4375001192093rem;font-size:0.0625rem;color:#ffffff;z-index:15022;display:block; }#ubwveaULzQeV0VaTyi0Jho8tzKScoDEF li:before{  }
 }@media only screen and (max-width: 763px) { #kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT { display:block; }#kQN5r1fqzHOZCQ3u81Bct3hhB2ibboFT > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTMTeFn4kCLFdTQ69WZKFK6rKf9zP2bS { width:16.5rem;height:0.8920875rem;top:16.342968940735rem;left:3.4999998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHw1Jx2ynkGKou0atnFr5EwAQl30pFgW { width:2.125rem;height:2.125rem;top:18.175000190735rem;left:9.6562503576281rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw4wivJLLapmhwoBf9tlsisg6K36tpOm { width:13.625rem;height:13.5625rem;top:0.71796798706056rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB2ctdr5MP1Qs3l0tKuWJAKSX8TvlGsL { width:18.5625rem;height:1.71875rem;top:13.108593940735rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW8oAkRfPr6FPO8pJMTyEbuWwPzoAWL3 { width:18.4375rem;height:2.5rem;top:12.717968940735rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiP1pWt4gDggo7cI2Mm5J5t9PvHbL7yF { display:block; }
 }@media only screen and (max-width: 763px) { #FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo { display:block; }#FATUb9u1w5yr0wFbskOT3dLp6pzs7Olo > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r { width:19.125rem;height:14.2411875rem;top:1.25rem;left:0.4375rem;font-size:1rem;display:block; }#w5xKaeNIogTMSTs0TkwW7dEGeih3QV1r li:before{  }
 }@media only screen and (max-width: 763px) { #qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL { display:block; }#qEmNxQVZ5V6iMpmFsocX7A7p40tMBfnL > .row .container { width:20rem;height:39.0600578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3BVm0Qavzsfif73agWzL2bnnKlsrZZO { width:19.9375rem;height:22.8125rem;top:2.2468757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx { width:20rem;height:12.9375rem;top:28.7861328125rem;left:0rem;font-size:1rem;line-height:2;display:none; }#b0tDnkca5cI0HiTy9c7ygchMQDoNsdDx li:before{  }
 }@media only screen and (max-width: 763px) { #T2VBQJro7DnNMSmUBDfNCn5P3GDdlADJ { width:20rem;height:7rem;top:25.016407012939rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JwVNTgBGRTBnD8JKTXFTEUg9HgLTIeaZ { top:25.059375762939rem;left:0rem;width:20rem;height:13.875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yXa79HUQr67kbei62MG6yWbh63axrweC { width:2.1875rem;height:5.5254rem;top:28.304166793823rem;left:17.1875rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MfH2ETGd5953UfloQiEBzVtFD9WUhTyx { width:18.25rem;height:5.85351875rem;top:28.141666412354rem;left:0rem;font-size:0.8125rem;line-height:1.8;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #g838mczU1NGShyMolAmAuiThLbq95Asl { width:20rem;height:auto;top:84.8125rem;left:0rem;font-size:0.875rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n { width:20rem;height:0;top:27.0625rem;left:2.03125rem;font-size:4.875rem;line-height:2;z-index:15020;display:none; }#lhvM3iT3lzIMCXi1OTChE0GAUHr6F84n li:before{  }
 }@media only screen and (max-width: 763px) { #hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 { width:20rem;height:0;top:25.9375rem;left:2.03125rem;font-size:1rem;line-height:2;z-index:15021;display:none; }#hhWp2L1ZBbAmR2DTVvF9NioZR4y7Dcn9 li:before{  }
 }@media only screen and (max-width: 763px) { #Dgk0k2MyoUoTeX97lKbLHsCG8K33KC78 { width:20rem;height:0;top:36.4375rem;left:1.40625rem;font-size:0.875rem;line-height:2;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #duGpLfTkTzVSz1pVRlG2DFqvdmhpyyOb { width:20rem;height:0;top:36.8125rem;left:1.40625rem;font-size:7.5rem;line-height:2;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #ZkNIZb0VJRTBI0E8ZT1DXwcn3xQAwpFZ { width:20rem;height:0;top:36.0625rem;left:1.40625rem;font-size:3.3125rem;line-height:2;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #gRMb2e1eIxokTa62kPFAnodGHgRT6rEE { width:20rem;height:0;top:35.4375rem;left:1.40625rem;font-size:0.875rem;line-height:2;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #TfiVa27ppwI5TaCuHK64IKzrvqIxBFOe { top:34.83749961853rem;left:0rem;width:20rem;height:4.22460625rem;z-index:15025;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 { display:block; }#T8zr9lJsoiStSoGXl6VTaRX0TX6W8Oy6 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { width:18.75rem;height:3.375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5y1qH8ghwORT4pzeaN5acLE3aKJrLN { width:18.75rem;height:1.1001rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { width:18.75rem;height:22.75rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F  { width:17.5rem;height:auto;top:0.75rem;left:0rem;background-color:transparent;background-image:none; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F {display:block;}#lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F { width:17.5rem;height:auto;top:0.75rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #FMf3JalONQHAV6r3KrhPmzcq0vv02PJo {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #K1RVKAsoSyrWVec32RGkXaD0metEHT8S { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #JioaVMs4BpefiHih3IFQNMlDcUiiHGhI {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ePnpIlu5rBk5GNtwfU8P15NEIgkTFtfW {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #NhuZ9PngEVvP1342Tu9BczFx8JW5tUqX { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Bb4gs805TPD4EPGF93QLnndfnb2yFrpe {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #hXIwq8lF6ylVmVl1qeRoMNV6nRlmPi8O {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #rTUiDWgP0CKfLtgXqBXeIdwbOGLLNCtk { display:none; }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Wpr6XgOr18psRrwgez1fGUr2n5t7sTUZ {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #yJVLTBOIs7BB3GD56pMnPwmfBD5Ub45e {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #EGF58XRdbLkXJsSytyZIMTL1EZZiwGKz {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #R3APgpfsGxae4QtSQhIP2sUxRTicwwXW {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #ak2a47vGChic0qFtrKKnG8ybtcTUpUm9 {  }
 }@media only screen and (max-width: 763px) { #lEoiUtzyafPE49sPFdmWxtVqi0iMLh5F #Rq8Xz7f1NIGT74Jl8cWQsH2oGODaGxiQ {  }
 }@media only screen and (max-width: 763px) { #kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf { display:block; }#kdm4iR5OfRkqT7hMAnacS7KoV0UvLqmf > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDeiKl8q1mmFZ5UI7dGBtGtiWucU7nMP { width:19.875rem;height:1.3rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CywxwEyvmXJ5SZA33uh7e7xzpLlasBbq { width:20rem;height:1.3rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #duRdSIvlXZsGlEN5aqxclcAMNfxTP4M2 { width:20rem;height:2.7597625rem;top:8.4062519073488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QNe7X1hgT82EpNCGpHTr9pZgF1qOquQn { width:9.125rem;height:2.4375rem;top:5.34375rem;left:5.4374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rrq3Afwb2VBJ7NtmMqPsZSlXMKDlUS { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O98aMxEFK8UmEbehRB9n5pQavIK8wFks { width:13.5rem;height:auto;top:5.4375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }