.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:166,202,234;--color-primary-1:79,214,254;--color-primary-2:55,150,234;--color-primary-3:28,182,227;--color-primary-4:32,105,167;--color-secondary-0:217,238,225;--color-secondary-1:128,200,155;--color-secondary-2:0,144,55;--color-secondary-3:0,72,28;--color-secondary-4:0,22,8;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:34,34,34;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:transparent;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:37.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.0625rem;left:1.5rem;height:;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;text-align:center;text-align-last:center;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#2366ae;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.3125rem;height:7.47265rem;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;text-align:center;text-align-last:center;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.8125rem;left:18.03125rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:35.0625rem;left:29rem; }
#zSv7oe4BbINeNG7QRsnQGtnnL23nSCuR { position:absolute;display:block;z-index:15013;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:1.6875rem;width:8.4375rem;top:2.5rem;left:0.6875rem;overflow:hidden;display:block; }
#y98CiX5UgxUhUCPzcr9y5kRlsCETWtdq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22rem;width:22.5rem;top:5.0625rem;left:35.125rem;overflow:hidden;display:block; }
#WsCQIv99lTunXGI0cHSECqU3i5syGFzt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:54.6875rem;left:0.4375rem;display:none; }
#sJTPP9ZoDgGcQy7IiCZmXOM26zuv2VmV { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.375rem;top:46.125rem;left:0.5rem;display:none; }
#kBf0WACvPaSmRDaiC15OGGSHP72hdkdF { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.8125rem;left:18.03125rem;display:none; }
#Q5WZ3K5KvvXy6Va9cbKKNuR8qfV4Wxpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSlS1Lo2W7J98RcTw6asqewyMMI2Zput { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.0625rem;left:1.5rem;height:;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;text-align:center;text-align-last:center;display:none; }
#M6hWtoobFtzGfu7ZEXqKlaOV20DC3ris { color:#2366ae;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.3125rem;height:7.47265rem;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;text-align:center;text-align-last:center;display:none; }
#TOuVcIhZpQEsUaWMl2B9DWqgevwCoPDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dutOMZTtt5pGgrbkUdgQnFKfGFvy3WBM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dw59vG3UtZWMrUQWW8CWdeWzqfM1UNt2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { 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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { color:#3a647f;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:2.1;letter-spacing:0;top:7.1875rem;left:0rem;height:14.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e86d65f6500a11d41b5ba0aba0ecb8f17de07031.svg); }
#eeSieMHybRKkrHgyeIuTPSJqZ1WEByiT { color:rgba(var(--color-tertiary-4),0.67);display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.9375rem;left:0.21875rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KNsrvkbglA5qyJvoiIxoxJ92QkaAdVhw { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.25rem;left:18.03125rem;display:block; }
#ZpUr5uHNCkuGXUVKRThfpTML29Ko5UrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSmlw9e33fTE7tPr3hkCZFpvdVKXTuin { position:absolute;display:block;z-index:15005;height:1.75rem;width:38.75rem;top:1rem;left:10.625rem;display:block; }
#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container { background-color: transparent; background-image: none; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container > .video-iframe-container { display: none; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row > .video-iframe-container { display: none; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .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); }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container { border-width: 0; border-radius: 0; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container { font-size:0.875rem;font-family:arial;height:89.8125rem;width:60rem;position:relative;display:block; }#VnPZZqRg1DSG1td3FIOrOJB1hw4FcqVB { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.9375rem;width:60rem;top:3.09375rem;left:0rem;display:block; }
#lxMa54tFSa9b8IucqFJyhnzkSu4k5wIi { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;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; }
#OSede44ml9Cauq6WCvZqENNH8kSEgFrO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:12.4375rem;left:21.5625rem;display:block; }
#qr2cytfNIX2NiZBawAzoE6VmU9tsE4lR { color:rgba(var(--color-tertiary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:47.5625rem;left:3.125rem;height:3.8994125rem;font-style:normal;display:block; }
#A4IxLVld4yrCKhI4q9MPAWurKUNAl2PD { color:rgba(var(--color-tertiary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:45.6875rem;left:3.125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#MT8t7JlcAlNpnpzfqUeed9rlPQ0wrVzW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45.3125rem;left:14.25rem; }
#D5bgWF9D1Vy6reFhsVDpXDUQXEJfEbRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45.3125rem;left:16.125rem; }
#PdIGEFqad2TuZDtfpTstHmsPZrBb8yiI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:45.3125rem;left:18.1875rem; }
#rMFnGV1ta84XmenpWgi0SvyKVhvET615 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:45.3125rem;left:20.25rem; }
#wIXRhhNEVKUTdg2EKV0GTUGRSwckEVch { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:45.3125rem;left:22rem; }
#nA6qrXBWumzD8Zw22yCZNRstfSOqX7cZ { color:rgba(var(--color-tertiary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:55.1875rem;left:2.875rem;height:3.8994125rem;font-style:normal;display:block; }
#tttCSrDhh8PxrtnrBHMTdsDJpFnTnsrN { color:rgba(var(--color-tertiary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:53.3125rem;left:2.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#kz9tEuOeM79DkdxlyWbMp5IpTZWlSHRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:52.875rem;left:13.75rem; }
#x0lEtBk05RlQZXtbRaUifJ5sddouu5Zg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:52.875rem;left:15.625rem; }
#FamXTFcHZ3hSGBukvUG1tAyfm5RG8BoE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:52.875rem;left:17.6875rem; }
#BWTDTyLe9ETDxfSDrv1NnNybOgrQbCW9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:52.875rem;left:19.75rem; }
#ZATcBO0cTsUbyR6ryAfasy0Ne510Trwf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:52.875rem;left:21.5rem; }
#RZiDnsfuexiDinIlcHQOG8U8qxcLofvm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:61.0625rem;left:3rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#EiGpT5NRsOoZDELU1MMe0VnHVHZQxplN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:60.6875rem;left:14.25rem; }
#Coz9KoKafq3P8JSTuV737wpNHzNMECEO { color:rgba(var(--color-tertiary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:62.9375rem;left:3rem;height:2.5996125rem;font-style:normal;display:block; }
#UGtOKBRPuSikBeoQFHR0Am487SpkhPmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:60.6875rem;left:16.125rem; }
#gCaOadpkMNHUx0IzB0LXFS4OQWpup9VO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:60.6875rem;left:18.1875rem; }
#XTLSp5zE7vMkeUviyig9yRm6qqqAw0ye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:60.6875rem;left:20.25rem; }
#UrdR3ZvEOAJglzgAM07VNH6wgXkAnJSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:60.6875rem;left:22rem; }
#V549e0kN5t0StJLfXnbuM6hImkL8rRQP { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1;letter-spacing:0;top:67.4375rem;left:3rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#fFh5ylKIH17lhy8u8ILuKz8IMc1BFJpi { color:rgba(var(--color-tertiary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:69.3125rem;left:3rem;height:2.5996125rem;font-style:normal;display:block; }
#b9wRTGSfq4z3PFNoQDdyhKqbBwTgbm3t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:67.0625rem;left:14.25rem; }
#yAJJ8o3R4XHVxp62CnIRIO7Ud8I0OBoc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:67.0625rem;left:16.125rem; }
#tGKvXRhTVdTFksWwxfUNCmb0HrdJ23mm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:67.0625rem;left:18.1875rem; }
#V31Cvk3qCEd5otozwtk5NmiHw9M4eGDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:67.0625rem;left:20.25rem; }
#t772ecECBSeOT3n90JtZL4bftx1zIDf2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:67.0625rem;left:22rem; }
#s59ouiylLZ38yHG87XEKhZheoGLHSkz4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:80.34375rem;left:18.03125rem;display:block; }
#OuONGQBUOCATQDdtWd1LbQZ6ul2MqWf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z026aPlK3dT4MdPdL0JB8Cnmgdb7wzaz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41015625rem;top:74.24609375rem;left:44.9375rem;display:block; }
#Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:74.388671875rem;left:41.3125rem; }
#Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#C4QWOO2LriAiKPI0Pbr7OWqhU9TB6R3W { position:absolute;display:block;z-index:15042;height:1.5rem;width:38.875rem;top:5rem;left:10.5625rem;display:block; }
#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ { 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; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { background-color: transparent; background-image: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container > .video-iframe-container { display: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row > .video-iframe-container { display: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .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); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { border-width: 0; border-radius: 0; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#y3cHKmk7MuZ90gSrdwbV6AHFrrNv1l7l { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.3125rem;height:5.5234375rem;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; }
#skxkbc8u3VuK4dOfhEyw52tD6MFLQhTo { color:rgba(var(--color-tertiary-4),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:15rem;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; }
#nGaFZQA8fGxFpck08S5OUNlH1LcMmqNg { background-color:rgba(189,122,216,0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.5625rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:5.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.5615234375rem;left:15.09375rem;display:block; }
#pkLazmMEOQhJ3PZK4mb88vrrsel1vSNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFmFU6UU6FeBpFntfrf1TDon1WlE1J4I { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.0859375rem;left:1.3125rem;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { 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; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.6875rem;left:2.1875rem;height:2.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DQtBc512uDTViVMgnk2VFr4PVvCvO3ur { color:rgba(var(--color-tertiary-4),0.52);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.984375rem;left:2.1875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { 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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:2.875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.1875rem;left:1.75rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;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-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:0.125rem;width:2.5rem;top:13.0625rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.662109375rem;left:22.03125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.1875rem;left:21.75rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;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-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:0.125rem;width:2.5rem;top:13.0625rem;left:28.75rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.0625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.1875rem;left:41.75rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;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-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:0.125rem;width:2.5rem;top:13.0625rem;left:48.75rem;display:block; }
#tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.65625rem;left:7.84375rem; }
#EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.53125rem;left:28.15625rem; }
#Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.125rem;left:47.75rem; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0380859375rem;left:1.1875rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ { 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; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container { background-color: transparent; background-image: none; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container > .video-iframe-container { display: none; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row > .video-iframe-container { display: none; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .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); }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container { border-width: 0; border-radius: 0; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#fyG6pC8xfkhur7SOThuepxofLCh98URE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.37) ;height:31.25rem;width:20.8125rem;top:5.625rem;left:2.25rem;overflow:hidden;display:block; }
#bUw6RpQyWGKA40pSCHa9Xavu06ZBNrHr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:26.25rem;height:5.5234375rem;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; }
#CAkfCL4IW7QZC1Do5xSlMTVR5Gh9ToRE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.65625rem;left:26.25rem;height:18.5625rem;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; }
#pp3Ma61N44bGBoSMz3z8nHIOMyb373sx { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.0859375rem;left:26.25rem;display:block; }
#WO2bf5Vkp0BTZImyhz5A3bthfs7GTIO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.21875rem;left:26.8125rem;height:3.89941875rem;text-align:right;text-align-last:right;display:block; }
#kFQLLumnhDWVf84LCAzaIAVElDPGSgtU { position:absolute;display:block;z-index:15009;height:2.0625rem;width:38.75rem;top:1.9375rem;left:10.625rem;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e4e5;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; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:#0e4c6d;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:9.5rem;left:5.78125rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3FhKmUga9N7eKnf8Ev43cBfpuAcy0q2 { color:rgba(var(--color-tertiary-3),0.65);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:19.9375rem;left:9.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sMnWMOXuzTr4rDLqN8pSuGX86DqWCMCB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.9375rem;left:2.375rem; }
#Nl5etnzrH09uq5mSWn75ulm6Ew8NEH5e { color:rgba(var(--color-tertiary-3),0.65);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.8125rem;left:9.5625rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k3aDavZxXu79LNeMC2H0tkhtPMacRmfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.6875rem;left:2.25rem; }
#IBnkg1kEnD9eP3LvEHOeQTHHBL7MRbke { color:rgba(var(--color-tertiary-3),0.65);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:30.6875rem;left:9.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H5bdTCbnmGRO0DKzIOHD77hH1xHoeU3b { color:rgba(var(--color-tertiary-3),0.65);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:32.5625rem;left:9.4375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sesHypcW8lw3aXMKdsBvtMX54D9cBNV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:43.625rem;left:2.3125rem; }
#Jt5HDIBrfXTfFhNbB6kIzXaDdZPhFmFP { color:rgba(var(--color-tertiary-3),0.65);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:43.625rem;left:9.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LNULSCZaWgREVvqLT93chTtlWkRqEfPc { color:rgba(var(--color-tertiary-3),0.65);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:45.375rem;left:9.5rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xNNLcXlLEThsyLyHa2PQnSR87WDUgpQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:56.8125rem;left:2.3125rem; }
#V9M2KVhKop4NndpTZDVG7RsuE72Q9bUg { color:rgba(var(--color-tertiary-3),0.65);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:56.8125rem;left:9.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zFFJZpdfdxWKkUqerTvpyGK1EAluVMwZ { color:rgba(var(--color-tertiary-3),0.65);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:58.6875rem;left:9.5625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VTvaVxBmkCAsTrsLLARH1e8fF2GXkT8H { color:#43638c;display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:71.625rem;left:1.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nd3cqBWXH8xKQg1Ws9yfJv04z5JcyNAX { position:absolute;display:block;z-index:15023;height:1.875rem;width:25.0625rem;top:1.875rem;left:17.46875rem;display:block; }
#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { 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; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { border-width: 0; border-radius: 0; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;position:relative;display:block; }#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.1875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-element-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;flex-direction:column;align-items:center;background-color:#dde8f1;background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.32) ; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .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; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;line-height:1.4;overflow:hidden;height:auto; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .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:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .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; }#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-trigger.adaptive-delivery-prevent-bg, #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-trigger.lazyload, #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-trigger.lazyloading { background-image: none; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ { box-sizing:content-box;height:auto;width:51.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;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:11.9375rem;left:2.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wEsiFr0ObKbyTF9Z8ZSx8rJFBdUKbBfH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #XpahCT0131tM3dseX3LpG2RgTEht9kM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #n6OMoEPnTmSHN8BIa8XGkh2p3BkrrwTn { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #t7908d1V5oWXl97kVpxPD7bCTA9EOx6E {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #xLCgSebuzsMAIPScCN2Qyd9htlAsoD3L {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RWEfVnpMSdgUpX0AaHl5zyW29D0DRSAb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GdPnStN92sFnprpBkI22mG4MW46ZgEWN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RiMf3vMvlfAqan3XPe3aIgEaRFGFT21U { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #SnpBaIgnWgA4yVIE2LR8UIfNDzC7zb8U {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #mbRaFGJZpvXWZXCiZOvzJI0D838ffkm4 { display:none; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #qhyHK7ZMdIsNAxyT6nNICSxAhUz9loEr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #J2wqsnh9UkklaqwOE3xyMuMo7S4WBDJy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #lBL3RKn7iwrXN5OIeZSomnbx2PMqXh7l { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fTPzGK11WpNyK4eB0bb0KoCtDTtyqPMN {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RaxgF7mFG5MkRsMIAFJNHBVa6BlUlDxy { display:none; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #tPHiVhn8SfTNfCn4O93ViMLqHenOkRfu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #a5mbCAoerlqWQT28Wfai2ATbpIhD4mk0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #ATv3Pp9gXLLncm2CepBqopeT7K8GAz7w { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #rhfOg9vKTftvTirQJa0HDKnqVdHaDDIJ {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #UedToEPrOGAATTMVoc5iUmfTcfumTECq { display:none; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FExukOu9S7aZ63A5zgDVa1dupOTeLLaz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GTMx8RbqdQlmr0WWrpIdMBJMOg9zukur { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VG6TBAEom36u6lzyEQVKwIQnQMEhxydn { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fKDuBNs8sTKJMDmb5PldI8lTSaOwghM5 {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #dl1qL5FwwEIEgs4f2FMdcuvx8lIMyHcb { display:none; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #HlaACCqOeoFyMBt15E0xApLTM5H94B9b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wbX0rbAtRAKHPwCyN0WVhQIkvUqs6rrv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VspCkWSvLdCl8k3GVTe6ai4DGNbliTWt { display:block;position:relative; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #DwCxB6tNHIzXXuE2NLZ3ExQ7Vl4zvSTL {  }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FFW3o3n83IuW4he8OE3o62DnsusObwaH { display:none; }
#pvdAEg903pUG9SfgadCWHhSC56kVoMzC { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:48.875rem;left:2.1875rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RofL96RMo78Hl0yUabzEmcRbaBltBL95 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.7841796875rem;left:12.125rem;display:block; }
#WtLMuOdKBhoex1219ZvQlObhIM9WE6Iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1H19d1kTCrOOmeqI6MwF1SM0hMKMVPU { position:absolute;display:block;z-index:15002;height:2.25rem;width:17.1875rem;top:2.625rem;left:18.4375rem;display:block; }
#CzaKJ829BiuZV7ylwR7BoVd68vsav2Zh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:54.0029296875rem;left:15.875rem; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e5e8;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; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#307bbe;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBHbzTbdx6S51HGVqoqtXtf4Teunln3A { position:absolute;display:block;z-index:15003;height:20.25rem;width:27.3125rem;top:21.3125rem;left:31.328125rem;display:block; }
#PU3CObmOcIBhwVl97EIVNFbA4M19pVIw { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:9.25rem;height:6.824225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#POn0hpkC3x0hV2M9cTchyaJ2qzn4T93a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:27.375rem;top:21.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#zdOGJ1FwbJzJE0TJcP24VEhCNrTE9vo0 { position:absolute;display:block;z-index:15006;height:2.0625rem;width:38.75rem;top:1.75rem;left:10.625rem;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.8125rem;left:0.0625rem;height:3.5244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:5.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApyTLb3L5XbHc4yzT6eEyQEARXks7Qkk { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.6875rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.0625rem;left:7.15625rem;display:block; }
#PUqHopNEv8Goagbq9tI2wMa7bHNQLN3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLSeOqEKZiTu0Fue1Sh3foxcn0HoyS80 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.625rem;left:17.75rem; }
#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container { background-color: transparent; background-image: none; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container > .video-iframe-container { display: none; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row > .video-iframe-container { display: none; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .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); }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container { border-width: 0; border-radius: 0; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#Bvv2TmOv59NyzNwSSaE1hSvrMNIRf1yJ { color:rgba(17,32,70,0.75);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.4375rem;left:0.9375rem;height:5.949225rem;font-style:normal;display:block; }
#on19CHn2fMTnS6comkUov2WiOCTZEfe6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:2.0625rem;left:0.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:32.75rem;height:7.4375rem;top:18.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:23.9375rem;height:4rem;top:29.8125rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:35.0625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv7oe4BbINeNG7QRsnQGtnnL23nSCuR { top:2.5rem;left:0rem;width:8.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y98CiX5UgxUhUCPzcr9y5kRlsCETWtdq { top:5.0625rem;left:25.25rem;width:22.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCQIv99lTunXGI0cHSECqU3i5syGFzt { top:54.6875rem;left:0rem;width:19.125rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJTPP9ZoDgGcQy7IiCZmXOM26zuv2VmV { top:46.125rem;left:0rem;width:19rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBf0WACvPaSmRDaiC15OGGSHP72hdkdF { width:23.9375rem;height:3rem;top:29.8125rem;left:11.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5WZ3K5KvvXy6Va9cbKKNuR8qfV4Wxpr { display:block; }
 }@media only screen and (max-width: 763px) { #eSlS1Lo2W7J98RcTw6asqewyMMI2Zput { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6hWtoobFtzGfu7ZEXqKlaOV20DC3ris { width:20rem;height:3.25rem;top:10.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOuVcIhZpQEsUaWMl2B9DWqgevwCoPDe { display:none; }
 }@media only screen and (max-width: 763px) { #dutOMZTtt5pGgrbkUdgQnFKfGFvy3WBM { display:none; }
 }@media only screen and (max-width: 763px) { #dw59vG3UtZWMrUQWW8CWdeWzqfM1UNt2 { display:none; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:47.75rem;height:;top:7.1875rem;left:0rem;font-size:1.25rem;display:block; }#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e86d65f6500a11d41b5ba0aba0ecb8f17de07031.svg); }
 }@media only screen and (max-width: 763px) { #eeSieMHybRKkrHgyeIuTPSJqZ1WEByiT { top:24.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNsrvkbglA5qyJvoiIxoxJ92QkaAdVhw { width:23.9375rem;height:3rem;top:35.25rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUr5uHNCkuGXUVKRThfpTML29Ko5UrA { display:block; }
 }@media only screen and (max-width: 763px) { #lSmlw9e33fTE7tPr3hkCZFpvdVKXTuin { top:1rem;left:4.5rem;width:38.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXrSP784QR7QX99TRqTMTaF9fEBZrJfL { display:block; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnPZZqRg1DSG1td3FIOrOJB1hw4FcqVB { width:47.75rem;height:83.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMa54tFSa9b8IucqFJyhnzkSu4k5wIi { width:47.75rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSede44ml9Cauq6WCvZqENNH8kSEgFrO { top:12.4375rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr2cytfNIX2NiZBawAzoE6VmU9tsE4lR { width:47.75rem;height:3.875rem;top:47.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4IxLVld4yrCKhI4q9MPAWurKUNAl2PD { width:10.1875rem;height:1.25rem;top:45.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8t7JlcAlNpnpzfqUeed9rlPQ0wrVzW { top:45.3125rem;left:8.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5bgWF9D1Vy6reFhsVDpXDUQXEJfEbRW { top:45.3125rem;left:10rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIGEFqad2TuZDtfpTstHmsPZrBb8yiI { top:45.3125rem;left:12.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMFnGV1ta84XmenpWgi0SvyKVhvET615 { top:45.3125rem;left:14.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIXRhhNEVKUTdg2EKV0GTUGRSwckEVch { top:45.3125rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6qrXBWumzD8Zw22yCZNRstfSOqX7cZ { width:47.75rem;height:3.875rem;top:55.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttCSrDhh8PxrtnrBHMTdsDJpFnTnsrN { width:10.1875rem;height:1.25rem;top:53.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9tEuOeM79DkdxlyWbMp5IpTZWlSHRf { top:52.875rem;left:7.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0lEtBk05RlQZXtbRaUifJ5sddouu5Zg { top:52.875rem;left:9.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamXTFcHZ3hSGBukvUG1tAyfm5RG8BoE { top:52.875rem;left:11.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTDTyLe9ETDxfSDrv1NnNybOgrQbCW9 { top:52.875rem;left:13.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATcBO0cTsUbyR6ryAfasy0Ne510Trwf { top:52.875rem;left:15.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZiDnsfuexiDinIlcHQOG8U8qxcLofvm { width:11.25rem;height:1.25rem;top:61.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiGpT5NRsOoZDELU1MMe0VnHVHZQxplN { top:60.6875rem;left:8.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coz9KoKafq3P8JSTuV737wpNHzNMECEO { width:47.75rem;height:2.5625rem;top:62.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtOKBRPuSikBeoQFHR0Am487SpkhPmN { top:60.6875rem;left:10rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCaOadpkMNHUx0IzB0LXFS4OQWpup9VO { top:60.6875rem;left:12.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLSp5zE7vMkeUviyig9yRm6qqqAw0ye { top:60.6875rem;left:14.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrdR3ZvEOAJglzgAM07VNH6wgXkAnJSF { top:60.6875rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V549e0kN5t0StJLfXnbuM6hImkL8rRQP { width:11.25rem;height:;top:67.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFh5ylKIH17lhy8u8ILuKz8IMc1BFJpi { width:47.75rem;height:2.5625rem;top:69.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wRTGSfq4z3PFNoQDdyhKqbBwTgbm3t { top:67.0625rem;left:8.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJJ8o3R4XHVxp62CnIRIO7Ud8I0OBoc { top:67.0625rem;left:10rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGKvXRhTVdTFksWwxfUNCmb0HrdJ23mm { top:67.0625rem;left:12.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31Cvk3qCEd5otozwtk5NmiHw9M4eGDT { top:67.0625rem;left:14.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t772ecECBSeOT3n90JtZL4bftx1zIDf2 { top:67.0625rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59ouiylLZ38yHG87XEKhZheoGLHSkz4 { width:23.9375rem;height:3rem;top:80.3125rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuONGQBUOCATQDdtWd1LbQZ6ul2MqWf2 { display:block; }
 }@media only screen and (max-width: 763px) { #z026aPlK3dT4MdPdL0JB8Cnmgdb7wzaz { top:74.1875rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D { top:74.375rem;left:35.1875rem;width:3.125rem;height:3.125rem;display:none; }
#Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #C4QWOO2LriAiKPI0Pbr7OWqhU9TB6R3W { top:5rem;left:4.4375rem;width:38.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ { display:none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y3cHKmk7MuZ90gSrdwbV6AHFrrNv1l7l { width:46.875rem;height:5.5rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skxkbc8u3VuK4dOfhEyw52tD6MFLQhTo { width:47.75rem;height:13.125rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGaFZQA8fGxFpck08S5OUNlH1LcMmqNg { width:29.8125rem;height:5.25rem;top:31.5rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkLazmMEOQhJ3PZK4mb88vrrsel1vSNu { display:block; }
 }@media only screen and (max-width: 763px) { #pFmFU6UU6FeBpFntfrf1TDon1WlE1J4I { top:11.0625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQtBc512uDTViVMgnk2VFr4PVvCvO3ur { width:47.75rem;height:5.0625rem;top:6.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:16.875rem;top:15.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:15.1875rem;top:15.1875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:15.1875rem;top:15.1875rem;left:31.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:4.8125rem;height:4.8125rem;top:1.625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:3.6875rem;height:3.6875rem;top:2.5rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:4.5rem;height:4.5rem;top:2.125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:47.75rem;height:7.75rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ { display:block; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyG6pC8xfkhur7SOThuepxofLCh98URE { top:5.625rem;left:0rem;width:20.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUw6RpQyWGKA40pSCHa9Xavu06ZBNrHr { width:31.5rem;height:5.5rem;top:5.625rem;left:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkfCL4IW7QZC1Do5xSlMTVR5Gh9ToRE { width:28.3125rem;height:18.5625rem;top:13.625rem;left:19.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp3Ma61N44bGBoSMz3z8nHIOMyb373sx { top:11.0625rem;left:20.125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO2bf5Vkp0BTZImyhz5A3bthfs7GTIO9 { top:32.1875rem;left:19.9375rem;width:27.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQLLumnhDWVf84LCAzaIAVElDPGSgtU { top:1.9375rem;left:4.5rem;width:38.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.0625rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:47.75rem;height:6.25rem;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FhKmUga9N7eKnf8Ev43cBfpuAcy0q2 { width:26.875rem;height:1.875rem;top:19.9375rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnWMOXuzTr4rDLqN8pSuGX86DqWCMCB { top:19.9375rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl5etnzrH09uq5mSWn75ulm6Ew8NEH5e { width:47.75rem;height:5.625rem;top:21.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aDavZxXu79LNeMC2H0tkhtPMacRmfX { top:30.6875rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBnkg1kEnD9eP3LvEHOeQTHHBL7MRbke { width:26.875rem;height:1.875rem;top:30.6875rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5bdTCbnmGRO0DKzIOHD77hH1xHoeU3b { width:47.75rem;height:7.5rem;top:32.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesHypcW8lw3aXMKdsBvtMX54D9cBNV9 { top:43.625rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt5HDIBrfXTfFhNbB6kIzXaDdZPhFmFP { width:26.875rem;height:1.875rem;top:43.625rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNULSCZaWgREVvqLT93chTtlWkRqEfPc { width:47.75rem;height:7.5rem;top:45.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNLcXlLEThsyLyHa2PQnSR87WDUgpQi { top:56.8125rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9M2KVhKop4NndpTZDVG7RsuE72Q9bUg { width:26.875rem;height:1.875rem;top:56.8125rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFFJZpdfdxWKkUqerTvpyGK1EAluVMwZ { width:47.75rem;height:7.5rem;top:58.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvaVxBmkCAsTrsLLARH1e8fF2GXkT8H { top:71.625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3cqBWXH8xKQg1Ws9yfJv04z5JcyNAX { top:1.875rem;left:11.34375rem;width:25.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:47.75rem;height:3.5625rem;top:5.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wEsiFr0ObKbyTF9Z8ZSx8rJFBdUKbBfH {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #XpahCT0131tM3dseX3LpG2RgTEht9kM5 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #n6OMoEPnTmSHN8BIa8XGkh2p3BkrrwTn {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #t7908d1V5oWXl97kVpxPD7bCTA9EOx6E {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #xLCgSebuzsMAIPScCN2Qyd9htlAsoD3L {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RWEfVnpMSdgUpX0AaHl5zyW29D0DRSAb {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GdPnStN92sFnprpBkI22mG4MW46ZgEWN {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RiMf3vMvlfAqan3XPe3aIgEaRFGFT21U {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #SnpBaIgnWgA4yVIE2LR8UIfNDzC7zb8U {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #mbRaFGJZpvXWZXCiZOvzJI0D838ffkm4 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #qhyHK7ZMdIsNAxyT6nNICSxAhUz9loEr {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #J2wqsnh9UkklaqwOE3xyMuMo7S4WBDJy {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #lBL3RKn7iwrXN5OIeZSomnbx2PMqXh7l {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fTPzGK11WpNyK4eB0bb0KoCtDTtyqPMN {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RaxgF7mFG5MkRsMIAFJNHBVa6BlUlDxy {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #tPHiVhn8SfTNfCn4O93ViMLqHenOkRfu {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #a5mbCAoerlqWQT28Wfai2ATbpIhD4mk0 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #ATv3Pp9gXLLncm2CepBqopeT7K8GAz7w {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #rhfOg9vKTftvTirQJa0HDKnqVdHaDDIJ {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #UedToEPrOGAATTMVoc5iUmfTcfumTECq {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FExukOu9S7aZ63A5zgDVa1dupOTeLLaz {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GTMx8RbqdQlmr0WWrpIdMBJMOg9zukur {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VG6TBAEom36u6lzyEQVKwIQnQMEhxydn {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fKDuBNs8sTKJMDmb5PldI8lTSaOwghM5 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #dl1qL5FwwEIEgs4f2FMdcuvx8lIMyHcb {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #HlaACCqOeoFyMBt15E0xApLTM5H94B9b {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wbX0rbAtRAKHPwCyN0WVhQIkvUqs6rrv {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VspCkWSvLdCl8k3GVTe6ai4DGNbliTWt {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #DwCxB6tNHIzXXuE2NLZ3ExQ7Vl4zvSTL {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FFW3o3n83IuW4he8OE3o62DnsusObwaH {  }
 }@media only screen and (max-width: 763px) { #pvdAEg903pUG9SfgadCWHhSC56kVoMzC { width:47.75rem;height:2.3125rem;top:48.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RofL96RMo78Hl0yUabzEmcRbaBltBL95 { width:35.75rem;height:3rem;top:53.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtLMuOdKBhoex1219ZvQlObhIM9WE6Iz { display:block; }
 }@media only screen and (max-width: 763px) { #P1H19d1kTCrOOmeqI6MwF1SM0hMKMVPU { top:2.625rem;left:12.3125rem;width:17.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaKJ829BiuZV7ylwR7BoVd68vsav2Zh { top:54rem;left:9.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:2.875rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHbzTbdx6S51HGVqoqtXtf4Teunln3A { top:21.3125rem;left:20.4375rem;width:27.3125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3CObmOcIBhwVl97EIVNFbA4M19pVIw { top:10.5rem;left:3.125rem;width:41.5rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POn0hpkC3x0hV2M9cTchyaJ2qzn4T93a { top:21.3125rem;left:0rem;width:27.375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdOGJ1FwbJzJE0TJcP24VEhCNrTE9vo0 { top:1.75rem;left:4.5rem;width:38.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApyTLb3L5XbHc4yzT6eEyQEARXks7Qkk { width:45.6875rem;height:3.6875rem;top:26.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUqHopNEv8Goagbq9tI2wMa7bHNQLN3n { display:block; }
 }@media only screen and (max-width: 763px) { #zLSeOqEKZiTu0Fue1Sh3foxcn0HoyS80 { top:26.625rem;left:11.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK { display:block; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bvv2TmOv59NyzNwSSaE1hSvrMNIRf1yJ { top:5.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #on19CHn2fMTnS6comkUov2WiOCTZEfe6 { top:2.0625rem;left:0rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(234,239,239,0.77);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:19.1875rem;height:0;top:5.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:20rem;height:0;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:17.875rem;height:2.8125rem;top:15.625rem;left:1.0625rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:39.15625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSv7oe4BbINeNG7QRsnQGtnnL23nSCuR { width:9.6875rem;height:2rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y98CiX5UgxUhUCPzcr9y5kRlsCETWtdq { width:20rem;height:19.5625rem;top:25.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCQIv99lTunXGI0cHSECqU3i5syGFzt { top:20.84375rem;left:0rem;width:19.125rem;height:2.923825rem;z-index:15015;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#0a4a80;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJTPP9ZoDgGcQy7IiCZmXOM26zuv2VmV { top:46.05859375rem;left:2.5rem;width:17.0625rem;height:8.396475rem;z-index:15016;text-align:left;text-align-last:left;font-weight:700;font-style:italic;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #kBf0WACvPaSmRDaiC15OGGSHP72hdkdF { width:17.875rem;height:2.6875rem;top:57.21875rem;left:1.0625rem;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Q5WZ3K5KvvXy6Va9cbKKNuR8qfV4Wxpr { display:block; }
 }@media only screen and (max-width: 763px) { #eSlS1Lo2W7J98RcTw6asqewyMMI2Zput { width:19.1875rem;height:5.3994125rem;top:5.5rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #M6hWtoobFtzGfu7ZEXqKlaOV20DC3ris { width:20rem;height:3.25rem;top:10.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TOuVcIhZpQEsUaWMl2B9DWqgevwCoPDe { display:flex;top:46.24609375rem;left:0.3125rem;width:1.6875rem;height:1.6875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #dutOMZTtt5pGgrbkUdgQnFKfGFvy3WBM { display:flex;top:48.99609375rem;left:0.375rem;width:1.6875rem;height:1.6875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #dw59vG3UtZWMrUQWW8CWdeWzqfM1UNt2 { display:flex;top:51.99609375rem;left:0.1875rem;width:1.6875rem;height:1.6875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:20rem;height:5.361325rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:20rem;height:39.5rem;top:10.3984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.8;display:block; }#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e86d65f6500a11d41b5ba0aba0ecb8f17de07031.svg); }
 }@media only screen and (max-width: 763px) { #eeSieMHybRKkrHgyeIuTPSJqZ1WEByiT { width:20rem;height:20.625rem;top:52.58203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KNsrvkbglA5qyJvoiIxoxJ92QkaAdVhw { width:19.875rem;height:3rem;top:76.20703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUr5uHNCkuGXUVKRThfpTML29Ko5UrA { display:block; }
 }@media only screen and (max-width: 763px) { #lSmlw9e33fTE7tPr3hkCZFpvdVKXTuin { width:20rem;height:1.75rem;top:81.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXrSP784QR7QX99TRqTMTaF9fEBZrJfL { display:block; }#IXrSP784QR7QX99TRqTMTaF9fEBZrJfL > .row .container { width:20rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnPZZqRg1DSG1td3FIOrOJB1hw4FcqVB { width:20rem;height:115.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMa54tFSa9b8IucqFJyhnzkSu4k5wIi { width:20rem;height:5.84765625rem;top:2.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSede44ml9Cauq6WCvZqENNH8kSEgFrO { width:20rem;height:35.6875rem;top:9.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr2cytfNIX2NiZBawAzoE6VmU9tsE4lR { width:20rem;height:9.666rem;top:51.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4IxLVld4yrCKhI4q9MPAWurKUNAl2PD { width:10.1875rem;height:1.125rem;top:50rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8t7JlcAlNpnpzfqUeed9rlPQ0wrVzW { display:flex;width:1.75rem;height:1.75rem;top:49.6875rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #D5bgWF9D1Vy6reFhsVDpXDUQXEJfEbRW { display:flex;width:1.6875rem;height:1.6875rem;top:49.71875rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #PdIGEFqad2TuZDtfpTstHmsPZrBb8yiI { display:flex;width:1.8125rem;height:1.8125rem;top:49.65625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #rMFnGV1ta84XmenpWgi0SvyKVhvET615 { display:flex;width:1.6875rem;height:1.6875rem;top:49.71875rem;left:14.8125rem; }
 }@media only screen and (max-width: 763px) { #wIXRhhNEVKUTdg2EKV0GTUGRSwckEVch { display:flex;width:1.6875rem;height:1.6875rem;top:49.71875rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #nA6qrXBWumzD8Zw22yCZNRstfSOqX7cZ { width:20rem;height:11.046875rem;top:65.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttCSrDhh8PxrtnrBHMTdsDJpFnTnsrN { width:10.1875rem;height:1.125rem;top:63.9375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9tEuOeM79DkdxlyWbMp5IpTZWlSHRf { display:flex;width:1.75rem;height:1.75rem;top:63.625rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #x0lEtBk05RlQZXtbRaUifJ5sddouu5Zg { display:flex;width:1.8125rem;height:1.8125rem;top:63.59375rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #FamXTFcHZ3hSGBukvUG1tAyfm5RG8BoE { display:flex;width:1.9375rem;height:1.9375rem;top:63.53125rem;left:17.375rem; }
 }@media only screen and (max-width: 763px) { #BWTDTyLe9ETDxfSDrv1NnNybOgrQbCW9 { display:flex;width:1.9375rem;height:1.9375rem;top:63.53125rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #ZATcBO0cTsUbyR6ryAfasy0Ne510Trwf { display:flex;width:1.9375rem;height:1.9375rem;top:63.53125rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #RZiDnsfuexiDinIlcHQOG8U8qxcLofvm { width:11.25rem;height:1.125rem;top:79.875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiGpT5NRsOoZDELU1MMe0VnHVHZQxplN { display:flex;width:1.875rem;height:1.875rem;top:79.4375rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #Coz9KoKafq3P8JSTuV737wpNHzNMECEO { width:20rem;height:8.285125rem;top:93.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtOKBRPuSikBeoQFHR0Am487SpkhPmN { display:flex;width:2rem;height:2rem;top:79.375rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #gCaOadpkMNHUx0IzB0LXFS4OQWpup9VO { display:flex;width:2rem;height:2rem;top:79.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #XTLSp5zE7vMkeUviyig9yRm6qqqAw0ye { display:flex;width:2.0625rem;height:2.0625rem;top:79.375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #UrdR3ZvEOAJglzgAM07VNH6wgXkAnJSF { display:flex;width:2rem;height:2rem;top:79.375rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #V549e0kN5t0StJLfXnbuM6hImkL8rRQP { width:9.875rem;height:1.125rem;top:91.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFh5ylKIH17lhy8u8ILuKz8IMc1BFJpi { width:20rem;height:6.9043125rem;top:81.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wRTGSfq4z3PFNoQDdyhKqbBwTgbm3t { display:flex;width:1.875rem;height:1.875rem;top:90.6875rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #yAJJ8o3R4XHVxp62CnIRIO7Ud8I0OBoc { display:flex;width:1.875rem;height:1.875rem;top:90.6875rem;left:16.46875rem; }
 }@media only screen and (max-width: 763px) { #tGKvXRhTVdTFksWwxfUNCmb0HrdJ23mm { display:flex;width:1.875rem;height:1.875rem;top:90.6875rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #V31Cvk3qCEd5otozwtk5NmiHw9M4eGDT { display:flex;width:1.9375rem;height:1.9375rem;top:90.65625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #t772ecECBSeOT3n90JtZL4bftx1zIDf2 { display:flex;width:1.8125rem;height:1.8125rem;top:90.71875rem;left:9.71875rem; }
 }@media only screen and (max-width: 763px) { #s59ouiylLZ38yHG87XEKhZheoGLHSkz4 { width:20rem;height:3rem;top:109.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuONGQBUOCATQDdtWd1LbQZ6ul2MqWf2 { display:block; }
 }@media only screen and (max-width: 763px) { #z026aPlK3dT4MdPdL0JB8Cnmgdb7wzaz { top:104.11328125rem;left:4.3125rem;width:14.0625rem;height:2.2734375rem;z-index:15042;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D { display:flex;top:104.125rem;left:1.5625rem;width:2.25rem;height:2.25rem;z-index:15043; }
#Z7dEiMhzpDiF0EzUP7kb8HnHVxXDqT0D > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #C4QWOO2LriAiKPI0Pbr7OWqhU9TB6R3W { width:20rem;height:1.5rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ { background-color:#e7e8e8;background-image:none;display:block; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { background-color: transparent; background-image: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container > .video-iframe-container { display: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row > .video-iframe-container { display: none; }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .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); }#vgUK2Fe4fFfmDTgPOAZU54hsifc8lIEJ > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3cHKmk7MuZ90gSrdwbV6AHFrrNv1l7l { width:20rem;height:4.875rem;top:4.2021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:inter;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; }
 }@media only screen and (max-width: 763px) { #skxkbc8u3VuK4dOfhEyw52tD6MFLQhTo { width:20rem;height:36.125rem;top:13.16796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:inter;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nGaFZQA8fGxFpck08S5OUNlH1LcMmqNg { width:20rem;height:5.6875rem;top:52.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:inter;font-size:1.375rem;font-weight:700;font-style:italic;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(218,203,223,0.89), #d8c8de);background-image: -moz-linear-gradient(180deg, rgba(218,203,223,0.89), #d8c8de);background-image: -ms-linear-gradient(180deg, rgba(218,203,223,0.89), #d8c8de);background-image: -o-linear-gradient(180deg, rgba(218,203,223,0.89), #d8c8de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dacbdfe2', endColorstr='#d8c8de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dacbdfe2', endColorstr='#d8c8de' );";background-image: linear-gradient(180deg, rgba(218,203,223,0.89), #d8c8de);background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #pkLazmMEOQhJ3PZK4mb88vrrsel1vSNu { display:block; }
 }@media only screen and (max-width: 763px) { #pFmFU6UU6FeBpFntfrf1TDon1WlE1J4I { width:12.5rem;height:0.125rem;top:9.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:20rem;height:3.57421875rem;top:2.8125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DQtBc512uDTViVMgnk2VFr4PVvCvO3ur { width:20rem;height:15rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:120.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:18.8125rem;height:3rem;top:8.67578125rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;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; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:22.5rem;top:14.19921875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:12.07421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:16.625rem;height:3.5rem;top:48.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:20.625rem;top:55.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:41rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:52.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:15.625rem;height:3.5rem;top:86.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:22.5rem;top:93.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:79.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:90.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:5.375rem;height:5.375rem;top:1.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:4.6875rem;height:4.6875rem;top:41.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:5.25rem;height:5.25rem;top:79.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #3796ea, #0f92b3);background-image: -moz-linear-gradient(top, #3796ea, #0f92b3);background-image: -ms-linear-gradient(top, #3796ea, #0f92b3);background-image: -o-linear-gradient(top, #3796ea, #0f92b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3796ea', endColorstr='#0f92b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3796ea', endColorstr='#0f92b3' );";background-image: linear-gradient(to bottom, #3796ea, #0f92b3);background-size:auto !important;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.9375rem;height:12.1875rem;top:2.25rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ { display:block; }#BC41l7BfdCivP3S4VA0CHKRwvcbLsXUQ > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyG6pC8xfkhur7SOThuepxofLCh98URE { width:18.375rem;height:27.75rem;top:39.46875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUw6RpQyWGKA40pSCHa9Xavu06ZBNrHr { width:20rem;height:3.57421875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkfCL4IW7QZC1Do5xSlMTVR5Gh9ToRE { width:20rem;height:28.5rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pp3Ma61N44bGBoSMz3z8nHIOMyb373sx { width:12.5rem;height:0.125rem;top:6.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO2bf5Vkp0BTZImyhz5A3bthfs7GTIO9 { width:20rem;height:3.89941875rem;top:68rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFQLLumnhDWVf84LCAzaIAVElDPGSgtU { width:20rem;height:2.0625rem;top:72.3994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:183.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:20rem;height:4.2246125rem;top:3.8125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:20rem;height:21.172875rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FhKmUga9N7eKnf8Ev43cBfpuAcy0q2 { width:17.5rem;height:2.0625rem;top:39.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnWMOXuzTr4rDLqN8pSuGX86DqWCMCB { display:flex;width:5.75rem;height:5.75rem;top:33.875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #Nl5etnzrH09uq5mSWn75ulm6Ew8NEH5e { width:20rem;height:18.5625rem;top:43.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aDavZxXu79LNeMC2H0tkhtPMacRmfX { display:flex;width:5.75rem;height:5.75rem;top:63.625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #IBnkg1kEnD9eP3LvEHOeQTHHBL7MRbke { width:20rem;height:2.0625rem;top:69.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5bdTCbnmGRO0DKzIOHD77hH1xHoeU3b { width:20rem;height:22.6875rem;top:72.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesHypcW8lw3aXMKdsBvtMX54D9cBNV9 { display:flex;width:5.75rem;height:5.75rem;top:96.875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #Jt5HDIBrfXTfFhNbB6kIzXaDdZPhFmFP { width:20rem;height:1.96875rem;top:102.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNULSCZaWgREVvqLT93chTtlWkRqEfPc { width:20rem;height:22.6875rem;top:106.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNLcXlLEThsyLyHa2PQnSR87WDUgpQi { display:flex;width:5.75rem;height:5.75rem;top:132.125rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #V9M2KVhKop4NndpTZDVG7RsuE72Q9bUg { width:20rem;height:4.125rem;top:137.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFFJZpdfdxWKkUqerTvpyGK1EAluVMwZ { width:20rem;height:22.6875rem;top:143.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvaVxBmkCAsTrsLLARH1e8fF2GXkT8H { width:20rem;height:10.78125rem;top:169.5703125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3cqBWXH8xKQg1Ws9yfJv04z5JcyNAX { width:20rem;height:1.875rem;top:180.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:20rem;height:4.2246125rem;top:4.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-heading-text { text-align:center;text-align-last:center;font-size:1.125rem;height:auto; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ .accordion-desc-text { text-align:center;text-align-last:center; }
#T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ { display:flex;height:auto;width:17.5rem;top:9.8984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wEsiFr0ObKbyTF9Z8ZSx8rJFBdUKbBfH {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #XpahCT0131tM3dseX3LpG2RgTEht9kM5 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #n6OMoEPnTmSHN8BIa8XGkh2p3BkrrwTn {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #t7908d1V5oWXl97kVpxPD7bCTA9EOx6E {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #xLCgSebuzsMAIPScCN2Qyd9htlAsoD3L {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RWEfVnpMSdgUpX0AaHl5zyW29D0DRSAb {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GdPnStN92sFnprpBkI22mG4MW46ZgEWN {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RiMf3vMvlfAqan3XPe3aIgEaRFGFT21U {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #SnpBaIgnWgA4yVIE2LR8UIfNDzC7zb8U {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #mbRaFGJZpvXWZXCiZOvzJI0D838ffkm4 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #qhyHK7ZMdIsNAxyT6nNICSxAhUz9loEr {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #J2wqsnh9UkklaqwOE3xyMuMo7S4WBDJy {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #lBL3RKn7iwrXN5OIeZSomnbx2PMqXh7l {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fTPzGK11WpNyK4eB0bb0KoCtDTtyqPMN {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #RaxgF7mFG5MkRsMIAFJNHBVa6BlUlDxy {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #tPHiVhn8SfTNfCn4O93ViMLqHenOkRfu {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #a5mbCAoerlqWQT28Wfai2ATbpIhD4mk0 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #ATv3Pp9gXLLncm2CepBqopeT7K8GAz7w {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #rhfOg9vKTftvTirQJa0HDKnqVdHaDDIJ {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #UedToEPrOGAATTMVoc5iUmfTcfumTECq {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FExukOu9S7aZ63A5zgDVa1dupOTeLLaz {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #GTMx8RbqdQlmr0WWrpIdMBJMOg9zukur {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VG6TBAEom36u6lzyEQVKwIQnQMEhxydn {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #fKDuBNs8sTKJMDmb5PldI8lTSaOwghM5 {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #dl1qL5FwwEIEgs4f2FMdcuvx8lIMyHcb {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #HlaACCqOeoFyMBt15E0xApLTM5H94B9b {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #wbX0rbAtRAKHPwCyN0WVhQIkvUqs6rrv {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #VspCkWSvLdCl8k3GVTe6ai4DGNbliTWt {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #DwCxB6tNHIzXXuE2NLZ3ExQ7Vl4zvSTL {  }
 }@media only screen and (max-width: 763px) { #T6OTz6IabAllJ3TTiCK20T3w9N6HDwSJ #FFW3o3n83IuW4he8OE3o62DnsusObwaH {  }
 }@media only screen and (max-width: 763px) { #pvdAEg903pUG9SfgadCWHhSC56kVoMzC { width:20rem;height:4.875rem;top:71.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RofL96RMo78Hl0yUabzEmcRbaBltBL95 { width:20rem;height:3rem;top:78.09765625rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtLMuOdKBhoex1219ZvQlObhIM9WE6Iz { display:block; }
 }@media only screen and (max-width: 763px) { #P1H19d1kTCrOOmeqI6MwF1SM0hMKMVPU { width:17.1875rem;height:2.25rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaKJ829BiuZV7ylwR7BoVd68vsav2Zh { display:flex;width:2.5625rem;height:2.5625rem;top:81.62890625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:3.8984375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHbzTbdx6S51HGVqoqtXtf4Teunln3A { width:20rem;height:19.5rem;top:35.61328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3CObmOcIBhwVl97EIVNFbA4M19pVIw { width:20rem;height:7.3095625rem;top:8.4609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POn0hpkC3x0hV2M9cTchyaJ2qzn4T93a { width:20rem;height:14.292rem;top:18.9462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdOGJ1FwbJzJE0TJcP24VEhCNrTE9vo0 { width:20rem;height:2.0625rem;top:55.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:20rem;height:6.75rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,2,7,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:20rem;height:14.21875rem;top:13.65234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ApyTLb3L5XbHc4yzT6eEyQEARXks7Qkk { width:20rem;height:3.6875rem;top:30.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PUqHopNEv8Goagbq9tI2wMa7bHNQLN3n { display:block; }
 }@media only screen and (max-width: 763px) { #zLSeOqEKZiTu0Fue1Sh3foxcn0HoyS80 { display:flex;width:2.5625rem;height:2.5625rem;top:30.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK { display:block; }#TdOTuBxfzCdBBwab234xBPZ5JoQKXVSK > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bvv2TmOv59NyzNwSSaE1hSvrMNIRf1yJ { width:20rem;height:7.3476625rem;top:4.5625rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #on19CHn2fMTnS6comkUov2WiOCTZEfe6 { width:10.125rem;height:1.875rem;top:1.75rem;left:4.9375rem;display:block; }
 }