.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Oswald";--paragraphs-font-family:"Roboto"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cdb2e6c0-94dc-4014-b39d-8167f555e0ec/herojbbiobudzsie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;overflow:visible;position:relative;display:block; }#q3zSHRmeiwkvTWSOaHQAMmaRgOQHRn3D { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.125rem;left:4.9375rem;height:5.6875rem;display:block; }
#XViPCrT1yAUwx8nokMPmoqpwUsdtfbMd { color:#16a9df;display:block;width:20rem;position:absolute;font-family:oswald;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-primary-4),0.66);top:18.11865234375rem;left:4.9375rem;height:7.068375rem;display:block; }
#yFNPwOIZ5cz0uGIfMcHpMMT7ZD0mLUMf { color:#0088ba;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.224609375rem;left:5.90625rem;height:1.29980625rem;display:block; }
#zmodVgv1N5KTnTFWeqlAmKxuw5ELbfdH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.25rem;top:3.58740234375rem;left:4.9375rem;overflow:hidden;display:block; }
#BEPBP8ATqTGOOKd4A7mvbz6w8gH1t1FN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:22.875rem;top:2.0625rem;left:14.0625rem;overflow:hidden;display:block; }
#BBcweLSnxhW6fuNfmEaPKROrtri2LGtP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.125rem;left:4.9375rem;height:7.5rem;display:block; }
#sNMlPF9adTAavi0550ITPnhT4eztPg8r { color:#000000;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:30.16064453125rem;left:23.71875rem;height:4.6308625rem;font-style:normal;display:block; }
#E2HIEo3kuZLbvCDTTTwcHDdOlkafDPLE { color:#134264;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.03564453125rem;left:23.78125rem;height:1.94970625rem;display:block; }
#xkFaB59V9mvfCRnRz9phhwNx5d0G6v44 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #00a8e6, #134264);background-image: -moz-linear-gradient(172deg, #00a8e6, #134264);background-image: -ms-linear-gradient(172deg, #00a8e6, #134264);background-image: -o-linear-gradient(172deg, #00a8e6, #134264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );";background-image: linear-gradient(172deg, #00a8e6, #134264);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.298828125rem;left:4.9375rem;display:block; }
#NMugDHyvOwu0sDGpHvIQkbVsg8oB650B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvTf65iXKW3KdZqdXpwG5MMPow9SeJG6 { box-sizing:content-box;height:2.375rem;width:12.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #00a8e6;border-left:0.125rem solid #00a8e6;border-right:0.125rem solid #00a8e6;border-bottom:0.125rem solid #00a8e6;top:11.5625rem;left:4.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(25deg, rgba(22,169,223,0.5), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(25deg, rgba(22,169,223,0.5), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(25deg, rgba(22,169,223,0.5), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(25deg, rgba(22,169,223,0.5), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a9df7f', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a9df7f', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(25deg, rgba(22,169,223,0.5), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container { background-color: transparent; background-image: none; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container > .video-iframe-container { display: none; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row > .video-iframe-container { display: none; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .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); }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container { border-width: 0; border-radius: 0; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#EiNEDW3IIEP25LWr19wvsVt5UPO7yTFn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:34.75rem;top:7.875rem;left:1.5625rem;overflow:hidden;display:block; }
#iyV9QZsrbfZLcgwH1A2xyeob73CTKCu8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:34.75rem;top:7.875rem;left:39.0625rem;overflow:hidden;display:block; }
#FULDyK92VGJIb5NkFct8WFkz8TSQhZsy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:18.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gsu156AFTrtFRAzLJo9amt8zCnEwBUSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:19.28857421875rem;left:19.5625rem;height:2.79980625rem;display:block; }
#DGpgZVTwITxAxCZ0hwAuRxLo33dMpyha { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:22.9873046875rem;left:20.6875rem;height:15.398925rem;display:block; }
#i7BaGHi1X2oc106gQsOdWVCIwwIvhtU6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.4375rem;top:11.25rem;left:21.8125rem;overflow:hidden;display:block; }
#R2S8sscU1oNVbaq5fTaT7qLBlGyJ4pTA { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:22.125rem;top:10.25rem;left:40.625rem;overflow:hidden;display:block; }
#I9D0yATfB2g3Xu8Peste7XurSfclqNWR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9873046875rem;left:44.875rem;height:15.398925rem;display:block; }
#icCGzBF2BdyEpTJ1050HQuN1tSqCbBZm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:17.88916015625rem;left:42.5rem;height:4.19970625rem;display:block; }
#v8HHR20235y6JWCK6Jlt7F7fRBT1lpwy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.3125rem;left:44.875rem;height:1.29980625rem;display:block; }
#FSqeo1sJmBqohiF4B0U25gq4e1JPC2WM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.25rem;left:8.46875rem;height:1.29980625rem;display:block; }
#IhDkFb5KIvBmWMtARU04k8Fica8PoOfv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:47.3125rem;left:14.4375rem;height:4.19970625rem;display:block; }
#oq35UU9UhZNdBtQQipyS2UG52TT416R5 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:46.3125rem;left:34.1875rem;height:1.29980625rem;display:block; }
#WrfPvKsCUZKoq4DoXZErMBsLDwu70A06 { color:#00a8e6;display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47rem;left:37.125rem;height:4.875rem;display:block; }
#O7CKlXJfsyIDwVeC5Tcfd5kgruKfDeCq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.0625rem;left:29.875rem;height:3.4121125rem;display:block; }
#inZBJ9XCp7rhxsIaaHfILbu78HfpAKTa { color:rgba(var(--color-secondary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55.1875rem;left:21.75rem;height:1.29980625rem;font-style:normal;display:block; }
#GbT4KAo95c4npFSnmXXUadecUzRhATX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:20.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#LbtTkJOePgw8RQpQFTTfs6v7Zn91lfK0 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #00a8e6, #134264);background-image: -moz-linear-gradient(172deg, #00a8e6, #134264);background-image: -ms-linear-gradient(172deg, #00a8e6, #134264);background-image: -o-linear-gradient(172deg, #00a8e6, #134264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );";background-image: linear-gradient(172deg, #00a8e6, #134264);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:24.3125rem;display:block; }
#nTL2vvFZKXf82LURWQbP8M4uTvFsplZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTXu29rZtoR2TZeAVmkOiNZmwXNgNflc { box-sizing:content-box;height:2.375rem;width:22.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.65625rem;left:6.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#o2k8DeFIx3VLW2VCS5MFnrpDEB3V4iJt { box-sizing:content-box;height:2.375rem;width:26.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.77490234375rem;left:43.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#a34hd1y85XtRvSZKgkHZ2DOsgO8TFNTv { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #00a8e6, #134264);background-image: -moz-linear-gradient(172deg, #00a8e6, #134264);background-image: -ms-linear-gradient(172deg, #00a8e6, #134264);background-image: -o-linear-gradient(172deg, #00a8e6, #134264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );";background-image: linear-gradient(172deg, #00a8e6, #134264);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.25rem;left:48.4375rem;display:block; }
#p5Vh3w1cT1I5kkRTcK7uiaah1hlCUDbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTUwcpsX9GkHShcmGyG9DO64Zap4F5yh { box-sizing:content-box;height:9.0625rem;width:60.3125rem;position:absolute;display:block;z-index:14999;background-color:#142443;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45rem;left:8.5rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#Dp1T6J90UXkl9aP3sZDJkaKKN5rrcfb6 { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.3125rem;left:27.0625rem;display:block; }
#hpLIE6QvCl4TkFmSbrxXkVRXdo8GvVqg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.9873046875rem;left:18.4375rem; }
#ObXb24rNPN12u6dASCgaDHEuX9BI5LUO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.0625rem;left:18.34375rem; }
#iPblyP74OTlTLGOLipLn4HDvzlQ3fifX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.375rem;left:18.59375rem; }
#DgGkvBBcLBINrNSCxVW52beOFFwouuUT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.7607421875rem;left:18.6875rem; }
#pSTgUOsfv99ULOiHTxFou4MseLVD0xkd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.0498046875rem;left:42.4375rem; }
#qzRzrRrKXUKNQZfeL5xvSxnI4IbNDtEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.40625rem;left:42.5rem; }
#PkPVXSR1z8FrQ8MDXvBT5iAmowJ25SbP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:31.5rem;left:42.5rem; }
#DCRBfIzxlbvftfeFTvvKZ3Z3HTweGX1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.625rem;left:42.5625rem; }
#zW07HbaIrKL2RmXe7oAecAPFme2h8XHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:54.8125rem;left:19.375rem; }
#PztPHvH3NtCsfwPCpKTEuVo9bxzTu5sn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:54.875rem;left:30.25rem; }
#ezG48ZL2NdovsqsbILrfa5N3xODsg6hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:55rem;left:45.125rem; }
#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC { position:relative;display:block; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC { background-color: transparent; background-image: none; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container > .video-iframe-container { display: none; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row > .video-iframe-container { display: none; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .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); }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC { border-width: 0; border-radius: 0; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .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; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .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-4),1); }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-trigger.adaptive-delivery-prevent-bg, #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-trigger.lazyload, #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-trigger.lazyloading { background-image: none; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#00a8e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.125rem;left:40.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e5e6ptdThoGTbzTwoTu0P2BWpcb5XVVK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #pyQcJ0kvmpXFEqftEBTtJ4EkxiTa66R3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #P6NgwmT7dHn1JpN6tTvea3ZebNKWeMtr { display:block;position:relative; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #VKRcn1UXRfAgFkcN3bXTtnyBeAv8RKWD {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ZyplgyzPXDCblDT7BgEx0mUuZ4lOGSeZ {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LqQ4WXPeEkwVfN9O338mK65FVZnGpw74 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #WsPMTEdySu8oWG9T0Aa6TNcuBXtEXVO8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #IKkc8twBgfXKSVPQGZEiiBJprcus00og { display:block;position:relative; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #oGMf7wwsWmsDZTt08aBERvbnahQyRtBQ {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sAbX799V4mii7FqgD51xsTd6wGTK9ZRk { display:none; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #JSFGsOQmRPwLaxyBxa0dCuWsAypXtkIT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #O1zsHLMI9tTOTfVbyDawUyNatcxUzw7p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #p5939UTZHyNKi1uClTPh01TgZ1ED9uKS { display:block;position:relative; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #hWd3lND6h0TJIzXMwvDLxWI9xA8S6Tpt {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #tFzSuVIvH9o7OviEmhXT48C5SHQdZ8nv { display:none; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LU6GlZpotCRbkK4IUlHkgsNmGqrggZSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #qnvkLEFHZD6vD17JGKPLS5zGcSryzqD4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #QJgnP0i1UpRQVToO0tuUo9oHSxhgDmv7 { display:block;position:relative; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e62ihCJzfwowXNlkTL94LMOO5asKcicp {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #EpkkQwgWJ8CPHke5in6PTGUKDzamPXRs { display:none; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #XiHyxce7AZN1rVHtqN2cP5zCUp7MhEen { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sfR5k5oBMoGTbH8ktUCDWvt1deACOzrH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ye0fhqTOCfCotG4o2INzXvCU0bTDvLrz { display:block;position:relative; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sS9mnzQEQxhtl3uzW6TSbpSkOpCs8PHl {  }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #K7yyqFzRcS7h1li2TNmlK4J3ohs14mH7 { display:none; }
#sZgoXlVKFyebJk6s3B6v7lc4arpKxdH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.96875rem;height:6.82425rem;display:block; }
#pLknHGT2WmAeCFMJ72RC7AmOuyxdNVWm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.837890625rem;left:6.96875rem;height:11.19925rem;display:block; }
#fEyPr1ya2dClGzIFp5Jsmmmanxmb377w { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #00a8e6, #134264);background-image: -moz-linear-gradient(172deg, #00a8e6, #134264);background-image: -ms-linear-gradient(172deg, #00a8e6, #134264);background-image: -o-linear-gradient(172deg, #00a8e6, #134264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#134264' );";background-image: linear-gradient(172deg, #00a8e6, #134264);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.5625rem;left:6.96875rem;display:block; }
#wf3PgtNfVk9LLwORRHTFuxat3TCLJbSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3zSHRmeiwkvTWSOaHQAMmaRgOQHRn3D { top:14.125rem;left:0rem;width:27rem;height:5.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViPCrT1yAUwx8nokMPmoqpwUsdtfbMd { top:18.0625rem;left:0rem;width:20rem;height:7.0625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFNPwOIZ5cz0uGIfMcHpMMT7ZD0mLUMf { top:12.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmodVgv1N5KTnTFWeqlAmKxuw5ELbfdH { top:3.5625rem;left:0rem;width:8.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPBP8ATqTGOOKd4A7mvbz6w8gH1t1FN { top:2.0625rem;left:0.4375rem;width:22.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBcweLSnxhW6fuNfmEaPKROrtri2LGtP { top:25.125rem;left:0rem;width:20rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMlPF9adTAavi0550ITPnhT4eztPg8r { top:30.125rem;left:10.09375rem;width:11.5rem;height:4.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2HIEo3kuZLbvCDTTTwcHDdOlkafDPLE { top:34rem;left:10.15625rem;width:15.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFaB59V9mvfCRnRz9phhwNx5d0G6v44 { width:17.75rem;height:2.75rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMugDHyvOwu0sDGpHvIQkbVsg8oB650B { display:block; }
 }@media only screen and (max-width: 763px) { #TvTf65iXKW3KdZqdXpwG5MMPow9SeJG6 { top:11.5625rem;left:0rem;width:12.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX { display:block; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiNEDW3IIEP25LWr19wvsVt5UPO7yTFn { top:7.875rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyV9QZsrbfZLcgwH1A2xyeob73CTKCu8 { top:7.875rem;left:13rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULDyK92VGJIb5NkFct8WFkz8TSQhZsy { top:15.625rem;left:7.9375rem;width:15.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsu156AFTrtFRAzLJo9amt8zCnEwBUSZ { top:19.25rem;left:9.75rem;width:14.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGpgZVTwITxAxCZ0hwAuRxLo33dMpyha { top:22.9375rem;left:11.25rem;width:13rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7BaGHi1X2oc106gQsOdWVCIwwIvhtU6 { top:11.25rem;left:15rem;width:8.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2S8sscU1oNVbaq5fTaT7qLBlGyJ4pTA { top:10.25rem;left:23.875rem;width:22.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9D0yATfB2g3Xu8Peste7XurSfclqNWR { top:22.9375rem;left:24.4375rem;width:13.5625rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icCGzBF2BdyEpTJ1050HQuN1tSqCbBZm { top:17.875rem;left:23.875rem;width:16.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HHR20235y6JWCK6Jlt7F7fRBT1lpwy { top:40.3125rem;left:22rem;width:25.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeo1sJmBqohiF4B0U25gq4e1JPC2WM { top:40.25rem;left:0rem;width:25.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhDkFb5KIvBmWMtARU04k8Fica8PoOfv { top:47.3125rem;left:7.625rem;width:11.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq35UU9UhZNdBtQQipyS2UG52TT416R5 { top:46.3125rem;left:16.875rem;width:7rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfPvKsCUZKoq4DoXZErMBsLDwu70A06 { top:47rem;left:13.3125rem;width:10.5625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7CKlXJfsyIDwVeC5Tcfd5kgruKfDeCq { top:48.0625rem;left:13.25rem;width:10.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZBJ9XCp7rhxsIaaHfILbu78HfpAKTa { top:55.1875rem;left:0rem;width:33rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbT4KAo95c4npFSnmXXUadecUzRhATX9 { top:1.625rem;left:0rem;width:35.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtTkJOePgw8RQpQFTTfs6v7Zn91lfK0 { width:26.625rem;height:2.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTL2vvFZKXf82LURWQbP8M4uTvFsplZq { display:block; }
 }@media only screen and (max-width: 763px) { #NTXu29rZtoR2TZeAVmkOiNZmwXNgNflc { top:39.625rem;left:0.125rem;width:22.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2k8DeFIx3VLW2VCS5MFnrpDEB3V4iJt { top:39.75rem;left:21.0625rem;width:26.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a34hd1y85XtRvSZKgkHZ2DOsgO8TFNTv { width:17.75rem;height:2.75rem;top:48.25rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Vh3w1cT1I5kkRTcK7uiaah1hlCUDbp { display:block; }
 }@media only screen and (max-width: 763px) { #PTUwcpsX9GkHShcmGyG9DO64Zap4F5yh { top:45rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1T6J90UXkl9aP3sZDJkaKKN5rrcfb6 { top:46.3125rem;left:20.25rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpLIE6QvCl4TkFmSbrxXkVRXdo8GvVqg { top:22.9375rem;left:11.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObXb24rNPN12u6dASCgaDHEuX9BI5LUO { top:27.0625rem;left:11.53125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPblyP74OTlTLGOLipLn4HDvzlQ3fifX { top:31.375rem;left:11.78125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgGkvBBcLBINrNSCxVW52beOFFwouuUT { top:36.75rem;left:11.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSTgUOsfv99ULOiHTxFou4MseLVD0xkd { top:23rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzRzrRrKXUKNQZfeL5xvSxnI4IbNDtEt { top:27.375rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPVXSR1z8FrQ8MDXvBT5iAmowJ25SbP { top:31.5rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCRBfIzxlbvftfeFTvvKZ3Z3HTweGX1q { top:35.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW07HbaIrKL2RmXe7oAecAPFme2h8XHT { top:54.8125rem;left:12.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PztPHvH3NtCsfwPCpKTEuVo9bxzTu5sn { top:54.875rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezG48ZL2NdovsqsbILrfa5N3xODsg6hs { top:55rem;left:24.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC { display:block; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL { display:flex;height:auto;width:27.8125rem;top:2.875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e5e6ptdThoGTbzTwoTu0P2BWpcb5XVVK {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #pyQcJ0kvmpXFEqftEBTtJ4EkxiTa66R3 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #P6NgwmT7dHn1JpN6tTvea3ZebNKWeMtr {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #VKRcn1UXRfAgFkcN3bXTtnyBeAv8RKWD {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ZyplgyzPXDCblDT7BgEx0mUuZ4lOGSeZ {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LqQ4WXPeEkwVfN9O338mK65FVZnGpw74 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #WsPMTEdySu8oWG9T0Aa6TNcuBXtEXVO8 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #IKkc8twBgfXKSVPQGZEiiBJprcus00og {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #oGMf7wwsWmsDZTt08aBERvbnahQyRtBQ {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sAbX799V4mii7FqgD51xsTd6wGTK9ZRk {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #JSFGsOQmRPwLaxyBxa0dCuWsAypXtkIT {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #O1zsHLMI9tTOTfVbyDawUyNatcxUzw7p {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #p5939UTZHyNKi1uClTPh01TgZ1ED9uKS {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #hWd3lND6h0TJIzXMwvDLxWI9xA8S6Tpt {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #tFzSuVIvH9o7OviEmhXT48C5SHQdZ8nv {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LU6GlZpotCRbkK4IUlHkgsNmGqrggZSo {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #qnvkLEFHZD6vD17JGKPLS5zGcSryzqD4 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #QJgnP0i1UpRQVToO0tuUo9oHSxhgDmv7 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e62ihCJzfwowXNlkTL94LMOO5asKcicp {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #EpkkQwgWJ8CPHke5in6PTGUKDzamPXRs {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #XiHyxce7AZN1rVHtqN2cP5zCUp7MhEen {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sfR5k5oBMoGTbH8ktUCDWvt1deACOzrH {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ye0fhqTOCfCotG4o2INzXvCU0bTDvLrz {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sS9mnzQEQxhtl3uzW6TSbpSkOpCs8PHl {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #K7yyqFzRcS7h1li2TNmlK4J3ohs14mH7 {  }
 }@media only screen and (max-width: 763px) { #sZgoXlVKFyebJk6s3B6v7lc4arpKxdH1 { top:2.875rem;left:0.15625rem;width:23.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLknHGT2WmAeCFMJ72RC7AmOuyxdNVWm { top:10.8125rem;left:0.15625rem;width:21.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEyPr1ya2dClGzIFp5Jsmmmanxmb377w { width:21.4375rem;height:2.75rem;top:23.5625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3PgtNfVk9LLwORRHTFuxat3TCLJbSI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c0a311a8-a5ce-4fa1-8c71-06aa659a2215/adientRelacjanaInstagram5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3zSHRmeiwkvTWSOaHQAMmaRgOQHRn3D { width:13.4375rem;height:3.4121125rem;top:8.45849609375rem;left:3.28125rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XViPCrT1yAUwx8nokMPmoqpwUsdtfbMd { width:12.875rem;height:4.95605625rem;top:10.93359375rem;left:3.28125rem;font-size:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFNPwOIZ5cz0uGIfMcHpMMT7ZD0mLUMf { width:12.5rem;height:1.29980625rem;top:6.28662109375rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmodVgv1N5KTnTFWeqlAmKxuw5ELbfdH { width:5.125rem;height:2.5625rem;top:1.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPBP8ATqTGOOKd4A7mvbz6w8gH1t1FN { width:13.625rem;height:7.75rem;top:0.43701171875rem;left:6.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BBcweLSnxhW6fuNfmEaPKROrtri2LGtP { width:16.9375rem;height:9rem;top:45.47119140625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNMlPF9adTAavi0550ITPnhT4eztPg8r { width:7.25rem;height:3.25rem;top:38.03369140625rem;left:6.4375rem;font-size:2.5rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #E2HIEo3kuZLbvCDTTTwcHDdOlkafDPLE { width:10.5625rem;height:1.94970625rem;top:36.33447265625rem;left:4.90625rem;font-size:1.5rem;color:#ff5a72;display:block; }
 }@media only screen and (max-width: 763px) { #xkFaB59V9mvfCRnRz9phhwNx5d0G6v44 { width:17.75rem;height:2.75rem;top:41.22119140625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMugDHyvOwu0sDGpHvIQkbVsg8oB650B { display:block; }
 }@media only screen and (max-width: 763px) { #TvTf65iXKW3KdZqdXpwG5MMPow9SeJG6 { width:12.875rem;height:2.375rem;top:5.62451171875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX { display:block; }#uASFMlTTPl1cTNohJ2IaxmMz4Jl7XMkX > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiNEDW3IIEP25LWr19wvsVt5UPO7yTFn { width:20rem;height:20rem;top:9.9121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyV9QZsrbfZLcgwH1A2xyeob73CTKCu8 { width:20rem;height:20rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FULDyK92VGJIb5NkFct8WFkz8TSQhZsy { width:11.125rem;height:4.875rem;top:17.099609375rem;left:6.46875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Gsu156AFTrtFRAzLJo9amt8zCnEwBUSZ { width:9.875rem;height:4.19970625rem;top:22.5126953125rem;left:7.71875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DGpgZVTwITxAxCZ0hwAuRxLo33dMpyha { width:13rem;height:15.398925rem;top:29.912109375rem;left:2.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #i7BaGHi1X2oc106gQsOdWVCIwwIvhtU6 { width:7.125rem;height:3.6875rem;top:12.849609375rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2S8sscU1oNVbaq5fTaT7qLBlGyJ4pTA { width:14.625rem;height:3.9375rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9D0yATfB2g3Xu8Peste7XurSfclqNWR { width:13.5625rem;height:15.398925rem;top:71.4375rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #icCGzBF2BdyEpTJ1050HQuN1tSqCbBZm { width:10.625rem;height:6.9995rem;top:58.25rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #v8HHR20235y6JWCK6Jlt7F7fRBT1lpwy { width:20rem;height:0.9746125rem;top:89.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeo1sJmBqohiF4B0U25gq4e1JPC2WM { width:14.9375rem;height:0.89355625rem;top:47.25rem;left:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhDkFb5KIvBmWMtARU04k8Fica8PoOfv { width:11.875rem;height:4.19970625rem;top:94.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq35UU9UhZNdBtQQipyS2UG52TT416R5 { width:7rem;height:1.29980625rem;top:99.625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfPvKsCUZKoq4DoXZErMBsLDwu70A06 { width:10.5625rem;height:2.5996125rem;top:98.875rem;left:6.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7CKlXJfsyIDwVeC5Tcfd5kgruKfDeCq { width:10.625rem;height:1.29980625rem;top:99.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZBJ9XCp7rhxsIaaHfILbu78HfpAKTa { width:20rem;height:0.8125rem;top:109.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbT4KAo95c4npFSnmXXUadecUzRhATX9 { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbtTkJOePgw8RQpQFTTfs6v7Zn91lfK0 { width:19rem;height:2.75rem;top:5.9121125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTL2vvFZKXf82LURWQbP8M4uTvFsplZq { display:block; }
 }@media only screen and (max-width: 763px) { #NTXu29rZtoR2TZeAVmkOiNZmwXNgNflc { width:20rem;height:2.375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2k8DeFIx3VLW2VCS5MFnrpDEB3V4iJt { width:20rem;height:2.375rem;top:88.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a34hd1y85XtRvSZKgkHZ2DOsgO8TFNTv { width:17.75rem;height:2.75rem;top:103.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Vh3w1cT1I5kkRTcK7uiaah1hlCUDbp { display:block; }
 }@media only screen and (max-width: 763px) { #PTUwcpsX9GkHShcmGyG9DO64Zap4F5yh { width:20rem;height:9.625rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1T6J90UXkl9aP3sZDJkaKKN5rrcfb6 { width:0.0625rem;height:6.25rem;top:94.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpLIE6QvCl4TkFmSbrxXkVRXdo8GvVqg { display:flex;width:2rem;height:2rem;top:30.224609375rem;left:16.03125rem; }
 }@media only screen and (max-width: 763px) { #ObXb24rNPN12u6dASCgaDHEuX9BI5LUO { display:flex;width:2.0625rem;height:2.0625rem;top:34.349609375rem;left:15.96875rem; }
 }@media only screen and (max-width: 763px) { #iPblyP74OTlTLGOLipLn4HDvzlQ3fifX { display:flex;width:1.625rem;height:1.625rem;top:38.787109375rem;left:16.28125rem; }
 }@media only screen and (max-width: 763px) { #DgGkvBBcLBINrNSCxVW52beOFFwouuUT { display:flex;width:1.625rem;height:1.625rem;top:43.560546875rem;left:16.40625rem; }
 }@media only screen and (max-width: 763px) { #pSTgUOsfv99ULOiHTxFou4MseLVD0xkd { display:flex;width:2rem;height:2rem;top:71.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qzRzrRrKXUKNQZfeL5xvSxnI4IbNDtEt { display:flex;width:2rem;height:2rem;top:75.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #PkPVXSR1z8FrQ8MDXvBT5iAmowJ25SbP { display:flex;width:2rem;height:2rem;top:80rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #DCRBfIzxlbvftfeFTvvKZ3Z3HTweGX1q { display:flex;width:2rem;height:2rem;top:84.125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zW07HbaIrKL2RmXe7oAecAPFme2h8XHT { display:flex;width:1.625rem;height:1.625rem;top:107.375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #PztPHvH3NtCsfwPCpKTEuVo9bxzTu5sn { display:flex;width:1.625rem;height:1.625rem;top:107.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ezG48ZL2NdovsqsbILrfa5N3xODsg6hs { display:flex;width:1.625rem;height:1.625rem;top:107.5625rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC { display:block; }#gQgHQs3dLIVP8suPJqILsFKavxEA3ZOC > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL { display:flex;height:auto;width:17.5rem;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e5e6ptdThoGTbzTwoTu0P2BWpcb5XVVK {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #pyQcJ0kvmpXFEqftEBTtJ4EkxiTa66R3 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #P6NgwmT7dHn1JpN6tTvea3ZebNKWeMtr {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #VKRcn1UXRfAgFkcN3bXTtnyBeAv8RKWD {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ZyplgyzPXDCblDT7BgEx0mUuZ4lOGSeZ {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LqQ4WXPeEkwVfN9O338mK65FVZnGpw74 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #WsPMTEdySu8oWG9T0Aa6TNcuBXtEXVO8 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #IKkc8twBgfXKSVPQGZEiiBJprcus00og {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #oGMf7wwsWmsDZTt08aBERvbnahQyRtBQ {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sAbX799V4mii7FqgD51xsTd6wGTK9ZRk {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #JSFGsOQmRPwLaxyBxa0dCuWsAypXtkIT {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #O1zsHLMI9tTOTfVbyDawUyNatcxUzw7p {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #p5939UTZHyNKi1uClTPh01TgZ1ED9uKS {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #hWd3lND6h0TJIzXMwvDLxWI9xA8S6Tpt {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #tFzSuVIvH9o7OviEmhXT48C5SHQdZ8nv {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #LU6GlZpotCRbkK4IUlHkgsNmGqrggZSo {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #qnvkLEFHZD6vD17JGKPLS5zGcSryzqD4 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #QJgnP0i1UpRQVToO0tuUo9oHSxhgDmv7 {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #e62ihCJzfwowXNlkTL94LMOO5asKcicp {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #EpkkQwgWJ8CPHke5in6PTGUKDzamPXRs {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #XiHyxce7AZN1rVHtqN2cP5zCUp7MhEen {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sfR5k5oBMoGTbH8ktUCDWvt1deACOzrH {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #ye0fhqTOCfCotG4o2INzXvCU0bTDvLrz {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #sS9mnzQEQxhtl3uzW6TSbpSkOpCs8PHl {  }
 }@media only screen and (max-width: 763px) { #UfC8vKaiSBw6N8yxmLoTzbsKkFNItJeL #K7yyqFzRcS7h1li2TNmlK4J3ohs14mH7 {  }
 }@media only screen and (max-width: 763px) { #sZgoXlVKFyebJk6s3B6v7lc4arpKxdH1 { width:20rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLknHGT2WmAeCFMJ72RC7AmOuyxdNVWm { width:20rem;height:12.599125rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEyPr1ya2dClGzIFp5Jsmmmanxmb377w { width:19rem;height:2.75rem;top:18.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3PgtNfVk9LLwORRHTFuxat3TCLJbSI { display:block; }
 }