.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:220,233,244;--color-primary-1:208,227,242;--color-primary-2:82,147,198;--color-primary-3:39,120,184;--color-primary-4:16,29,40;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:151,190,221;--color-tertiary-2:82,147,198;--color-tertiary-3:39,120,184;--color-tertiary-4:22,37,76;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { 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:4.8125rem;width:14.5rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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:47.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8746875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.8098955154419rem;left:0rem;height:7.34803125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:#2778b8;display:block;width:29.4319375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.934244632721rem;left:0rem;height:5.06225rem;text-align:center;text-align-last:center;display:block; }
#fmQA1mEvnf96fW5lTUUTsSmWNypTiwVo { position:absolute;display:block;z-index:15017;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:30.8748125rem;width:21.4371875rem;top:16.18408203125rem;left:4.2805995941162rem;overflow:hidden;display:block; }
#nST8KGUixSxuw0TMrpIF8oPQ79A1N3JO { color:#1385b2;display:block;width:30.183125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9661455154419rem;left:29.816080093384rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#he3OIa78anVXwDEQHObIKrvJN4oeKmdf { position:absolute;display:block;z-index:14999;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:29.2496875rem;width:29.2496875rem;top:17.872720718384rem;left:0rem;overflow:hidden;display:block; }
#gbsaMOzybfT99MeoylnyyWmNg8Ou9ARf { color:#1385b2;display:block;width:30.1823125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.37353515625rem;left:29.816892623901rem;height:23.53820625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPO74cTtSKBu1lgkSdqeLOoJoTxDuaPz { color:#2778b8;display:block;width:30.183125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:35.152178764343rem;left:29.816080093384rem;height:5.06225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4K3qTQUxuykhvmC4TT8UtVFTu3Utowi { color:#f5841f;display:block;width:30.183125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:41.122232437134rem;left:29.816080093384rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container { background-color: transparent; background-image: none; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container > .video-iframe-container { display: none; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row > .video-iframe-container { display: none; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .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); }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container { border-width: 0; border-radius: 0; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:60rem;position:relative;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:81.0625rem;width:60rem;position:relative;display:block; }#Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.8750023841858rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8pobuBEcWTbNWnrUlpxdwXFG7fBnvMK { color:rgba(var(--color-tertiary-3),1);display:block;width:44.6248125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.499509811401rem;left:7.6863613128663rem;height:6.1743125rem;text-align:center;text-align-last:center;display:block; }
#LRPrXrhaFPzJWsAETKNFkxrCIyNGfpv9 { position:absolute;display:block;z-index:15016;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:31.25rem;width:59.75rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#uIQUOWHPwM8r1kAradvO3hFgblVm283G { color:#2778b8;display:block;width:44.624rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.622056961059rem;left:7.6871738433837rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#NUT8RDKku2FMcGSXiLR4b3wK1q2wlPGe { color:#16254c;display:block;width:25.7495rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.646321296692rem;left:8.6238613128663rem;height:4.30603125rem;text-align:center;text-align-last:center;display:block; }
#CeDOGSOxCQR1GeoLGsvaTeuolwMS3F56 { color:#f5841f;display:block;width:44.622375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:59.990234375rem;left:7.68798828125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#dQLRAnJudcUCv3a7q6AgZpfHZ20oELiO { z-index:15013;top:68.372394561769rem;left:1.9677734375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.062rem;height:5.187175rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yBLeMf6NmOCoC1Q5LgBnv7o2QuhHZpMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hP2DxuOazkb3SgKTHrlPOgrlSr6QPahc { color:#f5841f;display:block;width:18.9371875rem;position:absolute;font-family:"open sans";font-size:4.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:45.672200202942rem;left:26.621908187866rem;height:6.2565rem;text-align:center;text-align-last:center;display:block; }
#DowPnJD2KidohOTUAcmb7W55wsNtxENk { z-index:15014;top:74.747396469119rem;left:1.9670143127441rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.061625rem;height:5.18663125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vIyvCh4eXl0RFqI1QMlyCINxz3tJdKci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .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); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:60rem;position:relative;display:block; }#I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { color:#000000;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.936684608459rem;left:1.3728847503662rem;height:10.1220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:11.268715858459rem;left:12.967123031616rem; }
#skCJMAfat8wMw3KceiqMSGQKtiCTXdVs { color:#f5841f;display:block;width:29.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.88232421875rem;left:0rem;height:7.8003125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vctf8uT47tnaCNEteuz1s94N4s6FBnRU { color:#f5841f;display:block;width:27.7481875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.88232421875rem;left:31.375326156616rem;height:7.8003125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfCTiXmaCx8T5wBapTB4G4wkHB41AOMA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:31.372881889343rem;left:12.967123031616rem; }
#ytduo4wgkU2bvtt4kWq1V5WfTrvTwSln { color:#000000;display:block;width:27.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:36.062010765076rem;left:0.99772071838381rem;height:8.4350625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSpBbLZrxNazM8nmhGrRKgCxKxaDXMTP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:48.186847686767rem;left:12.967123031616rem; }
#BTn6lktdSwa88XN0eEvDq8tVTUHJxzSe { color:#000000;display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:53.802896499634rem;left:1.9661464691162rem;height:10.1220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxoTzaJNCTgMnDGpEPWQHeGVecvddeOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.778970718384rem;left:43.687337875366rem; }
#zVOJBTidWsfN2CodJiGhyxGwPFmzyWVb { color:#000000;display:block;width:26.1246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:16.874179840088rem;left:32.250162124634rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JndEJ4WzScIs7lv9NP5sgLQeLBq00v3C { color:#000000;display:block;width:27.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:36.062015533448rem;left:31.437173843384rem;height:3.374025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3WU83ZoBt0NZWnuMrSU4uCmKtCDxXhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.341800689698rem;left:42.874349594116rem; }
#O92XIRU0TU8BQFoJX4s9Bs4Nmc5ZpeiM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:48.800454139709rem;left:43.687337875366rem; }
#tVOKB1hA681h9onmoPBHBbcvGgxEEG9L { color:#000000;display:block;width:26.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:54.645994186401rem;left:31.437173843384rem;height:3.374025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzmozFytZdsSp42awfF1P7Xca7BaROym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { background-color: transparent; background-image: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container > .video-iframe-container { display: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container { display: none; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .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); }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { border-width: 0; border-radius: 0; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#e7KaooESN9J0wTRrInplwHvvpT6AqFOM { 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:32.6875rem;width:32.6875rem;top:33.3125rem;left:15.9375rem;overflow:hidden;display:block; }
#RAha8T24hEDoeQ9CTT8GIbBzDfkEvzis { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:24.75rem;top:35.125rem;left:9.9375rem;overflow:hidden;display:block; }
#AgRJk3z9RTTkvVUvfd0tqg4H697NtvLE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.6552734375rem;left:1.6959629058838rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMTZPqBFH1bR2pGmiln5WdVSisZikcSU { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.6560873985291rem;left:34.842123031616rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRm3TcWytEwb1VG7RmulPD2JAO356aBR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:4.9601235389709rem;left:34.499509811401rem;height:28.870875rem;display:block; }#XRm3TcWytEwb1VG7RmulPD2JAO356aBR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XRm3TcWytEwb1VG7RmulPD2JAO356aBR li:before{  }
#pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.9601235389709rem;left:2.3518886566162rem;height:28.870875rem;display:block; }#pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT li:before{  }
#ZI6ZA0rlWR4G3Mccmwz5yGaA6hKZwTrg { position:absolute;display:block;z-index:14999;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:31.25rem;width:31.25rem;top:36rem;left:11.125rem;overflow:hidden;display:block; }
#xfFrZfZJo4vuXa0l5BHTCbIDcJycIwbP { position:absolute;display:block;z-index:14999;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:31.25rem;width:31.25rem;top:34.9375rem;left:11rem;overflow:hidden;display:none; }
#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { background-color: transparent; background-image: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container > .video-iframe-container { display: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container { display: none; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .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); }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { border-width: 0; border-radius: 0; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#gES0wcQoSfTSTx4wSN0QgTaXMHatzrEm { color:#f5841f;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.5234375rem;left:12.9375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CyzcswT4KhUOlUxS4hSeWNvz96604fBf { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:6.14501953125rem;left:0rem;height:7.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2QhtR06sAObNSgcD02P1QdefP0acKPi { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.5rem;left:16.062503814698rem;display:block; }
#XdDstvb8dkGQEvak8CQ8aefTDzRX2EyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcaTCJWd4CTX6w9eF5S9yV9ZMR4E6QAN { position:absolute;display:block;z-index:15018;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:26.625rem;width:50.9375rem;top:15.031737327576rem;left:4.5930995941162rem;overflow:hidden;display:block; }
#WcKpXzohOhay4XbKBuht6oTswO7E5IOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { background-color: transparent; background-image: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container > .video-iframe-container { display: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container { display: none; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .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); }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { border-width: 0; border-radius: 0; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#ekSB9Aii2U980pJv2eRT9vyt4uGBLUvD { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.7457580566406rem;left:-0.125rem;height:2.000125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT08NOpqauq55JiJ7aHlQ7sglbb72sCw { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:6.6227161884306rem;left:1.3094081878662rem;display:block; }
#RzJ40yDhVIMdwJ0oroVdbiZ2wx5IRUQs { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:6.62190246582rem;left:21.561685562134rem;display:block; }
#htt3ISbcfiUKWbz93MfPhvfozByuvywQ { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:6.6219074726106rem;left:41.874185562134rem;display:block; }
#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { position:relative;display:block; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { background-color: transparent; background-image: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container > .video-iframe-container { display: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row > .video-iframe-container { display: none; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .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); }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { border-width: 0; border-radius: 0; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .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; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .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:115.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Guo5KfoUpfmzV3f2TeBFf7ykEcTEDVZI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:23.5rem;width:25rem;top:7.5625rem;left:2.25rem;overflow:hidden;display:block; }
#ZZX32XEVgilro1zHIslSkPVk8WXEvIHC { color:#f5841f;display:block;width:23.0611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:8.375rem;left:30.9375rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nNBbcePEAA6c5LXSofF0Pb8A6AUXltMw { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.437501907349rem;left:30.937503814698rem;height:14.34263125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q1P96MJcuwwLJw7kKU4CNk3bkHTgbeeR { color:rgba(var(--color-tertiary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LP8oKyfIilZLnmfQv6X726UyTARUnaJW { position:absolute;display:block;z-index:15010;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:24.8125rem;width:24.8125rem;top:34.3125rem;left:31.625rem;overflow:hidden;display:block; }
#rTtH2VPTJLIJh3VwgTi9rO5w4ROZ6o1v { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:41.5625rem;left:3.5625rem;height:12.74900625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vVERVUiFaaTt8EbXiH0nmROWAm73CG7U { color:#f5841f;display:block;width:23.0606875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:35.875rem;left:3.5625rem;height:4.67529375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giv9Auzq8yzO3J4GPLWlowbGp78kyAuU { color:#f5841f;display:block;width:23.059875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:63.087532043456rem;left:30.266927719116rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RAihkCf2o0R8tfNc0A0Nhrl2TuKZpKEv { position:absolute;display:block;z-index:15013;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:24.8125rem;width:24.8125rem;top:62.224086761474rem;left:1.3411464691162rem;overflow:hidden;display:block; }
#d420gcic9ZoaMqL0FHXsm9NgZB9tLJVC { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:67.43404865265rem;left:30.520833969116rem;height:14.34263125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x2V5tP91NEH3yWQXH5TUnSTrbBqzTeE0 { color:#f5841f;display:block;width:23.059875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:90.686004638675rem;left:2.2493495941162rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IvsiZXHqKUBabCqOSP8hmmQQZTtDxVPs { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:95.185516357425rem;left:2.2493495941162rem;height:11.155375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HL9NZc9m8AwHW1cxQiA5I4XkktuUpwBz { position:absolute;display:block;z-index:15013;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:24.8125rem;width:24.8125rem;top:87.9375rem;left:31rem;overflow:hidden;display:block; }
#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container { background-color: transparent; background-image: none; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container > .video-iframe-container { display: none; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row > .video-iframe-container { display: none; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .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); }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container { border-width: 0; border-radius: 0; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#lGK3lAEt1om9DAf4ZVdDgCkHAa4pSlHy { color:#f5841f;display:block;width:44.625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.75rem;height:3.33089375rem;text-align:center;text-align-last:center;display:block; }
#iOxUBdhyPiygLtZp5X0hguvuEkAQtzOR { z-index:15012;top:46.748870849609rem;left:11.845703125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.4323125rem;height:5.18555rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kJtk3XqyavMLqqlkofT0tgBAld2qq8KU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p65pHGZ9HTcHtblkX6nk1Hu725TVcpZL { color:#16254c;display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:37.1875rem;left:14.875rem;height:7.87475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwTceDeumaNHKi3sTJLR7uFVLJGT5K2v { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.9998125rem;width:36.5625rem;top:2.9321284294128rem;left:0.99934959411619rem;overflow:hidden;display:block; }
#JkPbVBsf5tIXu5UZNQWlLxkvSQGlQXDo { color:#f5841f;display:block;width:14.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:39.875rem;left:27.875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8DQPTB4adTN5RGRnq32eIzuef2NFTQQ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:35.999375rem;top:15.432942867279rem;left:23.056638717651rem;overflow:hidden;display:block; }
#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { position:relative;display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { background-color: transparent; background-image: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container > .video-iframe-container { display: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row > .video-iframe-container { display: none; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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); }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { border-width: 0; border-radius: 0; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .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:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wHcOdrLqQJJ7NJ6CTMQhX4xnBHTkQ8sc { color:rgba(var(--color-tertiary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5195217132568rem;left:2.96875rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .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:#e3e3e3;background-image:none;vertical-align:top; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .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; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .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; }#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-trigger.adaptive-delivery-prevent-bg, #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-trigger.lazyload, #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-trigger.lazyloading { background-image: none; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c { box-sizing:content-box;height:auto;width:51.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8741555213931rem;left:3.71826171875rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #ogONiTedT080WaKaOnMVZm4QDlTlJr8x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #b8b5za0E4N2Pq72nzsEkSJ7twyfPsuLb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #lw44InnyxGivkZxCvdL6TK4EgkKvr3S0 { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Qomtmltem7i6kQrNncd2XoW4wK6MRq8M {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #xwmL1yq34XI0LdO5NTC3tXqBcrMTKVdN {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #k3vJCiDCm6lJk6iq56K9UhCMIDJF0xzo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BmScZNoXJkHGWZUTRxG9h5NE0RxxocIv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #gqxydyfFPcF6cXWhiWOF0v1mQZkwB36G { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Z1MuXLParq4P99i8TFi3of4JKXNf6qkp {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #LeFMItvNJuBeGGMiyTa0uAOW8aSZRhTf { display:none; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #KvUcv9KNUFUdcckNMv6QAWrL60w1yQg7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #yKmbZpPdFEPhPOznTLTclEiodB6gdt9p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Gs7GiO8diusn8fC3wb6wkPnqhzMP25dg { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #kJigfPge1iTAUySoxh3idomdUo78Zvuu {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #FHsElne6PI9Ckl5tl4fZy47DW5msr9Sc { display:none; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qTvLFnipoTZsbTdAs3OAcWchK3vr0MNk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #amhCq1mJ85Hd9E1klvW7ZdwX4zy2mn20 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #hnFmusrSJ6OVDhFdnUq2F7U5UJGsLJfi { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #nhcDTHCTFyqUiIUyTWauVWIz3sVD1aT7 {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Zm50cDGhpNQbA74RcEb1NheJf7JePlJf { display:none; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #W1KRlwgGssFen9hUSdgNKAXcOvGQUnnu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BOVmzJTVah7LQq5OVDLkZE9KZRBNvIch { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #fLrp1r6WkTV6XWnGcWMKwsWvOeZVaf9U { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #IkP63THNqJXGJ8RFBhn8mReCWnqyhVTh {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qZUwuaIPNQzemsQsZZ4vNTl7QvrFARoK { display:none; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #PDwEBO3HNFXMkzAQmuGz7qbPTsdheHKz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #C18iWNQXFXGi1vFwzWBMnu6TW0rE5T5T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #zUtC8qW1rrlH9OXn4IM6VdwMP42133PV { display:block;position:relative; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #pSz5UmaKBiLTtesWWsyClM0monOKf9ia {  }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #UCsByxnmmzIVsz8O2tOXVOhWDOrSBQkB { display:none; }
#VE5Fig5K55fE32oIVyfqILKbKK25Psla { z-index:15012;top:80.186643600463rem;left:11.844617843628rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.433375rem;height:5.1860875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JuA7pM5JakXynMoFuMuTfk1i9sHXOmJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:5.998525rem;text-align:center;text-align-last:center;display:block; }
#m7krvVopRs128nmhz0y4R9tFOGHNxGpz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:22.25rem;top:3.51953125rem;left:18.875003814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { top:0.6875rem;left:0rem;width:14.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:1.75rem;left:0rem;width:29.8125rem;height:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:10.875rem;left:0rem;width:29.375rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQA1mEvnf96fW5lTUUTsSmWNypTiwVo { top:16.125rem;left:1.2180995941162rem;width:21.375rem;height:30.785247233925rem;display:block; }
 }@media only screen and (max-width: 763px) { #nST8KGUixSxuw0TMrpIF8oPQ79A1N3JO { top:1.9375rem;left:0rem;width:30.125rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3OIa78anVXwDEQHObIKrvJN4oeKmdf { top:17.8125rem;left:0rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsaMOzybfT99MeoylnyyWmNg8Ou9ARf { top:10.3125rem;left:0rem;width:30.125rem;height:25.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPO74cTtSKBu1lgkSdqeLOoJoTxDuaPz { top:35.125rem;left:0rem;width:30.125rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4K3qTQUxuykhvmC4TT8UtVFTu3Utowi { top:41.0625rem;left:0rem;width:30.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 { display:block; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { top:1.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8pobuBEcWTbNWnrUlpxdwXFG7fBnvMK { top:39.4375rem;left:1.5610885620118rem;width:44.5625rem;height:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRPrXrhaFPzJWsAETKNFkxrCIyNGfpv9 { top:7rem;left:0rem;width:47.75rem;height:24.973849372385rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIQUOWHPwM8r1kAradvO3hFgblVm283G { top:52.5625rem;left:1.5621738433838rem;width:44.5625rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUT8RDKku2FMcGSXiLR4b3wK1q2wlPGe { top:46.625rem;left:2.4986572265625rem;width:25.6875rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeDOGSOxCQR1GeoLGsvaTeuolwMS3F56 { top:59.9375rem;left:1.56298828125rem;width:44.5625rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQLRAnJudcUCv3a7q6AgZpfHZ20oELiO { top:68.3125rem;left:0rem;width:46.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLeMf6NmOCoC1Q5LgBnv7o2QuhHZpMP { display:block; }
 }@media only screen and (max-width: 763px) { #hP2DxuOazkb3SgKTHrlPOgrlSr6QPahc { top:45.625rem;left:20.496908187866rem;width:18.875rem;height:6.25rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowPnJD2KidohOTUAcmb7W55wsNtxENk { top:74.6875rem;left:0rem;width:46.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyvCh4eXl0RFqI1QMlyCINxz3tJdKci { display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:26.875rem;height:13.4375rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { width:3.625rem;height:3.625rem;top:11.25rem;left:6.8421230316163rem;display:block; }
 }@media only screen and (max-width: 763px) { #skCJMAfat8wMw3KceiqMSGQKtiCTXdVs { top:1.875rem;left:0rem;width:29.875rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vctf8uT47tnaCNEteuz1s94N4s6FBnRU { top:1.875rem;left:20.0625rem;width:27.6875rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfCTiXmaCx8T5wBapTB4G4wkHB41AOMA { width:3.625rem;height:3.625rem;top:31.3125rem;left:6.8421230316163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytduo4wgkU2bvtt4kWq1V5WfTrvTwSln { width:27.5625rem;height:10.0625rem;top:36rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSpBbLZrxNazM8nmhGrRKgCxKxaDXMTP { width:3.625rem;height:3.625rem;top:48.125rem;left:6.8421230316163rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTn6lktdSwa88XN0eEvDq8tVTUHJxzSe { width:25.625rem;height:13.4375rem;top:53.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxoTzaJNCTgMnDGpEPWQHeGVecvddeOv { top:11.75rem;left:37.562337875366rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVOJBTidWsfN2CodJiGhyxGwPFmzyWVb { width:26.0625rem;height:6.6875rem;top:16.8125rem;left:21.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndEJ4WzScIs7lv9NP5sgLQeLBq00v3C { width:27.5625rem;height:5rem;top:36rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3WU83ZoBt0NZWnuMrSU4uCmKtCDxXhJ { top:30.3125rem;left:36.749349594116rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O92XIRU0TU8BQFoJX4s9Bs4Nmc5ZpeiM { top:48.75rem;left:37.562337875366rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOKB1hA681h9onmoPBHBbcvGgxEEG9L { width:26.3125rem;height:5rem;top:54.625rem;left:21.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzmozFytZdsSp42awfF1P7Xca7BaROym { display:block; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7KaooESN9J0wTRrInplwHvvpT6AqFOM { top:33.3125rem;left:9.8125rem;width:32.625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAha8T24hEDoeQ9CTT8GIbBzDfkEvzis { top:35.125rem;left:3.8125rem;width:24.6875rem;height:31.171873027097rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRJk3z9RTTkvVUvfd0tqg4H697NtvLE { top:1.625rem;left:0rem;width:23.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTZPqBFH1bR2pGmiln5WdVSisZikcSU { top:1.625rem;left:24.25rem;width:23.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRm3TcWytEwb1VG7RmulPD2JAO356aBR { top:4.9375rem;left:22.3125rem;width:25.4375rem;height:35.3125rem;font-size:1.125rem;display:block; }#XRm3TcWytEwb1VG7RmulPD2JAO356aBR li:before{  }
 }@media only screen and (max-width: 763px) { #pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT { top:4.9375rem;left:0rem;width:25rem;height:;font-size:1.125rem;display:block; }#pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT li:before{  }
 }@media only screen and (max-width: 763px) { #ZI6ZA0rlWR4G3Mccmwz5yGaA6hKZwTrg { top:36rem;left:5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFrZfZJo4vuXa0l5BHTCbIDcJycIwbP { top:34.9375rem;left:4.875rem;width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { display:block; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gES0wcQoSfTSTx4wSN0QgTaXMHatzrEm { width:34.3125rem;height:2.1875rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzcswT4KhUOlUxS4hSeWNvz96604fBf { top:6.125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2QhtR06sAObNSgcD02P1QdefP0acKPi { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDstvb8dkGQEvak8CQ8aefTDzRX2EyI { display:block; }
 }@media only screen and (max-width: 763px) { #VcaTCJWd4CTX6w9eF5S9yV9ZMR4E6QAN { top:15rem;left:0rem;width:47.75rem;height:24.958895705521rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcKpXzohOhay4XbKBuht6oTswO7E5IOt { display:block; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSB9Aii2U980pJv2eRT9vyt4uGBLUvD { width:47.75rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT08NOpqauq55JiJ7aHlQ7sglbb72sCw { top:6.5625rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJ40yDhVIMdwJ0oroVdbiZ2wx5IRUQs { top:6.5625rem;left:15.436685562134rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #htt3ISbcfiUKWbz93MfPhvfozByuvywQ { top:6.5625rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { display:block; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Guo5KfoUpfmzV3f2TeBFf7ykEcTEDVZI { top:7.5625rem;left:0rem;width:25rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZX32XEVgilro1zHIslSkPVk8WXEvIHC { width:23rem;height:2.3125rem;top:8.375rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBbcePEAA6c5LXSofF0Pb8A6AUXltMw { width:26.5625rem;height:17.5rem;top:12.375rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1P96MJcuwwLJw7kKU4CNk3bkHTgbeeR { top:2rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP8oKyfIilZLnmfQv6X726UyTARUnaJW { top:34.3125rem;left:22.9375rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtH2VPTJLIJh3VwgTi9rO5w4ROZ6o1v { width:26.5625rem;height:14.3125rem;top:41.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVERVUiFaaTt8EbXiH0nmROWAm73CG7U { width:23rem;height:4.625rem;top:35.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giv9Auzq8yzO3J4GPLWlowbGp78kyAuU { width:23rem;height:;top:63.0625rem;left:24.141927719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAihkCf2o0R8tfNc0A0Nhrl2TuKZpKEv { top:62.1875rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d420gcic9ZoaMqL0FHXsm9NgZB9tLJVC { width:26.5625rem;height:14.3125rem;top:67.375rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2V5tP91NEH3yWQXH5TUnSTrbBqzTeE0 { width:23rem;height:;top:90.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvsiZXHqKUBabCqOSP8hmmQQZTtDxVPs { width:26.5625rem;height:14.3125rem;top:95.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL9NZc9m8AwHW1cxQiA5I4XkktuUpwBz { top:87.9375rem;left:22.9375rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D { display:block; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGK3lAEt1om9DAf4ZVdDgCkHAa4pSlHy { top:2rem;left:0rem;width:44.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOxUBdhyPiygLtZp5X0hguvuEkAQtzOR { top:46.6875rem;left:0rem;width:36.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtk3XqyavMLqqlkofT0tgBAld2qq8KU { display:block; }
 }@media only screen and (max-width: 763px) { #p65pHGZ9HTcHtblkX6nk1Hu725TVcpZL { top:37.1875rem;left:0rem;width:30.3125rem;height:7.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTceDeumaNHKi3sTJLR7uFVLJGT5K2v { top:2.875rem;left:0rem;width:36.5625rem;height:18.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPbVBsf5tIXu5UZNQWlLxkvSQGlQXDo { top:39.875rem;left:9.5rem;width:14.375rem;height:6.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DQPTB4adTN5RGRnq32eIzuef2NFTQQ { top:15.375rem;left:0rem;width:35.9375rem;height:18.717772878001rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHcOdrLqQJJ7NJ6CTMQhX4xnBHTkQ8sc { top:1.5rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #ogONiTedT080WaKaOnMVZm4QDlTlJr8x {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #b8b5za0E4N2Pq72nzsEkSJ7twyfPsuLb {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #lw44InnyxGivkZxCvdL6TK4EgkKvr3S0 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Qomtmltem7i6kQrNncd2XoW4wK6MRq8M {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #xwmL1yq34XI0LdO5NTC3tXqBcrMTKVdN {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #k3vJCiDCm6lJk6iq56K9UhCMIDJF0xzo {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BmScZNoXJkHGWZUTRxG9h5NE0RxxocIv {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #gqxydyfFPcF6cXWhiWOF0v1mQZkwB36G {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Z1MuXLParq4P99i8TFi3of4JKXNf6qkp {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #LeFMItvNJuBeGGMiyTa0uAOW8aSZRhTf {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #KvUcv9KNUFUdcckNMv6QAWrL60w1yQg7 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #yKmbZpPdFEPhPOznTLTclEiodB6gdt9p {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Gs7GiO8diusn8fC3wb6wkPnqhzMP25dg {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #kJigfPge1iTAUySoxh3idomdUo78Zvuu {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #FHsElne6PI9Ckl5tl4fZy47DW5msr9Sc {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qTvLFnipoTZsbTdAs3OAcWchK3vr0MNk {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #amhCq1mJ85Hd9E1klvW7ZdwX4zy2mn20 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #hnFmusrSJ6OVDhFdnUq2F7U5UJGsLJfi {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #nhcDTHCTFyqUiIUyTWauVWIz3sVD1aT7 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Zm50cDGhpNQbA74RcEb1NheJf7JePlJf {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #W1KRlwgGssFen9hUSdgNKAXcOvGQUnnu {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BOVmzJTVah7LQq5OVDLkZE9KZRBNvIch {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #fLrp1r6WkTV6XWnGcWMKwsWvOeZVaf9U {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #IkP63THNqJXGJ8RFBhn8mReCWnqyhVTh {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qZUwuaIPNQzemsQsZZ4vNTl7QvrFARoK {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #PDwEBO3HNFXMkzAQmuGz7qbPTsdheHKz {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #C18iWNQXFXGi1vFwzWBMnu6TW0rE5T5T {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #zUtC8qW1rrlH9OXn4IM6VdwMP42133PV {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #pSz5UmaKBiLTtesWWsyClM0monOKf9ia {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #UCsByxnmmzIVsz8O2tOXVOhWDOrSBQkB {  }
 }@media only screen and (max-width: 763px) { #VE5Fig5K55fE32oIVyfqILKbKK25Psla { top:80.125rem;left:0rem;width:36.375rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuA7pM5JakXynMoFuMuTfk1i9sHXOmJr { display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:5.9375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7krvVopRs128nmhz0y4R9tFOGHNxGpz { top:3.5rem;left:12.750003814698rem;width:22.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyaR7fNOWPTbIhQcNmFy2vA99HTXWs1F { width:14.4995rem;height:4.8120125rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:4.98534375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:20rem;height:3.75rem;top:7.2330725193025rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #fmQA1mEvnf96fW5lTUUTsSmWNypTiwVo { width:14.436875rem;height:20.686875rem;top:74.9658164978rem;left:4.0616859197617rem;display:block; }
 }@media only screen and (max-width: 763px) { #nST8KGUixSxuw0TMrpIF8oPQ79A1N3JO { width:20rem;height:8.25195rem;top:12.122394561767rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #he3OIa78anVXwDEQHObIKrvJN4oeKmdf { width:17.4373125rem;height:17.4373125rem;top:77.811687469481rem;left:2.5626627206803rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsaMOzybfT99MeoylnyyWmNg8Ou9ARf { width:20rem;height:40.58515625rem;top:21.416015625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPO74cTtSKBu1lgkSdqeLOoJoTxDuaPz { width:16.3736875rem;height:9.74935rem;top:60.278316497802rem;left:1.8123372793198rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4K3qTQUxuykhvmC4TT8UtVFTu3Utowi { width:20rem;height:4.12435rem;top:70.841466903688rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 { display:block; }#C5LS4g0MBxXLJMGuyok1ATGn1mgfgw90 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:68.997711181641rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { width:20rem;height:5.24956875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8pobuBEcWTbNWnrUlpxdwXFG7fBnvMK { width:17.4365rem;height:10.4003875rem;top:19.365237474441rem;left:1.2809244394302rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRPrXrhaFPzJWsAETKNFkxrCIyNGfpv9 { width:19.8125rem;height:10.3125rem;top:7.749025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIQUOWHPwM8r1kAradvO3hFgblVm283G { width:20rem;height:5.1171875rem;top:39.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUT8RDKku2FMcGSXiLR4b3wK1q2wlPGe { width:20rem;height:2.6001rem;top:31.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeDOGSOxCQR1GeoLGsvaTeuolwMS3F56 { width:20rem;height:7.8003125rem;top:47.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQLRAnJudcUCv3a7q6AgZpfHZ20oELiO { top:57.248525619507rem;left:0.49967443943024rem;width:18.9981875rem;height:4.1870125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLeMf6NmOCoC1Q5LgBnv7o2QuhHZpMP { display:block; }
 }@media only screen and (max-width: 763px) { #hP2DxuOazkb3SgKTHrlPOgrlSr6QPahc { width:18.8748125rem;height:4.79329375rem;top:33.8125rem;left:0.5625rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DowPnJD2KidohOTUAcmb7W55wsNtxENk { top:62.622711181637rem;left:0.5rem;width:19rem;height:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyvCh4eXl0RFqI1QMlyCINxz3tJdKci { display:block; }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:20rem;height:134.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ENkDS8lVexQZrxQPsICfLtNFxDJSJX { width:18.8736875rem;height:18.557125rem;top:15.520822525024rem;left:0.56233727931976rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3S33Zuci6r9TFzE0VZ7RsKhseZ5Ki9u { width:3.5620125rem;height:3.5620125rem;top:11.19792175293rem;left:8.21858727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #skCJMAfat8wMw3KceiqMSGQKtiCTXdVs { width:20rem;height:8.7760625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vctf8uT47tnaCNEteuz1s94N4s6FBnRU { width:20rem;height:9.0983125rem;top:79.378248214719rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfCTiXmaCx8T5wBapTB4G4wkHB41AOMA { width:3.686525rem;height:3.686525rem;top:35.512704849243rem;left:8.1559242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytduo4wgkU2bvtt4kWq1V5WfTrvTwSln { width:20rem;height:16.870125rem;top:39.199217796326rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSpBbLZrxNazM8nmhGrRKgCxKxaDXMTP { width:3.686525rem;height:3.686525rem;top:58.005369186401rem;left:8.1559242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTn6lktdSwa88XN0eEvDq8tVTUHJxzSe { width:20rem;height:15.183125rem;top:62.751459121706rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxoTzaJNCTgMnDGpEPWQHeGVecvddeOv { display:flex;width:3.125rem;height:3.125rem;top:89.925129890444rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #zVOJBTidWsfN2CodJiGhyxGwPFmzyWVb { width:20rem;height:10.1220625rem;top:108.31054115296rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JndEJ4WzScIs7lv9NP5sgLQeLBq00v3C { width:20rem;height:6.7480625rem;top:94.371744155881rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3WU83ZoBt0NZWnuMrSU4uCmKtCDxXhJ { display:flex;width:3.125rem;height:3.125rem;top:120.93098640442rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #O92XIRU0TU8BQFoJX4s9Bs4Nmc5ZpeiM { display:flex;width:3.125rem;height:3.125rem;top:103.61734008789rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #tVOKB1hA681h9onmoPBHBbcvGgxEEG9L { width:20rem;height:6.7480625rem;top:125.75276184082rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzmozFytZdsSp42awfF1P7Xca7BaROym { display:block; }#DzmozFytZdsSp42awfF1P7Xca7BaROym > .row .container { width:20rem;height:124.81121826172rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7KaooESN9J0wTRrInplwHvvpT6AqFOM { width:20rem;height:20rem;top:104.81119251251rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAha8T24hEDoeQ9CTT8GIbBzDfkEvzis { width:20rem;height:25.196125rem;top:36.8798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRJk3z9RTTkvVUvfd0tqg4H697NtvLE { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMTZPqBFH1bR2pGmiln5WdVSisZikcSU { width:20rem;height:2.6001rem;top:63.998208999631rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRm3TcWytEwb1VG7RmulPD2JAO356aBR { width:20rem;height:37.7896875rem;top:67.796203613281rem;left:0rem;font-size:1.125rem;display:block; }#XRm3TcWytEwb1VG7RmulPD2JAO356aBR li:before{  }
 }@media only screen and (max-width: 763px) { #pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT { width:20rem;height:36.328125rem;top:4.6622714996338rem;left:0rem;font-size:1.125rem;display:block; }#pFxVbzbWnKvHXgMXJNJGmvot3AbnO0tT li:before{  }
 }@media only screen and (max-width: 763px) { #ZI6ZA0rlWR4G3Mccmwz5yGaA6hKZwTrg { width:20rem;height:20rem;top:104.72085332871rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFrZfZJo4vuXa0l5BHTCbIDcJycIwbP { width:17.622875rem;height:17.622875rem;top:44.402668952942rem;left:1.8749998807907rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 { display:block; }#eJJ7XJBL0XTQ4ahcq3CIT2pDGAhkrry9 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gES0wcQoSfTSTx4wSN0QgTaXMHatzrEm { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzcswT4KhUOlUxS4hSeWNvz96604fBf { width:20rem;height:11.19955625rem;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2QhtR06sAObNSgcD02P1QdefP0acKPi { width:18.9981875rem;height:4.936525rem;top:30.13675rem;left:0.5rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #XdDstvb8dkGQEvak8CQ8aefTDzRX2EyI { display:block; }
 }@media only screen and (max-width: 763px) { #VcaTCJWd4CTX6w9eF5S9yV9ZMR4E6QAN { width:19.4375rem;height:10.125rem;top:18.6995625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcKpXzohOhay4XbKBuht6oTswO7E5IOt { display:block; }#WcKpXzohOhay4XbKBuht6oTswO7E5IOt > .row .container { width:20rem;height:103.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSB9Aii2U980pJv2eRT9vyt4uGBLUvD { width:20rem;height:7.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT08NOpqauq55JiJ7aHlQ7sglbb72sCw { width:16.875rem;height:30rem;top:10.437024116516rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJ40yDhVIMdwJ0oroVdbiZ2wx5IRUQs { width:16.875rem;height:30rem;top:41.999510526657rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #htt3ISbcfiUKWbz93MfPhvfozByuvywQ { width:16.875rem;height:30rem;top:73.062305450438rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 { display:block; }#AhRFfohUic8FW8uAoEOF7AouTrBrsdC3 > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Guo5KfoUpfmzV3f2TeBFf7ykEcTEDVZI { width:20rem;height:18.811875rem;top:7.69938125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZX32XEVgilro1zHIslSkPVk8WXEvIHC { width:20rem;height:1.37478125rem;top:27.76125625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBbcePEAA6c5LXSofF0Pb8A6AUXltMw { width:20rem;height:15.74220625rem;top:30.38576875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1P96MJcuwwLJw7kKU4CNk3bkHTgbeeR { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LP8oKyfIilZLnmfQv6X726UyTARUnaJW { width:20rem;height:20rem;top:48.05908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtH2VPTJLIJh3VwgTi9rO5w4ROZ6o1v { width:20rem;height:13.1184875rem;top:71.24267196655rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVERVUiFaaTt8EbXiH0nmROWAm73CG7U { width:20rem;height:1.3745125rem;top:68.752438545225rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giv9Auzq8yzO3J4GPLWlowbGp78kyAuU { width:20rem;height:1.3745125rem;top:106.86112213135rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAihkCf2o0R8tfNc0A0Nhrl2TuKZpKEv { width:20rem;height:20rem;top:85.611162185669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d420gcic9ZoaMqL0FHXsm9NgZB9tLJVC { width:20rem;height:14.43030625rem;top:109.48485755921rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2V5tP91NEH3yWQXH5TUnSTrbBqzTeE0 { width:20rem;height:1.3745125rem;top:146.09456253052rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvsiZXHqKUBabCqOSP8hmmQQZTtDxVPs { width:20rem;height:13.1185125rem;top:148.67024612427rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL9NZc9m8AwHW1cxQiA5I4XkktuUpwBz { width:20rem;height:20rem;top:125.04228687286rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D { display:block; }#pEMFolQuquvTTnr1SJqJWBuyoiaHgg4D > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGK3lAEt1om9DAf4ZVdDgCkHAa4pSlHy { width:20rem;height:2.6001rem;top:1.2516579627991rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOxUBdhyPiygLtZp5X0hguvuEkAQtzOR { top:23.454629898071rem;left:1.5616861581802rem;width:16.875rem;height:4.4995125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtk3XqyavMLqqlkofT0tgBAld2qq8KU { display:block; }
 }@media only screen and (max-width: 763px) { #p65pHGZ9HTcHtblkX6nk1Hu725TVcpZL { width:20rem;height:5.249025rem;top:12.832029342651rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwTceDeumaNHKi3sTJLR7uFVLJGT5K2v { width:20rem;height:10.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPbVBsf5tIXu5UZNQWlLxkvSQGlQXDo { width:14.375rem;height:4.7810875rem;top:18.081056118011rem;left:2.8125000596046rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8DQPTB4adTN5RGRnq32eIzuef2NFTQQ { width:20rem;height:10.416847514714rem;top:29.266785449219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp0ogzqiXspFJbRXMkIebpJlgelcGed3 { display:block; }#cp0ogzqiXspFJbRXMkIebpJlgelcGed3 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHcOdrLqQJJ7NJ6CTMQhX4xnBHTkQ8sc { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nglC0PToQTNvKXnxCSO8HQkPar3TrN4c { display:flex;height:auto;width:17.5rem;top:3.8500785827637rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #ogONiTedT080WaKaOnMVZm4QDlTlJr8x {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #b8b5za0E4N2Pq72nzsEkSJ7twyfPsuLb {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #lw44InnyxGivkZxCvdL6TK4EgkKvr3S0 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Qomtmltem7i6kQrNncd2XoW4wK6MRq8M {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #xwmL1yq34XI0LdO5NTC3tXqBcrMTKVdN {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #k3vJCiDCm6lJk6iq56K9UhCMIDJF0xzo {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BmScZNoXJkHGWZUTRxG9h5NE0RxxocIv {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #gqxydyfFPcF6cXWhiWOF0v1mQZkwB36G {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Z1MuXLParq4P99i8TFi3of4JKXNf6qkp {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #LeFMItvNJuBeGGMiyTa0uAOW8aSZRhTf {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #KvUcv9KNUFUdcckNMv6QAWrL60w1yQg7 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #yKmbZpPdFEPhPOznTLTclEiodB6gdt9p {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Gs7GiO8diusn8fC3wb6wkPnqhzMP25dg {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #kJigfPge1iTAUySoxh3idomdUo78Zvuu {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #FHsElne6PI9Ckl5tl4fZy47DW5msr9Sc {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qTvLFnipoTZsbTdAs3OAcWchK3vr0MNk {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #amhCq1mJ85Hd9E1klvW7ZdwX4zy2mn20 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #hnFmusrSJ6OVDhFdnUq2F7U5UJGsLJfi {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #nhcDTHCTFyqUiIUyTWauVWIz3sVD1aT7 {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #Zm50cDGhpNQbA74RcEb1NheJf7JePlJf {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #W1KRlwgGssFen9hUSdgNKAXcOvGQUnnu {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #BOVmzJTVah7LQq5OVDLkZE9KZRBNvIch {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #fLrp1r6WkTV6XWnGcWMKwsWvOeZVaf9U {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #IkP63THNqJXGJ8RFBhn8mReCWnqyhVTh {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #qZUwuaIPNQzemsQsZZ4vNTl7QvrFARoK {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #PDwEBO3HNFXMkzAQmuGz7qbPTsdheHKz {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #C18iWNQXFXGi1vFwzWBMnu6TW0rE5T5T {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #zUtC8qW1rrlH9OXn4IM6VdwMP42133PV {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #pSz5UmaKBiLTtesWWsyClM0monOKf9ia {  }
 }@media only screen and (max-width: 763px) { #nglC0PToQTNvKXnxCSO8HQkPar3TrN4c #UCsByxnmmzIVsz8O2tOXVOhWDOrSBQkB {  }
 }@media only screen and (max-width: 763px) { #VE5Fig5K55fE32oIVyfqILKbKK25Psla { top:54.2236328125rem;left:2.0312498807907rem;width:15.9375rem;height:4.249675rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JuA7pM5JakXynMoFuMuTfk1i9sHXOmJr { display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:7.4991875rem;top:9.0714375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7krvVopRs128nmhz0y4R9tFOGHNxGpz { width:20rem;height:6.57225rem;top:1.25rem;left:0rem;display:block; }
 }