.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:"raleway";--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:#041842;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); }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container { background-color: transparent; background-image: none; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container > .video-iframe-container { display: none; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row > .video-iframe-container { display: none; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .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); }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container { border-width: 0; border-radius: 0; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#qIKHkZds7W6iNza52RaIwDlHflA8o77o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:40.9375rem;display:block; }
#N0txJdvnPyFLTKhw6VmD09uvAlRWuqFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cb1QSTNTPzMIUuH5l1oO0UMB9I4CxAbG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:49.875rem;display:block; }
#vhUhrTAVFhZXoH7l6QPLfduz1xBgMgsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUls6aC2HH8TBAG8I3lgz93cq3nG3wOQ { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:58.8125rem;display:block; }
#i4s1vPpsKc27SkF0akFKDB3TyT2ddagM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBMarv7fFVB6v5fex5ABs4PtSASqynqx { 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:12.75rem;width:19.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv { position:relative;display:block; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv { background-color: transparent; background-image: none; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row .container > .video-iframe-container { display: none; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row > .video-iframe-container { display: none; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .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); }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv { border-width: 0; border-radius: 0; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .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; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;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; }#tdOqdPzTLTNksB05LSm1ULN4knSi3WDe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SltJKOBR9kNcr9mx9RRATCwMNPTgCsLN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:12.4375rem;height:2.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.5rem;left:5.6875rem;display:block; }
#efdqNy9hE5FbfwcoXr6vmsDJ9Wduw3nS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFw9TWEADTkTTNLzpaarTQXwelPQUUsE { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:12.3125rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.6875rem;left:19.5rem;display:block; }
#Pd4SwDPysJHaT350TKMrW1iIp7UepzlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FhEGf6BWoK6Zmh6WKf4TrQyXl8M61cIy { 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:17.5rem;width:26.375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg { position:relative;display:block; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg { background-color: transparent; background-image: none; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row .container > .video-iframe-container { display: none; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row > .video-iframe-container { display: none; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .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); }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg { border-width: 0; border-radius: 0; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .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; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .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:24.9375rem;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; }#elly28tPXAdEJsVZ2FbJkR2S3r8GJ1OG { 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:25.25rem;width:25.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#dyuoUHuxAMsC6RaxJuiDcsWCfCM2GT0q { 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:25.1875rem;width:25.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NBo4K1izQ3n9Ix3BBoEiEnJVwagqOVaC { 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:25.25rem;width:25.25rem;top:0rem;left:49.9375rem;overflow:hidden;display:block; }
#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m { position:relative;display:block; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m { background-color: transparent; background-image: none; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row .container > .video-iframe-container { display: none; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row > .video-iframe-container { display: none; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .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); }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m { border-width: 0; border-radius: 0; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .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; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .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:25.875rem;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; }#Tz5sdkSkukn2ITEGtAmftHdsJ9wcHH6b { 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:25.8125rem;width:25.8125rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#EAUATgkh6yfO55H3GPX8Qk636ST1D2DP { 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:25.75rem;width:25.75rem;top:0.25rem;left:24.3125rem;overflow:hidden;display:block; }
#ARLFysqs9ZHg8ki5XG2tG8Q6KPk82wGX { position:absolute;display:block;z-index:15002;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:25.8125rem;width:25.8125rem;top:0.1875rem;left:49.1875rem;overflow:hidden;display:block; }
#ND4q1SImPm9S1zLPTXNmmBLlnySGabec { position:relative;display:block; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec { background-color: transparent; background-image: none; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row .container > .video-iframe-container { display: none; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row > .video-iframe-container { display: none; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .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); }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec { border-width: 0; border-radius: 0; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .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; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#021c4d;background-image:none;font-size:0.875rem;font-family:arial;height:23rem;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; }#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .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; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .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; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .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); }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .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); }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .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; }#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .accordion-trigger.adaptive-delivery-prevent-bg, #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .accordion-trigger.lazyload, #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .accordion-trigger.lazyloading { background-image: none; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-4),1);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:5.5625rem;left:39.3125rem; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #S1Il5KRogkgIX4wUaiNEmpDgSspoW068 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #ZSKOqkMSNlxJXiM3dDvptaMw9qSXAPFl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #B7O7m1STzKI6HsdL3ZhCr3coe7l67THO { display:block;position:relative; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #UQysfT9ickKn9a1CEaXoUZLQghdbs49p {  }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #bqfxn2FX0zKttSIKh2apldzpL8TPoyLv {  }
#tbvicQ9yJ59GTD1tWxovhMpXo6QB4vzL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.6875rem;height:6.82425rem;display:block; }
#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t { position:relative;display:block; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t { background-color: transparent; background-image: none; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row .container > .video-iframe-container { display: none; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row > .video-iframe-container { display: none; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .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); }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t { border-width: 0; border-radius: 0; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .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; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#021946;background-image:none;font-size:0.875rem;font-family:arial;height:22.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; }#t0ugkfbSpBmGo035TQhDRPZ0mv01wysf { color:rgba(var(--color-tertiary-0),1);display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:14.375rem;height:3.4121125rem;display:block; }
#mRZUnxQ4wyoBAET5V277UD50WKZuTTW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:23.65625rem;height:1.70605625rem;display:block; }
#L7ZIC6VO4RqV37bdgxCChw97yUOr9STN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.0625rem;left:26.34375rem;display:block; }
#PytREptlOlngzROsu5G4bGfBZtRI6TEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZXlk5QvvrTCcTtUSaPT4SAebsO69TFg { 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:14.1875rem;width:21.4375rem;top:21.5rem;left:24.375rem;overflow:hidden;display:block; }
#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X { position:relative;display:block; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X { background-color: transparent; background-image: none; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row .container > .video-iframe-container { display: none; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row > .video-iframe-container { display: none; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .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); }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X { border-width: 0; border-radius: 0; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .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; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#032345;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;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; }#siplB0TZD3CBtAW7BIiUeZSEMmegR2AZ { color:rgba(var(--color-tertiary-0),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.8125rem;height:2.92480625rem;display:block; }
#vBcGWF8WIL5SHvKkWhNz2s36qfPO3stq { color:rgba(var(--color-tertiary-0),1);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:20.36328125rem;left:28.578125rem;height:1.29980625rem;display:block; }
#ic63iApKQA5MJV41oqVuwPqOgesufxll { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.36328125rem;left:53.125rem;height:1.29980625rem;display:block; }
#LIRQvW3wkxdcquEm9CJRTOGvo7C6gxIl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:20.36328125rem;left:4.25rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zlqVdqBswhBuRzAMFL40QHE15t4lhbwK { display:block; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIKHkZds7W6iNza52RaIwDlHflA8o77o { width:6.5rem;height:2.1875rem;top:1.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0txJdvnPyFLTKhw6VmD09uvAlRWuqFG { display:block; }
 }@media only screen and (max-width: 763px) { #cb1QSTNTPzMIUuH5l1oO0UMB9I4CxAbG { width:6.5rem;height:2.1875rem;top:1.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhUhrTAVFhZXoH7l6QPLfduz1xBgMgsM { display:block; }
 }@media only screen and (max-width: 763px) { #QUls6aC2HH8TBAG8I3lgz93cq3nG3wOQ { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4s1vPpsKc27SkF0akFKDB3TyT2ddagM { display:block; }
 }@media only screen and (max-width: 763px) { #kBMarv7fFVB6v5fex5ABs4PtSASqynqx { width:19.5rem;height:12.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv { display:block; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdOqdPzTLTNksB05LSm1ULN4knSi3WDe { width:47.75rem;height:31.634375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltJKOBR9kNcr9mx9RRATCwMNPTgCsLN { width:12.4375rem;height:2.375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdqNy9hE5FbfwcoXr6vmsDJ9Wduw3nS { display:block; }
 }@media only screen and (max-width: 763px) { #NFw9TWEADTkTTNLzpaarTQXwelPQUUsE { width:12.3125rem;height:2.25rem;top:24.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4SwDPysJHaT350TKMrW1iIp7UepzlQ { 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) { #FhEGf6BWoK6Zmh6WKf4TrQyXl8M61cIy { width:26.375rem;height:17.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKzN99GIIny1wJXAVs4UgPcwIMDCONzg { display:block; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elly28tPXAdEJsVZ2FbJkR2S3r8GJ1OG { width:25.25rem;height:25.25rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyuoUHuxAMsC6RaxJuiDcsWCfCM2GT0q { width:25.1875rem;height:25.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBo4K1izQ3n9Ix3BBoEiEnJVwagqOVaC { width:25.25rem;height:25.25rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m { display:block; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz5sdkSkukn2ITEGtAmftHdsJ9wcHH6b { width:25.8125rem;height:25.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAUATgkh6yfO55H3GPX8Qk636ST1D2DP { width:25.75rem;height:25.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARLFysqs9ZHg8ki5XG2tG8Q6KPk82wGX { width:25.8125rem;height:25.8125rem;top:0.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4q1SImPm9S1zLPTXNmmBLlnySGabec { display:block; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz { display:flex;height:auto;width:27.8125rem;top:1.6875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #S1Il5KRogkgIX4wUaiNEmpDgSspoW068 {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #ZSKOqkMSNlxJXiM3dDvptaMw9qSXAPFl {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #B7O7m1STzKI6HsdL3ZhCr3coe7l67THO {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #UQysfT9ickKn9a1CEaXoUZLQghdbs49p {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #bqfxn2FX0zKttSIKh2apldzpL8TPoyLv {  }
 }@media only screen and (max-width: 763px) { #tbvicQ9yJ59GTD1tWxovhMpXo6QB4vzL { width:31.0625rem;height:6.8125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t { display:block; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0ugkfbSpBmGo035TQhDRPZ0mv01wysf { width:47.75rem;height:3.375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRZUnxQ4wyoBAET5V277UD50WKZuTTW0 { width:27.6875rem;height:1.6875rem;top:9.0625rem;left:10.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ZIC6VO4RqV37bdgxCChw97yUOr9STN { width:17.5rem;height:3.4375rem;top:14.0625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytREptlOlngzROsu5G4bGfBZtRI6TEd { display:block; }
 }@media only screen and (max-width: 763px) { #JZXlk5QvvrTCcTtUSaPT4SAebsO69TFg { width:21.4375rem;height:14.1875rem;top:21.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X { display:block; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siplB0TZD3CBtAW7BIiUeZSEMmegR2AZ { width:47.75rem;height:2.875rem;top:13.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcGWF8WIL5SHvKkWhNz2s36qfPO3stq { width:12.5rem;height:1.25rem;top:20.3125rem;left:14.953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic63iApKQA5MJV41oqVuwPqOgesufxll { width:12.5rem;height:1.25rem;top:20.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIRQvW3wkxdcquEm9CJRTOGvo7C6gxIl { width:12.5rem;height:1.25rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zlqVdqBswhBuRzAMFL40QHE15t4lhbwK { position:relative;z-index:auto;display:block; }#zlqVdqBswhBuRzAMFL40QHE15t4lhbwK > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIKHkZds7W6iNza52RaIwDlHflA8o77o { width:3.9375rem;height:2.1875rem;top:15.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0txJdvnPyFLTKhw6VmD09uvAlRWuqFG { display:block; }
 }@media only screen and (max-width: 763px) { #cb1QSTNTPzMIUuH5l1oO0UMB9I4CxAbG { width:4.5rem;height:2.1875rem;top:18.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhUhrTAVFhZXoH7l6QPLfduz1xBgMgsM { display:block; }
 }@media only screen and (max-width: 763px) { #QUls6aC2HH8TBAG8I3lgz93cq3nG3wOQ { width:8.6875rem;height:2.125rem;top:29rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4s1vPpsKc27SkF0akFKDB3TyT2ddagM { display:block; }
 }@media only screen and (max-width: 763px) { #kBMarv7fFVB6v5fex5ABs4PtSASqynqx { width:19.5rem;height:12.75rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv { display:block; }#HtTJoLCyTrQzKLznaCt0ASEuH5VqHKUv > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdOqdPzTLTNksB05LSm1ULN4knSi3WDe { width:19.875rem;height:13.1671875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SltJKOBR9kNcr9mx9RRATCwMNPTgCsLN { width:12.4375rem;height:2.375rem;top:25.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdqNy9hE5FbfwcoXr6vmsDJ9Wduw3nS { display:block; }
 }@media only screen and (max-width: 763px) { #NFw9TWEADTkTTNLzpaarTQXwelPQUUsE { width:12.3125rem;height:2.25rem;top:25.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4SwDPysJHaT350TKMrW1iIp7UepzlQ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhEGf6BWoK6Zmh6WKf4TrQyXl8M61cIy { width:20rem;height:13.270142180095rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKzN99GIIny1wJXAVs4UgPcwIMDCONzg { display:block; }#RKzN99GIIny1wJXAVs4UgPcwIMDCONzg > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elly28tPXAdEJsVZ2FbJkR2S3r8GJ1OG { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyuoUHuxAMsC6RaxJuiDcsWCfCM2GT0q { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBo4K1izQ3n9Ix3BBoEiEnJVwagqOVaC { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m { display:block; }#xSiIfPNtqaGfdG1lgnyl7TBRRwrLAp0m > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz5sdkSkukn2ITEGtAmftHdsJ9wcHH6b { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAUATgkh6yfO55H3GPX8Qk636ST1D2DP { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARLFysqs9ZHg8ki5XG2tG8Q6KPk82wGX { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4q1SImPm9S1zLPTXNmmBLlnySGabec { display:block; }#ND4q1SImPm9S1zLPTXNmmBLlnySGabec > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz { display:flex;height:9.375rem;width:17.5rem;top:3.79980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #S1Il5KRogkgIX4wUaiNEmpDgSspoW068 {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #ZSKOqkMSNlxJXiM3dDvptaMw9qSXAPFl {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #B7O7m1STzKI6HsdL3ZhCr3coe7l67THO {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #UQysfT9ickKn9a1CEaXoUZLQghdbs49p {  }
 }@media only screen and (max-width: 763px) { #FpfwhppsNfBZyQUJl29ZVseNTQZD4Htz #bqfxn2FX0zKttSIKh2apldzpL8TPoyLv {  }
 }@media only screen and (max-width: 763px) { #tbvicQ9yJ59GTD1tWxovhMpXo6QB4vzL { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t { display:block; }#Z1Dd5iOyh5K5qB6JLT0DwTre4K2E9V1t > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0ugkfbSpBmGo035TQhDRPZ0mv01wysf { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRZUnxQ4wyoBAET5V277UD50WKZuTTW0 { width:20rem;height:3.4121125rem;top:3.79980625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7ZIC6VO4RqV37bdgxCChw97yUOr9STN { width:17.5rem;height:3.4375rem;top:8.46191875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytREptlOlngzROsu5G4bGfBZtRI6TEd { display:block; }
 }@media only screen and (max-width: 763px) { #JZXlk5QvvrTCcTtUSaPT4SAebsO69TFg { width:20rem;height:13.236151603499rem;top:13.14941875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X { display:block; }#kCIn0wqRxGvntvSSh4CrSDWr3N4KJs8X > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siplB0TZD3CBtAW7BIiUeZSEMmegR2AZ { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBcGWF8WIL5SHvKkWhNz2s36qfPO3stq { width:12.5rem;height:1.29980625rem;top:15.44824375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ic63iApKQA5MJV41oqVuwPqOgesufxll { width:12.5rem;height:1.29980625rem;top:17.99805rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIRQvW3wkxdcquEm9CJRTOGvo7C6gxIl { width:12.5rem;height:1.29980625rem;top:12.8984375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }