.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;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:oswald;font-size:4.4375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:11.5rem;left:0rem;height:19.5235rem;display:block; }
#f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.875rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.1875rem;width:27.5625rem;top:3.9375rem;left:32.3125rem;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae092fd0-13fe-466b-b7a7-d9a1288e89c5/Projektbeztytuu45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:30.3125rem;top:23.6416015625rem;left:24.75rem;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.4995rem;width:6.4995rem;top:3.9375rem;left:27.1875rem;display:block; }#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.adaptive-delivery-prevent-bg, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyload, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:35.875rem;left:24.75rem;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.880859375rem;left:55.9375rem;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:1.54296875rem;font-style:normal;display:block; }
#hJOXK13oTM0neZeLosw7HTTnFUN1uKJs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:60rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:40.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.80078125rem;left:9.71875rem;height:7.71484375rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.69925rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:27.15625rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:60rem;left:28.59375rem; }
#eNQE4RyUQkEON9z2EUiMrMrM5WrFIR4n { position:absolute;display:block;z-index:15033;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:28.6875rem;left:9.9375rem;display:block; }
#kb5R5HdfpEwkcPDZreyolyFTrX2TWCco { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:55.5rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc4c2fed-cb5f-4ad5-81c5-754cb19ab79e/Projektbeztytuu13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::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; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:#2a2a2a;display:block;width:11.125rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.4375rem;height:15.1113625rem;text-align:center;text-align-last:center;display:block; }
#hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { color:#2a2a2a;display:block;width:15.3125rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:22.4375rem;height:12.5928rem;text-align:center;text-align-last:center;display:block; }
#M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { color:#2a2a2a;display:block;width:10.43725rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.3125rem;left:44.75rem;height:7.55566875rem;text-align:center;text-align-last:center;display:block; }
#LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.4375rem;left:8.5rem;overflow:hidden;display:block; }
#soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.5625rem;top:8.9375rem;left:28.070884146341rem;overflow:hidden;display:block; }
#tLEuFzTyvN7pTUqGPriScHbnrNPodEea { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.1875rem;left:48.625rem;overflow:hidden;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:22.625rem;width:17.625rem;top:7.4375rem;left:1.375rem;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:#801dd1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:19.0625rem;width:17.625rem;top:7.4375rem;left:21.1875rem;display:block; }
#nZM4fDsOTbc901X6v5s287m2JGEZVvbq { position:absolute;display:block;z-index:15004;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:41.1875rem;display:block; }
#EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { background-color:#d11d6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.4375rem;left:20.9375rem;display:block; }
#DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:6.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:16.8984375rem;text-align:center;text-align-last:center;display:block; }
#boWGd2FQKKZUeM10cfVNbJeogI5x8scu { 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:14.1875rem;width:25.375rem;top:8.125rem;left:17.3125rem;overflow:hidden;display:block; }
#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { background-color: transparent; background-image: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { display: none; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .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); }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { border-width: 0; border-radius: 0; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.375rem;width:40rem;top:0rem;left:20rem;display:block; }
#uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36afb1b1-7034-4ed3-ac64-021587fba1a5/Beztytuu922788px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:20rem;top:0rem;left:0rem;display:block; }#uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.adaptive-delivery-prevent-bg, #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.lazyload, #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F.lazyloading { background-image: none; }
#wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { color:#000000;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.775390625rem;left:20.9375rem;height:2.76171875rem;display:block; }
#btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:24.25rem;left:14.75rem;display:block; }
#VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { background-color:#000131;background-image:none;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.8125rem;left:44.125rem;display:block; }
#mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:20.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tyresp3noL4m2qFRv6QWtvlLFISW7oyW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.1875rem;width:18.3125rem;top:12.28125rem;left:20.9375rem;display:block; }
#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { background-color: transparent; background-image: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { display: none; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .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); }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { border-width: 0; border-radius: 0; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { position:absolute;display:block;z-index:15005;background-color:#000131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.6875rem;width:40.125rem;top:0rem;left:0rem;display:block; }
#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea7ad9bc-3ba8-4762-82d7-138ce92e1197/Beztytuu922788px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:19.8125rem;top:0rem;left:40.1875rem;display:block; }#LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.adaptive-delivery-prevent-bg, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyload, #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK.lazyloading { background-image: none; }
#Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.27734375rem;left:0rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9990234375rem;left:11.6875rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:24.5625rem;left:35.375rem;display:block; }
#DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { background-color:#02edf3;background-image:none;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: none;box-sizing:border-box;color:#000131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.6875rem;left:1.5625rem;display:block; }
#yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVbsGhLTtKK9VzLsIno3PCgpmESSR8QE { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7861328125rem;left:11.6875rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pBr1c84CWgJMgV7Tvbh8BxGKhBwtt3Iy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.1875rem;width:18.3125rem;top:11.375rem;left:20.84375rem;display:block; }
#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container { background-color: transparent; background-image: none; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container > .video-iframe-container { display: none; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row > .video-iframe-container { display: none; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .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); }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container { border-width: 0; border-radius: 0; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#kAgIJK4odv6ekwLO9hWCbvzsT0NdSVAW { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.875rem;width:40rem;top:0rem;left:20rem;display:block; }
#idfB8dM1xlmsV26qm5LVkGhiQef12ruZ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc6eee4b-d5f9-48cf-a3e5-fc890904e2ab/Beztytuu922788px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:20rem;top:0rem;left:0rem;display:block; }#idfB8dM1xlmsV26qm5LVkGhiQef12ruZ.adaptive-delivery-prevent-bg, #idfB8dM1xlmsV26qm5LVkGhiQef12ruZ.lazyload, #idfB8dM1xlmsV26qm5LVkGhiQef12ruZ.lazyloading { background-image: none; }
#EDADcN0OsptygTScRDng8cP3CimwzKEZ { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.775390625rem;left:20.9375rem;height:4.142575rem;display:block; }
#CnVmeCFH3dzIArWRF9iTsrlJi0hTRsto { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#AWt5c0XWLsnoV4JzOXbwabu0gtxETzG5 { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:25.75rem;left:15.1875rem;display:block; }
#AiEUWymFqD8V5rTeaFV0TOlTCHZLPF3k { background-color:#000131;background-image:none;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.1875rem;left:44.9375rem;display:block; }
#MPmtWZkXeQ6UNExA69yrIASqtszCIW5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPN8BFDqxS1nbpzoWWg8C3FVIHhuAhnn { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:20.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cnvy5xn2sDTQHhbXvAeb4kPC3LpLep27 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.1875rem;width:18.3125rem;top:14rem;left:20.84375rem;display:block; }
#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container { background-color: transparent; background-image: none; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container > .video-iframe-container { display: none; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row > .video-iframe-container { display: none; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .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); }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container { border-width: 0; border-radius: 0; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#PcZ1INW6cGU3Zuag0roui9VWBrCdmbqB { position:absolute;display:block;z-index:15005;background-color:#000131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.9375rem;width:40.125rem;top:0rem;left:0rem;display:block; }
#nbwnK56bC3BcNwSf9TaP3RHmmJWUd877 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff16b182-0df4-44b5-8d64-bbafaf3c00ce/Beztytuu922788px3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:19.8125rem;top:0rem;left:40.085481099656rem;display:block; }#nbwnK56bC3BcNwSf9TaP3RHmmJWUd877.adaptive-delivery-prevent-bg, #nbwnK56bC3BcNwSf9TaP3RHmmJWUd877.lazyload, #nbwnK56bC3BcNwSf9TaP3RHmmJWUd877.lazyloading { background-image: none; }
#SegyTmAT4NAqlyIFSdvZo7RMDfxRaVR6 { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.27734375rem;left:0rem;height:4.142575rem;text-align:right;text-align-last:right;display:block; }
#mtfvEWUBdiO3VQXDWCdCJOzbG6CwTZ1b { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9990234375rem;left:11.6875rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lTfMAfRMNlVZNoP4tX4SEibqfHE5vnPm { position:absolute;display:block;z-index:15006;background-color:#801dd1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:38rem;display:block; }
#mTD6kyQwUsRMU0rCNqgAuXT7mAzd48hZ { background-color:#02edf3;background-image:none;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: none;box-sizing:border-box;color:#000131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.375rem;left:2.625rem;display:block; }
#CqEkrmT7SUdCkGZdWR0T3DdMf9nUHZPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vs9dN2P8wd9ZdZmnn7oTye7A2B1h5Qmr { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7861328125rem;left:11.6875rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/285337f0-0850-4760-9efd-afda4cf22c78/Projektbeztytuu47.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { border-width: 0; border-radius: 0; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::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; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:33.875rem;top:0rem;left:13.0625rem;display:block; }
#Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.099609375rem;left:19.71875rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.9375rem;left:20.9375rem;display:block; }
#dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:29.3125rem;width:22.125rem;top:20.125rem;left:18.6875rem;display:block; }
#dnC6wLqo9ZO4oWy08O38LtaSILODJBnQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.6875rem;left:23.78125rem;overflow:hidden;display:block; }
#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { background-color: transparent; background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .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); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { border-width: 0; border-radius: 0; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.25rem;left:3.28125rem;overflow:hidden;display:block; }
#hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.78125rem;left:23.53125rem;overflow:hidden;display:block; }
#EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.75rem;width:10.75rem;top:3.875rem;left:45.40625rem;overflow:hidden;display:block; }
#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9970703125rem;left:2.84375rem;height:11.20895rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.71875rem;left:41.5625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:23.03125rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1123046875rem;left:20rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.28076171875rem;left:43.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:23.5rem;display:block; }
#kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:1.875rem;left:0rem;display:block; }
#SZmLnbUZxI7t8NAq0hS044vesSe925A0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:2.0625rem;left:37.375rem;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.7734375rem;left:1.90625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#zqIwk8HoDhR6EZf3EG8u9czxT6RIwGmU { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:29.3125rem;width:22.125rem;top:20.125rem;left:18.6875rem;display:none; }
#PQWGKSVxTdQ1RG4NuURrDJlcPpbFraZp { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.3125rem;left:44.28125rem;display:block; }
#yEsf8s7ul4CSS7qZqVCeKfJwNXdZho9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwb02z3N4OrhBzgwgoXf45TcwBfkeLwC { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.3125rem;left:3.28125rem;display:block; }
#yCdDTMk8hb6O91KJe7kzL0geKTU8gOsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:41.5625rem;width:28.25rem;top:3.96875rem;left:27.81475rem;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-form-header {  }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.3125rem;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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { 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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5625rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { 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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:4.375rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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 #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5rem;color:#094a7f;font-family:oswald;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { 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:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:19.3125rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-moz-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-moz-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-ms-input-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-webkit-input-placeholder { color:#094a7f;font-family:oswald;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#094a7f;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:first-of-type{padding-top:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:last-of-type{padding-bottom:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.5439453125rem;left:31.78125rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem;display:block;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.5439453125rem;left:31.78125rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #WgnPCIqQSRNGiDHUr0gkez91WsTlhisg { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #bJod1rBCGOo1oTm822TP6TOwJqqwrtxp { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LvK4AqllKDfdkH5ix9PU6d9TLkkPcBSg { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AQEZPGKVKR9Dcecy1PhODQkszyRWUxgQ { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zZ9Bqixe3lTQJtCWlfoFs9cuQ2XBee9H { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #VMt2KkzfCZi1M70I8C75CP14anSFLVBa { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #oc7ZgJiHfKqAmPRcOfIw1zVyzMGP8V8L { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #KKVDTPLztfZuLoZXGFoteuZlUmQF45KR { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v6wVubWtT1Ae04E2VPkQiNTMIBrWNldq { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SHPTGTvnNexgmKzdnJLxPdVA7ys4LnUP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NgrltQACz1xb7DWg8giyfvLb7x2gHo88 { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GnKAOcmErc3gGbx2BO2klVWPCC0q2c7T { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv { position:relative; }
#mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { color:#02edf3;display:block;width:20.5625rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.42578125rem;left:32.40625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:17rem;top:29.9375rem;left:14.46875rem;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83a3fb-a266-4de3-9fc9-be89435c84d3/Projektbeztytuu14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:43.328125rem;left:17.0625rem;display:block; }#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.adaptive-delivery-prevent-bg, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyload, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:11.5rem;left:0rem;width:27.6875rem;height:14.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { top:28.875rem;left:0rem;width:20.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:3.9375rem;left:20.1875rem;width:27.5625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:23.625rem;left:17.4375rem;width:30.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:3.9375rem;left:21.0625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:35.875rem;left:18.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:18.125rem;height:3.75rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:30.875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:7.9375rem;left:0rem;width:25.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOXK13oTM0neZeLosw7HTTnFUN1uKJs { top:0rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:15.75rem;left:3.59375rem;width:40.5625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:15.0625rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:60rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQE4RyUQkEON9z2EUiMrMrM5WrFIR4n { top:28.6875rem;left:3.8125rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb5R5HdfpEwkcPDZreyolyFTrX2TWCco { top:55.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:13.3125rem;left:2.375rem;width:11.125rem;height:15.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { top:13.3125rem;left:16.25rem;width:15.3125rem;height:10.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { top:13.3125rem;left:34.4375rem;width:10.375rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { top:9.4375rem;left:6.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { top:8.9375rem;left:21.883384146341rem;width:3.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEuFzTyvN7pTUqGPriScHbnrNPodEea { top:9.1875rem;left:38.3125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:7.4375rem;left:0rem;width:17.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:7.4375rem;left:14.125rem;width:17.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { top:7.4375rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:18.125rem;height:3.75rem;top:34.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { top:1.4375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWGd2FQKKZUeM10cfVNbJeogI5x8scu { top:8.125rem;left:11.1875rem;width:25.375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { top:0rem;left:0rem;width:40rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { top:0rem;left:0rem;width:20rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { top:7.75rem;left:0rem;width:32.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { top:2.0625rem;left:4.25rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { top:24.25rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { width:13.125rem;height:3.0625rem;top:22.8125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { top:3.8125rem;left:4.25rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyresp3noL4m2qFRv6QWtvlLFISW7oyW { top:12.25rem;left:15.875rem;width:18.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { top:0rem;left:0rem;width:40.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { top:0rem;left:27.8125rem;width:19.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { top:7.25rem;left:0rem;width:38.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { top:24.5625rem;left:22.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { width:13.125rem;height:3.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block; }
 }@media only screen and (max-width: 763px) { #PVbsGhLTtKK9VzLsIno3PCgpmESSR8QE { top:3.75rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBr1c84CWgJMgV7Tvbh8BxGKhBwtt3Iy { top:11.375rem;left:13.4375rem;width:18.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs { display:block; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAgIJK4odv6ekwLO9hWCbvzsT0NdSVAW { top:0rem;left:0rem;width:40rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfB8dM1xlmsV26qm5LVkGhiQef12ruZ { top:0rem;left:0rem;width:20rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDADcN0OsptygTScRDng8cP3CimwzKEZ { top:7.75rem;left:0rem;width:29.625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnVmeCFH3dzIArWRF9iTsrlJi0hTRsto { top:2.0625rem;left:4.25rem;width:29.6875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWt5c0XWLsnoV4JzOXbwabu0gtxETzG5 { top:25.75rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiEUWymFqD8V5rTeaFV0TOlTCHZLPF3k { width:13.125rem;height:3.0625rem;top:24.1875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPmtWZkXeQ6UNExA69yrIASqtszCIW5O { display:block; }
 }@media only screen and (max-width: 763px) { #pPN8BFDqxS1nbpzoWWg8C3FVIHhuAhnn { top:3.8125rem;left:4.25rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnvy5xn2sDTQHhbXvAeb4kPC3LpLep27 { top:14rem;left:13.4375rem;width:18.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV { display:block; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcZ1INW6cGU3Zuag0roui9VWBrCdmbqB { top:0rem;left:0rem;width:40.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwnK56bC3BcNwSf9TaP3RHmmJWUd877 { top:0rem;left:27.8125rem;width:19.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SegyTmAT4NAqlyIFSdvZo7RMDfxRaVR6 { top:7.25rem;left:0rem;width:38.8125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfvEWUBdiO3VQXDWCdCJOzbG6CwTZ1b { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfMAfRMNlVZNoP4tX4SEibqfHE5vnPm { top:15.8125rem;left:22.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTD6kyQwUsRMU0rCNqgAuXT7mAzd48hZ { width:13.125rem;height:3.0625rem;top:14.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqEkrmT7SUdCkGZdWR0T3DdMf9nUHZPk { display:block; }
 }@media only screen and (max-width: 763px) { #Vs9dN2P8wd9ZdZmnn7oTye7A2B1h5Qmr { top:3.75rem;left:0rem;width:27.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { top:0rem;left:6.9375rem;width:33.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { top:5.0625rem;left:13.59375rem;width:20.5625rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:18.125rem;height:3.75rem;top:15.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:13.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { top:20.125rem;left:12.5625rem;width:22.125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnC6wLqo9ZO4oWy08O38LtaSILODJBnQ { top:2.6875rem;left:17.65625rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:1.25rem;left:1.21875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { top:2.75rem;left:17.34375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { top:3.875rem;left:35.09375rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:12.9375rem;left:0.78125rem;width:13.9375rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { top:15.6875rem;left:29.1875rem;width:18.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { top:15.5625rem;left:16.84375rem;width:13.9375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { top:20.0625rem;left:11.875rem;width:19.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { top:21.25rem;left:32.25rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:27.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { top:1.875rem;left:0rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { top:2.0625rem;left:9.125rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:22.75rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqIwk8HoDhR6EZf3EG8u9czxT6RIwGmU { top:20.125rem;left:12.5625rem;width:22.125rem;height:29.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQWGKSVxTdQ1RG4NuURrDJlcPpbFraZp { width:13rem;height:3.75rem;top:26.3125rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsf8s7ul4CSS7qZqVCeKfJwNXdZho9M { display:block; }
 }@media only screen and (max-width: 763px) { #dwb02z3N4OrhBzgwgoXf45TcwBfkeLwC { width:13rem;height:3.75rem;top:26.3125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdDTMk8hb6O91KJe7kzL0geKTU8gOsH { display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:12.5625rem;left:0rem;width:26.5625rem;height:13.375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { top:10.125rem;left:0rem;width:23.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:3.9375rem;left:19.375rem;width:28.25rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:19.3125rem;height:auto;top:10.5rem;left:25.65625rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:19.3125rem;height:auto;top:10.5rem;left:25.65625rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #WgnPCIqQSRNGiDHUr0gkez91WsTlhisg {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #bJod1rBCGOo1oTm822TP6TOwJqqwrtxp {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LvK4AqllKDfdkH5ix9PU6d9TLkkPcBSg {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AQEZPGKVKR9Dcecy1PhODQkszyRWUxgQ {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zZ9Bqixe3lTQJtCWlfoFs9cuQ2XBee9H {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #VMt2KkzfCZi1M70I8C75CP14anSFLVBa {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #oc7ZgJiHfKqAmPRcOfIw1zVyzMGP8V8L {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #KKVDTPLztfZuLoZXGFoteuZlUmQF45KR {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v6wVubWtT1Ae04E2VPkQiNTMIBrWNldq {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SHPTGTvnNexgmKzdnJLxPdVA7ys4LnUP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NgrltQACz1xb7DWg8giyfvLb7x2gHo88 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GnKAOcmErc3gGbx2BO2klVWPCC0q2c7T {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { top:7.375rem;left:26.28125rem;width:20.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { top:29.9375rem;left:8.34375rem;width:17rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { top:43.3125rem;left:10.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:10.104475rem;top:12.0869140625rem;left:1rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { width:18.5rem;height:1.13671875rem;top:23.625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:20rem;height:19.9375rem;top:29.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:20rem;height:13.5625rem;top:75.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:6.4375rem;height:6.4375rem;top:49.722659375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:2.4375rem;height:2.4375rem;top:87.3935578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:17.75rem;height:3.1875rem;top:26rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:4.0625rem;height:4.0625rem;top:91.0810578125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:14.0625rem;height:2.111325rem;top:8.71875rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOXK13oTM0neZeLosw7HTTnFUN1uKJs { width:7.9375rem;height:7.9375rem;top:0.84375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:15.9375rem;height:20.0585625rem;top:6.130859375rem;left:2.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:4.14355625rem;top:1.158203125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:52.046875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQE4RyUQkEON9z2EUiMrMrM5WrFIR4n { height:11.1796875rem;width:19.875rem;top:30.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb5R5HdfpEwkcPDZreyolyFTrX2TWCco { width:20rem;height:5.19921875rem;top:45.53515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:10.375rem;height:15.1113625rem;top:7.125rem;left:4.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { width:10.375rem;height:15.1113625rem;top:31.875rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { width:10.375rem;height:7.55566875rem;top:57.875rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQsyz0Z2HtcLMTHeFbKuuX1FcTZ5Unh { width:2.5625rem;height:2.5625rem;top:3.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soORVpsfgb5RPb9NcuFrldC0bpdLqBgz { width:3.75rem;height:3.25rem;top:27.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEuFzTyvN7pTUqGPriScHbnrNPodEea { width:2.625rem;height:2.625rem;top:53.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:22.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:17.625rem;height:22.8125rem;top:25.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { width:17.625rem;height:16.3125rem;top:51.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:17.4375rem;height:3.75rem;top:70.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { width:20rem;height:11.69925rem;top:0rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWGd2FQKKZUeM10cfVNbJeogI5x8scu { width:20rem;height:11.182266009852rem;top:10.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK { display:block; }#xkeXQ3zeLEO7R2tz2a4SRFmdDmTHJmmK > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm9eK2THNi2zMIbdfosLpm3svwyTpy1C { width:20rem;height:29.9375rem;top:1.1435546875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uPhHCL7BDOsB8q6W8XnHTcTQh7P4za8F { width:20rem;height:13.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRD4TK8Z6MllnriQh3pHDT2yOxuLL3R { width:18.6875rem;height:3.65625rem;top:22.9375rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btB0GnQpBb2EkuVKZ9VNqfAEdtsPEF5M { width:12rem;height:3.57421875rem;top:15.1064453125rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4Vuyu9PqNECcXOcNPXeoQoAnhyWqC8 { width:9.375rem;height:0.1875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK6rFfQNHCTK2t0Tu0omJVmrGN0DxEC { width:13.125rem;height:3.0625rem;top:29.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfP5yuNgT6bTyd1BToBBUv2nmfc4glip { display:block; }
 }@media only screen and (max-width: 763px) { #QttdymdiIueqXRmx4RtR0gWPvuWHTJcq { width:13.25rem;height:1.3808625rem;top:20.1181640625rem;left:0.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tyresp3noL4m2qFRv6QWtvlLFISW7oyW { height:10.1875rem;width:18.3125rem;top:33.578125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO { display:block; }#E2hP0HU7FMCHlwwelXMtDPP8TGbFbEfO > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3hnxqf0ITkVOpR0AAr3J6sTlCEOOm9n { width:20rem;height:29.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO2DSTOJ6O81VVLf1rtgd7u1BTHTkXoK { width:20rem;height:14.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmaz1hvCrFsxGd13WM0Tt83QqGAqJgT0 { width:18.6875rem;height:2.4375rem;top:25.6875rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6698bwr5nBRvSfbz8sAkzeTptqf7AyQ { width:11.4375rem;height:3.57421875rem;top:18.462890625rem;left:7.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNT04pw4SpKigKImnevhdoJMVBcSQ9e { width:9.375rem;height:0.1875rem;top:29.869140625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQpuc7AQDNAzETusZzoSMO3lVUHNLb5M { width:13.125rem;height:3.0625rem;top:31.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvesI0n9iKwekSQy1WCoAimXFdx2NzqW { display:block; }
 }@media only screen and (max-width: 763px) { #PVbsGhLTtKK9VzLsIno3PCgpmESSR8QE { width:15.75rem;height:1.3808625rem;top:23.2431640625rem;left:3.65625rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pBr1c84CWgJMgV7Tvbh8BxGKhBwtt3Iy { height:10.1875rem;width:18.3125rem;top:35.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs { display:block; }#JiDW1NFahaIdJdkSw9TZRkgFT29hVmfs > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAgIJK4odv6ekwLO9hWCbvzsT0NdSVAW { width:20rem;height:36.75rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #idfB8dM1xlmsV26qm5LVkGhiQef12ruZ { width:20rem;height:14.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDADcN0OsptygTScRDng8cP3CimwzKEZ { width:18.6875rem;height:6.09375rem;top:25.15625rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnVmeCFH3dzIArWRF9iTsrlJi0hTRsto { width:12rem;height:5.361325rem;top:15.6298828125rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWt5c0XWLsnoV4JzOXbwabu0gtxETzG5 { width:9.375rem;height:0.1875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiEUWymFqD8V5rTeaFV0TOlTCHZLPF3k { width:13.125rem;height:3.0625rem;top:35.203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPmtWZkXeQ6UNExA69yrIASqtszCIW5O { display:block; }
 }@media only screen and (max-width: 763px) { #pPN8BFDqxS1nbpzoWWg8C3FVIHhuAhnn { width:13.25rem;height:1.3808625rem;top:22.43359375rem;left:0.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cnvy5xn2sDTQHhbXvAeb4kPC3LpLep27 { height:10.1875rem;width:18.3125rem;top:39.515625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV { display:block; }#Ku49s4FpvWlXtsPT1VdsER9uM5eTtkRV > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcZ1INW6cGU3Zuag0roui9VWBrCdmbqB { width:20rem;height:39.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwnK56bC3BcNwSf9TaP3RHmmJWUd877 { width:20rem;height:15.375rem;top:1.625rem;left:-0.10080645161289rem;display:block; }
 }@media only screen and (max-width: 763px) { #SegyTmAT4NAqlyIFSdvZo7RMDfxRaVR6 { width:18.6875rem;height:7.3125rem;top:27.9716796875rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtfvEWUBdiO3VQXDWCdCJOzbG6CwTZ1b { width:12rem;height:5.361325rem;top:19.037109375rem;left:7.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfMAfRMNlVZNoP4tX4SEibqfHE5vnPm { width:9.375rem;height:0.1875rem;top:36.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTD6kyQwUsRMU0rCNqgAuXT7mAzd48hZ { width:13.125rem;height:3.0625rem;top:39.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqEkrmT7SUdCkGZdWR0T3DdMf9nUHZPk { display:block; }
 }@media only screen and (max-width: 763px) { #Vs9dN2P8wd9ZdZmnn7oTye7A2B1h5Qmr { width:17.4375rem;height:1.3808625rem;top:25.375rem;left:2.09375rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { width:20rem;height:14.8125rem;top:0rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { width:20rem;height:6.58008125rem;top:3.0615234375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:16.0625rem;height:3.75rem;top:12.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { width:20rem;height:29.3125rem;top:16.210425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnC6wLqo9ZO4oWy08O38LtaSILODJBnQ { width:12.4375rem;height:12.4375rem;top:6.4902375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:10.75rem;height:10.75rem;top:2.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { width:10.75rem;height:10.75rem;top:30.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { width:10.75rem;height:10.75rem;top:58.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:18.4375rem;height:5.6044875rem;top:13.6875rem;left:0.78125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { width:17.375rem;height:4.548825rem;top:70.625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { width:13.0625rem;height:6.82325rem;top:40.6875rem;left:3.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { width:19.875rem;height:5.199225rem;top:48.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { width:15.375rem;height:3.89941875rem;top:76.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:83.77392578125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { width:19.625rem;height:25.375rem;top:1.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { width:19.5rem;height:25.25rem;top:56.64892578125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:15.375rem;height:2.5996125rem;top:19.8662109375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqIwk8HoDhR6EZf3EG8u9czxT6RIwGmU { width:20rem;height:26.5625rem;top:28.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PQWGKSVxTdQ1RG4NuURrDJlcPpbFraZp { width:13rem;height:3.75rem;top:93.7734375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsf8s7ul4CSS7qZqVCeKfJwNXdZho9M { display:block; }
 }@media only screen and (max-width: 763px) { #dwb02z3N4OrhBzgwgoXf45TcwBfkeLwC { width:13rem;height:3.75rem;top:88.7734375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdDTMk8hb6O91KJe7kzL0geKTU8gOsH { display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:19rem;height:8.25rem;top:4.9375rem;left:0.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { width:16.125rem;height:1.21875rem;top:2.96875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:19.875rem;height:33.125rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #WgnPCIqQSRNGiDHUr0gkez91WsTlhisg {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #bJod1rBCGOo1oTm822TP6TOwJqqwrtxp { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LvK4AqllKDfdkH5ix9PU6d9TLkkPcBSg {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AQEZPGKVKR9Dcecy1PhODQkszyRWUxgQ {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zZ9Bqixe3lTQJtCWlfoFs9cuQ2XBee9H { display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #VMt2KkzfCZi1M70I8C75CP14anSFLVBa {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #oc7ZgJiHfKqAmPRcOfIw1zVyzMGP8V8L {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #KKVDTPLztfZuLoZXGFoteuZlUmQF45KR {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v6wVubWtT1Ae04E2VPkQiNTMIBrWNldq {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SHPTGTvnNexgmKzdnJLxPdVA7ys4LnUP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NgrltQACz1xb7DWg8giyfvLb7x2gHo88 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GnKAOcmErc3gGbx2BO2klVWPCC0q2c7T {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { width:20rem;height:2.2744125rem;top:17.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { width:14.6875rem;height:11.6875rem;top:53.2841796875rem;left:4rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/285337f0-0850-4760-9efd-afda4cf22c78/Projektbeztytuu47.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { width:5.5625rem;height:5.5625rem;top:86.5996125rem;left:7.1875rem;display:none; }
 }