.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:207,157,54;--color-primary-1:195,153,48;--color-primary-2:195,149,34;--color-primary-3:191,146,36;--color-primary-4:174,136,43;--color-secondary-0:28,120,192;--color-secondary-1:21,104,166;--color-secondary-2:0,78,146;--color-secondary-3:0,62,119;--color-secondary-4:0,48,93;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abbb8d47-c5b9-4186-9c46-e65b65a4614b/BlueBlackFuturisticAIComingSoonVideo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.adaptive-delivery-prevent-bg, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyload, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyloading { background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { background-color: transparent; background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .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); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { border-width: 0; border-radius: 0; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { color:rgba(var(--color-tertiary-0),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.25rem;left:1.8125rem;height:9.1867875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { color:rgba(var(--color-primary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.375rem 0.3125rem 0.625rem #5896d8;top:13.5625rem;left:14.780468940735rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.086719512939rem;left:12.780468940735rem;height:6.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { position:absolute;display:block;z-index:14998;background-color:rgba(0,29,60,0.25);background-image:none;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 #00203f ;height:34.6875rem;width:75rem;top:3.25rem;left:0rem;display:block; }
#b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));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 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.125rem;height:5.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.65625rem;left:21.936718940735rem;display:block; }
#hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seVq2iMlhygB5xsA21lwxM30tW1v6aTx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:33.85546875rem;left:10.874218940735rem;height:2.15613125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#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:42rem;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:35.5625rem;width:58.4375rem;top:3.0625rem;left:8.2499990463256rem;display:block; }
#oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7rem;left:12.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:12.25rem;left:10.969531059265rem;height:;text-align:left;text-align-last:left;display:block; }#TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU li:not(:first-child){ padding-top:1.1875rem;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); }
#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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:13.125rem;width:75rem;position:relative;display:block; }#pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:4.125rem;left:15.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.6875rem;left:15.4375rem;height:2.25rem;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:rgba(var(--color-tertiary-0),1);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:17.25rem;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:25.093750953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { color:rgba(var(--color-tertiary-0),1);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:5.24858125rem;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.375rem #003e77); }
#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.843750953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10rem;left:19.405468940735rem;height:5.24858125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { color:rgba(var(--color-tertiary-0),1);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:3.49905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W98T3droupCywNZ1qHQALheTfOiHTV72 { color:rgba(var(--color-tertiary-0),1);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; }
#D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { 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:15013;opacity:1;top:1.75rem;left:6.342968940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.adaptive-delivery-prevent-bg, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyload, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyloading { background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { background-color: transparent; background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .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); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { border-width: 0; border-radius: 0; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { 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)); }
#asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:1.34375rem;height:6.998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.59375rem;left:62.437500953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { 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)); }
#yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { 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)); }
#NPxuExcebOTfCyVs1OdB56oh81ghXloQ { color:rgba(var(--color-tertiary-0),1);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:3.49905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { color:rgba(var(--color-tertiary-0),1);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:3.49905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iipPODEqwte0ora0mkvpPGeXRJu3D3lX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10rem;left:57.593750953674rem;height:5.24858125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:58.25rem;width:75rem;position:relative;display:block; }#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-3),1), #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; }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#001f3c;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);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; }
#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(var(--color-tertiary-4),0.5) ;height:14rem;width:19.875rem;top:4.875rem;left:55.125000953674rem;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:3.3125rem;width:3.3125rem;top:11.21875rem;left:49.862500190735rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #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.1875rem;width:5.5625rem;top:12.775rem;left:51.843181818182rem;display:block; }
#FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { position:absolute;display:block;z-index:15038;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(var(--color-tertiary-4),0.5) ;height:17.6875rem;width:14.25rem;top:25.02187538147rem;left:60.750000953674rem;overflow:hidden;display:block; }
#q4yiviwpH38Q2s24l3vmINOQqBEHSDgT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.625rem;left:50.268750190735rem; }
#NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #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.1875rem;width:6.375rem;top:37.71875rem;left:55.718750953674rem;display:block; }
#adq5H84JTOAsolT6GuMArzl0NUpFRu6J { position:absolute;display:block;z-index:15041;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.125rem;width:2.125rem;top:36.875rem;left:55.718750953674rem;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(var(--color-tertiary-4),0.5) ;height:12.9375rem;width:19.4375rem;top:40.8125rem;left:51.842968940735rem;overflow:hidden;display:block; }
#mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:50.05rem;left:47.112499427796rem; }
#QWKubwEFmshB393qeOOJK7LB0rMqRVyo { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #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.1875rem;width:5.8125rem;top:51.3125rem;left:47.287499427796rem;display:block; }
#CygWGf05yq92g1WFMdm7q0NpPFGtELwk { color:#001f3c;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:40.8125rem;left:1.8125rem;height:6.0546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { color:#001f3c;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.637500762939rem;left:1.8125rem;height:;text-align:left;text-align-last:left;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { 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(var(--color-tertiary-4),0.5) ;height:12rem;width:19.5625rem;top:16.675000190735rem;left:51.875000953674rem;overflow:hidden;display:block; }
#OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25.02187538147rem;left:45.937500953674rem; }
#RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #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.1875rem;width:7rem;top:26.715625762939rem;left:46.224999427796rem;display:block; }
#KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { position:absolute;display:block;z-index:15025;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:3.3125rem;width:3.3125rem;top:25.153125762939rem;left:45.531250953674rem;display:block; }
#f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { position:absolute;display:block;z-index:15040;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:3.3125rem;width:3.3125rem;top:36.28125rem;left:55.125000953674rem;display:block; }
#Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { position:absolute;display:block;z-index:15027;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:3.3125rem;width:3.3125rem;top:49.84375rem;left:46.599999427796rem;display:block; }
#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.adaptive-delivery-prevent-bg, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyload, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyloading { background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { background-color: transparent; background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .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); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { border-width: 0; border-radius: 0; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:3rem;left:15.467968940735rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.0625rem;left:10.967968940735rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.adaptive-delivery-prevent-bg, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyload, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyloading { background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { background-color: transparent; background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .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); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { border-width: 0; border-radius: 0; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { font-size:0.875rem;font-family:arial;height:73.5rem;width:75rem;position:relative;display:block; }#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .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:rgba(var(--color-tertiary-0),0);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #8f9dc5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .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; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.4;overflow:hidden;height:auto;font-style:normal; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .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:var(--paragraphs-font-family);color:#e5c679;height:auto;line-height:1.5;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .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; }#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.adaptive-delivery-prevent-bg, #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.lazyload, #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.lazyloading { background-image: none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { box-sizing:content-box;height:auto;width:60.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.1875rem;z-index:15071;background-color:transparent;background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:0.65000057220456rem;left:6.905468940735rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-1),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #HnRPpRZgFhsocwfSrO6TExJagoF7kuiS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KTzhF9e0cB6yJDCa8iBF9deaZnUzDe3C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #pbcosOZU4cfrutZnzkJnyt0orSPcA9xU { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #P3i9oQCRe1q7Utt13z88zTGcvXwPxvKk {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zcmhADOIenRE2BooQvLLkHRsErSCDTe3 { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZyM37lDvtTN5QnygzgUUhfWpBpR14loh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #uinrrPwqu3XQ4e6zftqTyVShaIhfphIX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #FBworaNpPDegVCOLZ0IDH2fdUdmHv8vF { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #BPdfHM4oxV355AC2uMfaaT5TX3lqTDJF {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Zv96GNI4aI22Fkc8ZSb8pVNEKQlBPZ52 { display:none; }
#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.adaptive-delivery-prevent-bg, #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.lazyload, #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.lazyloading { background-image: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { background-color: transparent; background-image: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container > .video-iframe-container { display: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row > .video-iframe-container { display: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .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); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { border-width: 0; border-radius: 0; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#h7W1CG9v94ci0MFdaH0bMsrXE6neDNpK { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:15.467968940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdgnwteURHTISck7d3VFf4DQfu0RoAdw { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw.adaptive-delivery-prevent-bg, #WdgnwteURHTISck7d3VFf4DQfu0RoAdw.lazyload, #WdgnwteURHTISck7d3VFf4DQfu0RoAdw.lazyloading { background-image: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { background-color: transparent; background-image: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container > .video-iframe-container { display: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row > .video-iframe-container { display: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .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); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { border-width: 0; border-radius: 0; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#AirO51KkbN5pBRPmuX8zmv17suo4cN0E { position:absolute;display:block;z-index:15001;background-color:#003e77;background-image:none;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:25.625rem;width:57.0625rem;top:2.8125rem;left:8.875rem;display:block; }
#UEpErfPD2V1cZXlAxmsVAt4LqLl2TFZ3 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(171deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(171deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(171deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(171deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.24) ;height:6.375rem;width:6.375rem;top:1.25rem;left:35.0625rem;display:block; }
#McNMNdSqxL7MTE7KwQNZT05PxBi35T4D { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.25rem solid #cfa53d;border-left:0.25rem solid #cfa53d;border-right:0.25rem solid #cfa53d;border-bottom:0.25rem solid #cfa53d;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:1.625rem;left:35.375rem;display:block; }
#seLA7OHDP46s9pWk0xwnKhE598eNLiMd { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:8.875rem;left:15.4375rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E1dVz2S0Vw9QUx9c81TT1P2M5Xla6PTm { position:absolute;display:block;z-index:15024;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.75rem;width:19.5rem;top:17.3125rem;left:47.500000953674rem;overflow:hidden;display:block; }
#kR9ebf14LhGhNmoncVPkbhTFxxoyB3iG { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:20.4375rem;left:12.875rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#JOecceQCeWxzv0l8ufASV0z19lMqIFH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:12.3125rem;left:14.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#eL4aVreiAGINRX2aZHiKx8NwFA8HupzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:14.8125rem;left:14.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#ltLNVHqKIM0vl36nxKTaOC9wEV8LziZS { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:17.3125rem;left:14.875rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#MqVCKRS9KM2XxoMVoafQxMKekhctuoA1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.412506103516rem;left:12.874218940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#zRmbigiLuf8VXqc0hwG2A2J4M6M074DW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3rem;left:36.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #cfa53d); }
#IsEJAM38A6K4NwSLiBcWPZAisOGXTb6g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.93750667572rem;left:12.874218940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#DElKD6le2FyG4W7fU5988Znc8n7A4Iui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.53125667572rem;left:12.874218940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#nFFUsJGFvbTIHyPBlxSZUB06HXXcJ9uG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.375rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#cNGJDvGUUrAILhXz5qQtC5amDS0wEKwb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.875rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#oHMZxvhOpNVJlAGM4wbUr9yb5xECIw5M { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.3125rem;left:41.125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#IXZA2o2Kxh0hbvJAttnc5lqzoFfrJ6Us { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14.8125rem;left:41.125rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#FvpT4viG6apnEctqf5BN9TTpohyKVAcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { background-color: transparent; background-image: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container > .video-iframe-container { display: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container { display: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .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); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { border-width: 0; border-radius: 0; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { color:#001f3c;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-0),0.6);top:5.375rem;left:15.46875rem;height:3.0875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:18.25rem;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(var(--color-tertiary-4),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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.8125rem;left:8.6875rem;height:11.63355rem;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(var(--color-tertiary-4),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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8124980926514rem;left:31.562501907349rem;height:9.9715875rem;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(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1.8125rem;left:50rem;display:block; }
#JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { color:#001f3c;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.6429748535156rem;left:54.968750953674rem;height:9.9716125rem;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; }
#cc3yLlaimnO27wTSMacybEMKnbugic25 { 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:2.9929695129394rem;left:27.662499427796rem; }
#I2qpUNNVlTryRB6bDRrPibDub5guOp1O { 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:15017;opacity:1;top:2.9929695129394rem;left:51.300000190735rem; }
#qezoEafDypZa9i1eHnCiGShDz4Rc53np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:14.8125rem;width:75rem;position:relative;display:block; }#wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { color:#001f3c;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:0.8125rem;left:43rem;height:8.30965625rem;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(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1rem;left:38.0625rem;display:block; }
#onmnOUD6klh6UCKLa97XhJgevEMQD68N { color:#001f3c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:0.8125rem;left:16.311718940735rem;height:6.647725rem;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(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1rem;left:11.3125rem;display:block; }
#pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { 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.125rem;left:12.535937309265rem; }
#C6K0mORu39in5lxXzcdMAyQdARO13Uso { 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:15023;opacity:1;top:2.125rem;left:39.474217414856rem; }
#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001237;background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.adaptive-delivery-prevent-bg, #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.lazyload, #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.lazyloading { background-image: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { background-color: transparent; background-image: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container > .video-iframe-container { display: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row > .video-iframe-container { display: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .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); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { border-width: 0; border-radius: 0; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { position:absolute;display:block;z-index:15001;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(var(--color-tertiary-4),0.1) ;height:48.375rem;width:48.1875rem;top:2.375rem;left:14.362500190735rem;display:block; }
#fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.0624847412109rem;left:18.287499427796rem;height:6.650125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7lTJ1hppPmkZIDbkqq89m8y1fuUMw7t { color:rgba(var(--color-secondary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.500000953674rem;left:17.237500190735rem;height:2.530775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0WhBva2wThegCJvfWFJTaBo3A9etvTs { color:#00305d;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30.450000762939rem;left:20.112500190735rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
#LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { color:#00305d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.43124961853rem;left:22.706250190735rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));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 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:26.6875rem;height:4.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.250001907349rem;left:25.112500190735rem;display:block; }
#IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.55) ;height:35.25rem;width:42.0625rem;top:12.999999880791rem;left:17.425000190735rem;display:block; }
#Q9XE9f7R0eatWFK1SXS5DPsZXv4b2sau { color:rgba(var(--color-secondary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:16.859375715256rem;left:17.237500190735rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKn2FMiGXGsurJsnThegaK1FE06WXuLX { color:rgba(var(--color-secondary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:21.600001096726rem;left:17.237500190735rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pks4J9neMuu9go0HtbNhtSTJG3RbPB86 { box-sizing:content-box;height:0.125rem;width:5.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.671875715256rem;left:36.287499427796rem;display:block; }
#QF9B0P49bthLZtrycXDW0D38MFKM1pAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:9.5rem;width:75rem;position:relative;display:block; }#igsJ0gOr1M0clJT7rGPDZtmToD8U55as { color:#001f3c;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);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:3.6687507629394rem;left:17.686718940735rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-3),1), #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:8.125rem;left:33.375000953674rem;display:block; }
#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { background-color: transparent; background-image: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container > .video-iframe-container { display: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container { display: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .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); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { border-width: 0; border-radius: 0; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:28.250000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { color:#001f3c;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.675000190735rem;left:53.500000953674rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KOkxWTCVEo5pESTE2QNXKynfathy6OcO { color:#001f3c;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.375rem;left:28.25rem;height:5.06214375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.75rem;left:53.500000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.75rem;left:28.25rem;height:1.68738125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { 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:15.625rem;width:19.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:15.5rem;top:9.5rem;left:0.84375rem;overflow:hidden;display:block; }
#pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { 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:2.75rem;left:25.000000953674rem; }
#fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { 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:15014;opacity:1;top:12.375rem;left:25rem; }
#OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { 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:15015;opacity:1;top:8.375rem;left:25rem; }
#tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { 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.75rem;left:50.000000953674rem; }
#kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { 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:15017;opacity:1;top:10.625rem;left:50.000000953674rem; }
#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:top 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; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.adaptive-delivery-prevent-bg, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyload, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyloading { background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { background-color: transparent; background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .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); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { border-width: 0; border-radius: 0; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#Kr0FsBUHgJNW5cRCATvwKliwq10457an { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:2.9375002384186rem;left:15.467968940735rem;height:2.999525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.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; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.adaptive-delivery-prevent-bg, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyload, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyloading { background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { background-color: transparent; background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .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); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { border-width: 0; border-radius: 0; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.3125rem;width:23.9375rem;top:0.625rem;left:0rem;display:block; }
#zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:1.6875rem;height:20.39775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.4375rem;width:23.9375rem;top:0.5625rem;left:25.562500953674rem;display:block; }
#I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:27.156250953674rem;height:22.0975625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.4375rem;width:23.9375rem;top:0.625rem;left:51.0625rem;display:block; }
#H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:52.875000953674rem;height:15.2983125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cCpyO2gMzzGTThyel7qG75gF9snBraXo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:52.875000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.175000667572rem;left:1.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.175001144409rem;left:27.250000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { position:absolute;display:block;z-index:15001;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:27.1875rem;width:22.625rem;top:1.875rem;left:0.65625rem;display:block; }
#fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { position:absolute;display:block;z-index:15002;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:27.3125rem;width:22.625rem;top:1.875rem;left:26.187500953674rem;display:block; }
#l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { position:absolute;display:block;z-index:15003;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:20.5rem;width:22.625rem;top:1.875rem;left:51.75rem;display:block; }
#o6RvdJPe7LKe77ql34flZox4NqLlnAyI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.4249992370606rem;left:1.6875rem; }
#n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.4375rem;left:3.25rem; }
#EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.4249992370606rem;left:5.0625rem; }
#qtihioqx37fABck4CyuyDITfhfEAaVGc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.4249992370606rem;left:6.8125rem; }
#Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.4249992370606rem;left:8.5rem; }
#DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.4375rem;left:27.3125rem; }
#FANqq4szNSGcZF8mkHiFx7kULHDf4eec { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.4375rem;left:28.875rem; }
#CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.4375rem;left:30.6875rem; }
#m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.4375rem;left:32.4375rem; }
#p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:34.125rem; }
#Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.5rem;left:52.75rem; }
#Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.5rem;left:54.3125rem; }
#PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.5rem;left:56.125rem; }
#PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.5rem;left:57.875rem; }
#DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.5rem;left:59.5625rem; }
#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { background-color: transparent; background-image: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container > .video-iframe-container { display: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container { display: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .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); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { border-width: 0; border-radius: 0; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#GDpNSEqZOZXNHxGCznl0Nlx6xwL4RzbL { color:#001f3c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:4.2937507629394rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDoRVVz5FsLKJB504xaLAcFJ2Vi2obIK { color:#001f3c;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.375rem;left:12.124218940735rem;height:1.875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:53.0625rem;width:75rem;position:relative;display:block; }#fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { color:#001f3c;display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.5625rem;left:37.0625rem;height:18.281275rem;font-style:normal;display:block; }
#Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { color:#001f3c;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:37.0625rem;height:2.6rem;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(var(--color-tertiary-4),0.51) ;height:24.8125rem;width:12.3125rem;top:10.5859375rem;left:16.999218940735rem;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(var(--color-tertiary-4),0.5) ;height:17.5rem;width:14rem;top:18.84375rem;left:2.3125rem;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 rgba(var(--color-secondary-4),1) ;height:11.5625rem;width:16.625rem;top:9.061906814575rem;left:1.7495269775391rem;overflow:hidden;display:block; }
#Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { color:#001f3c;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.1875rem;left:37.0625rem;height:2.59943125rem;font-style:normal;display:block; }
#ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { color:#001f3c;display:block;width:37.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:34.124649047851rem;left:37.062026977539rem;height:9.9715875rem;font-style:normal;display:block; }
#mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { 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.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13rem;width:15rem;top:35.8984375rem;left:0rem;overflow:hidden;display:block; }
#smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { position:absolute;display:block;z-index:15010;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(var(--color-tertiary-4),0.5) ;height:13rem;width:17.0625rem;top:28.348438262939rem;left:12.769584490744rem;overflow:hidden;display:block; }
#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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:16.375rem;width:75rem;position:relative;display:block; }#IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.15);top:3.9375rem;left:16.374218940735rem;height:3.32505rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { color:rgba(var(--color-tertiary-0),1);display:block;width:53.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.9285202026369rem;left:10.874172210693rem;height:2.43785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { background-color:rgba(var(--color-tertiary-0),1);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:42.25rem;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:rgba(var(--color-secondary-1),1);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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ { display:none; }
#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 { display:none; }
#VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { color:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:12.375rem;width:75rem;position:relative;display:block; }#HeBeMbTBvSFerreRvs1EIwb0invdVUHM { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));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 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;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:var(--headlines-font-family);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:var(--headlines-font-family);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; }
#WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { position:absolute;display:block;z-index:14977;background-color:rgba(0,18,37,0.4);background-image:none;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:23.0625rem;width:75rem;top:12.449999928474rem;left:0rem;display:block; }
#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:23.4375rem;width:75rem;position:relative;display:block; }#nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.4375rem;left:31.625rem;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:12.3125rem;left:29.0625rem; }
#oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.5);top:2.0625rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:6.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, rgba(var(--color-secondary-1),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-1),1), #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:11.0625rem;left:33.375rem;display:block; }
#bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:17.862216949463rem;left:29.936668395996rem;height:3.93643125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { display:block; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { top:3.25rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { top:13.5625rem;left:1.1554689407349rem;width:45.4375rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { top:19.0625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { top:3.25rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { width:31.125rem;height:5.25rem;top:27.625rem;left:8.311718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block; }
 }@media only screen and (max-width: 763px) { #seVq2iMlhygB5xsA21lwxM30tW1v6aTx { top:33.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.0625rem;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:3.0625rem;left:0rem;width:47.75rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { top:7rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { top:12.25rem;left:0rem;width:47.75rem;height:;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) { #DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { top:4.125rem;left:1.875rem;width:44.0625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { top:7.6875rem;left:1.8124990463257rem;width:44.0625rem;height:2.25rem;font-size:1.1875rem;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:14.875000953674rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { top:10rem;left:0rem;width:12.75rem;height:5.25rem;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) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { top:1.75rem;left:26.812500953674rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { top:10rem;left:6.4375rem;width:17.4375rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { top:10.0625rem;left:19.75rem;width:16.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { top:10.0625rem;left:33.5625rem;width:14.1875rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { top:1.75rem;left:2.9367189407349rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { display:block; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { top:1.75rem;left:2.96875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { top:10rem;left:0rem;width:16.0625rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { top:1.5625rem;left:38.593750953674rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { top:1.8125rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { top:1.75rem;left:26.84375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxuExcebOTfCyVs1OdB56oh81ghXloQ { top:10rem;left:8.125rem;width:15.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { top:10.0625rem;left:19.75rem;width:16.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iipPODEqwte0ora0mkvpPGeXRJu3D3lX { top:10rem;left:31.6875rem;width:16.0625rem;height:7rem;font-size:1.0625rem;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) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:5.75rem;left:0rem;width:33.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu7Z0nblrZqddNLHkbddkzrMuvasiZu4 { top:4.875rem;left:27.875rem;width:19.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:11.1875rem;left:36.237500190735rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:12.75rem;left:38.218181818182rem;width:5.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { top:25rem;left:33.5rem;width:14.25rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yiviwpH38Q2s24l3vmINOQqBEHSDgT { top:11.625rem;left:36.643750190735rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { top:37.6875rem;left:41.375rem;width:6.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adq5H84JTOAsolT6GuMArzl0NUpFRu6J { top:36.875rem;left:42.093750953674rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:40.8125rem;left:28.3125rem;width:19.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { top:50rem;left:33.487499427796rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWKubwEFmshB393qeOOJK7LB0rMqRVyo { top:51.3125rem;left:33.662499427796rem;width:5.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygWGf05yq92g1WFMdm7q0NpPFGtELwk { width:40.75rem;height:6rem;top:40.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { top:13.625rem;left:0rem;width:40.9375rem;height:;font-size:1.0625rem;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { top:16.625rem;left:28.1875rem;width:19.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { top:25rem;left:32.312500953674rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { top:26.6875rem;left:32.599999427796rem;width:7rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { top:25.125rem;left:31.906250953674rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { top:36.25rem;left:41.500000953674rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { top:49.8125rem;left:32.974999427796rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { display:block; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { top:3rem;left:1.8429689407349rem;width:44.0625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { top:7.0625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { display:block; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #HnRPpRZgFhsocwfSrO6TExJagoF7kuiS {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KTzhF9e0cB6yJDCa8iBF9deaZnUzDe3C {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #pbcosOZU4cfrutZnzkJnyt0orSPcA9xU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #P3i9oQCRe1q7Utt13z88zTGcvXwPxvKk {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zcmhADOIenRE2BooQvLLkHRsErSCDTe3 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZyM37lDvtTN5QnygzgUUhfWpBpR14loh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #uinrrPwqu3XQ4e6zftqTyVShaIhfphIX {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #FBworaNpPDegVCOLZ0IDH2fdUdmHv8vF {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #BPdfHM4oxV355AC2uMfaaT5TX3lqTDJF {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Zv96GNI4aI22Fkc8ZSb8pVNEKQlBPZ52 {  }
 }@media only screen and (max-width: 763px) { #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw { display:block; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7W1CG9v94ci0MFdaH0bMsrXE6neDNpK { top:1.125rem;left:1.8429689407349rem;width:44.0625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdgnwteURHTISck7d3VFf4DQfu0RoAdw { display:block; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AirO51KkbN5pBRPmuX8zmv17suo4cN0E { top:2.8125rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpErfPD2V1cZXlAxmsVAt4LqLl2TFZ3 { top:1.25rem;left:21.4375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNMNdSqxL7MTE7KwQNZT05PxBi35T4D { top:1.625rem;left:21.75rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seLA7OHDP46s9pWk0xwnKhE598eNLiMd { top:8.875rem;left:1.8125rem;width:45.625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1dVz2S0Vw9QUx9c81TT1P2M5Xla6PTm { top:17.3125rem;left:28.25rem;width:19.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR9ebf14LhGhNmoncVPkbhTFxxoyB3iG { top:20.4375rem;left:0rem;width:31.5rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOecceQCeWxzv0l8ufASV0z19lMqIFH3 { top:12.3125rem;left:1.25rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4aVreiAGINRX2aZHiKx8NwFA8HupzJ { top:14.8125rem;left:1.25rem;width:23.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltLNVHqKIM0vl36nxKTaOC9wEV8LziZS { top:17.3125rem;left:1.25rem;width:23.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVCKRS9KM2XxoMVoafQxMKekhctuoA1 { top:12.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRmbigiLuf8VXqc0hwG2A2J4M6M074DW { top:3rem;left:23.1875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsEJAM38A6K4NwSLiBcWPZAisOGXTb6g { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElKD6le2FyG4W7fU5988Znc8n7A4Iui { top:17.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFUsJGFvbTIHyPBlxSZUB06HXXcJ9uG { top:12.375rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNGJDvGUUrAILhXz5qQtC5amDS0wEKwb { top:14.875rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHMZxvhOpNVJlAGM4wbUr9yb5xECIw5M { top:12.3125rem;left:27.5rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXZA2o2Kxh0hbvJAttnc5lqzoFfrJ6Us { top:14.8125rem;left:26.6875rem;width:21.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpT4viG6apnEctqf5BN9TTpohyKVAcX { display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { top:5.375rem;left:1.8437490463257rem;width:44.0625rem;height:3.0625rem;font-size:1.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:11.625rem;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:16.5625rem;height:11.625rem;top:1.625rem;left:31.0625rem;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) { #cc3yLlaimnO27wTSMacybEMKnbugic25 { top:2.9375rem;left:15.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qpUNNVlTryRB6bDRrPibDub5guOp1O { 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.1875rem;height:9.9375rem;top:0.75rem;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:19.3125rem;height:8.3125rem;top:0.8125rem;left:3.125rem;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) { #pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { top:2.125rem;left:5.7234373092651rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6K0mORu39in5lxXzcdMAyQdARO13Uso { top:2.125rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF { display:block; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { top:2.375rem;left:0rem;width:47.75rem;height:48.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { top:5rem;left:4.6624994277954rem;width:42.3125rem;height:6.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7lTJ1hppPmkZIDbkqq89m8y1fuUMw7t { top:15.5rem;left:3.6125001907349rem;width:42.4375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0WhBva2wThegCJvfWFJTaBo3A9etvTs { width:37.1875rem;height:;top:30.4375rem;left:6.4874496459963rem;font-size:1.0625rem;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
 }@media only screen and (max-width: 763px) { #LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { width:31.5rem;height:3.75rem;top:42.375rem;left:9.081250190735rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { width:26.6875rem;height:4.75rem;top:24.25rem;left:11.487500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block; }
 }@media only screen and (max-width: 763px) { #d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { width:42.0625rem;height:35.25rem;top:12.9375rem;left:3.8000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XE9f7R0eatWFK1SXS5DPsZXv4b2sau { top:16.8125rem;left:3.6122131347656rem;width:42.375rem;height:5.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKn2FMiGXGsurJsnThegaK1FE06WXuLX { top:21.5625rem;left:3.6122131347656rem;width:42.375rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pks4J9neMuu9go0HtbNhtSTJG3RbPB86 { top:16.625rem;left:22.662499427796rem;width:5.75rem;height:0.125rem;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:3.625rem;left:4.0617189407349rem;width:39.625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { top:8.125rem;left:19.750000953674rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { display:block; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { width:15.625rem;height:;top:2.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { width:16.8125rem;height:6.75rem;top:10.625rem;left:30.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkxWTCVEo5pESTE2QNXKynfathy6OcO { width:16.0625rem;height:5rem;top:12.375rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { width:15.625rem;height:;top:2.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { width:15.625rem;height:1.625rem;top:8.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { top:0rem;left:0rem;width:19.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { top:9.5rem;left:0rem;width:15.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { top:2.75rem;left:15.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { top:12.375rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { top:8.375rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { top:2.75rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { top:10.625rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { display:block; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr0FsBUHgJNW5cRCATvwKliwq10457an { top:2.875rem;left:1.8425636291504rem;width:44.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { display:block; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { width:23.9375rem;height:30.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { width:20.5625rem;height:22.0625rem;top:3.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { width:23.9375rem;height:30.4375rem;top:0.5625rem;left:11.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { width:20.6875rem;height:22.0625rem;top:3.375rem;left:13.531250953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { width:23.9375rem;height:23.4375rem;top:0.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { width:20.3125rem;height:15.25rem;top:3.375rem;left:27.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpyO2gMzzGTThyel7qG75gF9snBraXo { width:16.25rem;height:1.625rem;top:19.375rem;left:31.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { width:16.25rem;height:1.625rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { width:14.4375rem;height:1.625rem;top:26.125rem;left:13.625000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { width:22.625rem;height:27.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { width:22.625rem;height:27.3125rem;top:1.875rem;left:12.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { width:22.625rem;height:20.5rem;top:1.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RvdJPe7LKe77ql34flZox4NqLlnAyI { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtihioqx37fABck4CyuyDITfhfEAaVGc { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { top:1.4375rem;left:13.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FANqq4szNSGcZF8mkHiFx7kULHDf4eec { top:1.4375rem;left:15.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { top:1.4375rem;left:17.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { top:1.4375rem;left:18.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { top:1.4375rem;left:20.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { top:1.5rem;left:39.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { top:1.5rem;left:40.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { top:1.5rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { top:1.5rem;left:44.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { top:1.5rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDpNSEqZOZXNHxGCznl0Nlx6xwL4RzbL { top:4.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDoRVVz5FsLKJB504xaLAcFJ2Vi2obIK { top:8.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;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:6.5rem;left:9.875rem;width:37.875rem;height:21.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { top:2.75rem;left:17.5625rem;width:30.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { top:10.5625rem;left:3.3742189407349rem;width:12.3125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { top:18.8125rem;left:0rem;width:14rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { top:9rem;left:0rem;width:16.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { top:30.125rem;left:17.625rem;width:30.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { top:34.0625rem;left:9.875rem;width:37.875rem;height:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { width:15rem;height:13rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { top:28.3125rem;left:0rem;width:17.0625rem;height:13rem;display:block; }
 }@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:3.9375rem;left:2.7492189407349rem;width:42.25rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { display:none; }
 }@media only screen and (max-width: 763px) { #Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { top:7.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;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 #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ {  }
 }@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) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { top:8.1875rem;left:8.25rem;width:31.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.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) { #WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { top:12.4375rem;left:0rem;width:47.75rem;height:23.0625rem;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:12.4375rem;left:14.1875rem;width:33.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { top:12.3125rem;left:15.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { top:6.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:11.0625rem;left:19.75rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { top:17.8125rem;left:16.311668395996rem;width:21.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/942e653a-5b0d-4334-8e64-f296435a6984/Hero.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.adaptive-delivery-prevent-bg, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyload, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyloading { background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { background-color: transparent; background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .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); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { width:20rem;height:6.3375rem;top:1.25rem;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) { #z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { width:20rem;height:5.9493375rem;top:8.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.375rem 0.3125rem 0.625rem #5896d8;display:block; }
 }@media only screen and (max-width: 763px) { #gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { width:20rem;height:8.924rem;top:15.25rem;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) { #JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { width:20rem;height:29.875rem;top:2rem;left:0rem;z-index:14991;background-color:rgba(0,29,60,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { width:19rem;height:3.1875rem;top:25.27499961853rem;left:0.49921876192093rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block; }
 }@media only screen and (max-width: 763px) { #seVq2iMlhygB5xsA21lwxM30tW1v6aTx { width:20rem;height:2.97466875rem;top:29.03750038147rem;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) { #vE8dzTOLF2cDalR8HlncKkk2RuxsRXGV { background-color:rgba(var(--color-secondary-4),1);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; }#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 { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wut449qACNRE2pZe3fmCpm6wiL6gOd0S { width:20rem;height:40.3125rem;top:5.72265625rem;left:0rem;background-color:#0b2669;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oxTXiOF8XvJpULHnpOeHG3AMtvaKI7uT { width:19.375rem;height:4.12405rem;top:0.72265625rem;left:0.31171876192093rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TGzi5KOhMQStbVyDbv9vOi2TZl8LLcuU { width:19.8125rem;height:38.6576875rem;top:6.484375rem;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) { #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:1.7868125rem;top:1.2242188453674rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { width:20rem;height:1.54296875rem;top:3.7734375rem;left:0rem;font-size:1.1875rem;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:35.9375rem;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:2.975rem;top:5.375rem;left:0rem;font-size:1.0625rem;line-height:1.4;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { display:flex;width:3.4375rem;height:3.4375rem;top:19.125rem;left:8.2812505364419rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { display:flex;width:3.4375rem;height:3.4375rem;top:9.3000011444094rem;left:8.2812505364419rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { width:18.625rem;height:4.4625rem;top:13.4375rem;left:0.68671876192094rem;font-size:1.0625rem;line-height:1.4;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { width:17.4375rem;height:2.975rem;top:23.1875rem;left:1.2812500596046rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { width:19.3125rem;height:3.15rem;top:31.75rem;left:0rem;font-size:1.125rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { display:flex;width:3.4375rem;height:3.4375rem;top:27.793750762939rem;left:8.2812505364419rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { 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; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.adaptive-delivery-prevent-bg, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyload, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyloading { background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { background-color: transparent; background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .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); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { 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) { #asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { width:19.4375rem;height:4.4625rem;top:5.375rem;left:0rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { display:flex;width:3.4375rem;height:3.4375rem;top:28.4375rem;left:8.375rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { display:flex;width:3.4375rem;height:3.4375rem;top:11.3125rem;left:8.3125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { display:flex;width:3.4375rem;height:3.4375rem;top:20.4375rem;left:8.2812505364419rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #NPxuExcebOTfCyVs1OdB56oh81ghXloQ { width:18.625rem;height:2.975rem;top:15.5rem;left:0.6875rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { width:17.4375rem;height:2.975rem;top:24.625rem;left:1.2812500596046rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #iipPODEqwte0ora0mkvpPGeXRJu3D3lX { width:19.3125rem;height:4.4625rem;top:32.6875rem;left:0.3125rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.1875rem;top:4.9375rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:1.7868125rem;top:2.1875rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#001f3c;display:block; }
 }@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:6.375rem;height:0.1875rem;top:37.6875rem;left:6.8125rem;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:7.875rem;height:5.25rem;top:85.868041992188rem;left:0rem;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:5.8125rem;height:0.1875rem;top:51.3125rem;left:7.0625rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #CygWGf05yq92g1WFMdm7q0NpPFGtELwk { width:20rem;height:8.924rem;top:49.975000858307rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { width:20rem;height:28.2818125rem;top:6.75rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { width:19.5625rem;height:12rem;top:37.349219322204rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { display:flex;width:2.5rem;height:2.5rem;top:25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { width:7rem;height:0.1875rem;top:26.6875rem;left:6.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { width:3.3125rem;height:3.3125rem;top:25.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { width:3.3125rem;height:3.3125rem;top:36.25rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { width:3.3125rem;height:3.3125rem;top:49.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { 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; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.adaptive-delivery-prevent-bg, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyload, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyloading { background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { background-color: transparent; background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .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); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { width:20rem;height:9.0713726318359rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { width:20rem;height:1.7868125rem;top:1.4734375476837rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { width:20rem;height:4.98579375rem;top:4.0867195129394rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { 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; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.adaptive-delivery-prevent-bg, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyload, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyloading { background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { background-color: transparent; background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .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); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { width:20rem;height:151.754375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-desc-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { display:flex;height:auto;width:20rem;top:1.25rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.625rem; }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #HnRPpRZgFhsocwfSrO6TExJagoF7kuiS {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KTzhF9e0cB6yJDCa8iBF9deaZnUzDe3C {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #pbcosOZU4cfrutZnzkJnyt0orSPcA9xU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #P3i9oQCRe1q7Utt13z88zTGcvXwPxvKk {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zcmhADOIenRE2BooQvLLkHRsErSCDTe3 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZyM37lDvtTN5QnygzgUUhfWpBpR14loh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #uinrrPwqu3XQ4e6zftqTyVShaIhfphIX {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #FBworaNpPDegVCOLZ0IDH2fdUdmHv8vF {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #BPdfHM4oxV355AC2uMfaaT5TX3lqTDJF {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Zv96GNI4aI22Fkc8ZSb8pVNEKQlBPZ52 {  }
 }@media only screen and (max-width: 763px) { #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.adaptive-delivery-prevent-bg, #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.lazyload, #cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw.lazyloading { background-image: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { background-color: transparent; background-image: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container > .video-iframe-container { display: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .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); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row > .video-iframe-container { display: none; }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .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); }#cG7Flh5QCag6yMZrq9cNHSOGT4n4Q0iw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7W1CG9v94ci0MFdaH0bMsrXE6neDNpK { width:20rem;height:1.7868125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WdgnwteURHTISck7d3VFf4DQfu0RoAdw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw.adaptive-delivery-prevent-bg, #WdgnwteURHTISck7d3VFf4DQfu0RoAdw.lazyload, #WdgnwteURHTISck7d3VFf4DQfu0RoAdw.lazyloading { background-image: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { background-color: transparent; background-image: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container > .video-iframe-container { display: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .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); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row > .video-iframe-container { display: none; }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .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); }#WdgnwteURHTISck7d3VFf4DQfu0RoAdw > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AirO51KkbN5pBRPmuX8zmv17suo4cN0E { width:20rem;height:23.25rem;top:8.6874998807906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpErfPD2V1cZXlAxmsVAt4LqLl2TFZ3 { width:4.125rem;height:4.125rem;top:1.0625rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNMNdSqxL7MTE7KwQNZT05PxBi35T4D { width:3.125rem;height:3.1875rem;top:1.28125rem;left:8.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #seLA7OHDP46s9pWk0xwnKhE598eNLiMd { width:18.75rem;height:1.6625rem;top:6.2101554870606rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E1dVz2S0Vw9QUx9c81TT1P2M5Xla6PTm { width:7.25rem;height:6.5625rem;top:24.437500357628rem;left:12.750000536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kR9ebf14LhGhNmoncVPkbhTFxxoyB3iG { width:14.0625rem;height:6.373125rem;top:22.734375357628rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JOecceQCeWxzv0l8ufASV0z19lMqIFH3 { width:16rem;height:1.4875rem;top:9.8187499046325rem;left:2.7992187142372rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eL4aVreiAGINRX2aZHiKx8NwFA8HupzJ { width:17.125rem;height:1.4875rem;top:14.275000095367rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltLNVHqKIM0vl36nxKTaOC9wEV8LziZS { width:17rem;height:1.4875rem;top:20.000000357628rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqVCKRS9KM2XxoMVoafQxMKekhctuoA1 { display:flex;width:1.375rem;height:1.375rem;top:9.875rem;left:0.56249994039536rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #zRmbigiLuf8VXqc0hwG2A2J4M6M074DW { display:flex;width:1.875rem;height:1.875rem;top:2.1875rem;left:9.0625005364419rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IsEJAM38A6K4NwSLiBcWPZAisOGXTb6g { display:flex;width:1.375rem;height:1.375rem;top:14.375000476837rem;left:0.56171876192093rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #DElKD6le2FyG4W7fU5988Znc8n7A4Iui { display:flex;width:1.375rem;height:1.375rem;top:20.056249976158rem;left:0.56171876192093rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #nFFUsJGFvbTIHyPBlxSZUB06HXXcJ9uG { display:flex;width:1.375rem;height:1.375rem;top:12.187500476837rem;left:0.67500001192094rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #cNGJDvGUUrAILhXz5qQtC5amDS0wEKwb { display:flex;width:1.375rem;height:1.375rem;top:16.375000476837rem;left:0.56171876192093rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #oHMZxvhOpNVJlAGM4wbUr9yb5xECIw5M { width:16rem;height:1.4875rem;top:12.131250858307rem;left:2.8492186665535rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXZA2o2Kxh0hbvJAttnc5lqzoFfrJ6Us { width:16.8125rem;height:2.975rem;top:16.275000095367rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FvpT4viG6apnEctqf5BN9TTpohyKVAcX { display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { width:20rem;height:1.7868125rem;top:1.6367197036743rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpKqKGgPTOHVc087c4HExqF0ifZxai1T { width:3.125rem;height:3.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { width:15.4375rem;height:9.6656rem;top:1.4562492370606rem;left:4.4359374642372rem;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.125rem;height:3.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AoLhpUpket6FHvUtIytafklfmng7w5 { width:15.625rem;height:8.2848rem;top:11.8125rem;left:4.2500000596046rem;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.125rem;height:3.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { width:15.8125rem;height:8.2848rem;top:21.750000476837rem;left:4.0625000596046rem;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:1.875rem;height:1.875rem;top:2.125rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cc3yLlaimnO27wTSMacybEMKnbugic25 { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #I2qpUNNVlTryRB6bDRrPibDub5guOp1O { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qezoEafDypZa9i1eHnCiGShDz4Rc53np { display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { width:16.125rem;height:8.2848rem;top:8.9375rem;left:3.9375rem;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:3.125rem;height:3.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmnOUD6klh6UCKLa97XhJgevEMQD68N { width:16rem;height:6.904rem;top:0.625rem;left:4.0625000596046rem;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:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { display:flex;width:1.875rem;height:1.875rem;top:9.5625rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #C6K0mORu39in5lxXzcdMAyQdARO13Uso { display:flex;width:1.875rem;height:1.875rem;top:1.2499990463257rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF { background-color:rgba(var(--color-secondary-4),1);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; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.adaptive-delivery-prevent-bg, #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.lazyload, #aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF.lazyloading { background-image: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { background-color: transparent; background-image: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container > .video-iframe-container { display: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row > .video-iframe-container { display: none; }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .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); }#aXcAqMZQtHLTPatkkkh4dgbuXabBoJQF > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { width:20rem;height:33.5625rem;top:6.6226806640625rem;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) { #fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { width:19.1241875rem;height:3.85rem;top:1.5976572036743rem;left:0.43671876192093rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D7lTJ1hppPmkZIDbkqq89m8y1fuUMw7t { width:20rem;height:1.59375rem;top:8.746874809265rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W0WhBva2wThegCJvfWFJTaBo3A9etvTs { width:18.0625rem;height:11.357125rem;top:20.14609336853rem;left:0.96796876192094rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
 }@media only screen and (max-width: 763px) { #LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { width:18.8125rem;height:4.4625rem;top:33.72109413147rem;left:0.59296876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { width:20rem;height:3.4375rem;top:15.750781059265rem;left:0rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block; }
 }@media only screen and (max-width: 763px) { #d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { width:18.75rem;height:32.3125rem;top:7.234375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XE9f7R0eatWFK1SXS5DPsZXv4b2sau { width:20rem;height:3rem;top:9.8257818222044rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nKn2FMiGXGsurJsnThegaK1FE06WXuLX { width:20rem;height:2.975rem;top:12.776562690735rem;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) { #Pks4J9neMuu9go0HtbNhtSTJG3RbPB86 { width:3.75rem;height:0.125rem;top:9.4812504053119rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9B0P49bthLZtrycXDW0D38MFKM1pAK { display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igsJ0gOr1M0clJT7rGPDZtmToD8U55as { width:20rem;height:4.12405rem;top:1.8125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { width:8.25rem;height:0.3125rem;top:6.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { display:block; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { width:15.625rem;height:2.975rem;top:19.125rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { width:20rem;height:5.9493375rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkxWTCVEo5pESTE2QNXKynfathy6OcO { width:20rem;height:4.4625rem;top:34.937500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { width:20rem;height:4.4625rem;top:43.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { width:15.625rem;height:1.4875rem;top:51.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { width:16.8125rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { width:11.75rem;height:8.5rem;top:8.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { display:flex;width:2.4375rem;height:2.4375rem;top:16.687500953674rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { display:flex;width:2.4375rem;height:2.4375rem;top:23.125rem;left:8.8125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { display:flex;width:2.4375rem;height:2.4375rem;top:32.500000953674rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { display:flex;width:2.4375rem;height:2.4375rem;top:40.625001907349rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { display:flex;width:2.4375rem;height:2.4375rem;top:48.875rem;left:8.8125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { 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; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.adaptive-delivery-prevent-bg, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyload, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyloading { background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { background-color: transparent; background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .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); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr0FsBUHgJNW5cRCATvwKliwq10457an { width:20rem;height:1.7868125rem;top:1.6609382629394rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { 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; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.adaptive-delivery-prevent-bg, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyload, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyloading { background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { background-color: transparent; background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .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); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { width:20rem;height:28.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { width:18.9375rem;height:20.8226875rem;top:4.5234375rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { width:20rem;height:28.625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { width:20rem;height:20.8226875rem;top:34.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { width:20rem;height:21rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { width:20rem;height:13.386rem;top:64.161719322206rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cCpyO2gMzzGTThyel7qG75gF9snBraXo { width:13.8125rem;height:1.38125rem;top:78.3125rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { width:13.8125rem;height:1.38125rem;top:25.749217987061rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { width:13.875rem;height:1.38125rem;top:56.3125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { width:20rem;height:25.625rem;top:2.8507823944092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { width:20rem;height:26rem;top:32.936719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { width:20rem;height:18.375rem;top:62.311718940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RvdJPe7LKe77ql34flZox4NqLlnAyI { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #qtihioqx37fABck4CyuyDITfhfEAaVGc { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #FANqq4szNSGcZF8mkHiFx7kULHDf4eec { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDpNSEqZOZXNHxGCznl0Nlx6xwL4RzbL { width:20rem;height:1.65rem;top:2.3750004768372rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDoRVVz5FsLKJB504xaLAcFJ2Vi2obIK { width:20rem;height:4.62890625rem;top:4.8875007629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { width:20rem;height:26.2351875rem;top:3.72265625rem;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:1.6625rem;top:1.1750001907349rem;left:0rem;font-size:1.1875rem;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:9.75rem;height:19.5rem;top:56.5625rem;left:10.038634526683rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { width:9rem;height:11.3125rem;top:60.656251907349rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { width:11.8125rem;height:8.1875rem;top:53rem;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) { #Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { width:20rem;height:1.6625rem;top:31.625000953674rem;left:0rem;font-size:1.1875rem;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) { #ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { width:20rem;height:16.5696125rem;top:33.900000095368rem;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) { #mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { width:9.3125rem;height:8.0625rem;top:70.81250190735rem;left:0.0017815658107026rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { width:11.5625rem;height:8.8125rem;top:77.12500190735rem;left:6.6875000596044rem;display:block; }
 }@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:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;font-size:1.5625rem;line-height:1.3;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) { #Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { width:20rem;height:1.57493125rem;top:4.3000011444092rem;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) { #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:33.4375rem;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 #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ {  }
 }@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) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { width:18.75rem;height:1.78125rem;top:3.3125rem;left:0.62421876192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { width:20rem;height:1.65rem;top:1.4468746185302rem;left:0rem;font-size:1.375rem;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:5.625rem;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.25rem;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) { #WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { width:20rem;height:23.0625rem;top:6.3109283447262rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { background-color:rgba(var(--color-secondary-3),1);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; }#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 { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { width:16.125rem;height:1.59375rem;top:7.984375rem;left:3.625rem;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:7.6875rem;left:2.0500000119209rem; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { width:20rem;height:1.65rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { width:18.75rem;height:3.18655rem;top:3.5867195129394rem;left:0.62421876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { width:8.25rem;height:0.3125rem;top:11.555469512939rem;left:5.8750000596046rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { width:20rem;height:3.41264375rem;top:12.59375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }