.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy { position:relative;display:none; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy { border-width: 0; border-radius: 0; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WK6Ax2uCoTVzylrelRtBDAh67CTdIzOc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bO4TJEhfOO1fItuKmB9M4GTPzVIPENOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKaatNVshOnO8wv0UFsTXVXTsTDa1Xby { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.625rem;display:none; }
#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 { 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; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container { background-color: transparent; background-image: none; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container > .video-iframe-container { display: none; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row > .video-iframe-container { display: none; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .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); }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container { border-width: 0; border-radius: 0; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#CZkAX8lbFThLocW0fOr9KJig2wTiJrwD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:20.3125rem;display:block; }
#da78g1QrBMi3vxqo66l8pqK1JT9fU5Ng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGT0r9D1vTul0eEdQbVHT26D2uoAkRkb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26.75rem;display:block; }
#t1ZtyAfGOk03ZpVzQhMoOIJ7yS8qAHMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agN13OnIAzDnoxZBFdVOUS62nGC8nOPm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:32.5625rem;display:block; }
#lf49xtZEEoimIft1VZhUp2LduFlNJ0Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oy47dRNI60TgTG1gLQtwCRd0tnJS55aJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:50.6259765625rem;display:block; }
#T1IeWFDmVP7tMhV3Lk5T8n9dfT5OgGWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HU7zZXlIexNxoyOUXQEzM4MgEq2AvsGw { 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: none;height:3.625rem;width:11.9375rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#S3oEVEurOF0O4naxadOMd6dI4Tgz0RKi { background-color:#e0e0e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:41.3134765625rem;display:block; }
#N9inenzxwXLHll2uVTO8EKtS7dcP86Zo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc837a96-7fbc-43bf-9b7a-28c3321d3580/FinalHERO2024.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,247,0.26); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,247,0.26); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:60rem;height:54.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { color:rgba(var(--color-tertiary-4),0.9);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.1171875rem;left:0.3125rem;height:9.6738125rem;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:left;text-align-last:left;display:block; }
#n0EONTTR89KJHdhRPllJAh33AoNs2Cau { color:rgba(var(--color-tertiary-4),0.9);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.640625rem;left:0.3125rem;height:3.4121125rem;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:left;text-align-last:left;display:block; }
#nqykgtWe6ofpE9m1wah4wMh9OIazNmlQ { position:absolute;display:block;z-index:15010;height:38.5625rem;width:26.375rem;top:8.125rem;left:33.625rem;display:block; }
#qZDpUvqtpRdRahTROm862tCwUWHsqdIQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bWHNNefNWP9MNLNsF1K0vzK5RoObltFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHsDSaI9L0EFBQG8IQR2tuAabPdAN66e { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.875rem;left:0.3125rem;display:block; }
#KZT1TrmxLl3OFmZvQeAI1H8ICpaTfagc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUAKGiPZuqx9rT6RXn17TPicKETbdAuy { color:rgba(var(--color-tertiary-4),0.9);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5546875rem;left:0.3125rem;height:1.625rem;display:block; }
#kBmZGy1hvNiR1KuIrm05PhbX95zLWruM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:1.29980625rem;top:28.5625rem;left:1.1875rem;display:none; }
#Ee2kXQZUFnCRcnZyehdCgNQUcnnTNn4w { 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; }
#UhV3HxqCfB8pS9FkxXuap834n85ue8AZ { 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; }
#RWbsyzeu5X3phzZd5afkH0lKiweN4xls { 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; }
#PU4EOGzU7aiDkchrfX1eO5qG1OsBTZQJ { 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; }
#hA4PtXMvzTUQ4cbnihQIC3AvodwIRRJS { 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; }
#QsDr3s6vloivA6WVutgKvuZFcGJuZ68m { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WA6ZNEKiWzvwTvg4RgXFUnwXpMFvIJaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMOWqsJtXG4ftsa4FaA4hTUOT6OaB3NS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:42.25rem;left:1.0625rem;display:none; }
#ZkbVZO2yB7wvQLBnMqBUadXpnReV02iO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:1.25rem;top:40.8125rem;left:3.75rem;display:none; }
#QxWdpnL2FTmdaJhwHghukM54RzTVZSBb { background-color:#e0e0e6;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.625rem;left:0.3125rem;display:block; }
#oWrw2emrWSrp63GQDk03KbuTAPbDAvQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqlNcZ0N9Pmmm9pG1yFM6erCk6b63TAl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:37.625rem;left:0.3125rem;display:block; }
#t8v5O4K32o6XcrmoE0uMRswgUTeN1QXR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:37.6875rem;left:14.3125rem; }
#EXgJaTv9xTypRXl9875N1ffpvUhgR8vO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:37.6875rem;left:15.875rem; }
#N862ko0gwngqe137Hes97pmAWKOKW25s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:37.6875rem;left:17.4375rem; }
#d5znh7W9kSoTCWCdeRdlaGptadvUgNnG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.6875rem;left:19rem; }
#VOG1lEDQKVchJZrslU5q6owWW076it9o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:37.6875rem;left:20.5625rem; }
#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq { position:relative;display:block; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq { background-color: transparent; background-image: none; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container > .video-iframe-container { display: none; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row > .video-iframe-container { display: none; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .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); }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq { border-width: 0; border-radius: 0; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b6yX3MieIRLG2eyrUfhvK8NyTItBdOzw { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:11.0625rem;left:7.4375rem;text-align:center;text-align-last:center;display:block; }
#f6azGCGR8g58bZiekB4pl5orkJ6uTR1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;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.923825rem;top:15rem;left:20.1875rem;text-align:center;text-align-last:center;display:block; }
#kr7t6Go6BhUo6yAUZ1bbEIOnM8JpHJ0U { position:absolute;display:block;z-index:15000;height:21.25rem;width:60rem;top:21.375rem;left:0rem;display:block; }
#h0NWnG1pnKfGnVegBGzUsiKi45WnAiwN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:45.3125rem;left:1rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAfcZoatcfWKFQ4dhoJz34SG5LGhH7sT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:45.3125rem;left:26.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FKAztVCrykhaVCcnOsCiUT0RlSRJWqL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:49.3125rem;left:23.75rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdy1LJ3iNURFwvkJXEqxd4baTd3EoWpw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:49.3115234375rem;left:1rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C43ZvxzRIeAnNVMEvnnbUcfHS0ku9kFs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.3115234375rem;left:46.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#refOpXSl99O4bgG4Xb3kHmdBk9c9otcW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:45.3125rem;left:49.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8ZygQEIUxhEreeN9pRtzUKTTIHrxzwR { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:55.0625rem;left:16.25rem;display:block; }
#aIexlxMEoxP6VUXlyBhebSSEh1dLizUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkCom2maRybHZh8bCow1esaArUie6LnA { position:relative;display:none; }#TkCom2maRybHZh8bCow1esaArUie6LnA { border-width: 0; border-radius: 0; }#TkCom2maRybHZh8bCow1esaArUie6LnA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TkCom2maRybHZh8bCow1esaArUie6LnA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PcbgarRoaPrsv1ArVoTrA74qXSZHnObF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ZLXUqqyQbvWEMm3hZMTd21bo4ScAikJ9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GHvG2TRZugXMgx9vwp0kSobcIEy1mcuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJF4IaIn3nRQ6EKpl3eXwuR4Z04Dyf9X { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:11.0625rem;left:7.4375rem;text-align:center;text-align-last:center;display:none; }
#OxxHDpZgtGxATJ68UzKLwsE7FLkp3J3E { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;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.923825rem;top:15rem;left:20.1875rem;text-align:center;text-align-last:center;display:none; }
#O93mMokRuT4U02CBnpcOmsT59O4QBUAz { position:relative;display:block; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz { background-color: transparent; background-image: none; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container > .video-iframe-container { display: none; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row > .video-iframe-container { display: none; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .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); }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz { border-width: 0; border-radius: 0; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kXgcz9SKvK4EByV0Cxt6lnxdqB7n1mHy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:14.21875rem;height:3.73730625rem;display:block; }
#QwP8GWahyC5TeoW5KonnnRthqkFkBahI { color:#ff0000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9306640625rem;left:14.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte { 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; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container { background-color: transparent; background-image: none; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container > .video-iframe-container { display: none; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row > .video-iframe-container { display: none; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .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); }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container { border-width: 0; border-radius: 0; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container { font-size:0.875rem;font-family:arial;height:95.5625rem;width:60rem;position:relative;display:block; }#ufdNvy5G6FvK4KARCkQJfofPa6xDTZtn { color:rgba(var(--color-tertiary-4),0.85);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.634765625rem;left:41.65625rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqDdPngTSCzQpiKF6xyce2cmM0BW13kC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:84.25rem;width:19.375rem;top:3.25rem;left:40.5rem;display:block; }
#mkpDmvuVZNuOyw1NbZbVd1WUSHIpoKW9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:71.375rem;width:19.375rem;top:3.25rem;left:20.25rem;display:block; }
#lv3DJko0U3QFTmx5h0MP7q5z53ysmTWs { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:64.375rem;width:19.375rem;top:3.125rem;left:0rem;display:block; }
#I4C2qKzul70xiItXPsgUTdtqJkllLVO5 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.634765625rem;left:21rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g0tETPgThvfN6f3v5BMiDgFS9IOWdQv6 { color:rgba(var(--color-tertiary-4),0.85);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.6875rem;left:1.09375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrXgfD53tuXLrXS09IoroLCpcuJqPR5a { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5751953125rem;left:1.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#hNBFAZcwyDl40yc2QEiAuTlFbtga1xia { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5751953125rem;left:20.9375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Z4rpJLp32Le3m4iMW1P1ns4pB1lluRWZ { position:absolute;display:block;z-index:15011;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:8.5rem;width:15.5625rem;top:8.7626953125rem;left:2.21875rem;overflow:hidden;display:block; }
#oenpyqeqOCSE8T8lo70EskCdo4xHnEWc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.5751953125rem;left:41.53125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#sUnBFneWFQ7Luah4M1e766sivSwBgUTH { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.0810546875rem;left:1.09375rem;height:1.70605625rem;font-style:normal;display:block; }
#Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.90625rem;left:1.09375rem;height:13.25rem;display:block; }#Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#JQSc7oCri0u2fGKoL5EO7812fqiwi6DU { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:46.927734375rem;left:1.09375rem;height:1.70605625rem;font-style:normal;display:block; }
#PcKCL7muDZTElJyv4bOqOm09qkPteuZJ { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.75rem;left:1.6875rem;height:9.8125rem;display:block; }#PcKCL7muDZTElJyv4bOqOm09qkPteuZJ li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PcKCL7muDZTElJyv4bOqOm09qkPteuZJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#RBnyu1k5ffREyVqPw9AEt4CwaLJnnbi0 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.955078125rem;left:21.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#ZMgzoXTZSa0OCmoCVQ5Gltn2tGdDCz2K { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:49.75rem;left:21.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.40625rem;left:21.6875rem;height:14.71875rem;display:block; }#KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:41.9375rem;height:26.40625rem;display:block; }#sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#BdEWkHsSqo4nZbTCO6x2cK5coNo2fV6h { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#CgewGT0mubswfeWlxEzX9ngohKc7JZAR { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:58.130859375rem;left:41.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:60.8125rem;left:41.6875rem;height:19.625rem;display:block; }#sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#bageAn2TugB98JtkGLlokRcCtRhBlemq { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:61.9619140625rem;left:1.3125rem;display:block; }
#wP8penzhTcgsuX1cVTbPZRqPLsSHyKHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksfANF3uXhg9CEusKxbbVeirVXiBUMHe { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:69.1875rem;left:21.5625rem;display:block; }
#xV6xmoeGbGvG1t73gzKGNM1QqelmuM5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LV280bZxIoTdfBxi6nSsGGfwfh28bCJh { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:82.3994140625rem;left:41.8125rem;display:block; }
#gCWcoBMGbpW7fg07DixgtF4UTrUQuhpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qSas0T3SXX1s9c49pg6wWdTFV84ynqqW { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24rem;left:1.09375rem;height:3.89941875rem;display:block; }
#zAEROpaRBUFb1DTSkUQgeXd350xDyAAg { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.76171875rem;left:21.6875rem;height:1.29980625rem;display:block; }
#TnNVcKyyrwdgDIx56qIIt5ocfbWmEdfD { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6494140625rem;left:41.65625rem;height:1.29980625rem;display:block; }
#xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.46875rem;left:21.6875rem;height:20.125rem;display:block; }#xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#vuyNA1yvW8v67tTgpy1MHn8Oc3pt7SXU { position:absolute;display:block;z-index:15012;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:8.5rem;width:15.1875rem;top:8.7626953125rem;left:22.21875rem;overflow:hidden;display:block; }
#s33C8MHA1X8BEDZZvLSKE4uU0esTHMzm { position:absolute;display:block;z-index:15013;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:8.5rem;width:15.1875rem;top:8.7626953125rem;left:42.65625rem;overflow:hidden;display:block; }
#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln { 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:none; }#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln > .row .container { border-width: 0; border-radius: 0; }#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln > .row .container { font-size:0.875rem;font-family:arial;height:95.5625rem;width:60rem;position:relative;display:none; }#qcqqI0iOk22gluBQw04hHUflpU69V9xy { color:rgba(var(--color-tertiary-4),0.85);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.634765625rem;left:41.65625rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eX6NImZXH3M1ABUGucKT9aJMXQzKqWMf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:84.25rem;width:19.375rem;top:3.25rem;left:40.5rem;display:block; }
#xkFnCMMOB2idUJvqkcdoeUSxzDDtKvHT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:72.625rem;width:19.375rem;top:3.25rem;left:20.25rem;display:block; }
#lust7WTv12Bsp1eWVouJ4e2rN6ZxGWrl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.3) ;height:64.375rem;width:19.375rem;top:3.125rem;left:0rem;display:block; }
#OUPl5dHmvCVNBoDMw4rwbTyqkyCLAUkO { color:rgba(var(--color-tertiary-4),0.85);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.634765625rem;left:21rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v7cn2QioGTJwCDfD5SBTiQwWonmXAq3i { color:rgba(var(--color-tertiary-4),0.85);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.6875rem;left:1.09375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPm8samiUT17OS0PgbgwwUVx1Hd1T4r6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.8251953125rem;left:1.25rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#yxehSOk0bX90kkl1cJ4COqqWGRUIRTsd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.8251953125rem;left:20.9375rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#zxTJqZLTru7aIzWkMuiuflxFc9fZLoG9 { position:absolute;display:block;z-index:15011;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:33.625rem;width:60rem;top:9.3251953125rem;left:1.4375rem;display:block; }
#Zex6dpFplyu63b8Iiu21swWU0OTFhJqT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.8251953125rem;left:41.53125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#g4pi3TGQunA7iccB5OWskgp3GFlFMN7e { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.0810546875rem;left:1.09375rem;height:1.70605625rem;font-style:normal;display:block; }
#ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.90625rem;left:1.09375rem;height:13.25rem;display:block; }#ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#FSplbfaKseqmaTtECINPNE2tEeFufs8h { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:46.927734375rem;left:1.09375rem;height:1.70605625rem;font-style:normal;display:block; }
#aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.75rem;left:1.6875rem;height:9.8125rem;display:block; }#aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#VxosBz8Pm7mLbiR7xFe7f419hvi9UrWL { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:26.375rem;left:21.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.0625rem;left:21.6875rem;height:14.71875rem;display:block; }#Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#lvetori9ZDgbnxR2rH3V8mhfk28JPGpU { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:41.9375rem;height:26.40625rem;display:block; }#lvetori9ZDgbnxR2rH3V8mhfk28JPGpU li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lvetori9ZDgbnxR2rH3V8mhfk28JPGpU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#ospsh6AlUuBXilNmnUABnVDtGp0mBVhs { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#nCT4elVEZyyqe501d4z70SeyWi1od9cK { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:58.130859375rem;left:41.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#gNuCoSnTHSzVdq6H3ON65NMye7DkeabI { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:60.8125rem;left:41.6875rem;height:19.625rem;display:block; }#gNuCoSnTHSzVdq6H3ON65NMye7DkeabI li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gNuCoSnTHSzVdq6H3ON65NMye7DkeabI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#ilykTfTtXa3fmdvTOLVW3Trh2REtPiyW { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:61.9619140625rem;left:1.3125rem;display:block; }
#ASpKiaIlL110TCwHU2QG7CBCTsSeqtPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CutJ68upQKpWwuy2gXNl6rzAArq9dFlE { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:70.7744140625rem;left:21.5625rem;display:block; }
#E28ewuEoKsJFp1IFa7dcgsTyti8i8cVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSqcy5R7nk7uw2s1lhiUX4wkXgPPSwRh { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:82.3994140625rem;left:41.8125rem;display:block; }
#eOeRL2EXUi9qazpfwoiLAFDW3BpssMv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wodXxa32C2OHp5IM5XSMNkgKqU5VTTAZ { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24rem;left:1.09375rem;height:2.5996125rem;display:block; }
#WteQ3m0HCncRrOyDkqqtVqkreFCL2Z0B { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6494140625rem;left:21.6875rem;height:1.29980625rem;display:block; }
#cSTq8rFVlOwbPBOZluEwdMDoiPOkv12Z { color:rgba(var(--color-tertiary-4),0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6494140625rem;left:41.65625rem;height:1.29980625rem;display:block; }
#CkuH5OTWsts6yNdfHIoOCqs6H5pFXhsW { color:rgba(var(--color-tertiary-4),0.85);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:58.130859375rem;left:41.9375rem;height:1.70605625rem;font-style:normal;display:none; }
#OThsl0XfQm2pyPV0EPneTVEHTnuneldX { color:rgba(var(--color-tertiary-4),0.9);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.34375rem;left:21.875rem;height:20.125rem;display:block; }#OThsl0XfQm2pyPV0EPneTVEHTnuneldX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#OThsl0XfQm2pyPV0EPneTVEHTnuneldX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
#SBAE9bkHhZNkI2ccsX5Shhkgv6BILFSO { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ub61AhTdsPIJk0Xpm9Bx0uHC9llVkQQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXwcHksLr2Pqw0xVxZ1SQa8tH86KZrqs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VilknkJxMpfMIXQk0ay2vw1Qtpl8dwMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nc8MQKyrwmdUXnQld7v1mlWubz3CilJz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DItLVJe9eXvJtp8XUVfhwABdSCgwU8v5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdR8hyla4XqCT35WykzteGSM2MqiadXs { position:absolute;display:block;z-index:15011;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:33.625rem;width:60rem;top:9.3251953125rem;left:1.4375rem;display:none; }
#daPt2uC5mxuyTKwRXEZPH07h3oZWtuPO { position:absolute;display:block;z-index:15011;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:33.625rem;width:60rem;top:9.3251953125rem;left:1.4375rem;display:none; }
#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { 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; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { background-color: transparent; background-image: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container > .video-iframe-container { display: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container { display: none; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .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); }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { border-width: 0; border-radius: 0; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { color:rgba(var(--color-tertiary-4),0.85);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.943359375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NObNM4JWgviAm60I8NytvKxBVAKm3wbn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.96875rem;height:1.29980625rem;display:block; }
#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM { 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; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container { background-color: transparent; background-image: none; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container > .video-iframe-container { display: none; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row > .video-iframe-container { display: none; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .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); }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container { border-width: 0; border-radius: 0; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#q5IxOBgQrNJBp02oRdMZuVP9EJHGIhG1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#iqKZvOQ6Uxis8cu9FAKZEyT0HyLl13Xn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3857421875rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGsRwasuG0s0czOB5ItfR38NMQs1H3Bu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.5107421875rem;left:0rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMe1r3JgKhOAtCDyMcVHibcsP3AnZlkW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.1669921875rem;left:20.625rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouhTOxAfJrT5Tfl4moqWSmoQ6knfq3EC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.38671875rem;left:20.625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUaFQv9MmSA2hiLmL2z46nc5hhvHtNNE { 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:4.5rem;width:4.5rem;top:1.96875rem;left:27.75rem;overflow:hidden;display:block; }
#h4tyfxVfn7ZCx8uIesTiILlDBTXcWoci { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.384765625rem;left:41.25rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDOJ1mEb4TyF7BbB9Okt2lgLVvXLlqrg { 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: none;height:4.5rem;width:4.5rem;top:2rem;left:48.375rem;overflow:hidden;display:block; }
#vx261Lm0MTAAGTpMpWHuQJbP0P1qxwS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;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:7.19921875rem;left:25.71875rem;height:1.29980625rem;font-style:normal;display:block; }
#IlVbrG41n4OTrPk6XcPzMglxarWdznRT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.125rem;height:1.29980625rem;display:block; }
#W3zHSTwp7e8LkEAth2rLPgMuQ8wtTdUp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.1875rem;left:46.375rem;height:1.29980625rem;display:block; }
#PTdeoXDKXQJzDysWlH6x5TkkVE4ZDdB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.5107421875rem;left:41.25rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { 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; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { background-color: transparent; background-image: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container > .video-iframe-container { display: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container { display: none; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .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); }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { border-width: 0; border-radius: 0; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { color:rgba(var(--color-tertiary-4),0.85);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.943359375rem;left:22.09375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wThRGWqRTHGy9IZnxhq6MVAN1MIQv5xZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4306640625rem;left:18.28125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy { position:relative;display:block; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy { background-color: transparent; background-image: none; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container > .video-iframe-container { display: none; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row > .video-iframe-container { display: none; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .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); }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy { border-width: 0; border-radius: 0; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G1oyE3J8OqsezOTiUa53vouP8ai58ykC { position:absolute;display:block;z-index:15000;height:25.8125rem;width:46.125rem;top:0.96875rem;left:6.9375rem;display:block; }
#UUbhZcUhKWaPrk0Ixd6CF7o2ySietUNE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vswQvU2o5RAqlRxkQynDyJX0RXWAMQhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahczTAUANVKIuks0JqDzZybCXdskUoGA { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.75rem;left:16.25rem;display:block; }
#imMWTlycEy4iZSAiRrXacQ33yzePnNiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfhGQi1wpAAnyaLZcDodeVEy512497xF { 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; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { background-color: transparent; background-image: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .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); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { border-width: 0; border-radius: 0; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#eSK3gbokqAArTN5eX2mddznrD0ANzkeg { color:rgba(var(--color-tertiary-4),0.85);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:13.75rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SenoNFCRBIrmVBmPRe1EcezfdklIaSZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZpIyPkaXI1tbQUJk6VWRkoVpbwfUlAPc { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:6.0625rem;width:17.1875rem;top:10.0625rem;left:21.40625rem;overflow:hidden;display:block; }
#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { 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; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { background-color: transparent; background-image: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .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); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { border-width: 0; border-radius: 0; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { font-size:0.875rem;font-family:arial;height:85rem;width:60rem;position:relative;display:block; }#z9I4aAlMVQeU8LxvtfVQsr6QRt8EPxVo { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:11.125rem;width:17.25rem;top:1.375rem;left:0.0625rem;display:block; }
#wQdpJ7XSeUcrwxbEzdOKBVaBPXRm0th2 { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:11.5625rem;width:19rem;top:1.375rem;left:20.96875rem;display:block; }
#LZlR7BJ3JVJ2vDIhi5Pq2FfZG4Uy5aby { position:absolute;display:block;z-index:15008;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:22.5rem;width:17.3125rem;top:14.875rem;left:0rem;display:block; }
#qNgnpdttTLvA178zkN4iou6axTu5na2M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:21.8125rem;top:1.6875rem;left:37.53125rem;display:none; }
#oV5XzmRhO2bholH5A1M9a9SVwN0D1V4g { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:25.25rem;width:17.0625rem;top:26.625rem;left:21.875rem;overflow:hidden;display:block; }
#oCvIDKs5CSTU7AT7HboexUPVvbcoswaR { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:7.3125rem;width:18.5625rem;top:15.75rem;left:21.1875rem;overflow:hidden;display:block; }
#SXJ6y69gd4M93nxHQ7iEdoLEO6qwNLIU { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:12.25rem;width:15.375rem;top:39.5625rem;left:0rem;overflow:hidden;display:block; }
#okCaEWJMlgQIJagPKJ42RyFTJVDhU4Xs { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:22.875rem;width:16.875rem;top:1.375rem;left:43.125rem;overflow:hidden;display:block; }
#IdqIqwbkvc7m5PA38lqPZ69by9qicba2 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:9.625rem;width:16.25rem;top:27.1875rem;left:43.4375rem;overflow:hidden;display:block; }
#iWwJDUD7spzsg2HIXJc36bfFzxwdZm9U { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:8.0625rem;width:19rem;top:40.75rem;left:40.845756880734rem;overflow:hidden;display:block; }
#hf5TpMbS5FS6is96oTB9Lg9sbXRGOg7b { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:72.75rem;left:16rem;display:block; }
#TtpJyT3OO0ZcERRz8Ngrm6WoTm6k16WI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABbsibqVLcn1Li4wlSubU4Sr7pzvkO4F { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:12rem;width:18.9375rem;top:55.375rem;left:0rem;overflow:hidden;display:block; }
#ABKiB7lSZ5WlaTNkqcyN1MuG8ILPsAsc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:10.4375rem;width:19.25rem;top:56.15625rem;left:20.84375rem;overflow:hidden;display:block; }
#FomzXuW00C3d18IOTIuqlPeHh9sn32KD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:9.8125rem;width:18rem;top:53.90625rem;left:42rem;overflow:hidden;display:block; }
#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF { 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:none; }#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF > .row .container { border-width: 0; border-radius: 0; }#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:none; }#cggvDikqvZ4dXWMU2ISTaRSnfBn8I1uF { color:rgba(var(--color-tertiary-3),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:14.40625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKHs17mHHv8EEUqXJiTpzFVzvJf4KVHo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:3.875rem;top:6.5rem;left:3.75rem;display:none; }
#WMiWfnFHEzq7hLPBXchWBT08RTOTahNR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:17.1875rem;display:none; }
#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o { 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:none; }#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o > .row .container { border-width: 0; border-radius: 0; }#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:none; }#oZqnf47LASTMmKAyD15XeUF1pg1toruA { 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: none;height:10rem;width:15.3125rem;top:0.5625rem;left:6.78125rem;display:block; }
#hZi3vtoOuoCslJXrIPLTaA9ONOen5wqR { position:absolute;display:block;z-index:15007;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:11.5rem;width:18.6875rem;top:0rem;left:39.53125rem;display:block; }
#RNMnK3Dq92dQqdLJ2IAimv38BPrvWzbh { position:absolute;display:block;z-index:15008;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:18rem;width:13.875rem;top:1.0625rem;left:24.84375rem;display:none; }
#aKBLUgsuhwDsDAhQBDbcNwM7l2G9Vmz0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:21.8125rem;top:1.6875rem;left:37.53125rem;display:none; }
#WF0UXxmo8ITTEB8fcMTswQgopuB527gh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:24.625rem;display:none; }
#dq7PxwEVD0XgIa6DP0wAB7Wq2MhxE8pU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:24.875rem;display:none; }
#IXlPZNvb6ItBB52TZnXxl3rwLhLH5sJc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#e8EknA6T2gC657EGln6JUMOV4vuJssgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 { 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; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container { background-color: transparent; background-image: none; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container > .video-iframe-container { display: none; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row > .video-iframe-container { display: none; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .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); }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container { border-width: 0; border-radius: 0; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#Xn6zGHoe45TO7VXSFfcJ5pst832lGOXG { color:rgba(var(--color-tertiary-4),0.85);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:10.28125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBhwZyhKxR6UsFQ9ihhV3u9n0zzcxiyy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:17.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS { 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; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container { background-color: transparent; background-image: none; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container > .video-iframe-container { display: none; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row > .video-iframe-container { display: none; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .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); }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container { border-width: 0; border-radius: 0; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#LGeZfiNrsQ9O77CMMCgxhi1ZDpzPxE77 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.5625rem;top:0.75rem;left:18.21875rem;overflow:hidden;display:block; }
#qhvECuIqo9WHbcQiAAHLlBwSK9Q2hrrq { 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:5.125rem;width:10.375rem;top:0.625rem;left:47.3125rem;overflow:hidden;display:block; }
#NMVOIbkbP1VEBp9L1kOr7F8IwUbOkncv { 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:3.6875rem;width:9.1875rem;top:1.34375rem;left:2.90625rem;overflow:hidden;display:block; }
#UNggGyOSbQP6CpAVCNITs0zE6TWvwkM9 { 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:3.6875rem;width:14.0625rem;top:1.34375rem;left:30.46875rem;overflow:hidden;display:block; }
#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t { 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; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container { background-color: transparent; background-image: none; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container > .video-iframe-container { display: none; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row > .video-iframe-container { display: none; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .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); }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container { border-width: 0; border-radius: 0; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#e7qxsVZhp3T3B5iFTwwzglEPdHtum60J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.125rem;top:0.46875rem;left:4.4375rem;overflow:hidden;display:block; }
#TbvPuhRJP6Hp7E0Gz1mw80wV0BBaffaU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.8125rem;top:1.125rem;left:16.59375rem;overflow:hidden;display:block; }
#VKxLy6DuwtE1o2dvfdi3plN0uaTuvHEg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.875rem;top:0.53125rem;left:48.0625rem;overflow:hidden;display:block; }
#b1goDu6ZCaTFubs3mqshsWdkVPpD90WD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.125rem;top:0.46875rem;left:4.4375rem;overflow:hidden;display:none; }
#sHbf3bMkop87trWSUp5bcB755AaPXSoL { 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:3.125rem;width:9.6875rem;top:1.8125rem;left:32.65625rem;overflow:hidden;display:block; }
#cvuCMknmHGBMRNdvRwPzi10dzrmoDTxr { box-sizing:content-box;height:0.125rem;width:29.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:9.3125rem;left:15.3125rem;display:block; }
#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh { 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:none; }#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh > .row .container { border-width: 0; border-radius: 0; }#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:none; }#h5PUTEIutP8lVhx3EKZDkJ0MXJpdTNa8 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shfTMbsp4rAK3Rs1RbsoJIemeN7kRz6v { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:6.625rem;left:6.8125rem;display:none; }
#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw { 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:none; }#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw > .row .container { border-width: 0; border-radius: 0; }#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:none; }#FLqIOtuDdHw7XnzA4wc25m3IqzJOCt50 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.5625rem;top:0.75rem;left:18.21875rem;overflow:hidden;display:block; }
#kmetJzEy0EHoeToBoSZ4kWc0dXWxIRHb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.8125rem;top:1.125rem;left:16.59375rem;overflow:hidden;display:block; }
#ZNa6TbqROPk7J7N3faB2sGErzwTUzyW0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.125rem;top:0.46875rem;left:4.4375rem;overflow:hidden;display:block; }
#lE1wh4UeE3GlpKk3uGd7KQSDvCSv3Ufs { position:absolute;display:block;z-index:15002;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.5625rem;width:6rem;top:0rem;left:34.5rem;overflow:hidden;display:block; }
#S3ryoCXJLwaCaWbib92v7FGNVl5rfaHi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.875rem;top:0.53125rem;left:48.0625rem;overflow:hidden;display:block; }
#vpztGT5o5zMNOBvvc1myh2M1Tu5WXDch { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.125rem;top:0.46875rem;left:4.4375rem;overflow:hidden;display:none; }
#kmI2mlonBeAI6s3E7nQ7dmFQSNJEOyzv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#FqPMsTi7tndrR10pxdru40I9lgIRM6pU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container { background-color: transparent; background-image: none; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container > .video-iframe-container { display: none; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row > .video-iframe-container { display: none; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .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); }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container { border-width: 0; border-radius: 0; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#HS8OX8OLqCQrklfZQ0hW7JpfRdVcbUe2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.625rem;left:12.1875rem;height:6.75rem;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; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .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; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#2f2f2f;line-height:2.5;overflow:hidden;height:auto; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;color:#5e5e5e;height:auto;line-height:1.6;overflow:hidden; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .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_02ccc4617b8b7d72cc769640b39ccf1a2664bcf4.svg");background-size:contain !important; }#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-trigger.adaptive-delivery-prevent-bg, #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-trigger.lazyload, #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-trigger.lazyloading { background-image: none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15070;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.9375rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ccNbrIf4TnZJTR5su0sQVeVFysvTo3Q8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iGboFO9OnbzbUG9yuVHTDcnVZURBJT1e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Dbedxn3THE5EdX4Xc3cTA6UIsh34zh9t { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #MMWay1pwcQ09A8a7GHkLMAeBiahsQCDq {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #VpvA5E1QqiJNDphnEbEg8k2dy6QTddXg {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #woQSHgcCdQGOcxn5LrNUUC1qbn9CI32m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ntT6CdRJnBQqigAWTLpOOmyH57BTPdTr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #hMTTcPyNlGiAKFJ6523hgknTPSPFXeOG { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Lv5LcpSb5DxddwMWIeciUvrTITy4Ggpm {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #k5Is1JRFDECraB2ZbFqQFU1p0iA37uvd { display:none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #supEPW1fN00w0FAsIaymNsBqOu7DlfmJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #TMaJKew7nolTnxAZ6DqyqRZrKpb4umTO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #LemALGZvCaBPwmnRJ8uVeR7AkJh6sFJw { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #eta0weUUOdtDiWhigXEGN8qRzwQTcGAZ {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #axlsahdttF5sWneMugQLsFIFDdKd9mIR { display:none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ikoh4PnNGDRi69dV8uSicLCQny0GS5cT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #XrZFKkqzWC2vN8zNuN3vGVTEXGi0iaFn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #W2fG3dXVc0GXIeWTO0LaHpy14GlK3W7R { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #UFWUPy38nVBl420lNTVLfVAElvgVZflw {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #z8bc2r5G35aakTPHvQCl489NlT5po6Vb { display:none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tTzOlFBBT4wACwTuNPNVaOo3IsalGKkx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #l34KniQMEC29AS1VDMXoOxulDaSP28AP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #d4NPPM6xgTTHTCigmRZ80G42DAlnRHEF { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #fdNm4NsKWKEhRdSiex1tAXgTD1tcdfzu {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #xFTwSGPXMKOUeibx29UDe1U6Fn1hE0MI { display:none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #lXboBCeTe5TF1lJN67uKT5nVbmOozovk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #AevTib3q4SLIb4bMP1TsIaCVAmGLgkNA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #IJvrw1ibZJwV0FQTEp4fqRCivZecIgik { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #QVKrWSD0VI7irAlBkQhuTgZgTu6MXpqa {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gFrFSg7FtCCcfreMO3qtdlM3SfOJnFqv { display:none; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gNeTwFu4TDTXtgHXDTFU7hKcQK9w0rgn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iXmEoTHJFxXRxt11fz1wnT65mx6eE3FL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #DcAWRXBVLSgrTI4KwNnk2dF1Z6hGQHaw { display:block;position:relative; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tXwszBW27lrfFtQbGi6L39UT1sHVDz2m {  }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #FTxIDTrZ5QodrkMC5ZBT5ChBlKaWsm0T { display:none; }
#taMIOJ1WO2d4wi4ltIT9HoELFkiXIHvL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ywZvxiJXp7dbLsTmEOCJRro1LQU85iTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:none; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container { border-width: 0; border-radius: 0; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:none; }#hAr5gW0O75rZDDEKo77kDT0lAiGHWAgS { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#RmcxSsTaffdlSbyxT6ThGsEExmBykQUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQ5DhMOqWuvBGTLbiOTQrEogHkocfn2H { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:1.875rem;display:block; }
#TAxz4Usid0chopomyDBGm7WaPeUAWf95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zkk5ewKBo3C0IocZDiIpr13CgmngnorW { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:11.25rem;display:block; }
#poO4GoDWiirMKctANWygvuIWAmo3QMvN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UuHxIdQInpl9wlvWo5A5HK2ZWm77iusa { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:24.75rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#AB3OTaAqNCDlmsR56tFekqWwNsZoELtT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.8125rem;left:51.875rem;overflow:hidden;display:block; }
#ZypAk5T4Rg66KDzyUMzBx2ca7O9XDUwn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 { 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; }
#FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FfklTqouyCXDQul2pk6LzPdnxPFtvvwt { 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; }
#FfklTqouyCXDQul2pk6LzPdnxPFtvvwt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh { 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; }
#JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nDJdQm3TJ6hSQwIbTeHeRzsRNq2qVT44 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:1.25rem;top:6.8125rem;left:0rem;display:none; }
#R8d8nv3Io5mwETPR3rtbLQf3lkJOBKzo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;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:1.25rem;top:1.375rem;left:9.5rem;display:none; }
#Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.8125rem;left:12.0625rem;display:none; }#Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 li:before{  }
#eNo2iD0srTOLNGNOD1DRATXqAft6VxJy { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#cf9z4u0fOBOrpsMElHfF0O9bhNeIL0g3 { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#X9nt5q7XTVUnp89qXUII6vlerd8uZ0k8 { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#EJssEHxF6zeTMzWHaz3CkqIKByK9vHIR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mZhLpkgETzpI6fPAvTTcSfKmt7MtGP5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK { 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; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container { background-color: transparent; background-image: none; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container > .video-iframe-container { display: none; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row > .video-iframe-container { display: none; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .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); }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container { border-width: 0; border-radius: 0; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#J45FwoLk8nzdnDWDcOi7ZCTXbJi2WR0E { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.3125rem;left:48.625rem;display:block; }
#pD0zd0Wp0xxCM5aZ5CUoauG9JXAtxr8v { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.3125rem;left:52.6875rem;display:block; }
#MUWaDUSsifXuuGqXOstvT4stkb3hQtaL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.3125rem;left:56.9375rem;display:block; }
#oz5bErlIyceLfsTRtVUdCuzi6ZMOV60p { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:3.673825rem;font-style:normal;display:block; }
#xGCRNfuRfGzzQaQo6bXqofwTMO4PveTt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.75rem;left:52.6875rem;height:4.8984375rem;font-style:normal;display:block; }
#PWUg7cJU1Usw3WDbpZc4bRH7RsEFXzf7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#kXcOvotViHdzSLaapafZhBXuJuVGckk5 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);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.0625rem;width:35.625rem;top:13.75rem;left:24.375rem;display:block; }
#bm45kRMwLrpkbdPcULWtzqvCtcynUTNX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.875rem;left:41.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#B2eEleQBioyKBXbRTnaOeupu7ktlrZIM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.8125rem;left:27.5rem;height:1.2246125rem;font-style:normal;display:block; }
#TCyqUAoBtuOn6eqdOakrNhzOPzVTl3Ed { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.8125rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#krsXW26yyKUCzmKTvKS6HLpMO113H2EA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8125rem;left:24.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#FiOH9XXXd53gx7olPnG1SFJTC23w7Fhv { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);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.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#Z8RoxPCEErwHQwF0RGFKh9S2ftH1spod { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.6875rem;left:25.5rem; }
#NKvcUuUOPZdTTeJOK4xiJo73EX2dc3VT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.75rem;left:39.375rem; }
#e2kNlcDUkmWwDO5ctgxyr28mdT335FZL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.5625rem;left:50.625rem; }
#ob3A59UA1DGWxWwxWwGpNodIz6mOULSm { 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:15026;top:14.6875rem;left:0rem; }
#TwmSi1eVFlLTZAoTdKxOUhF26Wz9qmi2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:15.25rem;left:4rem; }
#xXmTWSl9lJWqyZUhuTumBm5SQnvPTI1B { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:14.875rem;left:6.625rem; }
#OusNZQfpZMczVw5I9wvUV9unuRGTITt4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:15.25rem;left:10.375rem; }
#GEihmagMMH2PPuRqDT7zROGubbK2rBrc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:17.5rem;left:48.8125rem; }
#GEihmagMMH2PPuRqDT7zROGubbK2rBrc > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:17.5rem;left:52.875rem; }
#MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#ZJp8NTKZ2HTrnXzKw30Z1BIBiyJ21DtV { 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.8125rem;width:8.8125rem;top:2.3623046875rem;left:0rem;overflow:hidden;display:block; }
#euKatT3VKXhEf9LzJT338x8IWvEhBXBM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.9619140625rem;left:21.34375rem;height:0.9746125rem;display:block; }
#f1owLhFvGyZg9AanuVVnqKXQm56pPi59 { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.2685546875rem;left:35.1875rem;display:block; }
#FO5CuyAXkTRkCseDTXyVVGFcKMKRD1aZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUyNeX7OEiGRLGrramTGruw1dy8orIgh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17.53125rem;left:0.25rem; }
#wW4kX33nlflHwbTQbvFZpCo3nIwDokkw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:17.5rem;left:57.125rem; }
#wW4kX33nlflHwbTQbvFZpCo3nIwDokkw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy { display:none; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WK6Ax2uCoTVzylrelRtBDAh67CTdIzOc { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bO4TJEhfOO1fItuKmB9M4GTPzVIPENOZ { display:block; }
 }@media only screen and (max-width: 763px) { #qKaatNVshOnO8wv0UFsTXVXTsTDa1Xby { width:13.625rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 { display:block; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZkAX8lbFThLocW0fOr9KJig2wTiJrwD { width:6.5rem;height:2.1875rem;top:1.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da78g1QrBMi3vxqo66l8pqK1JT9fU5Ng { display:block; }
 }@media only screen and (max-width: 763px) { #NGT0r9D1vTul0eEdQbVHT26D2uoAkRkb { width:6.5rem;height:2.1875rem;top:1.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ZtyAfGOk03ZpVzQhMoOIJ7yS8qAHMR { display:block; }
 }@media only screen and (max-width: 763px) { #agN13OnIAzDnoxZBFdVOUS62nGC8nOPm { width:6.5rem;height:2.1875rem;top:1.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf49xtZEEoimIft1VZhUp2LduFlNJ0Sr { display:block; }
 }@media only screen and (max-width: 763px) { #Oy47dRNI60TgTG1gLQtwCRd0tnJS55aJ { width:8.6875rem;height:2.4375rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IeWFDmVP7tMhV3Lk5T8n9dfT5OgGWd { display:block; }
 }@media only screen and (max-width: 763px) { #HU7zZXlIexNxoyOUXQEzM4MgEq2AvsGw { width:11.9375rem;height:3.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3oEVEurOF0O4naxadOMd6dI4Tgz0RKi { width:8.6875rem;height:2.4375rem;top:1.25rem;left:35.1884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9inenzxwXLHll2uVTO8EKtS7dcP86Zo { display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:39.625rem;height:;top:9.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EONTTR89KJHdhRPllJAh33AoNs2Cau { width:31.1875rem;height:3.375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqykgtWe6ofpE9m1wah4wMh9OIazNmlQ { top:8.125rem;left:21.375rem;width:26.375rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZDpUvqtpRdRahTROm862tCwUWHsqdIQ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bWHNNefNWP9MNLNsF1K0vzK5RoObltFr { display:block; }
 }@media only screen and (max-width: 763px) { #XHsDSaI9L0EFBQG8IQR2tuAabPdAN66e { width:27.5rem;height:3rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZT1TrmxLl3OFmZvQeAI1H8ICpaTfagc { display:block; }
 }@media only screen and (max-width: 763px) { #UUAKGiPZuqx9rT6RXn17TPicKETbdAuy { top:7.5rem;left:0rem;width:31.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBmZGy1hvNiR1KuIrm05PhbX95zLWruM { top:28.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ee2kXQZUFnCRcnZyehdCgNQUcnnTNn4w { display:none; }
 }@media only screen and (max-width: 763px) { #UhV3HxqCfB8pS9FkxXuap834n85ue8AZ { display:none; }
 }@media only screen and (max-width: 763px) { #RWbsyzeu5X3phzZd5afkH0lKiweN4xls { display:none; }
 }@media only screen and (max-width: 763px) { #PU4EOGzU7aiDkchrfX1eO5qG1OsBTZQJ { display:none; }
 }@media only screen and (max-width: 763px) { #hA4PtXMvzTUQ4cbnihQIC3AvodwIRRJS { display:none; }
 }@media only screen and (max-width: 763px) { #QsDr3s6vloivA6WVutgKvuZFcGJuZ68m { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WA6ZNEKiWzvwTvg4RgXFUnwXpMFvIJaf { display:block; }
 }@media only screen and (max-width: 763px) { #rMOWqsJtXG4ftsa4FaA4hTUOT6OaB3NS { top:42.25rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkbVZO2yB7wvQLBnMqBUadXpnReV02iO { top:40.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxWdpnL2FTmdaJhwHghukM54RzTVZSBb { width:27.625rem;height:3rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrw2emrWSrp63GQDk03KbuTAPbDAvQp { display:block; }
 }@media only screen and (max-width: 763px) { #JqlNcZ0N9Pmmm9pG1yFM6erCk6b63TAl { top:37.625rem;left:0rem;width:16.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8v5O4K32o6XcrmoE0uMRswgUTeN1QXR { top:37.6875rem;left:8.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXgJaTv9xTypRXl9875N1ffpvUhgR8vO { top:37.6875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N862ko0gwngqe137Hes97pmAWKOKW25s { top:37.6875rem;left:11.3125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5znh7W9kSoTCWCdeRdlaGptadvUgNnG { top:37.6875rem;left:12.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOG1lEDQKVchJZrslU5q6owWW076it9o { top:37.6875rem;left:14.4375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDIkCw0KaVfssBIBZpGreGwLr4VIisyq { display:block; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6yX3MieIRLG2eyrUfhvK8NyTItBdOzw { top:11.0625rem;left:1.3125rem;width:45.125rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6azGCGR8g58bZiekB4pl5orkJ6uTR1Z { top:15rem;left:14.0625rem;width:19.625rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr7t6Go6BhUo6yAUZ1bbEIOnM8JpHJ0U { top:21.375rem;left:0rem;width:47.75rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0NWnG1pnKfGnVegBGzUsiKi45WnAiwN { width:12.5rem;height:3.25rem;top:45.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfcZoatcfWKFQ4dhoJz34SG5LGhH7sT { width:4.6875rem;height:3.25rem;top:45.3125rem;left:20.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKAztVCrykhaVCcnOsCiUT0RlSRJWqL4 { width:12.5rem;height:2.875rem;top:49.3125rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdy1LJ3iNURFwvkJXEqxd4baTd3EoWpw { width:12.5rem;height:2.875rem;top:49.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43ZvxzRIeAnNVMEvnnbUcfHS0ku9kFs { width:12.5rem;height:2.875rem;top:49.25rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #refOpXSl99O4bgG4Xb3kHmdBk9c9otcW { width:7.3125rem;height:3.25rem;top:45.3125rem;left:40.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ZygQEIUxhEreeN9pRtzUKTTIHrxzwR { width:27.5rem;height:3rem;top:55.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIexlxMEoxP6VUXlyBhebSSEh1dLizUW { display:block; }
 }@media only screen and (max-width: 763px) { #TkCom2maRybHZh8bCow1esaArUie6LnA { display:none; }#TkCom2maRybHZh8bCow1esaArUie6LnA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PcbgarRoaPrsv1ArVoTrA74qXSZHnObF { display:none; }
 }@media only screen and (max-width: 763px) { #ZLXUqqyQbvWEMm3hZMTd21bo4ScAikJ9 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #GHvG2TRZugXMgx9vwp0kSobcIEy1mcuT { display:block; }
 }@media only screen and (max-width: 763px) { #dJF4IaIn3nRQ6EKpl3eXwuR4Z04Dyf9X { top:11.0625rem;left:1.3125rem;width:45.125rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxxHDpZgtGxATJ68UzKLwsE7FLkp3J3E { top:15rem;left:14.0625rem;width:19.625rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O93mMokRuT4U02CBnpcOmsT59O4QBUAz { display:block; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXgcz9SKvK4EByV0Cxt6lnxdqB7n1mHy { top:2.1875rem;left:8.09375rem;width:31.5625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwP8GWahyC5TeoW5KonnnRthqkFkBahI { top:5.875rem;left:8.125rem;width:31.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte { display:block; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufdNvy5G6FvK4KARCkQJfofPa6xDTZtn { width:17.1875rem;height:2.3125rem;top:5.625rem;left:30.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqDdPngTSCzQpiKF6xyce2cmM0BW13kC { width:19.375rem;height:84.25rem;top:3.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpDmvuVZNuOyw1NbZbVd1WUSHIpoKW9 { width:19.375rem;height:71.375rem;top:3.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv3DJko0U3QFTmx5h0MP7q5z53ysmTWs { width:19.375rem;height:64.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C2qKzul70xiItXPsgUTdtqJkllLVO5 { width:18rem;height:2.3125rem;top:5.625rem;left:13.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0tETPgThvfN6f3v5BMiDgFS9IOWdQv6 { width:17.8125rem;height:2.25rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrXgfD53tuXLrXS09IoroLCpcuJqPR5a { top:18.5625rem;left:0rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNBFAZcwyDl40yc2QEiAuTlFbtga1xia { top:18.5625rem;left:13.625rem;width:18.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rpJLp32Le3m4iMW1P1ns4pB1lluRWZ { top:8.75rem;left:0.15625rem;width:15.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oenpyqeqOCSE8T8lo70EskCdo4xHnEWc { top:18.5625rem;left:30.1875rem;width:17.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUnBFneWFQ7Luah4M1e766sivSwBgUTH { top:28.0625rem;left:0rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ { top:30.875rem;left:0rem;width:16.625rem;height:13.25rem;font-size:0.9375rem;display:block; }#Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #JQSc7oCri0u2fGKoL5EO7812fqiwi6DU { top:46.875rem;left:0rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcKCL7muDZTElJyv4bOqOm09qkPteuZJ { top:49.75rem;left:0rem;width:16.625rem;height:9.8125rem;font-size:0.9375rem;display:block; }#PcKCL7muDZTElJyv4bOqOm09qkPteuZJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #RBnyu1k5ffREyVqPw9AEt4CwaLJnnbi0 { top:24.9375rem;left:15.875rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgzoXTZSa0OCmoCVQ5Gltn2tGdDCz2K { top:49.75rem;left:15.875rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD { top:52.375rem;left:15.125rem;width:16.625rem;height:14.6875rem;font-size:0.9375rem;display:block; }#KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 { top:29rem;left:31rem;width:16.625rem;height:;font-size:0.9375rem;display:block; }#sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #BdEWkHsSqo4nZbTCO6x2cK5coNo2fV6h { top:26.375rem;left:31.75rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgewGT0mubswfeWlxEzX9ngohKc7JZAR { top:58.125rem;left:31.75rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX { top:60.8125rem;left:31rem;width:16.625rem;height:19.625rem;font-size:0.9375rem;display:block; }#sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #bageAn2TugB98JtkGLlokRcCtRhBlemq { width:16.875rem;height:2.875rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP8penzhTcgsuX1cVTbPZRqPLsSHyKHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ksfANF3uXhg9CEusKxbbVeirVXiBUMHe { width:16.875rem;height:2.875rem;top:69.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV6xmoeGbGvG1t73gzKGNM1QqelmuM5M { display:block; }
 }@media only screen and (max-width: 763px) { #LV280bZxIoTdfBxi6nSsGGfwfh28bCJh { width:16.875rem;height:2.875rem;top:82.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWcoBMGbpW7fg07DixgtF4UTrUQuhpA { display:block; }
 }@media only screen and (max-width: 763px) { #qSas0T3SXX1s9c49pg6wWdTFV84ynqqW { top:24rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEROpaRBUFb1DTSkUQgeXd350xDyAAg { top:22.75rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNVcKyyrwdgDIx56qIIt5ocfbWmEdfD { top:24.625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX { top:27.4375rem;left:15.125rem;width:16.625rem;height:20.125rem;font-size:0.9375rem;display:block; }#xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #vuyNA1yvW8v67tTgpy1MHn8Oc3pt7SXU { top:8.75rem;left:16.03125rem;width:15.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s33C8MHA1X8BEDZZvLSKE4uU0esTHMzm { top:8.75rem;left:32.34375rem;width:15.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln { display:block; }#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcqqI0iOk22gluBQw04hHUflpU69V9xy { width:17.1875rem;height:2.3125rem;top:5.625rem;left:30.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX6NImZXH3M1ABUGucKT9aJMXQzKqWMf { width:19.375rem;height:84.25rem;top:3.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFnCMMOB2idUJvqkcdoeUSxzDDtKvHT { width:19.375rem;height:72.625rem;top:3.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lust7WTv12Bsp1eWVouJ4e2rN6ZxGWrl { width:19.375rem;height:64.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPl5dHmvCVNBoDMw4rwbTyqkyCLAUkO { width:18rem;height:2.3125rem;top:5.625rem;left:13.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7cn2QioGTJwCDfD5SBTiQwWonmXAq3i { width:17.8125rem;height:2.25rem;top:5.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPm8samiUT17OS0PgbgwwUVx1Hd1T4r6 { top:19.8125rem;left:0rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxehSOk0bX90kkl1cJ4COqqWGRUIRTsd { top:19.8125rem;left:13.625rem;width:18.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTJqZLTru7aIzWkMuiuflxFc9fZLoG9 { top:9.3125rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zex6dpFplyu63b8Iiu21swWU0OTFhJqT { top:19.8125rem;left:30.1875rem;width:17.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4pi3TGQunA7iccB5OWskgp3GFlFMN7e { top:28.0625rem;left:0rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 { top:30.875rem;left:0rem;width:16.625rem;height:13.25rem;font-size:0.9375rem;display:block; }#ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #FSplbfaKseqmaTtECINPNE2tEeFufs8h { top:46.875rem;left:0rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx { top:49.75rem;left:0rem;width:16.625rem;height:9.8125rem;font-size:0.9375rem;display:block; }#aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #VxosBz8Pm7mLbiR7xFe7f419hvi9UrWL { top:26.375rem;left:15.875rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta { top:54.0625rem;left:15.125rem;width:16.625rem;height:;font-size:0.9375rem;display:block; }#Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #lvetori9ZDgbnxR2rH3V8mhfk28JPGpU { top:29rem;left:31rem;width:16.625rem;height:;font-size:0.9375rem;display:block; }#lvetori9ZDgbnxR2rH3V8mhfk28JPGpU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #ospsh6AlUuBXilNmnUABnVDtGp0mBVhs { top:26.375rem;left:31.75rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCT4elVEZyyqe501d4z70SeyWi1od9cK { top:58.125rem;left:31.75rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuCoSnTHSzVdq6H3ON65NMye7DkeabI { top:60.8125rem;left:31rem;width:16.625rem;height:19.625rem;font-size:0.9375rem;display:block; }#gNuCoSnTHSzVdq6H3ON65NMye7DkeabI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #ilykTfTtXa3fmdvTOLVW3Trh2REtPiyW { width:16.875rem;height:2.875rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASpKiaIlL110TCwHU2QG7CBCTsSeqtPl { display:block; }
 }@media only screen and (max-width: 763px) { #CutJ68upQKpWwuy2gXNl6rzAArq9dFlE { width:16.875rem;height:2.875rem;top:70.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E28ewuEoKsJFp1IFa7dcgsTyti8i8cVR { display:block; }
 }@media only screen and (max-width: 763px) { #iSqcy5R7nk7uw2s1lhiUX4wkXgPPSwRh { width:16.875rem;height:2.875rem;top:82.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOeRL2EXUi9qazpfwoiLAFDW3BpssMv8 { display:block; }
 }@media only screen and (max-width: 763px) { #wodXxa32C2OHp5IM5XSMNkgKqU5VTTAZ { top:24rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteQ3m0HCncRrOyDkqqtVqkreFCL2Z0B { top:24.625rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTq8rFVlOwbPBOZluEwdMDoiPOkv12Z { top:24.625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkuH5OTWsts6yNdfHIoOCqs6H5pFXhsW { top:58.125rem;left:31.75rem;width:7.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OThsl0XfQm2pyPV0EPneTVEHTnuneldX { top:30.3125rem;left:15.125rem;width:16.625rem;height:20.125rem;font-size:0.9375rem;display:block; }#OThsl0XfQm2pyPV0EPneTVEHTnuneldX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #SBAE9bkHhZNkI2ccsX5Shhkgv6BILFSO { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ub61AhTdsPIJk0Xpm9Bx0uHC9llVkQQb { display:block; }
 }@media only screen and (max-width: 763px) { #sXwcHksLr2Pqw0xVxZ1SQa8tH86KZrqs { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #VilknkJxMpfMIXQk0ay2vw1Qtpl8dwMI { display:block; }
 }@media only screen and (max-width: 763px) { #nc8MQKyrwmdUXnQld7v1mlWubz3CilJz { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DItLVJe9eXvJtp8XUVfhwABdSCgwU8v5 { display:block; }
 }@media only screen and (max-width: 763px) { #XdR8hyla4XqCT35WykzteGSM2MqiadXs { top:9.3125rem;left:0rem;width:47.75rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #daPt2uC5mxuyTKwRXEZPH07h3oZWtuPO { top:9.3125rem;left:0rem;width:47.75rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { display:block; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { width:47.75rem;height:2.875rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NObNM4JWgviAm60I8NytvKxBVAKm3wbn { top:7.4375rem;left:14.84375rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM { display:none; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q5IxOBgQrNJBp02oRdMZuVP9EJHGIhG1 { width:4.5rem;height:4.5rem;top:2rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqKZvOQ6Uxis8cu9FAKZEyT0HyLl13Xn { width:18.75rem;height:3.5625rem;top:10.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGsRwasuG0s0czOB5ItfR38NMQs1H3Bu { width:18.75rem;height:9.1875rem;top:15.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMe1r3JgKhOAtCDyMcVHibcsP3AnZlkW { width:18.75rem;height:7.875rem;top:16.125rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouhTOxAfJrT5Tfl4moqWSmoQ6knfq3EC { width:18.75rem;height:3.5625rem;top:10.375rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaFQv9MmSA2hiLmL2z46nc5hhvHtNNE { width:4.5rem;height:4.5rem;top:1.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4tyfxVfn7ZCx8uIesTiILlDBTXcWoci { width:18.75rem;height:3.5625rem;top:10.375rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOJ1mEb4TyF7BbB9Okt2lgLVvXLlqrg { width:4.5rem;height:4.5rem;top:2rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx261Lm0MTAAGTpMpWHuQJbP0P1qxwS0 { top:7.1875rem;left:19.53125rem;width:10.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVbrG41n4OTrPk6XcPzMglxarWdznRT { top:7.1875rem;left:3.0625rem;width:8.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3zHSTwp7e8LkEAth2rLPgMuQ8wtTdUp { top:7.1875rem;left:36.0625rem;width:8.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdeoXDKXQJzDysWlH6x5TkkVE4ZDdB2 { width:18.75rem;height:10.5rem;top:15.5rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { display:block; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { width:15.8125rem;height:2.875rem;top:3.9375rem;left:15.96875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThRGWqRTHGy9IZnxhq6MVAN1MIQv5xZ { top:7.375rem;left:12.15625rem;width:23.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy { display:block; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1oyE3J8OqsezOTiUa53vouP8ai58ykC { top:0.9375rem;left:0.8125rem;width:46.125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbhZcUhKWaPrk0Ixd6CF7o2ySietUNE { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #vswQvU2o5RAqlRxkQynDyJX0RXWAMQhG { display:block; }
 }@media only screen and (max-width: 763px) { #ahczTAUANVKIuks0JqDzZybCXdskUoGA { width:27.5rem;height:3rem;top:34.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMWTlycEy4iZSAiRrXacQ33yzePnNiu { display:block; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:32.5rem;height:2.875rem;top:2.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenoNFCRBIrmVBmPRe1EcezfdklIaSZ5 { top:5.6875rem;left:12.0625rem;width:22.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIyPkaXI1tbQUJk6VWRkoVpbwfUlAPc { top:10.0625rem;left:15.28125rem;width:17.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:block; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9I4aAlMVQeU8LxvtfVQsr6QRt8EPxVo { top:1.375rem;left:0rem;width:17.25rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdpJ7XSeUcrwxbEzdOKBVaBPXRm0th2 { top:1.375rem;left:4.75rem;width:19rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZlR7BJ3JVJ2vDIhi5Pq2FfZG4Uy5aby { top:14.875rem;left:0rem;width:17.3125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNgnpdttTLvA178zkN4iou6axTu5na2M { top:1.6875rem;left:28.34375rem;width:21.8125rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oV5XzmRhO2bholH5A1M9a9SVwN0D1V4g { top:26.625rem;left:6.6875rem;width:17.0625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvIDKs5CSTU7AT7HboexUPVvbcoswaR { top:15.75rem;left:5.1875rem;width:18.5625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ6y69gd4M93nxHQ7iEdoLEO6qwNLIU { top:39.5625rem;left:0rem;width:15.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCaEWJMlgQIJagPKJ42RyFTJVDhU4Xs { top:1.375rem;left:30.875rem;width:16.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdqIqwbkvc7m5PA38lqPZ69by9qicba2 { top:27.1875rem;left:31.375rem;width:16.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWwJDUD7spzsg2HIXJc36bfFzxwdZm9U { top:40.75rem;left:28.625rem;width:19rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf5TpMbS5FS6is96oTB9Lg9sbXRGOg7b { width:27.5rem;height:3rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpJyT3OO0ZcERRz8Ngrm6WoTm6k16WI { display:block; }
 }@media only screen and (max-width: 763px) { #ABbsibqVLcn1Li4wlSubU4Sr7pzvkO4F { top:55.375rem;left:0rem;width:18.9375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKiB7lSZ5WlaTNkqcyN1MuG8ILPsAsc { top:56.125rem;left:4.5rem;width:19.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomzXuW00C3d18IOTIuqlPeHh9sn32KD { top:53.875rem;left:29.75rem;width:18rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF { display:none; }#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cggvDikqvZ4dXWMU2ISTaRSnfBn8I1uF { width:19.4375rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHs17mHHv8EEUqXJiTpzFVzvJf4KVHo { top:6.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMiWfnFHEzq7hLPBXchWBT08RTOTahNR { width:17.1875rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o { display:none; }#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZqnf47LASTMmKAyD15XeUF1pg1toruA { top:0.5625rem;left:3.71875rem;width:15.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZi3vtoOuoCslJXrIPLTaA9ONOen5wqR { top:0rem;left:29.0625rem;width:18.6875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMnK3Dq92dQqdLJ2IAimv38BPrvWzbh { top:1.0625rem;left:10rem;width:13.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKBLUgsuhwDsDAhQBDbcNwM7l2G9Vmz0 { top:1.6875rem;left:28.34375rem;width:21.8125rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF0UXxmo8ITTEB8fcMTswQgopuB527gh { width:24.625rem;height:19.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq7PxwEVD0XgIa6DP0wAB7Wq2MhxE8pU { width:24.875rem;height:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXlPZNvb6ItBB52TZnXxl3rwLhLH5sJc { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e8EknA6T2gC657EGln6JUMOV4vuJssgd { display:block; }
 }@media only screen and (max-width: 763px) { #gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 { display:block; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn6zGHoe45TO7VXSFfcJ5pst832lGOXG { width:39.4375rem;height:6.5rem;top:0.5625rem;left:4.15625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBhwZyhKxR6UsFQ9ihhV3u9n0zzcxiyy { top:7.6875rem;left:11.125rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCFPOZSRVXR18GJDS24f5QBIxVlw8XS { display:block; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGeZfiNrsQ9O77CMMCgxhi1ZDpzPxE77 { width:8.5625rem;height:4.875rem;top:0.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhvECuIqo9WHbcQiAAHLlBwSK9Q2hrrq { width:10.375rem;height:5.125rem;top:0.625rem;left:36.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVOIbkbP1VEBp9L1kOr7F8IwUbOkncv { width:9.1875rem;height:3.6875rem;top:1.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNggGyOSbQP6CpAVCNITs0zE6TWvwkM9 { top:1.3125rem;left:21.75rem;width:14.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t { display:block; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7qxsVZhp3T3B5iFTwwzglEPdHtum60J { width:6.125rem;height:4.75rem;top:0.4375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbvPuhRJP6Hp7E0Gz1mw80wV0BBaffaU { width:11.8125rem;height:3.4375rem;top:1.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxLy6DuwtE1o2dvfdi3plN0uaTuvHEg { width:8.875rem;height:4.625rem;top:0.5rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1goDu6ZCaTFubs3mqshsWdkVPpD90WD { width:6.125rem;height:2.4375rem;top:0.4375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHbf3bMkop87trWSUp5bcB755AaPXSoL { top:1.8125rem;left:25rem;width:9.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvuCMknmHGBMRNdvRwPzi10dzrmoDTxr { top:9.3125rem;left:0rem;width:29.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh { display:block; }#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5PUTEIutP8lVhx3EKZDkJ0MXJpdTNa8 { width:20rem;height:7.3125rem;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shfTMbsp4rAK3Rs1RbsoJIemeN7kRz6v { top:6.625rem;left:0.71875rem;width:12.5rem;height:3.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUA28c70oxvX7uXq6KUMLhrx7zwHpziw { display:block; }#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLqIOtuDdHw7XnzA4wc25m3IqzJOCt50 { width:8.5625rem;height:4.875rem;top:0.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmetJzEy0EHoeToBoSZ4kWc0dXWxIRHb { width:11.8125rem;height:3.4375rem;top:1.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNa6TbqROPk7J7N3faB2sGErzwTUzyW0 { width:6.125rem;height:4.75rem;top:0.4375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1wh4UeE3GlpKk3uGd7KQSDvCSv3Ufs { width:6rem;height:1.5625rem;top:0rem;left:26.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ryoCXJLwaCaWbib92v7FGNVl5rfaHi { width:8.875rem;height:4.625rem;top:0.5rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpztGT5o5zMNOBvvc1myh2M1Tu5WXDch { width:6.125rem;height:2.4375rem;top:0.4375rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmI2mlonBeAI6s3E7nQ7dmFQSNJEOyzv { display:none; }
 }@media only screen and (max-width: 763px) { #FqPMsTi7tndrR10pxdru40I9lgIRM6pU { display:block; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS8OX8OLqCQrklfZQ0hW7JpfRdVcbUe2 { top:1.625rem;left:6.0625rem;width:35.625rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ccNbrIf4TnZJTR5su0sQVeVFysvTo3Q8 {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iGboFO9OnbzbUG9yuVHTDcnVZURBJT1e {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Dbedxn3THE5EdX4Xc3cTA6UIsh34zh9t {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #MMWay1pwcQ09A8a7GHkLMAeBiahsQCDq {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #VpvA5E1QqiJNDphnEbEg8k2dy6QTddXg {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #woQSHgcCdQGOcxn5LrNUUC1qbn9CI32m {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ntT6CdRJnBQqigAWTLpOOmyH57BTPdTr {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #hMTTcPyNlGiAKFJ6523hgknTPSPFXeOG {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Lv5LcpSb5DxddwMWIeciUvrTITy4Ggpm {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #k5Is1JRFDECraB2ZbFqQFU1p0iA37uvd {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #supEPW1fN00w0FAsIaymNsBqOu7DlfmJ {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #TMaJKew7nolTnxAZ6DqyqRZrKpb4umTO {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #LemALGZvCaBPwmnRJ8uVeR7AkJh6sFJw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #eta0weUUOdtDiWhigXEGN8qRzwQTcGAZ {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #axlsahdttF5sWneMugQLsFIFDdKd9mIR {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ikoh4PnNGDRi69dV8uSicLCQny0GS5cT {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #XrZFKkqzWC2vN8zNuN3vGVTEXGi0iaFn {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #W2fG3dXVc0GXIeWTO0LaHpy14GlK3W7R {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #UFWUPy38nVBl420lNTVLfVAElvgVZflw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #z8bc2r5G35aakTPHvQCl489NlT5po6Vb {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tTzOlFBBT4wACwTuNPNVaOo3IsalGKkx {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #l34KniQMEC29AS1VDMXoOxulDaSP28AP {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #d4NPPM6xgTTHTCigmRZ80G42DAlnRHEF {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #fdNm4NsKWKEhRdSiex1tAXgTD1tcdfzu {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #xFTwSGPXMKOUeibx29UDe1U6Fn1hE0MI {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #lXboBCeTe5TF1lJN67uKT5nVbmOozovk {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #AevTib3q4SLIb4bMP1TsIaCVAmGLgkNA {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #IJvrw1ibZJwV0FQTEp4fqRCivZecIgik {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #QVKrWSD0VI7irAlBkQhuTgZgTu6MXpqa {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gFrFSg7FtCCcfreMO3qtdlM3SfOJnFqv {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gNeTwFu4TDTXtgHXDTFU7hKcQK9w0rgn {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iXmEoTHJFxXRxt11fz1wnT65mx6eE3FL {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #DcAWRXBVLSgrTI4KwNnk2dF1Z6hGQHaw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tXwszBW27lrfFtQbGi6L39UT1sHVDz2m {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #FTxIDTrZ5QodrkMC5ZBT5ChBlKaWsm0T {  }
 }@media only screen and (max-width: 763px) { #taMIOJ1WO2d4wi4ltIT9HoELFkiXIHvL { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ywZvxiJXp7dbLsTmEOCJRro1LQU85iTf { display:block; }
 }@media only screen and (max-width: 763px) { #v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB { display:none; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hAr5gW0O75rZDDEKo77kDT0lAiGHWAgS { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmcxSsTaffdlSbyxT6ThGsEExmBykQUs { display:block; }
 }@media only screen and (max-width: 763px) { #DQ5DhMOqWuvBGTLbiOTQrEogHkocfn2H { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxz4Usid0chopomyDBGm7WaPeUAWf95 { display:block; }
 }@media only screen and (max-width: 763px) { #Zkk5ewKBo3C0IocZDiIpr13CgmngnorW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poO4GoDWiirMKctANWygvuIWAmo3QMvN { display:block; }
 }@media only screen and (max-width: 763px) { #UuHxIdQInpl9wlvWo5A5HK2ZWm77iusa { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB3OTaAqNCDlmsR56tFekqWwNsZoELtT { width:1.875rem;height:1.875rem;top:2.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZypAk5T4Rg66KDzyUMzBx2ca7O9XDUwn { display:none; }
 }@media only screen and (max-width: 763px) { #FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 { display:none; }
#FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #FfklTqouyCXDQul2pk6LzPdnxPFtvvwt { display:none; }
#FfklTqouyCXDQul2pk6LzPdnxPFtvvwt > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh { display:none; }
#JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #nDJdQm3TJ6hSQwIbTeHeRzsRNq2qVT44 { top:6.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8d8nv3Io5mwETPR3rtbLQf3lkJOBKzo { top:1.375rem;left:3.375rem;width:6.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 { top:2.8125rem;left:5.9375rem;width:6.8125rem;height:;font-size:0.8125rem;display:none; }#Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 li:before{  }
 }@media only screen and (max-width: 763px) { #eNo2iD0srTOLNGNOD1DRATXqAft6VxJy { display:none; }
 }@media only screen and (max-width: 763px) { #cf9z4u0fOBOrpsMElHfF0O9bhNeIL0g3 { display:none; }
 }@media only screen and (max-width: 763px) { #X9nt5q7XTVUnp89qXUII6vlerd8uZ0k8 { display:none; }
 }@media only screen and (max-width: 763px) { #EJssEHxF6zeTMzWHaz3CkqIKByK9vHIR { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mZhLpkgETzpI6fPAvTTcSfKmt7MtGP5r { display:block; }
 }@media only screen and (max-width: 763px) { #MskKhEB9WOyOAlrTRLXADvXaPhuf4keK { display:block; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J45FwoLk8nzdnDWDcOi7ZCTXbJi2WR0E { top:17.3125rem;left:42.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0zd0Wp0xxCM5aZ5CUoauG9JXAtxr8v { top:17.3125rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWaDUSsifXuuGqXOstvT4stkb3hQtaL { top:17.3125rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz5bErlIyceLfsTRtVUdCuzi6ZMOV60p { top:6.3125rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGCRNfuRfGzzQaQo6bXqofwTMO4PveTt { top:8.75rem;left:40.4375rem;width:7.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWUg7cJU1Usw3WDbpZc4bRH7RsEFXzf7 { top:13.0625rem;left:0rem;width:22.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcOvotViHdzSLaapafZhBXuJuVGckk5 { top:13.75rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm45kRMwLrpkbdPcULWtzqvCtcynUTNX { top:8.875rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2eEleQBioyKBXbRTnaOeupu7ktlrZIM { top:8.8125rem;left:21.375rem;width:11rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCyqUAoBtuOn6eqdOakrNhzOPzVTl3Ed { top:15.8125rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krsXW26yyKUCzmKTvKS6HLpMO113H2EA { top:6.8125rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiOH9XXXd53gx7olPnG1SFJTC23w7Fhv { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RoxPCEErwHQwF0RGFKh9S2ftH1spod { top:8.6875rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKvcUuUOPZdTTeJOK4xiJo73EX2dc3VT { top:8.75rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2kNlcDUkmWwDO5ctgxyr28mdT335FZL { top:8.5625rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3A59UA1DGWxWwxWwGpNodIz6mOULSm { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmSi1eVFlLTZAoTdKxOUhF26Wz9qmi2 { top:15.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXmTWSl9lJWqyZUhuTumBm5SQnvPTI1B { top:14.875rem;left:0.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OusNZQfpZMczVw5I9wvUV9unuRGTITt4 { top:15.25rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEihmagMMH2PPuRqDT7zROGubbK2rBrc { top:17.5rem;left:42.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
#GEihmagMMH2PPuRqDT7zROGubbK2rBrc > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH { top:17.5rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #ZJp8NTKZ2HTrnXzKw30Z1BIBiyJ21DtV { top:2.3125rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKatT3VKXhEf9LzJT338x8IWvEhBXBM { top:20.9375rem;left:15.21875rem;width:17.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1owLhFvGyZg9AanuVVnqKXQm56pPi59 { width:21.8125rem;height:3rem;top:2.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO5CuyAXkTRkCseDTXyVVGFcKMKRD1aZ { display:block; }
 }@media only screen and (max-width: 763px) { #aUyNeX7OEiGRLGrramTGruw1dy8orIgh { top:17.5rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW4kX33nlflHwbTQbvFZpCo3nIwDokkw { top:17.5rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#wW4kX33nlflHwbTQbvFZpCo3nIwDokkw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;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; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container { background-color: transparent; background-image: none; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container > .video-iframe-container { display: none; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row > .video-iframe-container { display: none; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .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); }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container { border-width: 0; border-radius: 0; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K44sGAt6SKW9gl75fLXM7Dw0T6XhTKJy > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK6Ax2uCoTVzylrelRtBDAh67CTdIzOc { top:0.9375rem;left:0.6875rem;width:7.5rem;height:2.5rem;z-index:15017;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bO4TJEhfOO1fItuKmB9M4GTPzVIPENOZ { display:block; }
 }@media only screen and (max-width: 763px) { #qKaatNVshOnO8wv0UFsTXVXTsTDa1Xby { top:0.75rem;left:9.3125rem;width:8.625rem;height:2.8125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 { position:relative;z-index:auto;display:none; }#uWyO5Ts8f7DiqMuKINRRV9tuCGnPJSB3 > .row .container { width:20rem;height:14.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZkAX8lbFThLocW0fOr9KJig2wTiJrwD { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da78g1QrBMi3vxqo66l8pqK1JT9fU5Ng { display:block; }
 }@media only screen and (max-width: 763px) { #NGT0r9D1vTul0eEdQbVHT26D2uoAkRkb { width:4.5rem;height:2.1875rem;top:4.21875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ZtyAfGOk03ZpVzQhMoOIJ7yS8qAHMR { display:block; }
 }@media only screen and (max-width: 763px) { #agN13OnIAzDnoxZBFdVOUS62nGC8nOPm { width:4.1875rem;height:2.1875rem;top:4.25rem;left:15.811457633972rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf49xtZEEoimIft1VZhUp2LduFlNJ0Sr { display:block; }
 }@media only screen and (max-width: 763px) { #Oy47dRNI60TgTG1gLQtwCRd0tnJS55aJ { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IeWFDmVP7tMhV3Lk5T8n9dfT5OgGWd { display:block; }
 }@media only screen and (max-width: 763px) { #HU7zZXlIexNxoyOUXQEzM4MgEq2AvsGw { width:5.125rem;height:1.6875rem;top:1.34375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3oEVEurOF0O4naxadOMd6dI4Tgz0RKi { width:8.6875rem;height:2.125rem;top:11.09375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9inenzxwXLHll2uVTO8EKtS7dcP86Zo { display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b187b1a-6a75-4b3b-80ca-2d1ece12a939/678d5a3a141a595ca7b2336511.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,247,0.14); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,247,0.14); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:20rem;height:6.2988125rem;top:7.3603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n0EONTTR89KJHdhRPllJAh33AoNs2Cau { width:19.3125rem;height:5.19921875rem;top:12.16015625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqykgtWe6ofpE9m1wah4wMh9OIazNmlQ { width:18.5rem;height:31.1875rem;top:47.7841796875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZDpUvqtpRdRahTROm862tCwUWHsqdIQ { top:32.8125rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15011;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bWHNNefNWP9MNLNsF1K0vzK5RoObltFr { display:block; }
 }@media only screen and (max-width: 763px) { #XHsDSaI9L0EFBQG8IQR2tuAabPdAN66e { width:19rem;height:3rem;top:80.9091796875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZT1TrmxLl3OFmZvQeAI1H8ICpaTfagc { display:block; }
 }@media only screen and (max-width: 763px) { #UUAKGiPZuqx9rT6RXn17TPicKETbdAuy { width:16.9375rem;height:1.29980625rem;top:6.060546875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBmZGy1hvNiR1KuIrm05PhbX95zLWruM { top:30.875rem;left:0.875rem;width:10.9375rem;height:1.0996125rem;z-index:15013;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ee2kXQZUFnCRcnZyehdCgNQUcnnTNn4w { display:flex;top:30.625rem;left:12.0625rem;width:1.375rem;height:1.375rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #UhV3HxqCfB8pS9FkxXuap834n85ue8AZ { display:flex;top:30.625rem;left:13.375rem;width:1.375rem;height:1.375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #RWbsyzeu5X3phzZd5afkH0lKiweN4xls { display:flex;top:30.625rem;left:14.75rem;width:1.375rem;height:1.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #PU4EOGzU7aiDkchrfX1eO5qG1OsBTZQJ { display:flex;top:30.625rem;left:16.3125rem;width:1.375rem;height:1.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #hA4PtXMvzTUQ4cbnihQIC3AvodwIRRJS { display:flex;top:30.625rem;left:17.75rem;width:1.375rem;height:1.375rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #QsDr3s6vloivA6WVutgKvuZFcGJuZ68m { top:36rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15012;background-color:#e0e0e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WA6ZNEKiWzvwTvg4RgXFUnwXpMFvIJaf { display:block; }
 }@media only screen and (max-width: 763px) { #rMOWqsJtXG4ftsa4FaA4hTUOT6OaB3NS { top:42.625rem;left:1.0625rem;width:17.875rem;height:0;z-index:15021;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkbVZO2yB7wvQLBnMqBUadXpnReV02iO { top:45.7109375rem;left:4.6875rem;width:10.625rem;height:0;z-index:15022;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxWdpnL2FTmdaJhwHghukM54RzTVZSBb { width:19rem;height:3rem;top:43.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWrw2emrWSrp63GQDk03KbuTAPbDAvQp { display:block; }
 }@media only screen and (max-width: 763px) { #JqlNcZ0N9Pmmm9pG1yFM6erCk6b63TAl { top:80.2216796875rem;left:1.9375rem;width:16.125rem;height:0;z-index:15013;font-size:1.3125rem;line-height:1.1;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #t8v5O4K32o6XcrmoE0uMRswgUTeN1QXR { display:flex;top:82.9150421875rem;left:9.1875rem;width:1.5625rem;height:1.5625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #EXgJaTv9xTypRXl9875N1ffpvUhgR8vO { display:flex;top:85.7275421875rem;left:9.1875rem;width:1.5625rem;height:1.5625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #N862ko0gwngqe137Hes97pmAWKOKW25s { display:flex;top:88.5400421875rem;left:9.1875rem;width:1.5625rem;height:1.5625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #d5znh7W9kSoTCWCdeRdlaGptadvUgNnG { display:flex;top:91.3525421875rem;left:9.1875rem;width:1.5625rem;height:1.5625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #VOG1lEDQKVchJZrslU5q6owWW076it9o { display:flex;top:94.1650421875rem;left:9.1875rem;width:1.5625rem;height:1.5625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #uDIkCw0KaVfssBIBZpGreGwLr4VIisyq { display:none; }#uDIkCw0KaVfssBIBZpGreGwLr4VIisyq > .row .container { width:20rem;height:39.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b6yX3MieIRLG2eyrUfhvK8NyTItBdOzw { top:3.4853515625rem;left:0.53125rem;width:18.9375rem;height:3.875rem;z-index:15000;font-weight:700;font-style:normal;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f6azGCGR8g58bZiekB4pl5orkJ6uTR1Z { top:8.2744140625rem;left:3.0625rem;width:13.875rem;height:2.19921875rem;z-index:15014;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kr7t6Go6BhUo6yAUZ1bbEIOnM8JpHJ0U { top:13.5625rem;left:0rem;width:20rem;height:26rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #h0NWnG1pnKfGnVegBGzUsiKi45WnAiwN { width:3.75rem;height:2.03125rem;top:1.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAfcZoatcfWKFQ4dhoJz34SG5LGhH7sT { width:4.375rem;height:2.03125rem;top:1.625rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKAztVCrykhaVCcnOsCiUT0RlSRJWqL4 { width:7.875rem;height:1.94921875rem;top:4.2685546875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #pdy1LJ3iNURFwvkJXEqxd4baTd3EoWpw { width:6.5rem;height:0;top:5.20703125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C43ZvxzRIeAnNVMEvnnbUcfHS0ku9kFs { width:6.375rem;height:2.923825rem;top:4.17578125rem;left:13.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #refOpXSl99O4bgG4Xb3kHmdBk9c9otcW { width:4.9375rem;height:2.03125rem;top:1.625rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8ZygQEIUxhEreeN9pRtzUKTTIHrxzwR { width:19rem;height:3rem;top:55.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIexlxMEoxP6VUXlyBhebSSEh1dLizUW { display:block; }
 }@media only screen and (max-width: 763px) { #TkCom2maRybHZh8bCow1esaArUie6LnA { display:block; }#TkCom2maRybHZh8bCow1esaArUie6LnA > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcbgarRoaPrsv1ArVoTrA74qXSZHnObF { top:11.8125rem;left:0rem;width:20rem;height:11.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZLXUqqyQbvWEMm3hZMTd21bo4ScAikJ9 { top:25.125rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15012;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GHvG2TRZugXMgx9vwp0kSobcIEy1mcuT { display:block; }
 }@media only screen and (max-width: 763px) { #dJF4IaIn3nRQ6EKpl3eXwuR4Z04Dyf9X { top:3.375rem;left:0.53125rem;width:18.9375rem;height:3.875rem;z-index:15002;font-weight:700;font-style:normal;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OxxHDpZgtGxATJ68UzKLwsE7FLkp3J3E { top:7.8125rem;left:3.0625rem;width:13.875rem;height:2.19921875rem;z-index:15016;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O93mMokRuT4U02CBnpcOmsT59O4QBUAz { display:block; }#O93mMokRuT4U02CBnpcOmsT59O4QBUAz > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXgcz9SKvK4EByV0Cxt6lnxdqB7n1mHy { width:17.875rem;height:5.19921875rem;top:1.5625rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwP8GWahyC5TeoW5KonnnRthqkFkBahI { width:19.875rem;height:2.5996125rem;top:7.69921875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte { display:none; }#MTNQ1WbELAENx1iz4k4VwpFOTLrbqQte > .row .container { width:20rem;height:305.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ufdNvy5G6FvK4KARCkQJfofPa6xDTZtn { width:18.75rem;height:2.35546875rem;top:5.25rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pqDdPngTSCzQpiKF6xyce2cmM0BW13kC { width:18.8125rem;height:31.125rem;top:68.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpDmvuVZNuOyw1NbZbVd1WUSHIpoKW9 { width:18.8125rem;height:31.125rem;top:36rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv3DJko0U3QFTmx5h0MP7q5z53ysmTWs { width:18.8125rem;height:31.125rem;top:3.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C2qKzul70xiItXPsgUTdtqJkllLVO5 { width:18rem;height:2.35546875rem;top:118.98535rem;left:1rem;text-align:center;text-align-last:center;z-index:15008;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0tETPgThvfN6f3v5BMiDgFS9IOWdQv6 { width:17.8125rem;height:2.25rem;top:101.625rem;left:1.0625rem;text-align:center;text-align-last:center;z-index:15008;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrXgfD53tuXLrXS09IoroLCpcuJqPR5a { width:17rem;height:2.111325rem;top:115.625rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNBFAZcwyDl40yc2QEiAuTlFbtga1xia { width:18.3125rem;height:2.111325rem;top:133.09081875rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rpJLp32Le3m4iMW1P1ns4pB1lluRWZ { width:20rem;height:11.1875rem;top:105.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oenpyqeqOCSE8T8lo70EskCdo4xHnEWc { width:18.125rem;height:2.111325rem;top:146.95116875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUnBFneWFQ7Luah4M1e766sivSwBgUTH { width:7.125rem;height:0;top:150.31151875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ { width:16.625rem;height:0;top:153.24901875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#Euf4F8yCtV8HIL9kalNM88z1qIt7NfsZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #JQSc7oCri0u2fGKoL5EO7812fqiwi6DU { width:7.125rem;height:0;top:167.74901875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcKCL7muDZTElJyv4bOqOm09qkPteuZJ { width:16.625rem;height:0;top:170.68651875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#PcKCL7muDZTElJyv4bOqOm09qkPteuZJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #RBnyu1k5ffREyVqPw9AEt4CwaLJnnbi0 { width:7.125rem;height:0;top:171.93651875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgzoXTZSa0OCmoCVQ5Gltn2tGdDCz2K { width:7.125rem;height:0;top:196.99901875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD { width:16.625rem;height:0;top:199.93651875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#KOwkekKnEAQEAeKMWFN9BsUoh54fhbrD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 { width:16.625rem;height:0;top:204.12401875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#sRN4TIx4acTirL6IbslIFGoTgt6Ho1x9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #BdEWkHsSqo4nZbTCO6x2cK5coNo2fV6h { width:7.125rem;height:0;top:201.18651875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgewGT0mubswfeWlxEzX9ngohKc7JZAR { width:7.125rem;height:0;top:240.56151875rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX { width:16.625rem;height:0;top:243.49901875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#sIvaeyiTNAITPPQK5ggk4NJx2MnoZ8TX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #bageAn2TugB98JtkGLlokRcCtRhBlemq { width:16.875rem;height:2.875rem;top:61.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wP8penzhTcgsuX1cVTbPZRqPLsSHyKHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ksfANF3uXhg9CEusKxbbVeirVXiBUMHe { width:16.875rem;height:2.875rem;top:69.1875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xV6xmoeGbGvG1t73gzKGNM1QqelmuM5M { display:block; }
 }@media only screen and (max-width: 763px) { #LV280bZxIoTdfBxi6nSsGGfwfh28bCJh { width:16.875rem;height:2.875rem;top:82.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCWcoBMGbpW7fg07DixgtF4UTrUQuhpA { display:block; }
 }@media only screen and (max-width: 763px) { #qSas0T3SXX1s9c49pg6wWdTFV84ynqqW { width:12.5rem;height:0;top:231.74901875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEROpaRBUFb1DTSkUQgeXd350xDyAAg { width:12.5rem;height:0;top:235.56151875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNVcKyyrwdgDIx56qIIt5ocfbWmEdfD { width:12.5rem;height:0;top:238.06151875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX { width:16.625rem;height:0;top:264.37401875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#xxO0pOzsRQsEQ9GkAQS6hcTH1xMbv5mX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #vuyNA1yvW8v67tTgpy1MHn8Oc3pt7SXU { width:15.1875rem;height:8.5rem;top:285.74901875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s33C8MHA1X8BEDZZvLSKE4uU0esTHMzm { width:15.1875rem;height:8.5rem;top:295.49901875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln { display:block; }#J5Xi2INM42R2FIrsmHuJPHcZP1CeL1Ln > .row .container { width:20rem;height:226.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcqqI0iOk22gluBQw04hHUflpU69V9xy { width:18.75rem;height:2.35546875rem;top:139.1875rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eX6NImZXH3M1ABUGucKT9aJMXQzKqWMf { width:18.8125rem;height:80.375rem;top:137.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFnCMMOB2idUJvqkcdoeUSxzDDtKvHT { width:18.8125rem;height:69.3125rem;top:65.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lust7WTv12Bsp1eWVouJ4e2rN6ZxGWrl { width:18.8125rem;height:59.5rem;top:3.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPl5dHmvCVNBoDMw4rwbTyqkyCLAUkO { width:18rem;height:2.35546875rem;top:67.4375rem;left:1.0625rem;text-align:center;text-align-last:center;z-index:15008;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7cn2QioGTJwCDfD5SBTiQwWonmXAq3i { width:17.8125rem;height:2.25rem;top:5.25rem;left:1.09375rem;text-align:center;text-align-last:center;z-index:15008;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPm8samiUT17OS0PgbgwwUVx1Hd1T4r6 { width:17rem;height:2.111325rem;top:17.4375rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxehSOk0bX90kkl1cJ4COqqWGRUIRTsd { width:18.3125rem;height:2.111325rem;top:79.8125rem;left:0.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTJqZLTru7aIzWkMuiuflxFc9fZLoG9 { width:15rem;height:8.3125rem;top:8.3125rem;left:2.5rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zex6dpFplyu63b8Iiu21swWU0OTFhJqT { width:18.125rem;height:2.111325rem;top:151.375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4pi3TGQunA7iccB5OWskgp3GFlFMN7e { width:7.125rem;height:1.70605625rem;top:25.625rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 { width:16.625rem;height:13.25rem;top:28.25rem;left:1.6875rem;font-size:0.9375rem;display:block; }#ThWCuBKOaT8SLMzExsANgk1dwLIvduH2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #FSplbfaKseqmaTtECINPNE2tEeFufs8h { width:7.125rem;height:1.70605625rem;top:43.625rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx { width:16.625rem;height:9.8125rem;top:46.125rem;left:1.6875rem;font-size:0.9375rem;display:block; }#aTdJ6zh2FckUG7CnxQfFR5VCD8BpgfTx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #VxosBz8Pm7mLbiR7xFe7f419hvi9UrWL { width:7.125rem;height:1.70605625rem;top:87.0625rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta { width:16.625rem;height:14.71875rem;top:113.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }#Dw1ReeHgPwIA3pNTdNaTxhtbcOAR7Jta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #lvetori9ZDgbnxR2rH3V8mhfk28JPGpU { width:16.625rem;height:26.40625rem;top:160.25rem;left:1.6875rem;font-size:0.9375rem;display:block; }#lvetori9ZDgbnxR2rH3V8mhfk28JPGpU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #ospsh6AlUuBXilNmnUABnVDtGp0mBVhs { width:7.125rem;height:1.70605625rem;top:158rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCT4elVEZyyqe501d4z70SeyWi1od9cK { width:7.125rem;height:1.70605625rem;top:111.1064453125rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuCoSnTHSzVdq6H3ON65NMye7DkeabI { width:16.625rem;height:19.625rem;top:191rem;left:1.6875rem;font-size:0.9375rem;display:block; }#gNuCoSnTHSzVdq6H3ON65NMye7DkeabI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #ilykTfTtXa3fmdvTOLVW3Trh2REtPiyW { width:16.875rem;height:2.875rem;top:61.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASpKiaIlL110TCwHU2QG7CBCTsSeqtPl { display:block; }
 }@media only screen and (max-width: 763px) { #CutJ68upQKpWwuy2gXNl6rzAArq9dFlE { width:16.875rem;height:2.875rem;top:70.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E28ewuEoKsJFp1IFa7dcgsTyti8i8cVR { display:block; }
 }@media only screen and (max-width: 763px) { #iSqcy5R7nk7uw2s1lhiUX4wkXgPPSwRh { width:16.875rem;height:2.875rem;top:82.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOeRL2EXUi9qazpfwoiLAFDW3BpssMv8 { display:block; }
 }@media only screen and (max-width: 763px) { #wodXxa32C2OHp5IM5XSMNkgKqU5VTTAZ { width:12.5rem;height:2.2734375rem;top:21.9375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteQ3m0HCncRrOyDkqqtVqkreFCL2Z0B { width:12.5rem;height:1.13671875rem;top:84.1875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTq8rFVlOwbPBOZluEwdMDoiPOkv12Z { width:12.5rem;height:1.13671875rem;top:155.6875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkuH5OTWsts6yNdfHIoOCqs6H5pFXhsW { width:7.125rem;height:1.70605625rem;top:188.375rem;left:1.5rem;font-size:1.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OThsl0XfQm2pyPV0EPneTVEHTnuneldX { width:16.625rem;height:20.125rem;top:89.5810546875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#OThsl0XfQm2pyPV0EPneTVEHTnuneldX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ebd660c3ce2bf7717c10942d3657cf9d0746d56.svg); }
 }@media only screen and (max-width: 763px) { #SBAE9bkHhZNkI2ccsX5Shhkgv6BILFSO { top:212.9375rem;left:2.4375rem;width:15.125rem;height:2.4375rem;z-index:15014;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ub61AhTdsPIJk0Xpm9Bx0uHC9llVkQQb { display:block; }
 }@media only screen and (max-width: 763px) { #sXwcHksLr2Pqw0xVxZ1SQa8tH86KZrqs { top:130.0625rem;left:2.5rem;width:15.125rem;height:2.4375rem;z-index:15015;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VilknkJxMpfMIXQk0ay2vw1Qtpl8dwMI { display:block; }
 }@media only screen and (max-width: 763px) { #nc8MQKyrwmdUXnQld7v1mlWubz3CilJz { top:58.125rem;left:2.4375rem;width:15.125rem;height:2.4375rem;z-index:15016;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DItLVJe9eXvJtp8XUVfhwABdSCgwU8v5 { display:block; }
 }@media only screen and (max-width: 763px) { #XdR8hyla4XqCT35WykzteGSM2MqiadXs { width:14.875rem;height:8.3125rem;top:70.8125rem;left:2.5625rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #daPt2uC5mxuyTKwRXEZPH07h3oZWtuPO { width:14.875rem;height:8.3125rem;top:142.5rem;left:2.5625rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB { display:block; }#nKNDdkaVap65AsmrG7ZXKxdOL8qrcWGB > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQnCR3u3XImNUp3XhmDGmKTy4V0XFHUi { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NObNM4JWgviAm60I8NytvKxBVAKm3wbn { width:18.0625rem;height:1.29980625rem;top:8rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM { display:block; }#gbtmTcIqqHz3peK8ZMBr2tvvrIi5QaBM > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5IxOBgQrNJBp02oRdMZuVP9EJHGIhG1 { width:3.25rem;height:3.25rem;top:1.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqKZvOQ6Uxis8cu9FAKZEyT0HyLl13Xn { width:18.75rem;height:3.57421875rem;top:9.0771484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGsRwasuG0s0czOB5ItfR38NMQs1H3Bu { width:18.75rem;height:9.1875rem;top:13.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMe1r3JgKhOAtCDyMcVHibcsP3AnZlkW { width:18.75rem;height:7.875rem;top:37.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouhTOxAfJrT5Tfl4moqWSmoQ6knfq3EC { width:18.75rem;height:3.57421875rem;top:33.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaFQv9MmSA2hiLmL2z46nc5hhvHtNNE { width:3.1875rem;height:3.1875rem;top:27.15625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4tyfxVfn7ZCx8uIesTiILlDBTXcWoci { width:18.75rem;height:3.57421875rem;top:56.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOJ1mEb4TyF7BbB9Okt2lgLVvXLlqrg { width:3.25rem;height:3.25rem;top:49.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx261Lm0MTAAGTpMpWHuQJbP0P1qxwS0 { width:8rem;height:1.13671875rem;top:30.875rem;left:6.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVbrG41n4OTrPk6XcPzMglxarWdznRT { width:7.3125rem;height:1.13671875rem;top:5.7021484375rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3zHSTwp7e8LkEAth2rLPgMuQ8wtTdUp { width:7.3125rem;height:1.13671875rem;top:53.8125rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdeoXDKXQJzDysWlH6x5TkkVE4ZDdB2 { width:18.75rem;height:10.5rem;top:60.884765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eabD63cDiybs5gGbzeHbAT4OTzH3bd4m { display:block; }#eabD63cDiybs5gGbzeHbAT4OTzH3bd4m > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn6TGs932meIhDNwVLTxoSaXTzFToOOl { width:16.3125rem;height:3.0058625rem;top:0.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThRGWqRTHGy9IZnxhq6MVAN1MIQv5xZ { width:19.3125rem;height:2.5996125rem;top:4.5625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy { display:block; }#SMeIkrvOE9vhZcoirOOlctHkVBfTQmXy > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1oyE3J8OqsezOTiUa53vouP8ai58ykC { width:20rem;height:10.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbhZcUhKWaPrk0Ixd6CF7o2ySietUNE { top:19.8125rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15013;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vswQvU2o5RAqlRxkQynDyJX0RXWAMQhG { display:block; }
 }@media only screen and (max-width: 763px) { #ahczTAUANVKIuks0JqDzZybCXdskUoGA { width:19rem;height:3rem;top:34.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #imMWTlycEy4iZSAiRrXacQ33yzePnNiu { display:block; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:20rem;height:4.875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SenoNFCRBIrmVBmPRe1EcezfdklIaSZ5 { width:20rem;height:0;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIyPkaXI1tbQUJk6VWRkoVpbwfUlAPc { width:17.1875rem;height:6.0625rem;top:12.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:20rem;height:193.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z9I4aAlMVQeU8LxvtfVQsr6QRt8EPxVo { width:14.6875rem;height:9.5625rem;top:1.0625rem;left:2.59375rem;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wQdpJ7XSeUcrwxbEzdOKBVaBPXRm0th2 { width:14.5625rem;height:8.9375rem;top:31.78125rem;left:2.65625rem;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #LZlR7BJ3JVJ2vDIhi5Pq2FfZG4Uy5aby { width:14rem;height:18.1875rem;top:12.21875rem;left:2.9375rem;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qNgnpdttTLvA178zkN4iou6axTu5na2M { width:13.5625rem;height:20.1875rem;top:42.34375rem;left:3.15625rem;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oV5XzmRhO2bholH5A1M9a9SVwN0D1V4g { width:17.0625rem;height:25.25rem;top:86.21875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvIDKs5CSTU7AT7HboexUPVvbcoswaR { width:18.5625rem;height:7.3125rem;top:63.90625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ6y69gd4M93nxHQ7iEdoLEO6qwNLIU { width:15.375rem;height:12.25rem;top:72.59375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCaEWJMlgQIJagPKJ42RyFTJVDhU4Xs { width:16.875rem;height:22.875rem;top:138.03125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdqIqwbkvc7m5PA38lqPZ69by9qicba2 { width:16.25rem;height:9.625rem;top:162.28125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWwJDUD7spzsg2HIXJc36bfFzxwdZm9U { width:19rem;height:8.0625rem;top:173.28125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf5TpMbS5FS6is96oTB9Lg9sbXRGOg7b { width:19rem;height:3rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtpJyT3OO0ZcERRz8Ngrm6WoTm6k16WI { display:block; }
 }@media only screen and (max-width: 763px) { #ABbsibqVLcn1Li4wlSubU4Sr7pzvkO4F { width:18.9375rem;height:12rem;top:112.84375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKiB7lSZ5WlaTNkqcyN1MuG8ILPsAsc { width:19.25rem;height:10.4375rem;top:126.21875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomzXuW00C3d18IOTIuqlPeHh9sn32KD { width:18rem;height:9.8125rem;top:182.71875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF { display:block; }#t1CFtWTSUbh06ZPz0KiSDz3P7L29v5cF > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggvDikqvZ4dXWMU2ISTaRSnfBn8I1uF { width:19.4375rem;height:4.875rem;top:0.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TKHs17mHHv8EEUqXJiTpzFVzvJf4KVHo { top:6.375rem;left:1.375rem;width:17.25rem;height:2.5996125rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMiWfnFHEzq7hLPBXchWBT08RTOTahNR { top:10.4375rem;left:1.40625rem;width:17.1875rem;height:6.0625rem;z-index:15002;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o { display:block; }#ZyNTTG20Koq0VWaIi7Q1UX7Wz4oaRo9o > .row .container { width:20rem;height:125.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZqnf47LASTMmKAyD15XeUF1pg1toruA { width:18.0625rem;height:11.625rem;top:0.5625rem;left:0.96875rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hZi3vtoOuoCslJXrIPLTaA9ONOen5wqR { width:17.6875rem;height:10.8125rem;top:37.96875rem;left:1.15625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #RNMnK3Dq92dQqdLJ2IAimv38BPrvWzbh { width:18.125rem;height:23.6875rem;top:12.96875rem;left:0.9375rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #aKBLUgsuhwDsDAhQBDbcNwM7l2G9Vmz0 { width:17.3125rem;height:25.9375rem;top:50.21875rem;left:1.34375rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WF0UXxmo8ITTEB8fcMTswQgopuB527gh { top:77rem;left:0.71875rem;width:18.5625rem;height:14.75rem;z-index:15010;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dq7PxwEVD0XgIa6DP0wAB7Wq2MhxE8pU { top:93.0625rem;left:0.34375rem;width:19.3125rem;height:26.0625rem;z-index:15011;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IXlPZNvb6ItBB52TZnXxl3rwLhLH5sJc { top:120.875rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15015;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #e8EknA6T2gC657EGln6JUMOV4vuJssgd { display:block; }
 }@media only screen and (max-width: 763px) { #gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 { display:none; }#gP1oWZwLzfIGu0R6JZUZwcryOaT3TdU0 > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xn6zGHoe45TO7VXSFfcJ5pst832lGOXG { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBhwZyhKxR6UsFQ9ihhV3u9n0zzcxiyy { width:12.5rem;height:2.5996125rem;top:6.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCFPOZSRVXR18GJDS24f5QBIxVlw8XS { display:none; }#muCFPOZSRVXR18GJDS24f5QBIxVlw8XS > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LGeZfiNrsQ9O77CMMCgxhi1ZDpzPxE77 { width:6.625rem;height:3.8125rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhvECuIqo9WHbcQiAAHLlBwSK9Q2hrrq { width:7.625rem;height:3.8125rem;top:4.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVOIbkbP1VEBp9L1kOr7F8IwUbOkncv { width:9.375rem;height:3.8125rem;top:5.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNggGyOSbQP6CpAVCNITs0zE6TWvwkM9 { width:14.0625rem;height:3.6875rem;top:10.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t { display:none; }#WauLwaTPErsZqEGhQWAXuNiWXZgaaO1t > .row .container { width:20rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7qxsVZhp3T3B5iFTwwzglEPdHtum60J { width:4.875rem;height:3.8125rem;top:0.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbvPuhRJP6Hp7E0Gz1mw80wV0BBaffaU { width:9.375rem;height:2.8125rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxLy6DuwtE1o2dvfdi3plN0uaTuvHEg { width:7.3125rem;height:3.8125rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1goDu6ZCaTFubs3mqshsWdkVPpD90WD { width:4.875rem;height:1.9375rem;top:5.75rem;left:12.875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sHbf3bMkop87trWSUp5bcB755AaPXSoL { width:9.6875rem;height:3.125rem;top:10.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvuCMknmHGBMRNdvRwPzi10dzrmoDTxr { width:20rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh { display:block; }#RNk143X2lA1c3QkwXrXlLQwHXKtUdBVh > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5PUTEIutP8lVhx3EKZDkJ0MXJpdTNa8 { width:20rem;height:3.736325rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #shfTMbsp4rAK3Rs1RbsoJIemeN7kRz6v { top:9.0625rem;left:2.625rem;width:14.75rem;height:2.111325rem;z-index:15001;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUA28c70oxvX7uXq6KUMLhrx7zwHpziw { display:block; }#TUA28c70oxvX7uXq6KUMLhrx7zwHpziw > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLqIOtuDdHw7XnzA4wc25m3IqzJOCt50 { width:6.625rem;height:3.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmetJzEy0EHoeToBoSZ4kWc0dXWxIRHb { width:6.75rem;height:1.625rem;top:7.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNa6TbqROPk7J7N3faB2sGErzwTUzyW0 { width:4.875rem;height:3.8125rem;top:6.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1wh4UeE3GlpKk3uGd7KQSDvCSv3Ufs { width:5.875rem;height:1.25rem;top:3.375rem;left:13.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S3ryoCXJLwaCaWbib92v7FGNVl5rfaHi { width:6.6875rem;height:3.4375rem;top:2.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpztGT5o5zMNOBvvc1myh2M1Tu5WXDch { width:4.875rem;height:1.9375rem;top:7.75rem;left:7.125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kmI2mlonBeAI6s3E7nQ7dmFQSNJEOyzv { top:12rem;left:3.75rem;width:12.5rem;height:0.125rem;z-index:15003;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FqPMsTi7tndrR10pxdru40I9lgIRM6pU { display:block; }#FqPMsTi7tndrR10pxdru40I9lgIRM6pU > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS8OX8OLqCQrklfZQ0hW7JpfRdVcbUe2 { width:20rem;height:4.798825rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ { display:flex;height:auto;width:20rem;top:8.6875rem;left:0rem; }
#r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ccNbrIf4TnZJTR5su0sQVeVFysvTo3Q8 {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iGboFO9OnbzbUG9yuVHTDcnVZURBJT1e {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Dbedxn3THE5EdX4Xc3cTA6UIsh34zh9t {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #MMWay1pwcQ09A8a7GHkLMAeBiahsQCDq {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #VpvA5E1QqiJNDphnEbEg8k2dy6QTddXg {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #woQSHgcCdQGOcxn5LrNUUC1qbn9CI32m {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ntT6CdRJnBQqigAWTLpOOmyH57BTPdTr {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #hMTTcPyNlGiAKFJ6523hgknTPSPFXeOG {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #Lv5LcpSb5DxddwMWIeciUvrTITy4Ggpm {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #k5Is1JRFDECraB2ZbFqQFU1p0iA37uvd {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #supEPW1fN00w0FAsIaymNsBqOu7DlfmJ {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #TMaJKew7nolTnxAZ6DqyqRZrKpb4umTO {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #LemALGZvCaBPwmnRJ8uVeR7AkJh6sFJw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #eta0weUUOdtDiWhigXEGN8qRzwQTcGAZ {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #axlsahdttF5sWneMugQLsFIFDdKd9mIR {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #ikoh4PnNGDRi69dV8uSicLCQny0GS5cT {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #XrZFKkqzWC2vN8zNuN3vGVTEXGi0iaFn {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #W2fG3dXVc0GXIeWTO0LaHpy14GlK3W7R {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #UFWUPy38nVBl420lNTVLfVAElvgVZflw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #z8bc2r5G35aakTPHvQCl489NlT5po6Vb {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tTzOlFBBT4wACwTuNPNVaOo3IsalGKkx {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #l34KniQMEC29AS1VDMXoOxulDaSP28AP {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #d4NPPM6xgTTHTCigmRZ80G42DAlnRHEF {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #fdNm4NsKWKEhRdSiex1tAXgTD1tcdfzu {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #xFTwSGPXMKOUeibx29UDe1U6Fn1hE0MI {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #lXboBCeTe5TF1lJN67uKT5nVbmOozovk {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #AevTib3q4SLIb4bMP1TsIaCVAmGLgkNA {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #IJvrw1ibZJwV0FQTEp4fqRCivZecIgik {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #QVKrWSD0VI7irAlBkQhuTgZgTu6MXpqa {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gFrFSg7FtCCcfreMO3qtdlM3SfOJnFqv {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #gNeTwFu4TDTXtgHXDTFU7hKcQK9w0rgn {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #iXmEoTHJFxXRxt11fz1wnT65mx6eE3FL {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #DcAWRXBVLSgrTI4KwNnk2dF1Z6hGQHaw {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #tXwszBW27lrfFtQbGi6L39UT1sHVDz2m {  }
 }@media only screen and (max-width: 763px) { #r5wA07xokAR3c0qxnvW9aCXaDinhxZPQ #FTxIDTrZ5QodrkMC5ZBT5ChBlKaWsm0T {  }
 }@media only screen and (max-width: 763px) { #taMIOJ1WO2d4wi4ltIT9HoELFkiXIHvL { top:55.125rem;left:1.25rem;width:17.5rem;height:2.4375rem;z-index:15014;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ywZvxiJXp7dbLsTmEOCJRro1LQU85iTf { display:block; }
 }@media only screen and (max-width: 763px) { #v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB { background-color:#000000;background-image:none;display:block; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container { background-color: transparent; background-image: none; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container > .video-iframe-container { display: none; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row > .video-iframe-container { display: none; }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .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); }#v6Eid8GA1dvDUmGTfvzGMPly92HfU0lB > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAr5gW0O75rZDDEKo77kDT0lAiGHWAgS { width:5.9375rem;height:1.6875rem;top:12rem;left:13.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RmcxSsTaffdlSbyxT6ThGsEExmBykQUs { display:block; }
 }@media only screen and (max-width: 763px) { #DQ5DhMOqWuvBGTLbiOTQrEogHkocfn2H { width:7.0625rem;height:2rem;top:8.0625rem;left:12.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TAxz4Usid0chopomyDBGm7WaPeUAWf95 { display:block; }
 }@media only screen and (max-width: 763px) { #Zkk5ewKBo3C0IocZDiIpr13CgmngnorW { width:7.0625rem;height:2rem;top:10rem;left:12.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #poO4GoDWiirMKctANWygvuIWAmo3QMvN { display:block; }
 }@media only screen and (max-width: 763px) { #UuHxIdQInpl9wlvWo5A5HK2ZWm77iusa { width:20rem;height:1.0625rem;top:15.5rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB3OTaAqNCDlmsR56tFekqWwNsZoELtT { width:4.25rem;height:4.1875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZypAk5T4Rg66KDzyUMzBx2ca7O9XDUwn { top:8rem;left:12.75rem;width:6.8125rem;height:0.125rem;z-index:15022;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 { display:flex;top:9.1875rem;left:0.125rem;width:1.9375rem;height:1.9375rem;z-index:15023; }
#FwcaX5T1pSRsq9BRK2CqNVMpdw15NJJ8 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #FfklTqouyCXDQul2pk6LzPdnxPFtvvwt { display:flex;top:9.1875rem;left:5.875rem;width:1.9375rem;height:1.9375rem;z-index:15024; }
#FfklTqouyCXDQul2pk6LzPdnxPFtvvwt > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh { display:flex;top:9.1875rem;left:3rem;width:1.9375rem;height:1.9375rem;z-index:15025;font-size:1.3125rem; }
#JyLm5LcQcGlJJV7H6fD35cAnTarOxTdh > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #nDJdQm3TJ6hSQwIbTeHeRzsRNq2qVT44 { top:6.82421875rem;left:0rem;width:12.5rem;height:1.29980625rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R8d8nv3Io5mwETPR3rtbLQf3lkJOBKzo { top:1.40625rem;left:9.5rem;width:6.75rem;height:1.29980625rem;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 { top:3.3935546875rem;left:10.0625rem;width:9.9375rem;height:2.423825rem;z-index:15028;color:#ffffff;font-size:0.8125rem;display:block; }#Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wd4sIe3gPktClm0LZ44ohXPeuCNiwtx4 li:before{  }
 }@media only screen and (max-width: 763px) { #eNo2iD0srTOLNGNOD1DRATXqAft6VxJy { top:9.0625rem;left:5.75rem;width:2.1875rem;height:2.1875rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cf9z4u0fOBOrpsMElHfF0O9bhNeIL0g3 { top:9.0625rem;left:2.875rem;width:2.1875rem;height:2.1875rem;z-index:15001;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X9nt5q7XTVUnp89qXUII6vlerd8uZ0k8 { top:9.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;z-index:15002;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EJssEHxF6zeTMzWHaz3CkqIKByK9vHIR { top:12rem;left:0rem;width:7.875rem;height:2.375rem;z-index:15030;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhLpkgETzpI6fPAvTTcSfKmt7MtGP5r { display:block; }
 }@media only screen and (max-width: 763px) { #MskKhEB9WOyOAlrTRLXADvXaPhuf4keK { display:none; }#MskKhEB9WOyOAlrTRLXADvXaPhuf4keK > .row .container { width:20rem;height:64.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J45FwoLk8nzdnDWDcOi7ZCTXbJi2WR0E { width:3.0625rem;height:3.0625rem;top:42.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0zd0Wp0xxCM5aZ5CUoauG9JXAtxr8v { width:3.0625rem;height:3.0625rem;top:42.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWaDUSsifXuuGqXOstvT4stkb3hQtaL { width:3.0625rem;height:3.0625rem;top:42.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz5bErlIyceLfsTRtVUdCuzi6ZMOV60p { width:14.625rem;height:6.12305rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGCRNfuRfGzzQaQo6bXqofwTMO4PveTt { width:7.3125rem;height:6.9970625rem;top:31rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWUg7cJU1Usw3WDbpZc4bRH7RsEFXzf7 { width:20rem;height:1.04980625rem;top:13.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXcOvotViHdzSLaapafZhBXuJuVGckk5 { width:18.75rem;height:0.0625rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm45kRMwLrpkbdPcULWtzqvCtcynUTNX { width:7.3125rem;height:1.3994125rem;top:27.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2eEleQBioyKBXbRTnaOeupu7ktlrZIM { width:11.375rem;height:1.3994125rem;top:24.375rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCyqUAoBtuOn6eqdOakrNhzOPzVTl3Ed { width:20rem;height:1.04980625rem;top:39.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krsXW26yyKUCzmKTvKS6HLpMO113H2EA { width:20rem;height:1.04980625rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiOH9XXXd53gx7olPnG1SFJTC23w7Fhv { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RoxPCEErwHQwF0RGFKh9S2ftH1spod { width:1.5625rem;height:1.5625rem;top:24.29296875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKvcUuUOPZdTTeJOK4xiJo73EX2dc3VT { width:1.5625rem;height:1.5625rem;top:27.54296875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2kNlcDUkmWwDO5ctgxyr28mdT335FZL { width:1.5625rem;height:1.5625rem;top:31rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3A59UA1DGWxWwxWwGpNodIz6mOULSm { width:3.125rem;height:3.125rem;top:15.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwmSi1eVFlLTZAoTdKxOUhF26Wz9qmi2 { width:1.875rem;height:1.875rem;top:16.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXmTWSl9lJWqyZUhuTumBm5SQnvPTI1B { width:2.8125rem;height:2.8125rem;top:15.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OusNZQfpZMczVw5I9wvUV9unuRGTITt4 { width:2.1875rem;height:2.1875rem;top:16rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEihmagMMH2PPuRqDT7zROGubbK2rBrc { width:1.875rem;height:1.875rem;top:43.09375rem;left:9.0625rem;display:block; }
#GEihmagMMH2PPuRqDT7zROGubbK2rBrc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH { width:2.1875rem;height:2.1875rem;top:42.9375rem;left:13.5rem;display:block; }
#MlHo5SqpZcc3dpUGgT7xEtc1QPzi6gXH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ZJp8NTKZ2HTrnXzKw30Z1BIBiyJ21DtV { width:8.8125rem;height:2.8125rem;top:46.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKatT3VKXhEf9LzJT338x8IWvEhBXBM { width:17.3125rem;height:0.9746125rem;top:58.1875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1owLhFvGyZg9AanuVVnqKXQm56pPi59 { width:19rem;height:3rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO5CuyAXkTRkCseDTXyVVGFcKMKRD1aZ { display:block; }
 }@media only screen and (max-width: 763px) { #aUyNeX7OEiGRLGrramTGruw1dy8orIgh { display:flex;width:2.625rem;height:2.625rem;top:50.875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #wW4kX33nlflHwbTQbvFZpCo3nIwDokkw { width:2.6875rem;height:2.6875rem;top:60.4121125rem;left:8.625rem;display:block; }
#wW4kX33nlflHwbTQbvFZpCo3nIwDokkw > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }