.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#003e77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx { background-color:#5896d8;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx > .row .container { border-width: 0; border-radius: 0; }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#mT9xAVvBg5Jm9mR2vTlWT4vrnR6fvOOJ { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.4375rem rgba(97,97,97,0.94);top:1.5072917938232rem;left:2.9468746185302rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TClxPhZqehbWs0aP7tXTCBfuiqcWADah { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #a22208, #ff321e);background-image: -moz-linear-gradient(115deg, #a22208, #ff321e);background-image: -ms-linear-gradient(115deg, #a22208, #ff321e);background-image: -o-linear-gradient(115deg, #a22208, #ff321e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22208', endColorstr='#ff321e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22208', endColorstr='#ff321e' );";background-image: linear-gradient(115deg, #a22208, #ff321e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:25.625rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5625rem;left:44.569793701172rem;display:block; }
#g1Ne9wdHDfN6OwuTTZxQw3SXq59ulBfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.adaptive-delivery-prevent-bg, #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.lazyload, #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.lazyloading { background-image: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { background-color: transparent; background-image: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container > .video-iframe-container { display: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row > .video-iframe-container { display: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .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); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { border-width: 0; border-radius: 0; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#dCNCT5yhkGKXPrgqJpdsv915QIT9sfOb { color:#ffffff;display:block;width:49.8715rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1232638359069rem;left:12.563367843628rem;height:8.6126875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovf7aTH3tGlBGdKmlo9VQNxc4FBMePZE { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:16.749132156372rem;left:14.78125rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBfdqvVFbPXb4EBN6Rrgs8GdihALJl8s { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ae882b, #cfa53d);background-image: -moz-linear-gradient(115deg, #ae882b, #cfa53d);background-image: -ms-linear-gradient(115deg, #ae882b, #cfa53d);background-image: -o-linear-gradient(115deg, #ae882b, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );";background-image: linear-gradient(115deg, #ae882b, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.499132156372rem;left:25.593751907349rem;display:block; }
#BvDVTt6bQVsGqNy5tOZmF6N23v9bUEkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grOFxA3BnycXewKsoZzfdthLseog0WxT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.8125rem;top:0.6875rem;left:32.593751907349rem;overflow:hidden;display:block; }
#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV.adaptive-delivery-prevent-bg, #vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV.lazyload, #vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV.lazyloading { background-image: none; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container { background-color: transparent; background-image: none; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container > .video-iframe-container { display: none; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row > .video-iframe-container { display: none; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .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); }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container { border-width: 0; border-radius: 0; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container { font-size:0.875rem;font-family:arial;height:80.1875rem;width:75rem;position:relative;display:block; }#Wut449qACNRE2pZe3fmCpm6wiL6gOd0S { position:absolute;display:block;z-index:14999;background-color:#003e77;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,1,4,0.5) ;height:55.4375rem;width:58.4375rem;top:22.374525070191rem;left:8.3120269775387rem;display:block; }
#glnE5FqOH6Vne3wpNJqb1q2IXk1HIQoM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:17.4375rem;top:3.4540729522705rem;left:29.374404907226rem;overflow:hidden;display:block; }
#oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.123576164246rem;left:12.1875rem;height:9.26135625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { color:#ffffff;display:block;width:53.06225rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:39.374401092529rem;left:11.560722351074rem;height:30.9008125rem;text-align:left;text-align-last:left;display:block; }#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#r23Px2gZt61SP6xxB8LQP7xHIoQqzp2W { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:71.896895408631rem;left:12.1875rem;height:3.08711875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd { 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; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container { background-color: transparent; background-image: none; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container > .video-iframe-container { display: none; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row > .video-iframe-container { display: none; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .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); }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container { border-width: 0; border-radius: 0; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#xANznihO9iqiSUlMAvri9OslOB5hJhWi { color:#001f3c;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.6);top:5.375rem;left:15.46875rem;height:3.08711875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { 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; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { background-color: transparent; background-image: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container > .video-iframe-container { display: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container { display: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .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); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { border-width: 0; border-radius: 0; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#OpKqKGgPTOHVc087c4HExqF0ifZxai1T { position:absolute;display:block;z-index:15006;background-color:#eab849;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:3rem;width:3rem;top:1.8125004768372rem;left:3.8125rem;display:block; }
#ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { color:#001f3c;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.8125rem;left:8.6875rem;height:14.95735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { position:absolute;display:block;z-index:15010;background-color:#eab849;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3rem;width:3rem;top:1.8125rem;left:26.375rem;display:block; }
#Q1AoLhpUpket6FHvUtIytafklfmng7w5 { color:#001f3c;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8124980926514rem;left:31.562501907349rem;height:11.63355rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { position:absolute;display:block;z-index:15016;background-color:#eab849;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3rem;width:3rem;top:1.8125rem;left:50rem;display:block; }
#JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { color:#001f3c;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.6432290077209rem;left:54.968751907349rem;height:11.63355rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.9930610656738rem;left:4.9921875rem; }
#TVrB67ZFKhTsFVGl3ll1TmWb0ugM7OCn { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3rem;left:27.5625rem; }
#xlMhl9AATkNyqKNfG3f6AQZ9oLdKesuC { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.9921875rem;left:51.131944656372rem; }
#qezoEafDypZa9i1eHnCiGShDz4Rc53np { 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; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { background-color: transparent; background-image: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container > .video-iframe-container { display: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container { display: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .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); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { border-width: 0; border-radius: 0; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { color:#001f3c;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:0.8125rem;left:43rem;height:13.295425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { position:absolute;display:block;z-index:15018;background-color:#eab849;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3rem;width:3rem;top:1rem;left:38.0625rem;display:block; }
#onmnOUD6klh6UCKLa97XhJgevEMQD68N { color:#001f3c;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:0.8125rem;left:16.25rem;height:13.295425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { position:absolute;display:block;z-index:15021;background-color:#eab849;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3rem;width:3rem;top:1rem;left:11.3125rem;display:block; }
#lVepLmtuXJST20udx2ckb05CPKOUmb8e { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.09375rem;left:39.256944656372rem; }
#z2PPexcVTg5ZlcCxaSTKJAtamlXWm4bJ { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.375rem;left:12.4375rem; }
#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7.adaptive-delivery-prevent-bg, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyload, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyloading { background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { background-color: transparent; background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .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); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { border-width: 0; border-radius: 0; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.998263835907rem;left:15.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.adaptive-delivery-prevent-bg, #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.lazyload, #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.lazyloading { background-image: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { background-color: transparent; background-image: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container > .video-iframe-container { display: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row > .video-iframe-container { display: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .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); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { border-width: 0; border-radius: 0; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#ohBq5CobftLunXRz1EnavrOtgNqIBlSg { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.381076335907rem;left:6.0694446563721rem;height:13.295475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPMDRO9yBK6SDbyyR8In4ubyk30X3RFT { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:3.375rem;left:28.3125rem;height:11.63351875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omZEaJ7ISUPZdHJNKKA6D3dT9KS9q5Xk { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.375rem;left:51.118059158325rem;height:11.63351875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLaMS89LFlUOw1rJxzl19eKFvqP7EVK0 { position:absolute;display:block;z-index:15007;background-color:#c39522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.1875rem;top:0.72569465637206rem;left:4.8263893127441rem;display:block; }
#rHJLRmSL4gNhvTWwLNoM6UCfxbZt4fMn { position:absolute;display:block;z-index:15004;background-color:#c39522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.125rem;top:0.75rem;left:27.381944656372rem;display:block; }
#DAtD9msK7dGlgBrb2kw81SQXQdr78SC2 { position:absolute;display:block;z-index:15005;background-color:#c39522;background-image:none;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.1875rem;top:0.8125rem;left:50rem;display:block; }
#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.adaptive-delivery-prevent-bg, #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.lazyload, #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.lazyloading { background-image: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { background-color: transparent; background-image: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container > .video-iframe-container { display: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row > .video-iframe-container { display: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .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); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { border-width: 0; border-radius: 0; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#yy2dM9USTH4XSSIB9BBXe2VICvDRRxni { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.375rem;left:5.6006946563721rem;height:11.63351875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0tF3XdyKdEJ3q8NqTU8TSsLahak6D9i { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:3.375rem;left:28.312501907349rem;height:13.295475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtuOxKSc6fMHgaKe1qX4zOPkrx6dTIRu { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.375rem;left:51.125rem;height:13.295475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUZ4LH35Wi4Ps58aOFTOZwLfO7sQydML { position:absolute;display:block;z-index:15007;background-color:#c39522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.125rem;top:0.75rem;left:4.8263893127441rem;display:block; }
#H66tNQORdaTdWJ2ApP8URxJBUt2fJFht { position:absolute;display:block;z-index:15004;background-color:#c39522;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.125rem;top:0.75rem;left:27.381944656372rem;display:block; }
#IO8x6IihTVRFfrlxyfhRnPVn2Ih66sTe { position:absolute;display:block;z-index:15005;background-color:#c39522;background-image:none;border-top:0.0625rem solid #e0e4e4;border-left:0.0625rem solid #e0e4e4;border-right:0.0625rem solid #e0e4e4;border-bottom:0.0625rem solid #e0e4e4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:20.125rem;top:0.75rem;left:50rem;display:block; }
#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.adaptive-delivery-prevent-bg, #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.lazyload, #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.lazyloading { background-image: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { background-color: transparent; background-image: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container > .video-iframe-container { display: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row > .video-iframe-container { display: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .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); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { border-width: 0; border-radius: 0; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#vCM3IadJFGgyqoTI5lbDBCV0FCnSAOJF { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.75rem;left:15.5rem;height:3.08711875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTvnsFk7TXsq3AJhDgTDUKXceSKTLT8n { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #bf9224, #cfa53d);background-image: -moz-linear-gradient(115deg, #bf9224, #cfa53d);background-image: -ms-linear-gradient(115deg, #bf9224, #cfa53d);background-image: -o-linear-gradient(115deg, #bf9224, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9224', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9224', endColorstr='#cfa53d' );";background-image: linear-gradient(115deg, #bf9224, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:5.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.7473955154419rem;left:23.812501907349rem;display:block; }
#zhaOe6hRGeo9FLAsEJRmciHkOyql6yh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKXF9NfVP1pISbHMCVcxkTfyIwlN188m { color:#6cacf1;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5538196563719rem;left:13.875rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPIxvKKABlBaHSsnxdaSy9mkSs9veRZK { color:#6cacf1;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.5538196563719rem;left:53.930559158325rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { 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; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { background-color: transparent; background-image: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container > .video-iframe-container { display: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container { display: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .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); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { border-width: 0; border-radius: 0; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { color:#001f3c;display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:36.1875rem;height:41.660125rem;font-style:normal;display:block; }
#Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { color:#001f3c;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(172,172,172,0.5);top:6.25rem;left:36.1875rem;height:3.08711875rem;font-style:normal;display:block; }
#LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.51) ;height:35.6875rem;width:18rem;top:11.8125rem;left:14.1875rem;overflow:hidden;display:block; }
#T7fttxEU50eI3Eiuv16ukB85SFx3In72 { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:16.875rem;width:13.5rem;top:18.25rem;left:3.3125rem;overflow:hidden;display:block; }
#bm6QQa7PAT7TZUlqB7o005HmrToKglMI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:12.5rem;width:16.81225rem;top:33.061078071594rem;left:0.65577697753906rem;overflow:hidden;display:block; }
#ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem #00305d ;height:13rem;width:18.125rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.adaptive-delivery-prevent-bg, #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.lazyload, #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.lazyloading { background-image: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { background-color: transparent; background-image: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container > .video-iframe-container { display: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row > .video-iframe-container { display: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .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); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { border-width: 0; border-radius: 0; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#elTVCT2Libk7DXWRnby5XekTU3PCUH01 { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4244790077213rem;left:15.46875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLTyIybXaaUietXcHPmA3AD4JVvXg76l { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:10.749131679535rem;left:7.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.adaptive-delivery-prevent-bg, #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.lazyload, #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.lazyloading { background-image: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { background-color: transparent; background-image: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container > .video-iframe-container { display: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row > .video-iframe-container { display: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .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); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { border-width: 0; border-radius: 0; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:block; }#XvcJ68PVXF1F0wVGsmzSMXoDJkqysHMy { position:absolute;display:block;z-index:15000;background-color:#cfa53d;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2.75rem;left:35.75rem;display:block; }
#RdaAmsLaDM1au9nQGDvWACDUyoH92e3O { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:36.4375rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isuACCPeCUwoiNJgTS1h1Lpt83KRRTZy { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.25rem;left:41.250001907349rem;height:1.65rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BzBpt3QAW0VPT2tmfEQFOUkO7i83zZpT { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3715281486513rem;left:41.250001907349rem;height:7.31238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkwZauEVdnEhCzL9PHEthIXNH4T0EQbE { position:absolute;display:block;z-index:15004;background-color:#cfa53d;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:14.625rem;left:35.8125rem;display:block; }
#oKq3BS2TLK92EFz1QuUU5LPtoFE36BCz { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.4375rem;left:36.4375rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Km2DlPefiDoNQTwIwT1V9ErcJGVOGL7U { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:16.25rem;left:3.5rem;height:1.65rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#LMvf43Kw2Z6NHuR2EORy1gTDEkCkaoBl { color:#000000;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:4.5rem;height:7.31238125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tGR8qlymZ3xLy1AJSaJgXQISEpUBvz2l { position:absolute;display:block;z-index:15004;background-color:#cfa53d;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:27.375rem;left:35.75rem;display:block; }
#AndZtWUepP2DAivuX3eztPQvyA7Wxb2t { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:28.1875rem;left:36.5rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQXiEOFlP7bRr8TF0t872bFAT1A8robV { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5625rem;left:41.25rem;height:3.89915rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ltAbrivESZBw4zDurORZlb2CtxyElQuy { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.3125rem;left:41.25rem;height:7.31238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdnQyTEbZOmBmaAtxLrBGuWiAvaIuvCB { position:absolute;display:block;z-index:15008;background-color:#cfa53d;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:53.75rem;left:35.75rem;display:block; }
#LTKmW0ryMTJHL7tnPJCMHm720nxDNiBL { color:#000000;display:block;width:2.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:54.5625rem;left:36.5rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbXNWlHCB8xISFbpIwuyDl0wWecqQ4qQ { position:absolute;display:block;z-index:15008;background-color:#cfa53d;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:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:41.5625rem;left:35.8125rem;display:block; }
#PJb8QplxNI9r22Rzflq7DnZFPS8Uckfu { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:42.3125rem;left:36.5rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWuIpdt0EEF7L38w8akGTrQCSdqFrAQT { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:43.1875rem;left:3.5rem;height:1.65rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#KUKeAxgiNo9mrUm8I6xDAm8Ieg19usvy { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:46.437519073486rem;left:6.2430553436279rem;height:7.31238125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fRPtxVfQs2y9crh1rhZzXD4rznfUpKQp { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:58.875rem;left:41.25rem;height:7.31238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#opH8KZdNJyO8FfZ0N0rTkDJbVw11H1uT { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:55.3125rem;left:41.25rem;height:1.65rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kiWVw4MgBEvQ0HFcutWHxlPdGSUrqybK { box-sizing:content-box;height:0.125rem;width:15.625rem;position:absolute;display:block;z-index:15013;background-color:#cfa53d;background-image:none;top:53.75rem;left:41.25rem;display:block; }
#s6MRNNC0vSPRgL8q2GCyXk35qwtLGZKw { box-sizing:content-box;height:0.125rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:#cfa53d;background-image:none;top:27.3125rem;left:41.25rem;display:block; }
#g7J5Qb5CS7N6AyZohRBfxPkd118v2SvB { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15015;background-color:#cfa53d;background-image:none;top:2.6805572509766rem;left:41.250001907349rem;display:block; }
#qCdr4Uvfa4lP2Ro6W1Hsyr2QBu26gz94 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:#cfa53d;background-image:none;top:14.490455150604rem;left:14.743055343628rem;display:block; }
#fytt4JlJcZSJW3UCJMQyTLnkTotiv3bI { box-sizing:content-box;height:0.125rem;width:10.625rem;position:absolute;display:block;z-index:15014;background-color:#cfa53d;background-image:none;top:41.551225185394rem;left:22.868055343628rem;display:block; }
#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { 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; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { background-color: transparent; background-image: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container > .video-iframe-container { display: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container { display: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .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); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { border-width: 0; border-radius: 0; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #003e77, #5896d8);background-image: -moz-linear-gradient(339deg, #003e77, #5896d8);background-image: -ms-linear-gradient(339deg, #003e77, #5896d8);background-image: -o-linear-gradient(339deg, #003e77, #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e77', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e77', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, #003e77, #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:10.75rem;left:1.8125rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#001f3c;display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.8125rem;height:;font-style:normal;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9bc32809358061dfb78c2b16d4ea3a94f6b61782.svg); }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#001f3c;display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(230,230,230,0.5);top:5.75rem;left:1.8125rem;height:3.25rem;font-style:normal;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { position:absolute;display:block;z-index:14998;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.25rem;width:19.6875rem;top:12.201388875rem;left:49.515972007944rem;overflow:hidden;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -moz-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -ms-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -o-linear-gradient(339deg, #ae882b, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, #ae882b, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:22.625rem;left:42.625rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #b09f74 ;height:4.25rem;width:4.25rem;top:20.6875rem;left:42.625rem;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { position:absolute;display:block;z-index:15027;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:21.5rem;left:43.4375rem;overflow:hidden;display:block; }
#Eu7Z0nblrZqddNLHkbddkzrMuvasiZu4 { position:absolute;display:block;z-index:14998;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14rem;width:19.875rem;top:24.875rem;left:55.125rem;overflow:hidden;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:15024;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #cfa53d ;height:4.25rem;width:4.25rem;top:32.375rem;left:48.375rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -moz-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -ms-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -o-linear-gradient(339deg, #ae882b, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, #ae882b, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:34.3125rem;left:48.375rem;display:block; }
#FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.75rem;width:16.75rem;top:37.875013351441rem;left:50.984376907349rem;overflow:hidden;display:block; }
#q4yiviwpH38Q2s24l3vmINOQqBEHSDgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.75rem;left:48.75rem; }
#NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -moz-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -ms-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -o-linear-gradient(339deg, #ae882b, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, #ae882b, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:55.1875rem;left:44.8125rem;display:block; }
#Qoxc9DJZUigeEWNqJuQZgcQx8VPQVJxM { position:absolute;display:block;z-index:15032;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #cfa53d ;height:4.25rem;width:4.25rem;top:53.25rem;left:44.6875rem;display:block; }
#adq5H84JTOAsolT6GuMArzl0NUpFRu6J { position:absolute;display:block;z-index:15034;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:54.0625rem;left:45.5rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:21.125rem;top:57.500013351441rem;left:53.812501907349rem;overflow:hidden;display:block; }
#D6L6XC5MWKZ31mwgXvcTdamS1budgs60 { position:absolute;display:block;z-index:15026;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #cfa53d ;height:4.25rem;width:4.25rem;top:67.1875rem;left:46.875rem;display:block; }
#mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:67.3125rem;left:47.375rem; }
#QWKubwEFmshB393qeOOJK7LB0rMqRVyo { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -moz-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -ms-linear-gradient(339deg, #ae882b, #cfa53d);background-image: -o-linear-gradient(339deg, #ae882b, #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, #ae882b, #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:69.125rem;left:47rem;display:block; }
#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o { 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; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container { background-color: transparent; background-image: none; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container > .video-iframe-container { display: none; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row > .video-iframe-container { display: none; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .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); }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container { border-width: 0; border-radius: 0; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#WacCT7H4nuaTTlT18TBd7wEPsTaeEDRw { color:#001f3c;display:block;width:51.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(200,200,200,0.5);top:2.1171684265137rem;left:11.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMshHldBfbBU9x0wJRzo6pXMhL6AuN3k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:61.625rem;top:5.3115844726562rem;left:6.1248226165771rem;overflow:hidden;display:block; }
#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy { 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; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container { background-color: transparent; background-image: none; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container > .video-iframe-container { display: none; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row > .video-iframe-container { display: none; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .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); }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container { border-width: 0; border-radius: 0; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#gDhqTTDcBTVQTOHPdd9H51AMJmoq27ed { color:#001f3c;display:block;width:51.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(200,200,200,0.5);top:0.70608520507812rem;left:11.249763488769rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdLxpocRzfHzkLEoDT1SRk3qUymKwUz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:25.625rem;top:24.375rem;left:12.875rem;overflow:hidden;display:block; }
#KpfdvHK9hG2A1VD5lggA24zrNeAENetH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:22.875rem;top:18.4375rem;left:47.25rem;overflow:hidden;display:block; }
#zMIbNELz7c81rcD0iMldEDazUPDuKQ1I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:22.8125rem;top:18.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#bRuyS4E184i3D6bIBXry2imSFZb9TRdW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:22.8125rem;top:18.4375rem;left:26.5rem;overflow:hidden;display:block; }
#NJLh5TuWzTIuqfOnrUm3IcR6ovnHpy9V { 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:17.0625rem;width:75rem;top:9.4375rem;left:0rem;overflow:hidden;display:block; }
#VaC7rS7HFrHETLH2GEJOtC0xymBuOsQ6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:26.625rem;top:24.5625rem;left:37.5rem;overflow:hidden;display:block; }
#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU.adaptive-delivery-prevent-bg, #hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU.lazyload, #hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU.lazyloading { background-image: none; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container { background-color: transparent; background-image: none; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container > .video-iframe-container { display: none; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row > .video-iframe-container { display: none; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .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); }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container { border-width: 0; border-radius: 0; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#nctNIOTI48uDcLyf6l7kQpMIRtJq2Gnt { position:absolute;display:block;z-index:15000;background-color:#003e77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:32.0625rem;width:60rem;top:5.25rem;left:7.5rem;display:block; }
#CBpQGVz89NoKIdxqhwId4DKDszHMbWMv { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.3125rem;left:16.6875rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayIAQxv6QswIucEW5ps3k50BaCFys5fR { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.936950683594rem;left:16.749822616577rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEK2Ly8fSHnik82QPTltGU0rLuwAaI10 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18.625rem;left:21.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KC2AUsuZzWUHICr9A0RwoimXZqgCicJT { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #bc0303, #e02a03);background-image: -moz-linear-gradient(115deg, #bc0303, #e02a03);background-image: -ms-linear-gradient(115deg, #bc0303, #e02a03);background-image: -o-linear-gradient(115deg, #bc0303, #e02a03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0303', endColorstr='#e02a03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0303', endColorstr='#e02a03' );";background-image: linear-gradient(115deg, #bc0303, #e02a03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0619375rem;height:3.81214375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.748755931854rem;left:28.467683792114rem;display:block; }
#SpVLwidB1UIgzKhar1w6JqCHqBXAcWoK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txves4pZIX2JFTmbTbAWpaN0IBqyTNZW { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:30.5rem;left:11.75rem;height:5.24858125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QF9B0P49bthLZtrycXDW0D38MFKM1pAK { 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; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { background-color: transparent; background-image: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container > .video-iframe-container { display: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container { display: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .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); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { border-width: 0; border-radius: 0; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#igsJ0gOr1M0clJT7rGPDZtmToD8U55as { color:#001f3c;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(211,211,211,0.5);top:5.1371507644653rem;left:0rem;height:2.8497875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 { 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; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container { background-color: transparent; background-image: none; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container > .video-iframe-container { display: none; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row > .video-iframe-container { display: none; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .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); }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container { border-width: 0; border-radius: 0; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#mFViRIP0LxhVv4Kuk1ZtFqaGfit2ARTk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.625rem;width:47.5625rem;top:0rem;left:13.71875rem;display:block; }
#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN { 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; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container { background-color: transparent; background-image: none; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container > .video-iframe-container { display: none; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row > .video-iframe-container { display: none; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .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); }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container { border-width: 0; border-radius: 0; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:block; }#c7SsT5yvdslTlNMZUoMuOoWyIdAGLeAo { position:absolute;display:block;z-index:15041;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(41,41,41,0.2) ;height:18.9375rem;width:39.6875rem;top:0.5625rem;left:-0.091734910975819rem;overflow:hidden;display:block; }
#utsA6qgXBCm8gH8tPCKT5ooy7ymMWvvr { position:absolute;display:block;z-index:15042;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.25rem 0.1875rem rgba(40,40,40,0.2) ;height:7.4375rem;width:33.0625rem;top:0.625rem;left:41.696180343628rem;overflow:hidden;display:block; }
#UTa1bLwmidwgENw9NwiVlXHNzdrlpHdX { position:absolute;display:block;z-index:15051;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(52,52,52,0.2) ;height:7.9375rem;width:37.75rem;top:35.061651229858rem;left:37.138891220093rem;overflow:hidden;display:block; }
#EGnnEfLMOx7eETz4Pty2XeTdSkLndm7f { position:absolute;display:block;z-index:15056;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(43,43,43,0.2) ;height:22.25rem;width:27.8125rem;top:10.803819179535rem;left:46.000001907349rem;overflow:hidden;display:block; }
#tizDMiDtmXbfinTO8nuDb6ncadexTlzX { position:absolute;display:block;z-index:15053;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(35,35,35,0.2) ;height:15rem;width:36.125rem;top:33.811631202697rem;left:0rem;overflow:hidden;display:block; }
#LUx8lhDuHaVuIoe3aLP8e6VAm17fZvel { position:absolute;display:block;z-index:15047;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(24,24,24,0.2) ;height:9.375rem;width:44.1875rem;top:21.999999523163rem;left:0rem;overflow:hidden;display:block; }
#mo19QJsWyz6TpTV2lzL0UThsOhlqixZV { color:#001f3c;display:block;width:46.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:65.4375rem;left:14.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #1568a6, #5896d8);background-image: -moz-linear-gradient(339deg, #1568a6, #5896d8);background-image: -ms-linear-gradient(339deg, #1568a6, #5896d8);background-image: -o-linear-gradient(339deg, #1568a6, #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1568a6', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1568a6', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, #1568a6, #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:69.125rem;left:33.375rem;display:block; }
#svfygo9n5TDSQL5rGtMLyvaAqTIWxi9T { position:absolute;display:block;z-index:15054;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(35,35,35,0.2) ;height:7.4375rem;width:37.5625rem;top:44.922761917114rem;left:37.326391220093rem;overflow:hidden;display:block; }
#EOI43XwzRB7Zsvh9NCG18XvKVSTpfbNt { position:absolute;display:block;z-index:15055;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(35,35,35,0.2) ;height:7.8125rem;width:35.8125rem;top:51.256095886231rem;left:0rem;overflow:hidden;display:block; }
#p1I6LmhKVVZgGhw1y8t36Sb0cb7TrChR { position:absolute;display:block;z-index:15056;border-top:0.0625rem solid #003e77;border-left:0.0625rem solid #003e77;border-right:0.0625rem solid #003e77;border-bottom:0.0625rem solid #003e77;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(35,35,35,0.2) ;height:6.8125rem;width:37.4375rem;top:54.59637260437rem;left:37.451391220093rem;overflow:hidden;display:block; }
#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.adaptive-delivery-prevent-bg, #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.lazyload, #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.lazyloading { background-image: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { background-color: transparent; background-image: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container > .video-iframe-container { display: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row > .video-iframe-container { display: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .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); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { border-width: 0; border-radius: 0; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#NXD2riK2TIleTRgslOT793DaFVT7kaH1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.3854162693024rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqhHus12u18n9THv0qAPRPCeXwWbulV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0.adaptive-delivery-prevent-bg, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyload, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyloading { background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { background-color: transparent; background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .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); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { border-width: 0; border-radius: 0; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:6.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9.9999997615813rem;left:3rem;height:3.49905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:62.65625190735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#THpJc3igS7JkHbOT4rUt6qgt0t1K8iKl { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8125rem;left:25.156251907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:43.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:9.9999997615813rem;left:20.250001907349rem;height:5.24858125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.062499761581rem;left:38.843751907349rem;height:5.248575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W98T3droupCywNZ1qHQALheTfOiHTV72 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.0625rem;left:58.5625rem;height:3.49905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz { 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; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { background-color: transparent; background-image: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container > .video-iframe-container { display: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row > .video-iframe-container { display: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .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); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { border-width: 0; border-radius: 0; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#bsfcOffKzMK15gH1zgKb0XfDf2QB3THk { color:#00305d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(183,183,183,0.5);top:5.6206598281861rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 { 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; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { background-color: transparent; background-image: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container > .video-iframe-container { display: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row > .video-iframe-container { display: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .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); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { border-width: 0; border-radius: 0; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#HmrcrotxSc3otdhLKWX01wAq5ZrEqzM8 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.6493062973022rem;left:5.0703125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiu5eI57R8CcqdHQhGq9aeDU0TCAZS1V { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.7118062973022rem;left:61.829858779907rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbLOhXSM2AXDgu3P5lu7tt3rCl97pOon { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.6493062973022rem;left:33.187501907349rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfeCsTDq2gAx25hBznIX5svvNtbTMevA { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.5868062973022rem;left:18.805555343628rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWcQMPWC2zpq5NmaC5DoB7enx5Ukqri1 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.5868062973022rem;left:47.9375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NilmlS7aDX8yyJTHAfMd3G2pVBtsFEVc { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.0243062973022rem;left:28.517362594604rem; }
#R87AUz8u8sgeTT6UyZxt7wqBBk6kITcm { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.0243062973022rem;left:13.680555343628rem; }
#HJVlI6QR7smsiZMUzQOwVvAtZ5PHBZah { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.0243062973022rem;left:42.923612594604rem; }
#MvZf44r0qVqCZZfAVSKQz1KViIkAK8as { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.0243062973022rem;left:57.454858779907rem; }
#gIw3Z1BHlGnCXEBJcTqnFkQCaBmWNF1Z { position:absolute;display:block;z-index:14999;background-color:#5896d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.61);border-left:0.0625rem solid rgba(227,227,227,0.61);border-right:0.0625rem solid rgba(227,227,227,0.61);border-bottom:0.0625rem solid rgba(227,227,227,0.61);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:14.625rem;width:10.6875rem;top:0.84375rem;left:3.359375rem;display:block; }
#D7KbSQweRD1OMGkVQ6TMhVPNKt3LUxRI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZEv87mnWA4yc06WAATpiryw5WTRdgTMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WkDEapmlDxWnotLn96s5iXSzekR96saa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fzTMl15stQQmI1iT0cHulbxBulVkfX5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CatZlainM2RFs8GEe74NMExacTvps5on { position:absolute;display:block;z-index:15000;background-color:#1c78c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.61);border-left:0.0625rem solid rgba(227,227,227,0.61);border-right:0.0625rem solid rgba(227,227,227,0.61);border-bottom:0.0625rem solid rgba(227,227,227,0.61);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:14.625rem;width:10.625rem;top:0.84375476837156rem;left:17.781251907349rem;display:block; }
#MVZgEOluCJMg4tkLVIuaFBFyuLASV1AH { position:absolute;display:block;z-index:15001;background-color:#1568a6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.61);border-left:0.0625rem solid rgba(227,227,227,0.61);border-right:0.0625rem solid rgba(227,227,227,0.61);border-bottom:0.0625rem solid rgba(227,227,227,0.61);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:14.625rem;width:10.625rem;top:0.84375476837156rem;left:32.187501907349rem;display:block; }
#UpF42RAW5K8l1QzRROKQS7NeO97vsQ3x { position:absolute;display:block;z-index:15002;background-color:#004e92;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.61);border-left:0.0625rem solid rgba(227,227,227,0.61);border-right:0.0625rem solid rgba(227,227,227,0.61);border-bottom:0.0625rem solid rgba(227,227,227,0.61);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:14.625rem;width:10.625rem;top:0.84375476837156rem;left:46.968751907349rem;display:block; }
#Tex6cDM18gFqaqwcQvK4v7W6dVtP7q0a { position:absolute;display:block;z-index:14998;background-color:#00305d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.61);border-left:0.0625rem solid rgba(227,227,227,0.61);border-right:0.0625rem solid rgba(227,227,227,0.61);border-bottom:0.0625rem solid rgba(227,227,227,0.61);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:14.625rem;width:10.6875rem;top:0.84375476837156rem;left:61.343751907349rem;display:block; }
#a2AOU0GIytnkTXPCrVVblVCNOLtFQkSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lBJDA0DFZUxNQ5XrpIkGAplK2mptcsNo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bFIDgGZ6byTmkZOTXhVTEEUUAes0IO0G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.adaptive-delivery-prevent-bg, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyload, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyloading { background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { background-color: transparent; background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .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); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { border-width: 0; border-radius: 0; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);top:4.8125rem;left:16.375rem;height:3.32505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIwdzcCqTGAPOo56azCamwPVX7G4THsm { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #c39930, #cf9d36);background-image: -moz-linear-gradient(115deg, #c39930, #cf9d36);background-image: -ms-linear-gradient(115deg, #c39930, #cf9d36);background-image: -o-linear-gradient(115deg, #c39930, #cf9d36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39930', endColorstr='#cf9d36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39930', endColorstr='#cf9d36' );";background-image: linear-gradient(115deg, #c39930, #cf9d36);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.1875rem;left:31.25rem;display:block; }
#y7EC16QTSJTk8FbtTB9vWR2HgdIvBRIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AEXf62VyCRuLlOZ2rHcK6kzhKhp50Lmm { color:#6cacf1;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.0625rem;left:21.25rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhiGd74UbNbVmwLXTyR6cOx63c4qakUK { color:#6cacf1;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.0625rem;left:46.3125rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { background-color: transparent; background-image: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .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); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { border-width: 0; border-radius: 0; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { font-size:0.875rem;font-family:montserrat;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#1568a6;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.adaptive-delivery-prevent-bg, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.lazyload, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.lazyloading { background-image: none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:"open sans";color:#ffffff;line-height:2.5;overflow:hidden;height:auto;font-style:normal; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";color:#ffffff;height:auto;line-height:1.6;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_294957b3e70a54fa4ebffb1b6379d70768c90f47.svg");background-size:contain !important; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.adaptive-delivery-prevent-bg, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.lazyload, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.lazyloading { background-image: none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { box-sizing:content-box;height:auto;width:73.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15070;background-color:transparent;background-image:none;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;top:11.375rem;left:0.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #JVGm6hcnH0mDtB40qZ9m7TQ0ywCtoyXH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #cKRyFnQBAsD3saS1bcoOQJo1wcMNksUl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #utR2V11w3x886LvanQmkwc1A7NRILgQO { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #gPH7F4o6b5yAFW0bRqy5xRZu0y1Sdt4t {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #bx4f4Q3OoVImr7e83RcXMcNcGltZ9leE { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SteFtgONPkTUcP91bU2zgXXUyPPIIy7f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Fsg4L9lgZit6SdJGs9xqG3ftTxzd56Xr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #DvOwAEHQ9AR3NPeOOxZBuTg08eW0lOT8 { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #p8iFwyI5lVwuJqgAR3qggvwrdRJw2xhM {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #NfAMOmP5wUVriwqvq50D2x0MOukAKcDS { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #usVRlm1Te30JT7RvlQnxa9WdovHgqxur { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #qkBx320gNarURmDuoeGg8A7IvIM0VMWL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #kEybesfH9m5dTKhhppgPcEdVCQtcyBLI { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fnhrv02CdEyNKkaLLcJhH55eXHndTxVu {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SoAATvNC5qnskdEzU6JBN5UKybi2DQpB { display:none; }
#VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { color:#00305d;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.1875rem;left:21.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { color:#00305d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(172,172,172,0.5);top:4.5625rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { 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; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { background-color: transparent; background-image: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .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); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { border-width: 0; border-radius: 0; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#HeBeMbTBvSFerreRvs1EIwb0invdVUHM { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ae882b, #cf9d36);background-image: -moz-linear-gradient(115deg, #ae882b, #cf9d36);background-image: -ms-linear-gradient(115deg, #ae882b, #cf9d36);background-image: -o-linear-gradient(115deg, #ae882b, #cf9d36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cf9d36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae882b', endColorstr='#cf9d36' );";background-image: linear-gradient(115deg, #ae882b, #cf9d36);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:26.6875rem;height:5.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.0928688049316rem;left:24.156251907349rem;display:block; }
#TzIUagqesISEpbxpCqpALLkfTaLQBBW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { color:#6cacf1;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:0.9296875rem;left:54.375001907349rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { color:#6cacf1;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:0.9296875rem;left:12.875rem;height:7.5751875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003e77;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.adaptive-delivery-prevent-bg, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyload, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyloading { background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { background-color: transparent; background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .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); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { border-width: 0; border-radius: 0; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.8125rem;left:29.5rem;height:1.6875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.6875rem;left:26.9375rem; }
#oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.0625rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.3125rem;left:21.875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #1568a6, #5896d8);background-image: -moz-linear-gradient(339deg, #1568a6, #5896d8);background-image: -ms-linear-gradient(339deg, #1568a6, #5896d8);background-image: -o-linear-gradient(339deg, #1568a6, #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1568a6', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1568a6', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, #1568a6, #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:13.0625rem;left:33.375rem;display:block; }
#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv { border-top:0.0625rem solid #376ea2;border-left:0;border-right:0;border-bottom:0;background-color:#003e77;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.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; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.adaptive-delivery-prevent-bg, #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.lazyload, #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.lazyloading { background-image: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { background-color: transparent; background-image: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container > .video-iframe-container { display: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row > .video-iframe-container { display: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .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); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { border-width: 0; border-radius: 0; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.4375rem;left:45.9375rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.8125rem;height:3.65625rem;font-style:normal;display:block; }
#plWtGXbEfNUbIret7fvwJtMRrc8Abude { position:absolute;display:block;z-index:15009;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.9375rem;width:9.8125rem;top:1.9375rem;left:9.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TxkmyegK1Bh1s18BugFzGtfhv11ZOscx { display:block; }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT9xAVvBg5Jm9mR2vTlWT4vrnR6fvOOJ { top:1.5rem;left:0rem;width:46.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TClxPhZqehbWs0aP7tXTCBfuiqcWADah { width:25.625rem;height:3.8125rem;top:0.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Ne9wdHDfN6OwuTTZxQw3SXq59ulBfw { display:block; }
 }@media only screen and (max-width: 763px) { #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 { display:block; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCNCT5yhkGKXPrgqJpdsv915QIT9sfOb { top:7.0625rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovf7aTH3tGlBGdKmlo9VQNxc4FBMePZE { top:16.6875rem;left:1.15625rem;width:45.4375rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfdqvVFbPXb4EBN6Rrgs8GdihALJl8s { width:23.8125rem;height:3.9375rem;top:22.4375rem;left:11.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvDVTt6bQVsGqNy5tOZmF6N23v9bUEkN { display:block; }
 }@media only screen and (max-width: 763px) { #grOFxA3BnycXewKsoZzfdthLseog0WxT { top:0.6875rem;left:18.968751907349rem;width:9.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV { display:block; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wut449qACNRE2pZe3fmCpm6wiL6gOd0S { top:22.3125rem;left:0rem;width:47.75rem;height:55.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glnE5FqOH6Vne3wpNJqb1q2IXk1HIQoM { top:3.4375rem;left:15.749404907226rem;width:17.4375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { top:27.0625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { top:39.3125rem;left:0rem;width:47.75rem;height:30.875rem;font-size:1.0625rem;display:block; }#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #r23Px2gZt61SP6xxB8LQP7xHIoQqzp2W { top:71.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd { display:block; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xANznihO9iqiSUlMAvri9OslOB5hJhWi { top:5.3125rem;left:1.84375rem;width:44.0625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpKqKGgPTOHVc087c4HExqF0ifZxai1T { top:1.8125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { width:16.25rem;height:14.9375rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { top:1.8125rem;left:15.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AoLhpUpket6FHvUtIytafklfmng7w5 { width:16.9375rem;height:11.625rem;top:1.75rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { top:1.8125rem;left:31.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { width:15.0625rem;height:11.625rem;top:1.625rem;left:32.156251907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { top:2.9375rem;left:0.4296875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrB67ZFKhTsFVGl3ll1TmWb0ugM7OCn { top:3rem;left:15.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMhl9AATkNyqKNfG3f6AQZ9oLdKesuC { top:2.9375rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezoEafDypZa9i1eHnCiGShDz4Rc53np { display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { width:20.25rem;height:13.25rem;top:0.8125rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { top:1rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmnOUD6klh6UCKLa97XhJgevEMQD68N { width:20.9375rem;height:13.3125rem;top:0.8125rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { top:1rem;left:4.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVepLmtuXJST20udx2ckb05CPKOUmb8e { top:2.0625rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2PPexcVTg5ZlcCxaSTKJAtamlXWm4bJ { top:2.375rem;left:5.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { top:5.9375rem;left:1.84375rem;width:44.0625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh { display:block; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohBq5CobftLunXRz1EnavrOtgNqIBlSg { top:3.375rem;left:0rem;width:17.8125rem;height:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMDRO9yBK6SDbyyR8In4ubyk30X3RFT { top:3.3125rem;left:13.875rem;width:17.875rem;height:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZEaJ7ISUPZdHJNKKA6D3dT9KS9q5Xk { top:3.3125rem;left:29.6875rem;width:17.9375rem;height:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaMS89LFlUOw1rJxzl19eKFvqP7EVK0 { top:0.6875rem;left:0rem;width:20.1875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJLRmSL4gNhvTWwLNoM6UCfxbZt4fMn { top:0.75rem;left:11.5rem;width:20.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAtD9msK7dGlgBrb2kw81SQXQdr78SC2 { top:0.8125rem;left:27.3125rem;width:20.1875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG { display:block; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy2dM9USTH4XSSIB9BBXe2VICvDRRxni { top:3.3125rem;left:0rem;width:18.625rem;height:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tF3XdyKdEJ3q8NqTU8TSsLahak6D9i { top:3.3125rem;left:13.4375rem;width:18.3125rem;height:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtuOxKSc6fMHgaKe1qX4zOPkrx6dTIRu { top:3.3125rem;left:29.8125rem;width:17.8125rem;height:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUZ4LH35Wi4Ps58aOFTOZwLfO7sQydML { top:0.75rem;left:0rem;width:20.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H66tNQORdaTdWJ2ApP8URxJBUt2fJFht { top:0.75rem;left:11.5rem;width:20.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8x6IihTVRFfrlxyfhRnPVn2Ih66sTe { top:0.75rem;left:27.375rem;width:20.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN { display:block; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCM3IadJFGgyqoTI5lbDBCV0FCnSAOJF { top:2.6875rem;left:1.8745269775391rem;width:44.0625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvnsFk7TXsq3AJhDgTDUKXceSKTLT8n { width:27.375rem;height:5.1875rem;top:7.6875rem;left:10.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhaOe6hRGeo9FLAsEJRmciHkOyql6yh5 { display:block; }
 }@media only screen and (max-width: 763px) { #UKXF9NfVP1pISbHMCVcxkTfyIwlN188m { top:6.5rem;left:0.25rem;width:7.1875rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPIxvKKABlBaHSsnxdaSy9mkSs9veRZK { top:6.5rem;left:40.305559158325rem;width:7.1875rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { top:11.75rem;left:9.875rem;width:37.875rem;height:41.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { top:6.25rem;left:17.625rem;width:30.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { top:11.8125rem;left:0.5625rem;width:18rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { top:18.25rem;left:0rem;width:13.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm6QQa7PAT7TZUlqB7o005HmrToKglMI { top:33rem;left:0rem;width:16.75rem;height:12.453716783893rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { top:7.1875rem;left:0rem;width:18.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm { display:block; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elTVCT2Libk7DXWRnby5XekTU3PCUH01 { top:6.375rem;left:1.84375rem;width:44.0625rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTyIybXaaUietXcHPmA3AD4JVvXg76l { top:10.6875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd { display:block; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcJ68PVXF1F0wVGsmzSMXoDJkqysHMy { top:2.75rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaAmsLaDM1au9nQGDvWACDUyoH92e3O { top:3.5rem;left:22.8125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isuACCPeCUwoiNJgTS1h1Lpt83KRRTZy { top:4.25rem;left:25.3125rem;width:22.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBpt3QAW0VPT2tmfEQFOUkO7i83zZpT { top:7.3125rem;left:18.1875rem;width:29.5625rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwZauEVdnEhCzL9PHEthIXNH4T0EQbE { top:14.625rem;left:22.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKq3BS2TLK92EFz1QuUU5LPtoFE36BCz { top:15.4375rem;left:22.8125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2DlPefiDoNQTwIwT1V9ErcJGVOGL7U { top:16.25rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvf43Kw2Z6NHuR2EORy1gTDEkCkaoBl { top:20rem;left:0rem;width:29rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGR8qlymZ3xLy1AJSaJgXQISEpUBvz2l { top:27.375rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndZtWUepP2DAivuX3eztPQvyA7Wxb2t { top:28.1875rem;left:22.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQXiEOFlP7bRr8TF0t872bFAT1A8robV { top:28.5625rem;left:27.625rem;width:20rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltAbrivESZBw4zDurORZlb2CtxyElQuy { top:34.3125rem;left:20.1875rem;width:27.5625rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnQyTEbZOmBmaAtxLrBGuWiAvaIuvCB { top:53.75rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKmW0ryMTJHL7tnPJCMHm720nxDNiBL { top:54.5625rem;left:22.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbXNWlHCB8xISFbpIwuyDl0wWecqQ4qQ { top:41.5625rem;left:22.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJb8QplxNI9r22Rzflq7DnZFPS8Uckfu { top:42.3125rem;left:22.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuIpdt0EEF7L38w8akGTrQCSdqFrAQT { top:43.1875rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKeAxgiNo9mrUm8I6xDAm8Ieg19usvy { top:46.4375rem;left:0rem;width:27.25rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRPtxVfQs2y9crh1rhZzXD4rznfUpKQp { top:58.875rem;left:19.3125rem;width:28.4375rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opH8KZdNJyO8FfZ0N0rTkDJbVw11H1uT { top:55.3125rem;left:22.8125rem;width:24.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiWVw4MgBEvQ0HFcutWHxlPdGSUrqybK { top:53.75rem;left:27.625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MRNNC0vSPRgL8q2GCyXk35qwtLGZKw { top:27.3125rem;left:27.625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7J5Qb5CS7N6AyZohRBfxPkd118v2SvB { top:2.625rem;left:27.625001907349rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCdr4Uvfa4lP2Ro6W1Hsyr2QBu26gz94 { top:14.4375rem;left:1.1180553436279rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytt4JlJcZSJW3UCJMQyTLnkTotiv3bI { top:41.5rem;left:9.2430553436281rem;width:10.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:10.75rem;left:0rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:14.1875rem;left:0rem;width:40.75rem;height:;font-size:1.1875rem;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9bc32809358061dfb78c2b16d4ea3a94f6b61782.svg); }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:5.75rem;left:0rem;width:33.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:12.1875rem;left:28.0625rem;width:19.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:22.625rem;left:29rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:20.6875rem;left:29rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:21.5rem;left:29.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu7Z0nblrZqddNLHkbddkzrMuvasiZu4 { top:24.875rem;left:27.875rem;width:19.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:32.375rem;left:34.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:34.3125rem;left:34.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { top:37.875rem;left:31rem;width:16.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yiviwpH38Q2s24l3vmINOQqBEHSDgT { top:32.75rem;left:35.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { top:55.1875rem;left:31.1875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoxc9DJZUigeEWNqJuQZgcQx8VPQVJxM { top:53.25rem;left:31.0625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adq5H84JTOAsolT6GuMArzl0NUpFRu6J { top:54.0625rem;left:31.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:57.5rem;left:26.5625rem;width:21.125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6L6XC5MWKZ31mwgXvcTdamS1budgs60 { top:67.1875rem;left:33.25rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { top:67.3125rem;left:33.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWKubwEFmshB393qeOOJK7LB0rMqRVyo { top:69.125rem;left:33.375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o { display:block; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WacCT7H4nuaTTlT18TBd7wEPsTaeEDRw { top:2.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMshHldBfbBU9x0wJRzo6pXMhL6AuN3k { top:5.25rem;left:0rem;width:47.75rem;height:26.732251521298rem;display:block; }
 }@media only screen and (max-width: 763px) { #abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy { display:block; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDhqTTDcBTVQTOHPdd9H51AMJmoq27ed { top:0.6875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZdLxpocRzfHzkLEoDT1SRk3qUymKwUz { top:24.375rem;left:0rem;width:25.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpfdvHK9hG2A1VD5lggA24zrNeAENetH { top:18.4375rem;left:24.875rem;width:22.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMIbNELz7c81rcD0iMldEDazUPDuKQ1I { top:18.4375rem;left:0rem;width:22.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRuyS4E184i3D6bIBXry2imSFZb9TRdW { top:18.4375rem;left:12.875rem;width:22.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLh5TuWzTIuqfOnrUm3IcR6ovnHpy9V { top:9.4375rem;left:0rem;width:47.75rem;height:10.863125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaC7rS7HFrHETLH2GEJOtC0xymBuOsQ6 { top:24.5625rem;left:21.125rem;width:26.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU { display:block; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nctNIOTI48uDcLyf6l7kQpMIRtJq2Gnt { top:5.25rem;left:0rem;width:47.75rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBpQGVz89NoKIdxqhwId4DKDszHMbWMv { top:8.3125rem;left:3.0625rem;width:41.6875rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIAQxv6QswIucEW5ps3k50BaCFys5fR { top:14.875rem;left:3.1248226165771rem;width:42.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEK2Ly8fSHnik82QPTltGU0rLuwAaI10 { top:18.625rem;left:7.75rem;width:32.25rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC2AUsuZzWUHICr9A0RwoimXZqgCicJT { width:18rem;height:3.75rem;top:24.6875rem;left:14.842683792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVLwidB1UIgzKhar1w6JqCHqBXAcWoK { display:block; }
 }@media only screen and (max-width: 763px) { #txves4pZIX2JFTmbTbAWpaN0IBqyTNZW { top:30.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9B0P49bthLZtrycXDW0D38MFKM1pAK { display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igsJ0gOr1M0clJT7rGPDZtmToD8U55as { top:5.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 { display:block; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFViRIP0LxhVv4Kuk1ZtFqaGfit2ARTk { top:0rem;left:0.09375rem;width:47.5625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN { display:block; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7SsT5yvdslTlNMZUoMuOoWyIdAGLeAo { top:0.5625rem;left:0rem;width:39.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsA6qgXBCm8gH8tPCKT5ooy7ymMWvvr { top:0.625rem;left:14.6875rem;width:33.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTa1bLwmidwgENw9NwiVlXHNzdrlpHdX { top:35rem;left:9.875rem;width:37.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGnnEfLMOx7eETz4Pty2XeTdSkLndm7f { top:10.75rem;left:19.8125rem;width:27.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tizDMiDtmXbfinTO8nuDb6ncadexTlzX { top:33.75rem;left:0rem;width:36.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUx8lhDuHaVuIoe3aLP8e6VAm17fZvel { top:21.9375rem;left:0rem;width:44.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo19QJsWyz6TpTV2lzL0UThsOhlqixZV { top:65.4375rem;left:0.5rem;width:46.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:69.125rem;left:19.75rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svfygo9n5TDSQL5rGtMLyvaAqTIWxi9T { top:44.875rem;left:10.0625rem;width:37.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOI43XwzRB7Zsvh9NCG18XvKVSTpfbNt { top:51.25rem;left:0rem;width:35.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I6LmhKVVZgGhw1y8t36Sb0cb7TrChR { top:54.5625rem;left:10.1875rem;width:37.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv { display:block; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXD2riK2TIleTRgslOT793DaFVT7kaH1 { top:5.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqhHus12u18n9THv0qAPRPCeXwWbulV0 { display:block; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { top:1.75rem;left:2.96875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { top:10rem;left:0rem;width:12.6875rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { top:1.8125rem;left:38.812501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpJc3igS7JkHbOT4rUt6qgt0t1K8iKl { top:1.8125rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { top:1.75rem;left:26.84375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { top:10rem;left:8.1875rem;width:15.6875rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { top:10rem;left:19.8125rem;width:16rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { top:10rem;left:33.625rem;width:14.125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz { display:block; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsfcOffKzMK15gH1zgKb0XfDf2QB3THk { top:5.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 { display:block; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmrcrotxSc3otdhLKWX01wAq5ZrEqzM8 { top:5.625rem;left:0rem;width:7.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiu5eI57R8CcqdHQhGq9aeDU0TCAZS1V { top:4.6875rem;left:37.8125rem;width:9.9375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbLOhXSM2AXDgu3P5lu7tt3rCl97pOon { top:4.625rem;left:19.562501907349rem;width:8.625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfeCsTDq2gAx25hBznIX5svvNtbTMevA { top:5.5625rem;left:5.1805553436279rem;width:8.6875rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWcQMPWC2zpq5NmaC5DoB7enx5Ukqri1 { top:5.5625rem;left:34.3125rem;width:8.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NilmlS7aDX8yyJTHAfMd3G2pVBtsFEVc { top:6rem;left:14.892362594604rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87AUz8u8sgeTT6UyZxt7wqBBk6kITcm { top:6rem;left:0.05555534362793rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVlI6QR7smsiZMUzQOwVvAtZ5PHBZah { top:6rem;left:29.298612594604rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZf44r0qVqCZZfAVSKQz1KViIkAK8as { top:6rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIw3Z1BHlGnCXEBJcTqnFkQCaBmWNF1Z { top:0.8125rem;left:0rem;width:10.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KbSQweRD1OMGkVQ6TMhVPNKt3LUxRI { display:none; }
 }@media only screen and (max-width: 763px) { #ZEv87mnWA4yc06WAATpiryw5WTRdgTMt { display:none; }
 }@media only screen and (max-width: 763px) { #WkDEapmlDxWnotLn96s5iXSzekR96saa { display:none; }
 }@media only screen and (max-width: 763px) { #fzTMl15stQQmI1iT0cHulbxBulVkfX5T { display:none; }
 }@media only screen and (max-width: 763px) { #CatZlainM2RFs8GEe74NMExacTvps5on { top:0.8125rem;left:4.1562519073486rem;width:10.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZgEOluCJMg4tkLVIuaFBFyuLASV1AH { top:0.8125rem;left:18.562501907349rem;width:10.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpF42RAW5K8l1QzRROKQS7NeO97vsQ3x { top:0.8125rem;left:33.343751907349rem;width:10.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tex6cDM18gFqaqwcQvK4v7W6dVtP7q0a { top:0.8125rem;left:36.9375rem;width:10.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AOU0GIytnkTXPCrVVblVCNOLtFQkSs { display:none; }
 }@media only screen and (max-width: 763px) { #lBJDA0DFZUxNQ5XrpIkGAplK2mptcsNo { display:none; }
 }@media only screen and (max-width: 763px) { #bFIDgGZ6byTmkZOTXhVTEEUUAes0IO0G { display:none; }
 }@media only screen and (max-width: 763px) { #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { display:block; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { top:4.8125rem;left:2.75rem;width:42.25rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIwdzcCqTGAPOo56azCamwPVX7G4THsm { width:12.5625rem;height:3.375rem;top:10.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7EC16QTSJTk8FbtTB9vWR2HgdIvBRIA { display:block; }
 }@media only screen and (max-width: 763px) { #c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { display:none; }
 }@media only screen and (max-width: 763px) { #AEXf62VyCRuLlOZ2rHcK6kzhKhp50Lmm { top:8.0625rem;left:7.625rem;width:3.8125rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhiGd74UbNbVmwLXTyR6cOx63c4qakUK { top:8.0625rem;left:32.6875rem;width:7.1875rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #JVGm6hcnH0mDtB40qZ9m7TQ0ywCtoyXH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #cKRyFnQBAsD3saS1bcoOQJo1wcMNksUl {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #utR2V11w3x886LvanQmkwc1A7NRILgQO {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #gPH7F4o6b5yAFW0bRqy5xRZu0y1Sdt4t {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #bx4f4Q3OoVImr7e83RcXMcNcGltZ9leE {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SteFtgONPkTUcP91bU2zgXXUyPPIIy7f {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Fsg4L9lgZit6SdJGs9xqG3ftTxzd56Xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #DvOwAEHQ9AR3NPeOOxZBuTg08eW0lOT8 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #p8iFwyI5lVwuJqgAR3qggvwrdRJw2xhM {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #NfAMOmP5wUVriwqvq50D2x0MOukAKcDS {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #usVRlm1Te30JT7RvlQnxa9WdovHgqxur {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #qkBx320gNarURmDuoeGg8A7IvIM0VMWL {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #kEybesfH9m5dTKhhppgPcEdVCQtcyBLI {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fnhrv02CdEyNKkaLLcJhH55eXHndTxVu {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SoAATvNC5qnskdEzU6JBN5UKybi2DQpB {  }
 }@media only screen and (max-width: 763px) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { top:8.1875rem;left:8.25rem;width:31.3125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { display:block; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBeMbTBvSFerreRvs1EIwb0invdVUHM { width:26.6875rem;height:5.25rem;top:2.0625rem;left:10.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIUagqesISEpbxpCqpALLkfTaLQBBW0 { display:block; }
 }@media only screen and (max-width: 763px) { #yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { top:0.875rem;left:40.5625rem;width:7.1875rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { top:0.875rem;left:0rem;width:3.8125rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { display:block; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { top:15.8125rem;left:14.1875rem;width:33.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { top:15.6875rem;left:13.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { top:4.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { top:8.3125rem;left:8.25rem;width:31.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { top:13.0625rem;left:19.75rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv { display:block; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { top:7.4375rem;left:26.1875rem;width:21.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { top:2.5rem;left:26.1875rem;width:21.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWtGXbEfNUbIret7fvwJtMRrc8Abude { top:1.9375rem;left:0rem;width:9.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TxkmyegK1Bh1s18BugFzGtfhv11ZOscx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#TxkmyegK1Bh1s18BugFzGtfhv11ZOscx > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mT9xAVvBg5Jm9mR2vTlWT4vrnR6fvOOJ { width:20rem;height:3.15rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TClxPhZqehbWs0aP7tXTCBfuiqcWADah { width:20rem;height:3.8125rem;top:5.65rem;left:0rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1Ne9wdHDfN6OwuTTZxQw3SXq59ulBfw { display:block; }
 }@media only screen and (max-width: 763px) { #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.adaptive-delivery-prevent-bg, #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.lazyload, #qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3.lazyloading { background-image: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { background-color: transparent; background-image: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container > .video-iframe-container { display: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row > .video-iframe-container { display: none; }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .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); }#qzWbhtFDSI0Wbu8pTgJC2MWgbGQS7Hf3 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCNCT5yhkGKXPrgqJpdsv915QIT9sfOb { width:20rem;height:6.3375rem;top:5.1440973281861rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ovf7aTH3tGlBGdKmlo9VQNxc4FBMePZE { width:20rem;height:6.3rem;top:12.436632156372rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HBfdqvVFbPXb4EBN6Rrgs8GdihALJl8s { width:19.25rem;height:3.8125rem;top:20.4375rem;left:0.375rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BvDVTt6bQVsGqNy5tOZmF6N23v9bUEkN { display:block; }
 }@media only screen and (max-width: 763px) { #grOFxA3BnycXewKsoZzfdthLseog0WxT { width:7.3125rem;height:2.9375rem;top:0rem;left:6.3437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV { display:block; }#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wut449qACNRE2pZe3fmCpm6wiL6gOd0S { width:20rem;height:72.1875rem;top:8.7369785308837rem;left:0rem;background-color:#0b2669;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #glnE5FqOH6Vne3wpNJqb1q2IXk1HIQoM { width:8.812125rem;height:11.1245rem;top:0.84990692138675rem;left:5.5930396318436rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { width:19.375rem;height:10.56166875rem;top:11.973836898804rem;left:0.625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { width:20rem;height:54.8804375rem;top:24.610556602478rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #r23Px2gZt61SP6xxB8LQP7xHIoQqzp2W { width:20rem;height:4.22466875rem;top:82.174499511719rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd { display:block; }#uy6GP3ckIuGhvi6fLTuS1DPyJxOlirbd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xANznihO9iqiSUlMAvri9OslOB5hJhWi { width:20rem;height:4.22466875rem;top:2.5546875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpKqKGgPTOHVc087c4HExqF0ifZxai1T { width:3.75rem;height:3.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { width:14.75rem;height:12.4272125rem;top:1.4565935134887rem;left:5.2491317987442rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { width:3.75rem;height:3.75rem;top:14.567353248596rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AoLhpUpket6FHvUtIytafklfmng7w5 { width:14.749625rem;height:11.0464125rem;top:15.242068290711rem;left:5.250354886055rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { width:3.75rem;height:3.75rem;top:27.337674617768rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { width:14.5625rem;height:9.6656rem;top:27.337674617768rem;left:5.4366317987442rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { display:flex;width:2.4375rem;height:2.4375rem;top:2.8046870231628rem;left:1.3680557012558rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #TVrB67ZFKhTsFVGl3ll1TmWb0ugM7OCn { display:flex;width:2.4372625rem;height:2.4372625rem;top:15.224312782287rem;left:1.3506153821945rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #xlMhl9AATkNyqKNfG3f6AQZ9oLdKesuC { display:flex;width:2.4375rem;height:2.4375rem;top:29.449651241303rem;left:1.4227432012558rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #qezoEafDypZa9i1eHnCiGShDz4Rc53np { display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { width:14.8125rem;height:15.188775rem;top:15.75rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { width:3rem;height:3rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmnOUD6klh6UCKLa97XhJgevEMQD68N { width:14.5rem;height:13.807975rem;top:1.3125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { width:3rem;height:3rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVepLmtuXJST20udx2ckb05CPKOUmb8e { display:flex;width:2.4375rem;height:2.4375rem;top:17.25rem;left:1.375rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #z2PPexcVTg5ZlcCxaSTKJAtamlXWm4bJ { display:flex;width:2.4375rem;height:2.4375rem;top:2.75rem;left:1.3750001192093rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7.adaptive-delivery-prevent-bg, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyload, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyloading { background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { background-color: transparent; background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .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); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { width:20rem;height:2.1125rem;top:2.724826335907rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.adaptive-delivery-prevent-bg, #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.lazyload, #rNROtnRix4GisHeeyNNK0LAnPk5lqnlh.lazyloading { background-image: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { background-color: transparent; background-image: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container > .video-iframe-container { display: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row > .video-iframe-container { display: none; }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .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); }#rNROtnRix4GisHeeyNNK0LAnPk5lqnlh > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohBq5CobftLunXRz1EnavrOtgNqIBlSg { width:18.5625rem;height:8.2848rem;top:2.90625rem;left:0.71875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMDRO9yBK6SDbyyR8In4ubyk30X3RFT { width:19.1875rem;height:9.6656rem;top:14.875rem;left:0.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #omZEaJ7ISUPZdHJNKKA6D3dT9KS9q5Xk { width:17.125rem;height:9.6656rem;top:28.125rem;left:1.8125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLaMS89LFlUOw1rJxzl19eKFvqP7EVK0 { width:20.0625rem;height:11.5625rem;top:1.2144083976746rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJLRmSL4gNhvTWwLNoM6UCfxbZt4fMn { width:20.0625rem;height:11.5rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAtD9msK7dGlgBrb2kw81SQXQdr78SC2 { width:20.0625rem;height:12.1875rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.adaptive-delivery-prevent-bg, #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.lazyload, #mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG.lazyloading { background-image: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { background-color: transparent; background-image: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container > .video-iframe-container { display: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row > .video-iframe-container { display: none; }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .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); }#mctB6T6bBwJy1QC9IHblTbXbVeGQ9GhG > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy2dM9USTH4XSSIB9BBXe2VICvDRRxni { width:18.5625rem;height:8.2848rem;top:2.3124997615814rem;left:0.71875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a0tF3XdyKdEJ3q8NqTU8TSsLahak6D9i { width:18.625rem;height:9.6656rem;top:14.5625rem;left:0.6875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gtuOxKSc6fMHgaKe1qX4zOPkrx6dTIRu { width:19rem;height:9.6656rem;top:28.125rem;left:0.5rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lUZ4LH35Wi4Ps58aOFTOZwLfO7sQydML { width:20.0625rem;height:11.25rem;top:0.77690887451175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H66tNQORdaTdWJ2ApP8URxJBUt2fJFht { width:20.0625rem;height:12.1875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8x6IihTVRFfrlxyfhRnPVn2Ih66sTe { width:20.0625rem;height:12.125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.adaptive-delivery-prevent-bg, #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.lazyload, #dQEy6Eox6fETz7DVIuDL16J3xd23xBLN.lazyloading { background-image: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { background-color: transparent; background-image: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container > .video-iframe-container { display: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row > .video-iframe-container { display: none; }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .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); }#dQEy6Eox6fETz7DVIuDL16J3xd23xBLN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCM3IadJFGgyqoTI5lbDBCV0FCnSAOJF { width:20rem;height:4.22466875rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rTvnsFk7TXsq3AJhDgTDUKXceSKTLT8n { width:19rem;height:3.8125rem;top:4.3359375rem;left:0.5rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zhaOe6hRGeo9FLAsEJRmciHkOyql6yh5 { display:block; }
 }@media only screen and (max-width: 763px) { #UKXF9NfVP1pISbHMCVcxkTfyIwlN188m { width:3.8125rem;height:0;top:14.273422241211rem;left:6.3750001192094rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uPIxvKKABlBaHSsnxdaSy9mkSs9veRZK { width:7.1875rem;height:0;top:17.74739375rem;left:6.375rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { width:20rem;height:55.231975rem;top:5.1770830154419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { width:20rem;height:2.27509375rem;top:1.6128435134887rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { width:13.125rem;height:26rem;top:66.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { width:9rem;height:11.3125rem;top:71.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm6QQa7PAT7TZUlqB7o005HmrToKglMI { width:10.062125rem;height:7.5rem;top:80.499519348144rem;left:0.59244787693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { width:12.8125rem;height:9.25rem;top:63.0625rem;left:0rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.adaptive-delivery-prevent-bg, #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.lazyload, #o8TUfSoexktZu8VIxyIKd6zG9RimQLnm.lazyloading { background-image: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { background-color: transparent; background-image: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container > .video-iframe-container { display: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row > .video-iframe-container { display: none; }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .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); }#o8TUfSoexktZu8VIxyIKd6zG9RimQLnm > .row .container { width:20rem;height:17.061415283203rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elTVCT2Libk7DXWRnby5XekTU3PCUH01 { width:20rem;height:2.1125rem;top:2.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hLTyIybXaaUietXcHPmA3AD4JVvXg76l { width:20rem;height:11.699825rem;top:5.3619794845581rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.adaptive-delivery-prevent-bg, #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.lazyload, #TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd.lazyloading { background-image: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { background-color: transparent; background-image: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container > .video-iframe-container { display: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row > .video-iframe-container { display: none; }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .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); }#TEwo3iJSFTafe2Frao3qOyTaXQOF4XHd > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvcJ68PVXF1F0wVGsmzSMXoDJkqysHMy { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaAmsLaDM1au9nQGDvWACDUyoH92e3O { width:2.125rem;height:1.925rem;top:2rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isuACCPeCUwoiNJgTS1h1Lpt83KRRTZy { width:16.125rem;height:1.5125rem;top:6rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzBpt3QAW0VPT2tmfEQFOUkO7i83zZpT { width:20rem;height:11.0464rem;top:8.6267528533938rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkwZauEVdnEhCzL9PHEthIXNH4T0EQbE { width:3.5625rem;height:3.5625rem;top:21.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKq3BS2TLK92EFz1QuUU5LPtoFE36BCz { width:2.125rem;height:1.925rem;top:21.8125rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2DlPefiDoNQTwIwT1V9ErcJGVOGL7U { width:20rem;height:3.573625rem;top:25.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LMvf43Kw2Z6NHuR2EORy1gTDEkCkaoBl { width:20rem;height:11.0464rem;top:30.124969482422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGR8qlymZ3xLy1AJSaJgXQISEpUBvz2l { width:3.5625rem;height:3.5625rem;top:42.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndZtWUepP2DAivuX3eztPQvyA7Wxb2t { width:2.125rem;height:1.925rem;top:43.25rem;left:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQXiEOFlP7bRr8TF0t872bFAT1A8robV { width:20rem;height:3.573625rem;top:47.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltAbrivESZBw4zDurORZlb2CtxyElQuy { width:20rem;height:9.6656rem;top:52rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdnQyTEbZOmBmaAtxLrBGuWiAvaIuvCB { width:3.5625rem;height:3.5625rem;top:82.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKmW0ryMTJHL7tnPJCMHm720nxDNiBL { width:2.125rem;height:1.925rem;top:82.9375rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbXNWlHCB8xISFbpIwuyDl0wWecqQ4qQ { width:3.5625rem;height:3.5625rem;top:63.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJb8QplxNI9r22Rzflq7DnZFPS8Uckfu { width:2.125rem;height:1.925rem;top:64.3125rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuIpdt0EEF7L38w8akGTrQCSdqFrAQT { width:20rem;height:1.5125rem;top:68.50000190735rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUKeAxgiNo9mrUm8I6xDAm8Ieg19usvy { width:20rem;height:9.6656rem;top:70.87500190735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRPtxVfQs2y9crh1rhZzXD4rznfUpKQp { width:20rem;height:9.6656rem;top:91.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opH8KZdNJyO8FfZ0N0rTkDJbVw11H1uT { width:20rem;height:3.573625rem;top:86.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kiWVw4MgBEvQ0HFcutWHxlPdGSUrqybK { width:15.625rem;height:0.125rem;top:107.91755487061rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6MRNNC0vSPRgL8q2GCyXk35qwtLGZKw { width:15.625rem;height:0.125rem;top:105.16755487061rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7J5Qb5CS7N6AyZohRBfxPkd118v2SvB { width:9.375rem;height:0.125rem;top:102.41755487061rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCdr4Uvfa4lP2Ro6W1Hsyr2QBu26gz94 { width:18.75rem;height:0.125rem;top:103.79255487061rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fytt4JlJcZSJW3UCJMQyTLnkTotiv3bI { width:10.625rem;height:0.125rem;top:106.54255487061rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { width:20rem;height:87.548709106445rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.375rem;top:7.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:77.325rem;top:10.223938941956rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;color:#001f3c;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9bc32809358061dfb78c2b16d4ea3a94f6b61782.svg); }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:4.225rem;top:2.1875rem;left:0.75rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#001f3c;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:5.875rem;height:4.25rem;top:58.002602577209rem;left:7.0093242851631rem;display:none; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.25rem;height:4.25rem;top:58.835936546326rem;left:5.2187501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9375rem;height:2.9375rem;top:59.492186546326rem;left:5.8750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eu7Z0nblrZqddNLHkbddkzrMuvasiZu4 { width:9.0625rem;height:6.4375rem;top:64.752606391906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.25rem;height:4.25rem;top:68.1640625rem;left:11.321180462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { width:11.875rem;height:14.6875rem;top:71.4982585907rem;left:8.1241322755812rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #q4yiviwpH38Q2s24l3vmINOQqBEHSDgT { display:flex;width:3.5rem;height:3.5rem;top:68.5390625rem;left:11.696180462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { width:8.25rem;height:0.375rem;top:55.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qoxc9DJZUigeEWNqJuQZgcQx8VPQVJxM { width:4.25rem;height:4.25rem;top:76.5rem;left:5.8750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #adq5H84JTOAsolT6GuMArzl0NUpFRu6J { width:3rem;height:3rem;top:77.125rem;left:6.5000001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:9.25rem;height:5.25rem;top:85.868041992188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6L6XC5MWKZ31mwgXvcTdamS1budgs60 { width:4.25rem;height:4.25rem;top:87.99218940735rem;left:11.321180462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { display:flex;width:2.5rem;height:2.5rem;top:88.86718940735rem;left:12.196180462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWKubwEFmshB393qeOOJK7LB0rMqRVyo { width:8.25rem;height:0.375rem;top:69.125rem;left:5.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o { display:block; }#h5eyr4Nq7NQEPT6HZXZGlDdv9kFpep6o > .row .container { width:20rem;height:16.999305297852rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WacCT7H4nuaTTlT18TBd7wEPsTaeEDRw { width:20rem;height:4.225rem;top:1.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#001f3c;display:block; }
 }@media only screen and (max-width: 763px) { #OMshHldBfbBU9x0wJRzo6pXMhL6AuN3k { width:20rem;height:11.2145rem;top:5.7848205566406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy { display:block; }#abf6OiOnTSc5RM5U4ip5veB4NTnnzlHy > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDhqTTDcBTVQTOHPdd9H51AMJmoq27ed { width:20rem;height:6.3375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#001f3c;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aZdLxpocRzfHzkLEoDT1SRk3qUymKwUz { width:15.18575rem;height:9.18575rem;top:9.1223964691163rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KpfdvHK9hG2A1VD5lggA24zrNeAENetH { width:15.1854375rem;height:9.1854375rem;top:14.373959302903rem;left:4.8135417103768rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zMIbNELz7c81rcD0iMldEDazUPDuKQ1I { width:15.3125rem;height:9.1854375rem;top:20.408333539962rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bRuyS4E184i3D6bIBXry2imSFZb9TRdW { width:15.187rem;height:9.187375rem;top:44.824807167053rem;left:2.4064866304397rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJLh5TuWzTIuqfOnrUm3IcR6ovnHpy9V { width:20rem;height:4.55rem;top:9.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaC7rS7HFrHETLH2GEJOtC0xymBuOsQ6 { width:16.4375rem;height:9.1875rem;top:26.030209302902rem;left:3.5625002980233rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU { display:block; }#hwMEX3BXcFq4C0OdUd1ec9NDfJysKqSU > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nctNIOTI48uDcLyf6l7kQpMIRtJq2Gnt { width:20rem;height:30.3125rem;top:1.75rem;left:0rem;background-color:#0b2669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CBpQGVz89NoKIdxqhwId4DKDszHMbWMv { width:19.125rem;height:5.24858125rem;top:3.5rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ayIAQxv6QswIucEW5ps3k50BaCFys5fR { width:20rem;height:4.4625rem;top:9.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uEK2Ly8fSHnik82QPTltGU0rLuwAaI10 { width:20rem;height:3.49905rem;top:13.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KC2AUsuZzWUHICr9A0RwoimXZqgCicJT { width:18.0625rem;height:3.8125rem;top:18.1875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVLwidB1UIgzKhar1w6JqCHqBXAcWoK { display:block; }
 }@media only screen and (max-width: 763px) { #txves4pZIX2JFTmbTbAWpaN0IBqyTNZW { width:19.5rem;height:8.2848125rem;top:23.4375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QF9B0P49bthLZtrycXDW0D38MFKM1pAK { display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { width:20rem;height:6.2748582275391rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igsJ0gOr1M0clJT7rGPDZtmToD8U55as { width:20rem;height:3.90033125rem;top:2.3750004768372rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 { display:block; }#aGu7fCZrrgoCTsQVlZzqTrqKAIWlT0P4 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFViRIP0LxhVv4Kuk1ZtFqaGfit2ARTk { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN { display:block; }#SysKXcbQ79gTt6pV4UtW1SKBMMDJHceN > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7SsT5yvdslTlNMZUoMuOoWyIdAGLeAo { width:19.8125rem;height:9.5rem;top:2.8116235733033rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsA6qgXBCm8gH8tPCKT5ooy7ymMWvvr { width:20rem;height:4.58854375rem;top:13.249078750611rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTa1bLwmidwgENw9NwiVlXHNzdrlpHdX { width:19.6875rem;height:4.3125rem;top:24.097221851349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGnnEfLMOx7eETz4Pty2XeTdSkLndm7f { width:20rem;height:16.0581875rem;top:38.499138355255rem;left:-0.092881917953494rem;display:block; }
 }@media only screen and (max-width: 763px) { #tizDMiDtmXbfinTO8nuDb6ncadexTlzX { width:19.6875rem;height:8.3125rem;top:29.204861164093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUx8lhDuHaVuIoe3aLP8e6VAm17fZvel { width:19.6875rem;height:4.3125rem;top:18.686632633209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo19QJsWyz6TpTV2lzL0UThsOhlqixZV { width:20rem;height:2.6006125rem;top:70.396699905394rem;left:0rem;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.25rem;height:0.375rem;top:0.5625rem;left:5.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #svfygo9n5TDSQL5rGtMLyvaAqTIWxi9T { width:19.875rem;height:3.93489375rem;top:60.479166030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOI43XwzRB7Zsvh9NCG18XvKVSTpfbNt { width:19.875rem;height:4.33506875rem;top:55.282985687256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I6LmhKVVZgGhw1y8t36Sb0cb7TrChR { width:19.875rem;height:3.61631875rem;top:65.337673187256rem;left:0.013020873069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.adaptive-delivery-prevent-bg, #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.lazyload, #PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv.lazyloading { background-image: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { background-color: transparent; background-image: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container > .video-iframe-container { display: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row > .video-iframe-container { display: none; }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .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); }#PIdITyK8iNPyqHLTl9HyQf0e7T3JyUdv > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXD2riK2TIleTRgslOT793DaFVT7kaH1 { width:20rem;height:6.3375rem;top:1.9756946563721rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vqhHus12u18n9THv0qAPRPCeXwWbulV0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0.adaptive-delivery-prevent-bg, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyload, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyloading { background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { background-color: transparent; background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .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); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { display:flex;width:3.4375rem;height:3.4375rem;top:1.3125rem;left:8.3125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { width:19.4375rem;height:1.4875rem;top:5.375rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { display:flex;width:3.4375rem;height:3.4375rem;top:25.625rem;left:8.3125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #THpJc3igS7JkHbOT4rUt6qgt0t1K8iKl { display:flex;width:3.4375rem;height:3.4375rem;top:8.4375rem;left:8.3125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { display:flex;width:3.4375rem;height:3.4375rem;top:17rem;left:8.3125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { width:18.625rem;height:4.4625rem;top:12.6875rem;left:0.6875rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { width:17.4375rem;height:2.9746625rem;top:21rem;left:1.3125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { width:19.3125rem;height:3.32445625rem;top:29.875rem;left:0.375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz.adaptive-delivery-prevent-bg, #cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz.lazyload, #cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz.lazyloading { background-image: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { background-color: transparent; background-image: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container > .video-iframe-container { display: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row > .video-iframe-container { display: none; }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .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); }#cdWHAcskJfdi5ENXagFkQVFc5Pr50LAz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsfcOffKzMK15gH1zgKb0XfDf2QB3THk { width:20rem;height:4.225rem;top:1.9756946563721rem;left:0rem;font-size:1.625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0.adaptive-delivery-prevent-bg, #FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0.lazyload, #FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0.lazyloading { background-image: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { background-color: transparent; background-image: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container > .video-iframe-container { display: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row > .video-iframe-container { display: none; }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .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); }#FE8rEoFt2cmBic0MbT4EPkxTeH6uk2x0 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmrcrotxSc3otdhLKWX01wAq5ZrEqzM8 { width:20rem;height:1.6875rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiu5eI57R8CcqdHQhGq9aeDU0TCAZS1V { width:15.0625rem;height:3.375rem;top:19.3125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbLOhXSM2AXDgu3P5lu7tt3rCl97pOon { width:15.6875rem;height:3.18655rem;top:13.125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfeCsTDq2gAx25hBznIX5svvNtbTMevA { width:16.375rem;height:1.6875rem;top:8.125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWcQMPWC2zpq5NmaC5DoB7enx5Ukqri1 { width:15.375rem;height:3.375rem;top:25.3125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NilmlS7aDX8yyJTHAfMd3G2pVBtsFEVc { display:flex;width:3.125rem;height:3.125rem;top:49.128479003906rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R87AUz8u8sgeTT6UyZxt7wqBBk6kITcm { display:flex;width:3.125rem;height:3.125rem;top:49.128479003906rem;left:11.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJVlI6QR7smsiZMUzQOwVvAtZ5PHBZah { display:flex;width:3.125rem;height:3.125rem;top:49.128479003906rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvZf44r0qVqCZZfAVSKQz1KViIkAK8as { display:flex;width:3.125rem;height:3.125rem;top:49.131952285767rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIw3Z1BHlGnCXEBJcTqnFkQCaBmWNF1Z { width:20rem;height:2.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KbSQweRD1OMGkVQ6TMhVPNKt3LUxRI { display:flex;top:5.9305553436279rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15025;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ZEv87mnWA4yc06WAATpiryw5WTRdgTMt { display:flex;top:10.993056297303rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15026;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #WkDEapmlDxWnotLn96s5iXSzekR96saa { display:flex;top:17.375rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15027;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #fzTMl15stQQmI1iT0cHulbxBulVkfX5T { display:flex;top:23.3125rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15028;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #CatZlainM2RFs8GEe74NMExacTvps5on { width:20rem;height:2.75rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZgEOluCJMg4tkLVIuaFBFyuLASV1AH { width:20rem;height:3.9375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpF42RAW5K8l1QzRROKQS7NeO97vsQ3x { width:20rem;height:3.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tex6cDM18gFqaqwcQvK4v7W6dVtP7q0a { width:20rem;height:3.9375rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AOU0GIytnkTXPCrVVblVCNOLtFQkSs { display:flex;top:31.663214683533rem;left:8.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15026;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBJDA0DFZUxNQ5XrpIkGAplK2mptcsNo { display:flex;top:36.0625rem;left:15.875rem;width:1.6875rem;height:1.6875rem;z-index:15028;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFIDgGZ6byTmkZOTXhVTEEUUAes0IO0G { display:flex;top:0.875rem;left:9.125rem;width:1.6875rem;height:1.6875rem;z-index:15027;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.adaptive-delivery-prevent-bg, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyload, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyloading { background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { background-color: transparent; background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .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); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { width:20rem;height:4.225rem;top:1.6875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wIwdzcCqTGAPOo56azCamwPVX7G4THsm { width:12.5625rem;height:3.375rem;top:6.6875rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7EC16QTSJTk8FbtTB9vWR2HgdIvBRIA { display:block; }
 }@media only screen and (max-width: 763px) { #c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { display:flex;top:5.0130214691162rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15025;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEXf62VyCRuLlOZ2rHcK6kzhKhp50Lmm { width:3.8125rem;height:auto;top:8.0625rem;left:8.0625rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #UhiGd74UbNbVmwLXTyR6cOx63c4qakUK { width:7.1875rem;height:auto;top:8.0625rem;left:6.375rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { background-color:#ffffff;background-image:none;display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { background-color: transparent; background-image: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .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); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-desc-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { display:flex;height:auto;width:20rem;top:5.9713540077209rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.625rem; }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #JVGm6hcnH0mDtB40qZ9m7TQ0ywCtoyXH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #cKRyFnQBAsD3saS1bcoOQJo1wcMNksUl {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #utR2V11w3x886LvanQmkwc1A7NRILgQO {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #gPH7F4o6b5yAFW0bRqy5xRZu0y1Sdt4t {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #bx4f4Q3OoVImr7e83RcXMcNcGltZ9leE {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SteFtgONPkTUcP91bU2zgXXUyPPIIy7f {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Fsg4L9lgZit6SdJGs9xqG3ftTxzd56Xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #DvOwAEHQ9AR3NPeOOxZBuTg08eW0lOT8 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #p8iFwyI5lVwuJqgAR3qggvwrdRJw2xhM {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #NfAMOmP5wUVriwqvq50D2x0MOukAKcDS {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #usVRlm1Te30JT7RvlQnxa9WdovHgqxur {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #qkBx320gNarURmDuoeGg8A7IvIM0VMWL {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #kEybesfH9m5dTKhhppgPcEdVCQtcyBLI {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fnhrv02CdEyNKkaLLcJhH55eXHndTxVu {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #SoAATvNC5qnskdEzU6JBN5UKybi2DQpB {  }
 }@media only screen and (max-width: 763px) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { width:18.75rem;height:1.59375rem;top:3.7170343399048rem;left:1.2491319179535rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { width:20rem;height:1.95016875rem;top:1.8229368925094rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { background-color:#ffffff;background-image:none;display:block; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { background-color: transparent; background-image: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .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); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBeMbTBvSFerreRvs1EIwb0invdVUHM { width:20rem;height:4.3125rem;top:0.74913167953494rem;left:0rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TzIUagqesISEpbxpCqpALLkfTaLQBBW0 { display:block; }
 }@media only screen and (max-width: 763px) { #yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { width:7.1875rem;height:auto;top:0.875rem;left:6.375rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { width:3.8125rem;height:auto;top:0.875rem;left:8.0625rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { display:block; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { width:20rem;height:1.59375rem;top:12rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { display:flex;width:2.1875rem;height:2.1875rem;top:9.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { width:20rem;height:1.95016875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { width:18.75rem;height:3.18655rem;top:3.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { width:8.25rem;height:0.3125rem;top:8.0555553436281rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv { background-color:#0b2669;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.adaptive-delivery-prevent-bg, #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.lazyload, #eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv.lazyloading { background-image: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { background-color: transparent; background-image: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container > .video-iframe-container { display: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row > .video-iframe-container { display: none; }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .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); }#eCtQWJyWx6Nr0GzpOAR2UTiaHKcPpwLv > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voDKmliGiXc0pN1kT76Lxh5CrcLk1iLb { width:20rem;height:1.31214375rem;top:9.2491321563719rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { width:20rem;height:3.1676125rem;top:5.1970500946045rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plWtGXbEfNUbIret7fvwJtMRrc8Abude { width:7rem;height:2.75rem;top:0.5625rem;left:6.5000001192094rem;display:block; }
 }