.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #071033, #101b6e);background-image: -moz-linear-gradient(180deg, #071033, #101b6e);background-image: -ms-linear-gradient(180deg, #071033, #101b6e);background-image: -o-linear-gradient(180deg, #071033, #101b6e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#071033', endColorstr='#101b6e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#071033', endColorstr='#101b6e' );";background-image: linear-gradient(180deg, #071033, #101b6e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { background-color: transparent; background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .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); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { border-width: 0; border-radius: 0; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10rem;top:2.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:adelle;font-size:3.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:11.923828125rem;left:3.0625rem;height:11.1371875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { color:#ffe76c;display:block;width:20.0625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:9.4375rem;left:3.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#efeJPirITEzMWqketTzcc9fhmrgFs9w2 { position:absolute;display:block;z-index:15001;height:51.375rem;width:45.0625rem;top:9.4375rem;left:28rem;display:block; }
#fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { color:#f3f3f3;display:block;width:31rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:3.0625rem;height:1.21875rem;display:block; }
#z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { color:#071033;display:block;width:27.625rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.73486328125rem;left:4.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gghibBcqJN7Ba8HxRA2LILFZdN7Q80Fr { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#ffe76c;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:31.4375rem;left:3.0625rem;display:block; }
#DNALAK52cXB6fmCytEKEAfoNKTZW0vh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.75rem;left:3.0625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtunzToXpqRyKS5KyZ90zZ2MTMgfkyHC { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#ffe76c;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:32.6875rem;left:3.0625rem;display:block; }
#xyAfbfo1QcZHxf79E3puW21lJqMWCtUf { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#ffe76c;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:33.9375rem;left:3.125rem;display:block; }
#Nk12dR9nZZAXzWKcRvbsEsINhdEmSwIc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.5625rem;left:3.1875rem; }
#TaCcpBhI9aGKVLA77gIGDKx6kcINtdVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.8125rem;left:3.1875rem; }
#grZ4rHsg3n1auppcgINHzSBr5S6sVhXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.0625rem;left:3.1875rem; }
#eSIUMtXxFVT3HZrTpapryPXT52FN0XRw { color:#f3f3f3;display:block;width:31rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:31.25rem;left:4.4375rem;height:3.65625rem;display:block; }
#PEQGio5vtd8kfcSP00t5FgDmafllvWrS { box-sizing:content-box;height:3.125rem;width:28.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe76c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.32861328125rem;left:3.25rem;display:block; }
#sxFcA5lL4rMnZFBnZGAo03saHlP8AUMh { color:#071033;display:block;width:31.3125rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:38.95654296875rem;left:5.59375rem;height:0;display:none; }
#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { background-color: transparent; background-image: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container > .video-iframe-container { display: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container { display: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .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); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { border-width: 0; border-radius: 0; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { color:#071033;display:block;width:9.5625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:1.625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { color:#071033;display:block;width:9.5625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:12rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:13.625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { color:#071033;display:block;width:10.625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:5.75rem;left:23.4375rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:25.625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#FzQJiCs2A8owvNCmWmlSm1Asbvle5oQf { color:#071033;display:block;width:35.125rem;position:absolute;font-family:satoshi;font-size:0.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.55517578125rem;left:36.3125rem;height:4.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { color:#071033;display:block;width:56.6875rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5.75rem;height:1.21875rem;display:block; }
#eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { color:#071033;display:block;width:53.3125rem;position:absolute;font-family:adelle;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:5.125rem;left:5.75rem;height:2.625rem;display:block; }
#hyvliMzdCHeGMoenRignzVNJTEn5aEar { color:#071033;display:block;width:61.0625rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.625rem;left:8.125rem;height:3.65625rem;display:block; }
#sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { color:#071033;display:block;width:61.125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.875rem;left:8.125rem;height:2.4375rem;display:block; }
#JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { color:#071033;display:block;width:61.25rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.1875rem;left:7.9375rem;height:3.65625rem;display:block; }
#E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:13.75rem;left:5.625rem;display:block; }
#ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.75rem;left:5.625rem; }
#U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { color:#071033;display:block;width:60.4375rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:27.5rem;left:7.8125rem;height:2.4375rem;display:block; }
#FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:18.4375rem;left:5.625rem;display:block; }
#P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:18.4375rem;left:5.625rem; }
#EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:23.1875rem;left:5.5rem;display:block; }
#MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:23.1875rem;left:5.5rem; }
#qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:28.0625rem;left:5.4375rem;display:block; }
#NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:28rem;left:5.4375rem; }
#tKFDHDaNTLmZi8v0uT6P1XB4mrfW9VAy { color:#071033;display:block;width:60.625rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.875rem;left:7.75rem;height:3.65625rem;display:block; }
#TGHq5tGD1VWxz1LWUGgMEg2JesJXwSQI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:33rem;left:5.25rem; }
#TVqWCPdGV8bePkT5bwlvTOHQ6usEA6GL { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:33rem;left:5.25rem;display:block; }
#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b9e5;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; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { background-color: transparent; background-image: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container > .video-iframe-container { display: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container { display: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .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); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { border-width: 0; border-radius: 0; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { background-color:#071033;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffe76c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:6.75rem;left:31.9375rem;display:block; }
#qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { color:#071033;display:block;width:65.9375rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:3.4375rem;left:4.53125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { background-color: transparent; background-image: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .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); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { border-width: 0; border-radius: 0; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { color:#071033;display:block;width:63.3125rem;position:absolute;font-family:adelle;font-size:3.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:7.1875rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#edhx2BKrB0Kl5ZnRJcNzrSKV7tSi7uXs { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:27.5625rem;width:49.375rem;top:9.09375rem;left:14.15625rem;display:block; }
#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container { background-color: transparent; background-image: none; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container > .video-iframe-container { display: none; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row > .video-iframe-container { display: none; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .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); }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container { border-width: 0; border-radius: 0; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#cKBsogiJ5hApfOxkyM7pkqa1CDsKxN6V { color:#f3f3f3;display:block;width:63.3125rem;position:absolute;font-family:adelle;font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:5.84375rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzLKkULSQ9wIWkxvMUSWmr4bSfRCJ9cP { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:7.96875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#BP5MlSxKi9lfylOeho7m9GTM4xy2JwJS { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:28.78125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#veZD0BK0GKBE9qfTR6wfg2tvZJxg4TUP { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:49.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#S1FR8pAybl6uLKnQGnXt1cFiRbTRAhAd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0673828125rem;left:9.96875rem;height:5.6860375rem;display:block; }
#p5htc3s8xewTocl3Ul4lJea9UkSxwutI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0673828125rem;left:30.59375rem;height:4.548825rem;display:block; }
#RgGuAu08H2kkdqD0d8r6JSVCVQ3dgTQO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.06787109375rem;left:51.4375rem;height:3.41161875rem;display:block; }
#RzpEBBxK7ZONP4RxTbVTtI9219nfkzkC { color:#071033;display:block;width:10.25rem;position:absolute;font-family:adelle;font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8740234375rem;left:11.5625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lv2CO2zq3poQyiXWCXWKH3cz8BkUFTqM { color:#071033;display:block;width:10.25rem;position:absolute;font-family:adelle;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.87451171875rem;left:32.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ax9BkUzw2wQlzL7IyAtwXPqxsGIpddo9 { color:#071033;display:block;width:10.25rem;position:absolute;font-family:adelle;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.87451171875rem;left:53.1875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#durfTekdLdai8cd6eGJ9Efl05ihP6qsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.23);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; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { background-color: transparent; background-image: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container > .video-iframe-container { display: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container { display: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .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); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { border-width: 0; border-radius: 0; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(7,16,51,0.32);border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .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; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-text { display:block;position:relative;width:100%;font-family:satoshi;font-weight:700;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:satoshi;color:rgba(var(--color-tertiary-4),1);height:auto; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .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; }#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.adaptive-delivery-prevent-bg, #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.lazyload, #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.lazyloading { background-image: none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { box-sizing:content-box;height:auto;width:54.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.5rem;left:10.21875rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx { display:none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi { display:none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg { display:none; }
#cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:adelle;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.21875rem;height:3.4121125rem;display:block; }
#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { background-color: transparent; background-image: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container > .video-iframe-container { display: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container { display: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .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); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { border-width: 0; border-radius: 0; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { color:#f3f3f3;display:block;width:42.8125rem;position:absolute;font-family:adelle;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { background-color:#ffe76c;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.34375rem;left:30.78125rem;display:block; }
#xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRpfONnpxzsvULJd6ADmen1tzoHI1blx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { background-color: transparent; background-image: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container > .video-iframe-container { display: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container { display: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .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); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { border-width: 0; border-radius: 0; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#EWTiVNToazeP8AsVzwfurXVzt4moJP50 { position:absolute;display:block;z-index:15004;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.5625rem;width:10.5625rem;top:5.5625rem;left:32.25rem;overflow:hidden;display:block; }
#KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:29.3125rem;height:0.9746125rem;display:block; }
#k7iaIrvngktTK7itWXP3RSa7q49RorIF { color:#f3f3f3;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8125rem;left:25.9375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { display:block; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { top:2.3125rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { top:11.875rem;left:0rem;width:25.5rem;height:11.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { top:9.4375rem;left:0rem;width:20.0625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efeJPirITEzMWqketTzcc9fhmrgFs9w2 { top:9.4375rem;left:2.6875rem;width:45.0625rem;height:51.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { top:29.375rem;left:0rem;width:31rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { top:24.6875rem;left:0rem;width:27.625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gghibBcqJN7Ba8HxRA2LILFZdN7Q80Fr { top:31.4375rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNALAK52cXB6fmCytEKEAfoNKTZW0vh9 { top:36.75rem;left:0rem;width:31.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtunzToXpqRyKS5KyZ90zZ2MTMgfkyHC { top:32.6875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAfbfo1QcZHxf79E3puW21lJqMWCtUf { top:33.9375rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12dR9nZZAXzWKcRvbsEsINhdEmSwIc { top:31.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCcpBhI9aGKVLA77gIGDKx6kcINtdVU { top:32.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grZ4rHsg3n1auppcgINHzSBr5S6sVhXC { top:34.0625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSIUMtXxFVT3HZrTpapryPXT52FN0XRw { top:31.25rem;left:0rem;width:31rem;height:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQGio5vtd8kfcSP00t5FgDmafllvWrS { top:24.3125rem;left:0rem;width:28.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFcA5lL4rMnZFBnZGAo03saHlP8AUMh { top:38.9375rem;left:0rem;width:31.3125rem;height:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { display:block; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { top:5.8125rem;left:0rem;width:9.5625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { top:4rem;left:0rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { top:5.9375rem;left:6.3125rem;width:9.5625rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { top:4rem;left:9.0625rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { top:5.75rem;left:5.25rem;width:10.625rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { top:4rem;left:15.875rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQJiCs2A8owvNCmWmlSm1Asbvle5oQf { top:6.5rem;left:0rem;width:35.125rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { top:9.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { top:5.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvliMzdCHeGMoenRignzVNJTEn5aEar { top:12.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { top:17.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { top:22.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { top:13.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { top:13.75rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { top:27.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { top:18.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { top:18.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { top:23.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { top:23.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { top:28.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { top:28rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKFDHDaNTLmZi8v0uT6P1XB4mrfW9VAy { top:31.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHq5tGD1VWxz1LWUGgMEg2JesJXwSQI { top:33rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqWCPdGV8bePkT5bwlvTOHQ6usEA6GL { top:33rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { display:block; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { width:11.125rem;height:2.4375rem;top:6.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block; }
 }@media only screen and (max-width: 763px) { #wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { top:3.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { display:block; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { width:47.75rem;height:4.125rem;top:3.125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edhx2BKrB0Kl5ZnRJcNzrSKV7tSi7uXs { top:9.0625rem;left:0rem;width:47.75rem;height:26.655379746835rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw { display:block; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKBsogiJ5hApfOxkyM7pkqa1CDsKxN6V { width:47.75rem;height:4.125rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzLKkULSQ9wIWkxvMUSWmr4bSfRCJ9cP { top:8.75rem;left:0rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP5MlSxKi9lfylOeho7m9GTM4xy2JwJS { top:8.75rem;left:15.15625rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZD0BK0GKBE9qfTR6wfg2tvZJxg4TUP { top:8.75rem;left:30.3125rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FR8pAybl6uLKnQGnXt1cFiRbTRAhAd { top:14.0625rem;left:0rem;width:13.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5htc3s8xewTocl3Ul4lJea9UkSxwutI { top:14.0625rem;left:16.96875rem;width:13.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGuAu08H2kkdqD0d8r6JSVCVQ3dgTQO { top:14.0625rem;left:34rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpEBBxK7ZONP4RxTbVTtI9219nfkzkC { width:10.25rem;height:2.25rem;top:10.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv2CO2zq3poQyiXWCXWKH3cz8BkUFTqM { width:10.25rem;height:2.25rem;top:10.8125rem;left:18.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9BkUzw2wQlzL7IyAtwXPqxsGIpddo9 { width:10.25rem;height:2.25rem;top:10.8125rem;left:37.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #durfTekdLdai8cd6eGJ9Efl05ihP6qsb { display:block; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { display:flex;height:auto;width:27.8125rem;top:1.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg {  }
 }@media only screen and (max-width: 763px) { #cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { top:2.9375rem;left:0rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { display:block; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { top:1.9375rem;left:2.46875rem;width:42.8125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { width:13.4375rem;height:2.6875rem;top:5.3125rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block; }
 }@media only screen and (max-width: 763px) { #QRpfONnpxzsvULJd6ADmen1tzoHI1blx { display:block; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWTiVNToazeP8AsVzwfurXVzt4moJP50 { top:5.5625rem;left:18.625rem;width:10.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { top:10.5rem;left:26.125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { top:10.5rem;left:15.6875rem;width:9.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iaIrvngktTK7itWXP3RSa7q49RorIF { top:8.8125rem;left:12.3125rem;width:23.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b91e5551-3b91-4718-8438-c5ada8fc32cb/photo171883767954301bbc6fc13f6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.adaptive-delivery-prevent-bg, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyload, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyloading { background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { background-color: transparent; background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.7); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.7); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .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); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { width:7.5rem;height:1.8125rem;top:0.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { width:20rem;height:3.7119125rem;top:6.48046875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { width:17.5625rem;height:1.29980625rem;top:4.4306640625rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efeJPirITEzMWqketTzcc9fhmrgFs9w2 { width:18.3125rem;height:32.6875rem;top:23.849609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { width:14.75rem;height:0.9746125rem;top:15.439453125rem;left:0.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { width:17.25rem;height:2.69970625rem;top:11.349609375rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gghibBcqJN7Ba8HxRA2LILFZdN7Q80Fr { width:0.8125rem;height:0.8125rem;top:16.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNALAK52cXB6fmCytEKEAfoNKTZW0vh9 { width:15.25rem;height:1.79980625rem;top:20.56201171875rem;left:0.84375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtunzToXpqRyKS5KyZ90zZ2MTMgfkyHC { width:0.8125rem;height:0.8125rem;top:17.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAfbfo1QcZHxf79E3puW21lJqMWCtUf { width:0.8125rem;height:0.8125rem;top:18.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12dR9nZZAXzWKcRvbsEsINhdEmSwIc { display:flex;width:0.625rem;height:0.625rem;top:16.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #TaCcpBhI9aGKVLA77gIGDKx6kcINtdVU { display:flex;width:0.625rem;height:0.625rem;top:17.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #grZ4rHsg3n1auppcgINHzSBr5S6sVhXC { display:flex;width:0.625rem;height:0.625rem;top:18.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #eSIUMtXxFVT3HZrTpapryPXT52FN0XRw { width:16.4375rem;height:2.8125rem;top:16.8125rem;left:2.125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PEQGio5vtd8kfcSP00t5FgDmafllvWrS { width:18rem;height:3.125rem;top:11.13671875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFcA5lL4rMnZFBnZGAo03saHlP8AUMh { width:20rem;height:7.7968625rem;top:83.412109375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#f3f3f3;display:block; }
 }@media only screen and (max-width: 763px) { #ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { display:block; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { width:4.875rem;height:3.75rem;top:2.59375rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { width:6.25rem;height:2.35595625rem;top:0.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { width:4.9375rem;height:3.75rem;top:2.65625rem;left:7.96875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { width:6.25rem;height:2.35595625rem;top:0.5rem;left:7.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { width:5.3125rem;height:3.75rem;top:2.65625rem;left:14.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { width:4.75rem;height:2.35595625rem;top:0.6875rem;left:15.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQJiCs2A8owvNCmWmlSm1Asbvle5oQf { width:20rem;height:0;top:9.369140625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { width:16.1875rem;height:2.923825rem;top:6.9619140625rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { width:17.375rem;height:3.375rem;top:2.7685546875rem;left:1.3125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyvliMzdCHeGMoenRignzVNJTEn5aEar { width:15.75rem;height:4.87305rem;top:11.31201171875rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { width:15.125rem;height:3.8984375rem;top:17.55078125rem;left:2.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { width:13.8125rem;height:6.82226875rem;top:22.900390625rem;left:2.90625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { width:2.625rem;height:2.625rem;top:53.4746109375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { display:flex;width:1.375rem;height:1.375rem;top:13.12353515625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { width:14.125rem;height:4.87305rem;top:31.0625rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { width:1.3125rem;height:1.3125rem;top:18.4375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { display:flex;width:1.375rem;height:1.375rem;top:18.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { width:1.3125rem;height:1.3125rem;top:23.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { display:flex;width:1.375rem;height:1.375rem;top:25.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { width:1.3125rem;height:1.3125rem;top:28.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { display:flex;width:1.375rem;height:1.375rem;top:32.8115234375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #tKFDHDaNTLmZi8v0uT6P1XB4mrfW9VAy { width:15.9375rem;height:4.87305rem;top:37.69091796875rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGHq5tGD1VWxz1LWUGgMEg2JesJXwSQI { display:flex;width:1.375rem;height:1.375rem;top:39.43994140625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #TVqWCPdGV8bePkT5bwlvTOHQ6usEA6GL { width:1.3125rem;height:1.3125rem;top:33rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { display:block; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { width:11.125rem;height:2.6875rem;top:10.5rem;left:4.4375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block; }
 }@media only screen and (max-width: 763px) { #wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { width:20rem;height:8.25rem;top:1.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { background-color:#f3f3f3;background-image:none;display:block; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { background-color: transparent; background-image: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .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); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { width:20rem;height:5.3994125rem;top:2.4677734375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #edhx2BKrB0Kl5ZnRJcNzrSKV7tSi7uXs { height:11.0625rem;width:20rem;top:9.63623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw { display:block; }#SzmRsWTaFt91rJ4ksPxOwETQxxGWlryw > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKBsogiJ5hApfOxkyM7pkqa1CDsKxN6V { width:20rem;height:2.69970625rem;top:2.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wzLKkULSQ9wIWkxvMUSWmr4bSfRCJ9cP { width:17.4375rem;height:12.5rem;top:6.39892578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP5MlSxKi9lfylOeho7m9GTM4xy2JwJS { width:17.4375rem;height:12.5rem;top:20.14892578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZD0BK0GKBE9qfTR6wfg2tvZJxg4TUP { width:17.4375rem;height:12.5rem;top:33.8994140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FR8pAybl6uLKnQGnXt1cFiRbTRAhAd { width:13.4375rem;height:5.6860375rem;top:11.58642578125rem;left:3.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5htc3s8xewTocl3Ul4lJea9UkSxwutI { width:13.8125rem;height:4.548825rem;top:25.46630859375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGuAu08H2kkdqD0d8r6JSVCVQ3dgTQO { width:13.75rem;height:3.41161875rem;top:39.21728515625rem;left:3.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpEBBxK7ZONP4RxTbVTtI9219nfkzkC { width:10.25rem;height:2.0996125rem;top:8.52294921875rem;left:4.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lv2CO2zq3poQyiXWCXWKH3cz8BkUFTqM { width:10.25rem;height:2.0996125rem;top:22.2734375rem;left:4.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ax9BkUzw2wQlzL7IyAtwXPqxsGIpddo9 { width:10.25rem;height:2.0996125rem;top:36.02392578125rem;left:4.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #durfTekdLdai8cd6eGJ9Efl05ihP6qsb { display:block; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { display:flex;height:auto;width:20rem;top:5.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg {  }
 }@media only screen and (max-width: 763px) { #cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { width:20rem;height:2.1933625rem;top:1.94970703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { display:block; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { width:11rem;height:2.6875rem;top:7.51171875rem;left:4.5rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block; }
 }@media only screen and (max-width: 763px) { #QRpfONnpxzsvULJd6ADmen1tzoHI1blx { display:block; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWTiVNToazeP8AsVzwfurXVzt4moJP50 { width:9.5625rem;height:2.25rem;top:5.625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { width:6.625rem;height:0.9746125rem;top:9.5625rem;left:12.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { width:9.3125rem;height:0.9746125rem;top:9.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7iaIrvngktTK7itWXP3RSa7q49RorIF { width:20rem;height:1.05615rem;top:11.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }