.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:212,230,244;--color-primary-1:162,208,229;--color-primary-2:112,184,225;--color-primary-3:101,176,214;--color-primary-4:0,57,117;--color-secondary-0:223,189,57;--color-secondary-1:225,191,53;--color-secondary-2:217,184,48;--color-secondary-3:208,176,40;--color-secondary-4:209,177,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { position:relative;z-index:auto;display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { background-color: transparent; background-image: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container > .video-iframe-container { display: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row > .video-iframe-container { display: none; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .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); }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { border-width: 0; border-radius: 0; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .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; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y684azK0HoVFtOrrdwWzzgKyakLTn7rn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.3120125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.1847329139709rem;left:56.942541122436rem;display:block; }
#GFb7h9XG4tRtpP1bzefcxmpmOyEgqi2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn4TiMR6pLADaAId85JKKD35GyEoca5l { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.49935rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.24658203125rem;left:42.996908187866rem;display:block; }
#Naft7lWZVKDGfftEf8KTcy7FSTD1PQbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NycSZmaFL911Oz7O4upd2FNTa4X699Vd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.999125rem;height:2.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.2484812736511rem;left:60.87131690979rem;display:block; }
#AlcTtgavQrImUXxTm7tFqEqTlr7xQbvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXTJKZtWnzCfIFrfAnqUvkal9T7s1StQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8745rem;height:2.3120125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.185546875rem;left:32.061521530151rem;display:block; }
#hcbmA0cJnpQPUTg1AyKDSBQRJnalxnf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3e6koi67Jd1u2dR9KqxdMhuuATbCOGL { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:4.8192276954651rem;left:1.9997844696045rem;display:block; }
#cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { 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:2.875rem;width:11.8125rem;top:0.99717885255812rem;left:2.6866321563721rem;overflow:hidden;display:block; }
#UFi0WEkn5T2iuTk04bMlxtZW00Tq4fKm { z-index:15004;top:0.808376789093rem;left:60.06077003479rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6245625rem;height:2.68663125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kUSrKEERNEGAcqXGqx4NGu4PobfGfoRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z59AW8OgHi1eO2FCF2BhFQEXhTcoTMOD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4371875rem;height:2.3120125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.1847329139709rem;left:49.212076187134rem;display:block; }
#XkTMQJO87gLkITm6UtlgqbgwXq4JQHnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { z-index:;position:relative;display:block; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { background-color: transparent; background-image: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .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); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { border-width: 0; border-radius: 0; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container > .video-iframe-container { border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2eef505-f500-4c96-a345-899ef085fa6b/YouTubenowy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;position:relative;display:block; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.adaptive-delivery-prevent-bg, #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.lazyload, #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.lazyloading { background-image: none; }#zTtdh7JVxCk2pqehHtO9sL4SaLqWV9QL { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:13.640461921692rem;left:14.749349594116rem;height:1.4998375rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
#yrLN9nBvFp8CoZaxU5wmF0lDD9H6ohkF { box-sizing:content-box;height:0.374755625rem;width:6.25rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.625rem;left:10.999755859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#adAgR1Fg5XPA0qgxChORA3IviL3eqIw6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.22) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:5.187375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:29.307250976562rem;left:13.276977539062rem;display:block; }
#I0LMucS1JROU9XNDrO1Vsz0H5lFzeiWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RipP80tVwEmrVCoWQeiPrxddmRmoJ0Nu { color:rgba(var(--color-primary-4),1);display:block;width:47.75rem;position:absolute;font-family:sansita;font-size:2.5rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:3.88916015625rem;left:10.999755859375rem;height:3.2495125rem;display:block; }
#P9kKtVK6vvTDyHLdcTFQU8hUPzLT30tt { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:7.1875rem;left:10.999755859375rem;height:2.1940125rem;display:block; }
#UZQTiH6lU49KyIoTGwLpCdFPXnKqm6Bo { 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:15061;opacity:1;top:13.687133789062rem;left:12.5rem; }
#NmwDLGA0eiI4iQ61QdHxp0eMNloiTK3W { 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:15062;opacity:1;top:17.62451171875rem;left:12.5rem; }
#ouiQkUB7X0S5s5GOTvmDqezdTbspdxCp { 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:15063;opacity:1;top:21.874389648438rem;left:12.5rem; }
#aFiomTyQCfhi0kwbxHbPSTNLgb5EiXyS { display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:21.999186515808rem;left:14.749349594116rem;height:2.999675rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
#fXm6FETI0ZXi8FOAeea9JpziuuL6tlbe { display:block;width:34.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:17.655436515808rem;left:14.749349594116rem;height:1.4998375rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu { position:relative;display:block; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu { background-color: transparent; background-image: none; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row .container > .video-iframe-container { display: none; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row > .video-iframe-container { display: none; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .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); }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu { border-width: 0; border-radius: 0; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .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; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .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:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cRxvZFfpp87kC9E4FzL50GzLc2yw1Dhb { color:#353635;display:block;width:59.6875rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:1.63671875rem;left:4.5rem;height:4.2252625rem;text-align:left;text-align-last:left;display:block; }
#I3THkaWsxQqySCrET8J7yCiw1C78WXhq { position:relative;display:block; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq { background-color: transparent; background-image: none; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row .container > .video-iframe-container { display: none; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row > .video-iframe-container { display: none; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .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); }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq { border-width: 0; border-radius: 0; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .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; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .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:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BemhWNZhsc4hZrRkgtLZwbThTtxR1Qni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15074;opacity:1;top:1.1875rem;left:4.5rem; }
#MHV68QEwA29xTVOEeIMupUrv0E0AWPoZ { color:#353635;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:1.921875rem;left:8.0625rem;height:1.21875rem;display:block; }
#TNO4aSU0OSyKJmJBn0ehffrD6u1eRy4h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15075;opacity:1;top:4.5rem;left:4.5rem; }
#f9JAPnqpMTB5Z2LalO2ChcCaQEZiAS2a { color:#353635;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:5.234375rem;left:8.0625rem;height:1.21875rem;display:block; }
#DDO0D9U0eEHtMHhycpln4wCy0Ipg3oN5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15076;opacity:1;top:7.8125rem;left:4.5rem; }
#NXiEaCFtEpoAuzFDZgFTJQayve6hX0TO { color:#353635;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:8.546875rem;left:8.0625rem;height:1.21875rem;display:block; }
#qGg2vHTsEWeVmbTpFfJ6PTN6GI9GSZml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15077;opacity:1;top:11.125rem;left:4.5rem; }
#XkuoDzMOvgcTEIFFzJyUZSZlw3cqBrU1 { color:#353635;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:11.859375rem;left:8.0625rem;height:1.21875rem;display:block; }
#mywGHehhh1swcsLbNGn65KySinAWxTkU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:sansita;font-size:1.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:16.75rem;left:7.125rem;height:2.4375rem;display:block; }
#cwTUTXoNc3Jh7fIZXT9VyZWgiihOvUXS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15078;opacity:1;top:14.4375rem;left:4.5rem; }
#lKmmdKi1FLTAcyhG7rUSZIuL5zVgltbB { color:#353635;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.0625rem;height:2.436525rem;display:block; }
#MsRK4HSTmHQM9HO2moL5wWHJoReWzEtf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15080;opacity:1;top:21.0625rem;left:4.5rem; }
#r7KZyA8quHJpTST2fkvohIwi37MgZHm2 { color:#353635;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:18.484375rem;left:8.0625rem;height:1.21875rem;display:block; }
#cSqkrIKvX4xRWeCf7pLbAmBE8NOU4akW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15079;opacity:1;top:17.75rem;left:4.5rem; }
#sNixUZ4aoO4SZCluFs55zhTryU3GpU81 { color:#353635;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:21.375rem;left:8.0625rem;height:2.436525rem;display:block; }
#H9161xoREVr3tGpaKaoQXkAJocDyz4kh { position:absolute;display:block;z-index:15086;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:18.8125rem;width:26.625rem;top:3.9375rem;left:42.9375rem;overflow:hidden;display:block; }
#Kmszv34MLOedZR8AQEK0mayRVxz3f7uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:11.125rem;left:42.9375rem; }
#aCgT3TMoXJzb8rMmUEts5b7q0X52awWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:2.265625rem;left:44.5625rem; }
#TIqQ1DXCkHH9RqfO1TDasDfLMp2ooioB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:13.015625rem;left:66.15625rem; }
#w1sATF1aGGXPP71PQxwLPB2mMOX49y8E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:6.4375rem;left:65.25rem; }
#fKTWeN7Rt8XWswhAHOJKwmmCGqs1QbLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:1.4375rem;left:60.40625rem; }
#LCCygixRKWsJT25oIavvcHGlzpHVpavD { position:relative;display:block; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD { background-color: transparent; background-image: none; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container > .video-iframe-container { display: none; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row > .video-iframe-container { display: none; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .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); }#LCCygixRKWsJT25oIavvcHGlzpHVpavD { border-width: 0; border-radius: 0; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#xFGGLEC5ftyUTbPGtDrMMTbH4TG10VnP { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#CH4RTzb0w0LZ73op1SxauES9LH6yT1Ak { display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:17.25rem;left:35.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#WTpvguFJuxhbQQQUTp2QadKrWDai0xbR { display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:16rem;left:35.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#lFJBEpyldtCLdL0xB4FmiJ1uMIyS2RbT { display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15055;line-height:1.6;letter-spacing:0;top:9.3125rem;left:35.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;color:#353635;display:block; }
#lGg3JmQEOZXG3QMXwXLDbv7BQRdrcW8D { position:absolute;display:block;z-index:15054;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:14.937rem;width:21.124rem;top:4.625rem;left:11.5625rem;overflow:hidden;display:block; }
#z1sXZlT8EnQT6WCqivDkokJUNKcy0CWa { color:rgba(var(--color-primary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:5.1875rem;left:35.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f { position:relative;display:block; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f { background-color: transparent; background-image: none; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container > .video-iframe-container { display: none; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row > .video-iframe-container { display: none; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .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); }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f { border-width: 0; border-radius: 0; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(223,223,223,0.38);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#aIzA0E3RxIhUtmv8N9p8kbnh71W79arK { color:rgba(var(--color-primary-4),1);display:block;width:39.496125rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:3rem;left:28.625rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#yZJVOoMUL2HVRxQFH4v5wMENITz26TF9 { position:absolute;display:block;z-index:15059;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.6873125rem;width:11.6873125rem;top:5.0625rem;left:11.5625rem;overflow:hidden;display:block; }
#FvTR4Mi2ICWek5f0qNKslcrL4ClNawdS { z-index:15017;top:14.624633789062rem;left:38.496704101562rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AT5g4TTJTi7hbAfdwLJZLsROCHvGidfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2EIpBM7Fkxf072qMXEbocR0l4vTCpnT { color:rgba(var(--color-primary-3),1);display:block;width:39.496125rem;position:absolute;font-family:sansita;font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:6.1875rem;left:27.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VsyaObXdnItqn8KC5Z8gtf1sMPLCtgtp { color:rgba(var(--color-primary-4),1);display:block;width:39.496125rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.375rem;left:28.625rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#zHkklwOGpF3sttDZphCnml8ASmJTcP6f { box-sizing:content-box;height:7.9373125rem;width:10.625rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;top:9.4672317504881rem;left:13.755426406861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR { position:relative;display:block; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR { background-color: transparent; background-image: none; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row .container > .video-iframe-container { display: none; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row > .video-iframe-container { display: none; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .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); }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR { border-width: 0; border-radius: 0; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .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; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5fpgreIdK633pdN7uh1JJAxrgaGd503 { color:rgba(var(--color-primary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:6.5rem;left:8.625rem;height:19.4922rem;text-align:left;text-align-last:left;display:block; }
#LFaVs5RvtRKEUKQuRTumMRPUMtpzrTiT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.5rem;left:4.5rem; }
#mcdGqCxfFKrDsTJUUaT0pE6y0k4Hit1V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437375rem;width:1.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:8.87451171875rem;left:4.4989013671875rem; }
#v4zOfZ3Iia9ayBI219cM2WPXcbePNkEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437375rem;width:1.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:11.37451171875rem;left:4.4989013671875rem; }
#r0xonD8PkV2MIRxG8DTINC5WJZJtehlf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437375rem;width:1.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:14.312133789062rem;left:4.4989013671875rem; }
#VofyBF3p51H1dJIRcNPxfgg7LBEnkTu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437375rem;width:1.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:17.413940429688rem;left:4.4989013671875rem; }
#GfNpaTntn1c5P7MtfpvLo24cuCaTvbqE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:19.8125rem;left:4.5rem; }
#zZ0OPAgzKPrvCnkRRT3zubwB0bHQDSC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437375rem;width:1.437375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:24.593505859375rem;left:4.4989013671875rem; }
#ZcKd10XC3IKJrHqzJ6BKn4JTDJpxaKzD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:22.0625rem;left:4.5rem; }
#tGHr4xgb4lrRPCv2vTi7dfLiI8w5qJdh { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:27.437511444092rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fKTHeXnn4ZUClr582T1yzgtAT8G8TLEQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c23a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #e4c23a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #e4c23a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #e4c23a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c23a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c23a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #e4c23a, rgba(var(--color-secondary-3),1));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.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:30.686645507812rem;left:27.623901367188rem;display:block; }
#w2hkzbuLZhFPXtIn7STZQsDXmx0iSrd1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QazPpVZNcb77TXQEvHNW0FaakHLsTNHT { color:rgba(var(--color-primary-4),1);display:block;width:59.9375rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 { position:relative;display:block; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 { background-color: transparent; background-image: none; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row .container > .video-iframe-container { display: none; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row > .video-iframe-container { display: none; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .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); }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 { border-width: 0; border-radius: 0; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .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; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .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:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QJ7EX1lVuAd6PvogcwpzsDTTdGgPAeTG { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:1.412109375rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#qWI2dWpeRVAtM8pmOOgsvt5TvKKUTr3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:10.8125rem;left:4.5rem; }
#tqOs5solNultTKusaMtszEZQU0kv65Ek { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:13.9375rem;left:4.5rem; }
#iEE2ebRLwUTdTTfyFJVZxSboTzfA0G5p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:7.8125rem;left:4.5rem; }
#pgWawbsF0yPNmidGpkAqAdkaZlnTNRZu { color:#353635;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:7.8125rem;left:6.6875rem;height:7.03125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eflmpK59cbSqUqMcVL1GuT7Xsykwd4Wt { color:#353635;display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.5rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5gSnCf3Uy1OkyZDRGST50tT4mpzVZvm { box-sizing:content-box;height:9.4375rem;width:18.75rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:17.75rem;left:4.125rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#RShnNTb7RTiJHuZehdW6hitFwu2yqgPd { color:#353635;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:20.375rem;left:5.5625rem;height:4.87305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dBOoabfFcAUR4wFshFhIgga69M7vof1N { color:#353635;display:block;width:22.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5.5625rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrJ6Ke6wW5dFwNmKs4zSQbItlpzR1HyL { position:absolute;display:block;z-index:15056;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:23.1875rem;left:17.9375rem;overflow:hidden;display:block; }
#OJ3DJINONhOie12uZ4d09lxsRzD2tKZR { box-sizing:content-box;height:9.4375rem;width:18.75rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:17.625rem;left:26.9375rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#nXXXHqIMTFSB9iJOTTJ8twSLdvnhZELM { color:#353635;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28.75rem;height:4.87305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uFT3UdN0lp8tyWO9WekeGa74msedmiRq { color:#353635;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:18.5625rem;left:28.75rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#amnOWIKbKJ5nATx3Tg9hrNu9ovyUr7Gq { position:absolute;display:block;z-index:15057;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.25rem;width:3.25rem;top:23.8125rem;left:41.625rem;overflow:hidden;display:block; }
#QOsT16Om0VsTdTcVirVsRQhN3gy61zUt { box-sizing:content-box;height:9.4375rem;width:18.75rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:17.8125rem;left:50.75rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#gxzoUSyIDmCoHCMZNLPFTZTNPIKD0EEx { color:#353635;display:block;width:18.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.6875rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdfSMfVpbMhnLXJ1barZFWrcgDOKdRPB { color:#353635;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:20.625rem;left:52.6875rem;height:3.6547875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZJJD95aW3MWUkpmGQM6ZHwl2MSgcmyc { position:absolute;display:block;z-index:15058;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:2.4375rem;top:24.1875rem;left:65.75rem;overflow:hidden;display:block; }
#apnzxBG0H1RefNDZxBWxL5rKS4bMnDw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:30.48388671875rem;left:2.46875rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu { position:relative;display:block; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu { background-color: transparent; background-image: none; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row .container > .video-iframe-container { display: none; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row > .video-iframe-container { display: none; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .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); }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu { border-width: 0; border-radius: 0; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .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; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oNTDyrh0a5VO6yNeiGWLOSggg7doSxyq { color:rgba(var(--color-primary-4),1);display:block;width:5.4375rem;position:absolute;font-family:sansita;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.375rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FubLT9MzED9Dc4wtnBXSD8x7ZNtHtipA { color:rgba(var(--color-primary-4),1);display:block;width:5.4375rem;position:absolute;font-family:sansita;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.5625rem;left:20.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZbOhRQhEZhOfSn6muKZkTAbvLBIHbq3 { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:sansita;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.5rem;left:31rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1gTb3rTtJxwFZIBCQTw6S6IoaMu9Vg3 { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:sansita;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:10.5rem;left:44.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g6E3xyalXkiPRWAaIAauKdr3b0ol8zLt { color:rgba(var(--color-primary-4),1);display:block;width:13.25rem;position:absolute;font-family:sansita;font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:10.5rem;left:58.125rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MkuaGQm8GTWdn5E15G1ozHCl1wSdUTOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:5.9375rem;left:6.8125rem; }
#TL1Z2pmehla5SOkAfmS9rETuivsXTUov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:6.5rem;left:21.4375rem; }
#meWvvoJn8xG10zDnq6KCCKKKoA6ErwsB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:5.875rem;left:33rem; }
#OCVef1beGJHcbMZPcvTXBtDu3AM2WWO6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:6.3125rem;left:46.75rem; }
#AUFzbkF1JWNAEzHnxe5SVwpDLeQT80Go { position:absolute;display:block;z-index:15067;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.31163125rem;width:3.31163125rem;top:6.4375rem;left:63.0625rem;overflow:hidden;display:block; }
#cueMhFS0nKpspCp73y4CODcx8Ab1TLJZ { color:#353635;display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.3125rem;left:4.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z { color:#353635;display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:16.937505722046rem;left:4.5rem;height:6.18489375rem;text-align:left;text-align-last:left;display:block; }#pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z li:before{  }
#HcFnVqtDVH0cGNXpwr3PE8IDW7TGsKpP { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 { position:relative;display:block; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 { background-color: transparent; background-image: none; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container > .video-iframe-container { display: none; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row > .video-iframe-container { display: none; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .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); }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 { border-width: 0; border-radius: 0; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:121rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#dsoDTIzV1GsXbHxao73JZ6yM6lTgp563 { color:rgba(var(--color-secondary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:11.687347412109rem;left:9.375rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#W9AgTgVNWi8XbznXnRviftTq8lULXges { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.749847412109rem;left:9.375rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#dwDMHogx4vnwmlV4dzh8rRn35OydCp88 { color:#353635;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:18.49967956543rem;left:9.375rem;height:11.0579375rem;text-align:left;text-align-last:left;display:block; }#dwDMHogx4vnwmlV4dzh8rRn35OydCp88 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwDMHogx4vnwmlV4dzh8rRn35OydCp88 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#wmJRIK9nGWGKizDhKfUEfarHULJ3Pcvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:10.124847412109rem;left:4.49951171875rem; }
#vDIWqO4V98AVlhZ7Ku1BfeDGlaAeqPuy { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:31.75rem;left:9.4368495941163rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:34.5625rem;left:9.4368495941163rem;height:4.56055rem;text-align:left;text-align-last:left;display:block; }#C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#EnuUyTonvfiJ5QUOyRUzkZxau00lqtiq { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:41.75rem;left:9.49951171875rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:44.5625rem;left:9.4368495941163rem;height:1.31185rem;text-align:left;text-align-last:left;display:block; }#H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#ATtMyAkomF4a5XDvTzPbU6W2K5KPEAvz { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:3.49951171875rem;left:4.49951171875rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#THwAT01F447hVLdEwmFmWTK5CusLe4oM { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:64.4990234375rem;left:9.4368495941163rem;height:2.9362rem;text-align:left;text-align-last:left;display:block; }#THwAT01F447hVLdEwmFmWTK5CusLe4oM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THwAT01F447hVLdEwmFmWTK5CusLe4oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#CTlV4UcADd2Iw2sdltUVAmVIxwEz81rg { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:61.499359130859rem;left:9.49951171875rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#CN0q2gCBsaib55yfSFaR4OEJ17NAutuy { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:55.4365234375rem;left:9.4368495941163rem;height:4.56055rem;text-align:left;text-align-last:left;display:block; }#CN0q2gCBsaib55yfSFaR4OEJ17NAutuy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CN0q2gCBsaib55yfSFaR4OEJ17NAutuy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#mTiXqxeHOQldKsDTD7geA1sdJhvcw70z { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:52.749359130859rem;left:9.4368495941163rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#JWIINW09k8cue2N7F8V3ZoLfe2aEpoW6 { color:rgba(var(--color-secondary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:48.43701171875rem;left:9.4368495941163rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#TQ3f21hCMok5qE9wJ6UcP5orndRsNTIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:47.49951171875rem;left:4.5621738433838rem; }
#TAqezOGe2u4dF5hxzXFzIDpC8rREdZwA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:68.625rem;left:4.49951171875rem; }
#Br3cmfbkquUk0AZlBNylEkIWfDgtChL8 { color:rgba(var(--color-secondary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:69.37451171875rem;left:9.375rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:73.12451171875rem;left:9.4368495941163rem;height:6.18489375rem;text-align:left;text-align-last:left;display:block; }#QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#N17mcEbdqJBLubqLufTTearLp6QpuMf7 { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:85.374664306637rem;left:9.4368495941163rem;height:4.56055rem;text-align:left;text-align-last:left;display:block; }#N17mcEbdqJBLubqLufTTearLp6QpuMf7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N17mcEbdqJBLubqLufTTearLp6QpuMf7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#MnMId0WBgkZ3qRSkJqRWCdc0RTa5zXbx { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:81.687347412113rem;left:4.49951171875rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#ePTRlEmm7HeXdsQ90KJRJKtcThMOO0qi { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:90.999664306637rem;left:4.49951171875rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:94.437164306637rem;left:9.4368495941163rem;height:19.1796875rem;text-align:left;text-align-last:left;display:block; }#vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#CzgpXFqzKsODAruvnmOnCXJNTuSMD1tT { color:rgba(var(--color-primary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:6.9254417419431rem;left:4.49951171875rem;height:1.2182625rem;font-style:normal;display:block; }
#qzO8zdCBceTS9yThpI10GGQepsFLFxgV { color:rgba(var(--color-primary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:116.99137306213rem;left:3.0354824066162rem;height:1.2182625rem;font-style:normal;display:block; }
#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 { position:relative;display:block; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 { background-color: transparent; background-image: none; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container > .video-iframe-container { display: none; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row > .video-iframe-container { display: none; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .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); }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 { border-width: 0; border-radius: 0; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#UnHnA9FPJsUDpqyCnCtzih8UbF9uFDs1 { color:rgba(var(--color-secondary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#MqqTTBQ8ppC679CP5pKX6KONFwdNryxm { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:21.124694824219rem;left:9.4368495941163rem;height:1.3997375rem;text-align:left;text-align-last:left;display:block; }#MqqTTBQ8ppC679CP5pKX6KONFwdNryxm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqqTTBQ8ppC679CP5pKX6KONFwdNryxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#wf40QZFz3uv0f7PTcsIk8mlk1kOCQ02r { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:6.5625rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#uQJIv99Aa9SgdFh4IVFGU6l1VAhOFUmN { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:17.874359130859rem;left:4.49951171875rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:9.5625rem;left:9.4375rem;height:6.537125rem;text-align:left;text-align-last:left;display:block; }#JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#bypVqm6SzQCBerwEHdVkeqWoPLrWgUq1 { color:rgba(var(--color-secondary-2),1);display:block;width:54.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:25rem;left:4.5621738433838rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#Hg2GZamihi4XETFsei59dcrykWy2daNJ { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:28.75rem;left:9.4368495941163rem;height:3.11198125rem;text-align:left;text-align-last:left;display:block; }#Hg2GZamihi4XETFsei59dcrykWy2daNJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hg2GZamihi4XETFsei59dcrykWy2daNJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#q7elKa9Ooyp27x4Oh9EatCEbEwJ5kAym { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:34.375rem;left:4.5621738433838rem;height:1.749675rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#whmTJ67i8su4nZBVmfbBPmTtnDQAqbv0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e7c43d, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #e7c43d, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #e7c43d, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #e7c43d, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c43d', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c43d', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #e7c43d, rgba(var(--color-secondary-3),1));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.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:38.687347412109rem;left:27.624509811401rem;display:block; }
#FbrPLqkW2c54x4sEOw75K7le1d6TNR0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp { position:relative;display:block; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp { background-color: transparent; background-image: none; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container > .video-iframe-container { display: none; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row > .video-iframe-container { display: none; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .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); }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp { border-width: 0; border-radius: 0; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#ERCKA91IGFPCtgOw41p5LW2tUorq0UEg { color:rgba(var(--color-primary-4),1);display:block;width:54.4375rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#EzWrOAAmnBKxyeafSMDaN3dd0WWGBSHE { position:absolute;display:block;z-index:15042;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.8125rem;width:1.8125rem;top:6.25rem;left:4.375rem;overflow:hidden;display:block; }
#rJXtqo1hbt2ozsg1NHKKZDu2uDq6eOsa { color:rgba(var(--color-primary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:6.25rem;left:7.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ { color:#353635;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:9.375rem;left:5.125rem;height:16.0213125rem;text-align:left;text-align-last:left;display:block; }#q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ li:before{  }
#CU9W0TFmFdSXrpAEfyXwDo5wliDZGrgK { position:absolute;display:block;z-index:15098;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:2.4375rem;top:6.25rem;left:38.625rem;overflow:hidden;display:block; }
#wsESekO4y04PKTnrRVlNy4dxsdyh4plT { color:#353635;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:9.4375rem;left:39.375rem;height:10.02525rem;text-align:left;text-align-last:left;display:block; }#wsESekO4y04PKTnrRVlNy4dxsdyh4plT li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wsESekO4y04PKTnrRVlNy4dxsdyh4plT li:before{  }
#M15z65ZGzesNTulVkkVqxfpshIBOhf1S { color:rgba(var(--color-primary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:6.4375rem;left:42.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#BlhVQX6Xt8163mXcJkCzheRdTr26tZqX { z-index:15018;top:25.9375rem;left:27.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#egznMS1SZhQVNBqW30u0gMvOEJX4xLIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO { position:relative;display:block; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO { background-color: transparent; background-image: none; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row .container > .video-iframe-container { display: none; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row > .video-iframe-container { display: none; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .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); }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO { border-width: 0; border-radius: 0; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .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; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IGPqfppF9SJwTTkl9tIGaTs0ewpPi2Ii { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:4.21875rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#PkQ5v3pdOIQ4bGJJ13f7PFfcZaVtgfPT { color:rgba(var(--color-primary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:5.71875rem;left:29.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xEmTEnAs0O16WyD7TZlx010VSnk4QUu4 { position:absolute;display:block;z-index:15061;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:4rem;width:4rem;top:10.6875rem;left:10.5rem;overflow:hidden;display:block; }
#LyX8NslZRIOGClVCdJ3Or5lOk4leTJHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:16.625rem;left:9.5625rem; }
#RGWQy01oeJAoUZcut86fwXbE1pkEBEta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:16.53125rem;left:34.46875rem; }
#zPuBbelFXU6ltiUcV9li5JgHGxkA6U46 { position:absolute;display:block;z-index:15062;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.125rem;width:4.125rem;top:10.625rem;left:35.3125rem;overflow:hidden;display:block; }
#O9lL2AhTsiLdmwugbzMVcwkEzp4o5Ior { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#tIBpL9UehcAVC7h4H5QLmGh4guoX9W6P { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:24.3125rem;left:25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#D74yN7fff8MFNPeSuZDJEH2SFFO3q1GK { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:24.3125rem;left:49.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#cIwhUt7B1U4LkUouS8Dfy2vJSh32BkPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:15.90625rem;left:57.84375rem; }
#mtXab35LTXhDN7cT2W3FPO06hqBv5vPm { position:absolute;display:block;z-index:15063;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.75rem;width:3.75rem;top:10.8125rem;left:59.625rem;overflow:hidden;display:block; }
#wOw3FGbi8seTTchAbSpanGKz1uO29h68 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c73c, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #e4c73c, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #e4c73c, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #e4c73c, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c73c', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c73c', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #e4c73c, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:28rem;left:28.40625rem;display:block; }
#d2Wof81CAI5004WscFxLKEBCySxmu5f1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { position:relative;display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { background-color: transparent; background-image: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container > .video-iframe-container { display: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row > .video-iframe-container { display: none; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .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); }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { border-width: 0; border-radius: 0; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(223,223,223,0.38);background-image:none;font-size:0.875rem;font-family:arial;height:105.5rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { box-sizing:content-box;height:70.3125rem;width:21.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2fa', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #e9f2fa, rgba(var(--color-primary-0),1));background-size:auto !important;top:18rem;left:3.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.249rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15038;line-height:1;letter-spacing:0;top:18.6875rem;left:10.0625rem;height:1.687825rem;text-align:center;text-align-last:center;display:block; }
#RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:22.875rem;left:12.5625rem;height:2.023925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { position:absolute;display:block;z-index:15041;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.4375rem;width:1.4375rem;top:23.125rem;left:10.625rem;overflow:hidden;display:block; }
#BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9355625rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:18.9375rem;left:29.9375rem;height:1.687825rem;text-align:center;text-align-last:center;display:block; }
#vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { position:absolute;display:block;z-index:15097;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.1248375rem;width:2.1248375rem;top:23.0625rem;left:55.9375rem;overflow:hidden;display:block; }
#qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:25.625rem;left:6.25rem;display:block; }
#Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:27.75rem;left:7.5625rem;height:51.27275625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oaPMHTRIidb5xw514O3RRVt9TbNWALyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:27.5625rem;left:5.0625rem; }
#MJaBswpkbephQNyodh82Fmrw3lsDZB4b { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0605625rem;position:absolute;font-family:sansita;font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:82.75rem;left:5.6875rem;height:1.72485625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:25.8125rem;left:28.75rem;display:block; }
#Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:16.25rem;top:22.0625rem;left:28.75rem;display:block; }
#wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { box-sizing:content-box;height:70.5625rem;width:21.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:17.6875rem;left:26.5302734375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#Cx0ZXa7GPvB03eDLbiABAKUfst1huffT { color:rgba(var(--color-primary-4),1);display:block;width:63.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:7.1875rem;left:4.5rem;height:6.9987rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { box-sizing:content-box;height:42.5625rem;width:21.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:18rem;left:49.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.249rem;position:absolute;font-family:sansita;font-size:1.6875rem;font-weight:normal;z-index:15071;line-height:1;letter-spacing:0;top:18.9375rem;left:55.9375rem;height:1.687825rem;text-align:center;text-align-last:center;display:block; }
#EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { color:rgba(var(--color-primary-4),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.8;letter-spacing:0;top:23.125rem;left:58.0625rem;height:2.023925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.122613125rem;width:16.25rem;top:51.1875rem;left:52.3125rem;display:block; }
#NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:28rem;left:30.1875rem;height:17.5406875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:28rem;left:52.9375rem;height:8.0957rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { position:absolute;display:block;z-index:15042;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.437175rem;width:1.437175rem;top:23.3125rem;left:33.25rem;overflow:hidden;display:block; }
#J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.8;letter-spacing:0;top:23.0625rem;left:35.25rem;height:2.023925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { box-sizing:content-box;height:3.75rem;width:13.4980625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-4),1);background-image:none;top:81.75rem;left:7.5rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6245rem;position:absolute;font-family:sansita;font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:82.75rem;left:32.6875rem;height:1.72485625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { box-sizing:content-box;height:3.75rem;width:13.4980625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;top:81.75rem;left:30.75rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0605625rem;position:absolute;font-family:sansita;font-size:1.375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:53.375rem;left:51.9375rem;height:4.538575rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:21.9375rem;left:6.0625rem;display:block; }
#LQvclGxCw6NHEHta2OKHWkyCImSnygcn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:46.4375rem;left:30.3125rem;height:30.2425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
#nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:82.75rem;left:29.9375rem; }
#ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { position:absolute;display:block;z-index:15055;background-color:#e9f2fa;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:22.0625rem;left:52.3125rem;display:block; }
#zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.124511875rem;width:16.25rem;top:25.875rem;left:52.3125rem;display:block; }
#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:37.25rem;left:53.625rem;height:12.2933125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
#yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:31.625rem;left:5.0625rem; }
#QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:37rem;left:5.0625rem; }
#Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:41rem;left:5.0625rem; }
#PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:47.75rem;left:5.0625rem; }
#rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:54.5rem;left:5.125rem; }
#QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:58.5rem;left:5.0625rem; }
#iElHmpS3GbbEymBl02HS51uV78oMTXMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:64rem;left:5.0625rem; }
#FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:68rem;left:5.0625rem; }
#bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:71.9375rem;left:5.0625rem; }
#tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:27.8125rem;left:27.875rem; }
#LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:39.9375rem;left:27.6875rem; }
#SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:31.875rem;left:28rem; }
#av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:27.75rem;left:50.625rem; }
#VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:33.25rem;left:50.625rem; }
#q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { color:#353635;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.8;letter-spacing:0;top:99.4375rem;left:21.40576171875rem;height:1.9124375rem;text-align:center;text-align-last:center;display:block; }
#HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { z-index:15019;top:62.561645507812rem;left:49.623413085938rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.62463125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { z-index:15020;top:89.75rem;left:26.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7495rem;height:4.624025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { z-index:15021;top:89.75rem;left:3.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c53a', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, #e5c53a, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7495rem;height:4.624025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.12109375rem;width:16.25rem;top:80.25rem;left:29.375rem;display:block; }
#ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.12207rem;width:16.25rem;top:80.25rem;left:6.0625rem;display:block; }
#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP { position:relative;display:block; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP { background-color: transparent; background-image: none; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container > .video-iframe-container { display: none; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row > .video-iframe-container { display: none; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .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); }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP { border-width: 0; border-radius: 0; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#BtetNI0Z1IpkNBuZkPADoXgwoX6KnxBN { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:9.625rem;left:29.4375rem;height:8.12175rem;text-align:left;text-align-last:left;display:block; }
#qJ6AspDR9MoeSzmB1TP6MxbucFOGOdi7 { position:absolute;display:block;z-index:15055;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:12.1875rem;top:1.5625rem;left:56.6875rem;overflow:hidden;display:block; }
#wKwsDMdGMJtwadq5O8o5frF196A8mDIb { color:rgba(var(--color-primary-4),1);display:block;width:40.3125rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#w7paf4T5ysrWPtr5GbMJHFq8aTtfSspU { position:absolute;display:block;z-index:15056;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:12.8125rem;width:18.1875rem;top:7.28125rem;left:10.1171875rem;overflow:hidden;display:block; }
#wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 { color:#353635;display:block;width:64.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:21.5625rem;left:9.375rem;height:14.1861875rem;text-align:left;text-align-last:left;display:block; }#wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d6094cee846cd29b8d4214d19999b8d01d660878.svg); }
#oTwCi4k7JC7DeS5yOxMwizgt3Xw2s68S { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:37.4501953125rem;left:23.8125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS { position:relative;display:block; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS { background-color: transparent; background-image: none; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row .container > .video-iframe-container { display: none; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row > .video-iframe-container { display: none; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .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); }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS { border-width: 0; border-radius: 0; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .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; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .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:79.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nlpbTiExI99ZZu5cZSZZoN2wMGdtEl66 { color:#353635;display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#R6Z8rKk4uiclEvmeNgvkxzJfVgWOAIR8 { color:#353635;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:16.3125rem;left:19.9375rem;height:2.436525rem;text-align:right;text-align-last:right;display:block; }
#z3zeO8Q511aGK7LSczmUlCXuAptDcH5H { color:#353635;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.125rem;left:4.6875rem;height:2.436525rem;text-align:left;text-align-last:left;display:block; }
#v6ibKKqRn1nvPvxJqw37s4ES3XpggApF { color:#353635;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:27.75rem;left:9.4375rem;height:2.436525rem;text-align:right;text-align-last:right;display:block; }
#HaXLOuLwwwnz7rQwWBbBcfJ0Dd9SiM4Z { box-sizing:content-box;height:3.25rem;width:31.9375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:9.875rem;left:7.25rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#c55T4E3TxXD74Rn6nBkqKObXy6qSbThW { box-sizing:content-box;height:5.0625rem;width:51.3125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:14.8125rem;left:19.375rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#i5SreA1L8FnvCsBVKpsR5ffDFbo6MFEB { box-sizing:content-box;height:5.125rem;width:47.4375rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:20.75rem;left:3.625rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#M3Tkv27oxpVkPnuwCexwHHKzHnUX48kR { box-sizing:content-box;height:4.375rem;width:51.25rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:26.75rem;left:9rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#ObUb28gPIF2zTMVUh1AWdBTHNNxynOz5 { color:rgba(var(--color-primary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:67.1875rem;left:48.625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#Q7WctRrOsxxDq2N6CTCig78L0bFQZxyM { position:absolute;display:block;z-index:15058;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:3.125rem;top:9.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#uVwU8pgtT2AE554TfyWRp5BNspgUxtRJ { position:absolute;display:block;z-index:15059;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:3.125rem;top:14.6875rem;left:18.4375rem;overflow:hidden;display:block; }
#XUZr4Efdvn216oON3Gs0mfVgWRThSEAl { position:absolute;display:block;z-index:15060;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:3.125rem;top:20rem;left:4.1875rem;overflow:hidden;display:block; }
#Gn7Ovpgd1vBTKTwMWBTC51c1Is3IkJDu { position:absolute;display:block;z-index:15061;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:3.125rem;top:25.875rem;left:9.4375rem;overflow:hidden;display:block; }
#giTg3xKOl104XfNgV1a6i0uKLGPZmAMR { color:#353635;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:34.8125rem;left:20.875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ks2srrQfZG8OayyyA5HM7DXmkHAwddNu { color:#353635;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:37.875rem;left:7.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#WuipfDCz4XqIZn2MWshb96EVPE9Tz0zW { color:#353635;display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:42.875rem;left:25.4375rem;height:2.436525rem;text-align:right;text-align-last:right;display:block; }
#I2leToVyR29U1EIFoXnTIUAPc7C2bHow { color:#353635;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:48.875rem;left:8rem;height:2.436525rem;display:block; }
#eJsWBcTNSMrUsr4EUqXKqe9HF81rZxiL { color:#353635;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:55.5625rem;left:6.875rem;height:1.13769375rem;display:block; }
#B9tkISAhO5JqDJZScQxH61Ed0Lb8h3Ig { color:#353635;display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:64.375rem;left:17.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#lu2EfucOpmPlaT2rlVMO7tcyBsBTFrwy { color:#353635;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:59.1875rem;left:39.3125rem;height:2.436525rem;text-align:right;text-align-last:right;display:block; }
#Oya3VTQbMv1ESc6STTsLZOsyv6DtDPeG { box-sizing:content-box;height:2.75rem;width:36.5rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:34.0625rem;left:34.25rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#wwZMzEqdo6QwNIbUoFlvRs3tHKOD910W { box-sizing:content-box;height:2.75rem;width:36.5rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:37.125rem;left:4.125rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#iEB577wmb00UuHoVarzoUxIWhUbAJZRd { box-sizing:content-box;height:5.125rem;width:47.4375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:41.5rem;left:23.3125rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#z6ubJNIGWzh11mLvJXicKiU1pRtKS7an { box-sizing:content-box;height:5rem;width:45.4375rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:47.6875rem;left:4.625rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#zkCuHlxSpymtkbXB4E8QHFm2dpXXgTNX { box-sizing:content-box;height:5rem;width:31.5rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:57.4375rem;left:39.3125rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#TGJtSmrknzocL4ZZCyRFIDLuOfrCacnq { box-sizing:content-box;height:2.75rem;width:36.5rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:54.8125rem;left:5rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#DnngAkakfeyiqHQHUw69R2T7JTzXS2Mz { box-sizing:content-box;height:2.75rem;width:36.5rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-3),0.1);background-image:none;top:63.625rem;left:16.9375rem;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;display:block; }
#mo8z6J4ga5JpZv6nDKSJtpNFlXxvR7CU { position:absolute;display:block;z-index:15061;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:3.125rem;top:32.5625rem;left:33.4375rem;overflow:hidden;display:block; }
#xiQnu0KR5s3QtgF1rNNLzVs9nxXqMVPd { position:absolute;display:block;z-index:15063;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:3.125rem;top:35.625rem;left:4.625rem;overflow:hidden;display:block; }
#Nv1796T8DVxVntLBggkh69Rnsg1Jv3k1 { position:absolute;display:block;z-index:15064;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:3.125rem;top:40.25rem;left:23.3125rem;overflow:hidden;display:block; }
#yL6shqSla6wZw4roqEWoMbKd6104tUq0 { position:absolute;display:block;z-index:15065;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:3.125rem;top:46.25rem;left:5.6875rem;overflow:hidden;display:block; }
#RwBagaIW12lFrnXGEUzVDTmn9l4kQ7Zu { position:absolute;display:block;z-index:15065;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:3.125rem;top:56.125rem;left:41.875rem;overflow:hidden;display:block; }
#UpAxMUZBS7xB64eVOd4by4B4nC4hExRv { position:absolute;display:block;z-index:15066;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:3.125rem;top:53.6875rem;left:4.5rem;overflow:hidden;display:block; }
#bvBWvp8FEnsn2Gh2I69TpIwHqfOsaCmR { position:absolute;display:block;z-index:15067;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:3.125rem;top:62.5rem;left:15.3125rem;overflow:hidden;display:block; }
#wKOKb1rRwBGKyrWtpmbT9mbWlvaezB3u { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#XJ2RnctE2schDKT70eLbQDhwGnEcNLvr { background-color:rgba(var(--color-secondary-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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.74975rem;height:4.62463125rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:71.42578125rem;left:27.623901367188rem;display:block; }
#sVR7EqwLl55HmL9aSRl6GKi421K1Zcmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm { position:relative;display:block; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm { background-color: transparent; background-image: none; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container > .video-iframe-container { display: none; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row > .video-iframe-container { display: none; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .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); }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm { border-width: 0; border-radius: 0; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9f2fa;background-image:none;font-size:0.875rem;font-family:arial;height:65rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#X5z9lknL1QpFXt81BRdakMRxbQi6Fnyp { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#T3cZwXJ0gphKwcACrLataC41uNTWwPzv { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .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; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-primary-4),1);height:auto; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-trigger.adaptive-delivery-prevent-bg, #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-trigger.lazyload, #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-trigger.lazyloading { background-image: none; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15055;background-color:#e9f2fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8rem;left:3.5625rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #w6Vr5wfBV6ZiQsqQBuEUnnCA30bim0TO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uXTmeELicuFoQ6J7oZXDF5ZFNEa1VaOW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UIBcJw7OlIgLm8GMWFFTO9xdAQ5cZpnE { display:block;position:relative; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mJR7fwQT1UAufPMfDvayOtOq7T0ad4be {  }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #c66TRG3R1Ta6C0qzaLfGouBLGcN6tzyW {  }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #zFEqqmR5hZDHK2eBMUExhEC0tOtP8pN0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #Luurtl44O37eF4cdZDgKw0Qky0gWVwEy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #rHUg7ogUlV4vxrmlwPTcrfEtWMBVVSU3 { display:block;position:relative; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #DbIoZPrRZFcDwALeatmkKTJPAes3R5OV {  }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #FxXDMu5Hp6FpWlDg182AJGXRvDi5b6XE { display:none; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UVWD7cFo86UGOni7t0qImTp3PXl5gW8Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mqQkQ2rolFgdM7uyLbS0mE9nWyCT8JLw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #IHCNI0IE1c52Hfw4Xdsh04UMvX7JZLwA { display:block;position:relative; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #yk5JCw6wx2kd62kNJRefLuiIBU6CQmJc {  }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #aKR0xdISfZTe1gk6O27fnkxFpHlHf6X9 { display:none; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #swceThI1hdxnUpDWashDa0iyiTi7qTw8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #ls02KEI4LfLaFNQbDDGBvDqTFPZvq93v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uZIBwAwpb10UKAc43zmhZc68x7kSIJr7 { display:block;position:relative; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #e03BBvcELu7IdmfDugFuzLeemSWeLc4N {  }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #CuMMDp8h7gP3215Jv6yXfLCz8xtLT8G5 { display:none; }
#twUBbrKeCg6yRJdDx5xsdKLeVT7UL3W8 { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:24.75rem;left:4.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e9f2fa;background-image:none;vertical-align:top; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .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; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-primary-4),1);height:auto; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-trigger.adaptive-delivery-prevent-bg, #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-trigger.lazyload, #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-trigger.lazyloading { background-image: none; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15056;background-color:#e9f2fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:26.375rem;left:3.5625rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Ws5Jp8NBbM5gu9lJ792aTcPZCbFaFsGT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CAvXhsXD7DnvHgaPaPr9b00Jd4hFnUoV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #paR8J4eZ6uJ4y9uEmF6fIKzrhmPuXOfy { display:block;position:relative; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #NEO8dzvG2nrSldO2chVufUrnwDMTN11A {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LxI10FA0evH2ieOCggJbdNpwkRJaWMxc {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #XItl1LNx9Qg2gEyxw6o8rCv2eTroiMzM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #sMfQdzdAGKsIOz1KinQ8Moa6B8rr7MwH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #uQfRSLa6VVVamIxk62xIqMsnUgFdWy0m { display:block;position:relative; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #hb7KLUfTTMzaqPIy73SbJohBBCmhQiK1 {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #a4gdWRF7bzdceR5JoNSCwL6GbRHAoFth { display:none; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #rqpVNhrBdlccCtbhdf3sBmTRNdHQ7V6u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #nmAR46u5RTLbeuFV2fA5uXzfGZkk4ish { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #voLD3Tlz2pZpZkMPwWsEMeL04SwtnWF5 { display:block;position:relative; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Td2qfL3L8LS62XtTbREK2vpuWFTWOB1y {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Q73syDgc2V6KeIZkLM2exAo5wxxqv6HW { display:none; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #T8VaU2bNvUMJDvR8UEnlKTQgUUZmB7IG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CcCy78zqtZu5JgV3s4PPfe7K7FULVJnL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #qXKGUmZQITcKoTwVNTya8Rdz1Gh6wEit { display:block;position:relative; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #ibisQ7bieZCMCt22uuOJPuFcwTHocRCK {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #TmP2U7bd7UitlVwPD5neJUFQAr4zTVym { display:none; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #w5EVuVD9Un81iGEfLxXkDm1lhLctTcKU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #wMCU0oDN4k0evPdsANiv8vVto6fUleJv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LGV1OZOTJV1DdxMPdospMRiiLB3CEFee { display:block;position:relative; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #vpJsZzKvGxT9dmn80pax6lk3CWFxJpsU {  }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #QuvFJz9ZNeAk6S4nn1Ou89O74aN31C9b { display:none; }
#cxtK5TF13XWh3J3OPFoiO3TnHXawl1Ah { color:rgba(var(--color-primary-4),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:46.375rem;left:4.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e9f2fa;background-image:none;vertical-align:top; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .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; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-primary-4),1);height:auto; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-trigger.adaptive-delivery-prevent-bg, #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-trigger.lazyload, #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-trigger.lazyloading { background-image: none; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15057;background-color:#e9f2fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:48rem;left:3.5625rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #u83Kr7GpmIu4VuyxXyXLkJMRDCousR9m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #JL8elk5pL2AhZ9QLvzy8eRIOr8Dh19IT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #XoupZeDldhrRuAUJ5VzEuZf4chCMP1QI { display:block;position:relative; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #xMd1hf3QeIqOwme0JnUoPBa26ph01xXh {  }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #pGwkTGgiXmOH1MbNAmXL5UaJ5XfEWaAA {  }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #IE5AE7nOTl99QiZCVxTGDcqrTnK0H480 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #drQD0Tq4p7hTumTnvuh6AIVehpOewwWe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #RMkNh3vG9UKlOAENseTVbPWRabNA3COe { display:block;position:relative; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Oz5Rth87rhS2IF9dmvrb4dTWgUxuRFKz {  }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #THSqUzFByw6cT4N2QGkbOltEeq92R8ke { display:none; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #PkVSaVK9iEcLXXkm5IvaT1OCBzsgbopp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Lq0avuatPHyys3vvzpJ9y28LzGRVfNPD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #MOdg30aKzTTKTPENT548vUNDvKMuFQ6y { display:block;position:relative; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Fqlql6fVTaOUhoyfMNCN700I2cw1xgfl {  }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #wWvXPGNhM5knQIIEExBGa3KiwwBeVG5P { display:none; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #EdqH03poGZUAV1h4RBASEx8sDKQDW2fo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #d5arN7QQTVS5N6vLFLtQ80i1U6TFvAWs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #KluygttzIhbF08RGaf4VG7Orl8qF4lqH { display:block;position:relative; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #bu7b6xpEW2iON2cGSNSqNk2QFNQE6Oof {  }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #mIv5HTpUNt3GhO94Vw5iqJiGpZpCvKBR { display:none; }
#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 { position:relative;display:block; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 { background-color: transparent; background-image: none; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row .container > .video-iframe-container { display: none; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row > .video-iframe-container { display: none; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .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); }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 { border-width: 0; border-radius: 0; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .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; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cqHwR2CieECDCvZVJE7CyI3WtWoW9HDW { background-color:rgba(var(--color-secondary-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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.6240234375rem;left:27.625rem;display:block; }
#KNuhEoSe1weoFt3nOqk6X7zaBreTBlDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEsqFsyO6HMtmpOPe7myIWdqH7C2u8gM { color:rgba(var(--color-secondary-2),1);display:block;width:66.5625rem;position:absolute;font-family:sansita;font-size:1.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:2.5545248985291rem;left:4.5rem;height:2.11263125rem;text-align:left;text-align-last:left;display:block; }
#V1yWVtHFGEByGzhpGiT68VXJmkKvr8vA { position:absolute;display:block;z-index:15061;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.3125rem;width:11.3125rem;top:3.8408203125rem;left:50.12109375rem;overflow:hidden;display:block; }
#F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX { color:#353635;display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:6.77734375rem;left:4.5rem;height:7.80925rem;text-align:left;text-align-last:left;display:block; }#F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { background-color: transparent; background-image: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container > .video-iframe-container { display: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container { display: none; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .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); }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { border-width: 0; border-radius: 0; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:9.0625rem;height:5.68440625rem;font-style:normal;display:block; }
#sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;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:6.3125rem;left:57.9375rem;height:4.8991rem;font-style:normal;display:block; }
#vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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:11.9375rem;left:31.875rem;display:block; }
#JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { 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:6.125rem;left:48.8125rem;height:1.224975rem;font-style:normal;display:block; }
#ONz5T365wBRwsklFvax0M5hJGwy646LX { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;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:6.0625rem;left:35rem;height:1.224975rem;font-style:normal;display:block; }
#SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;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:13.0625rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { 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:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-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:11.9375rem;left:7.5rem;display:block; }
#BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { 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:5.9560546875rem;left:33rem; }
#Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { 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:6rem;left:46.875rem; }
#qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { 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:6.125rem;left:55.875rem; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.5625rem;left:49.9375rem; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { 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:15031;top:15.15625rem;left:61rem; }
#m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { 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:15032;top:15rem;left:64.875rem; }
#yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { 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.875rem;width:16.0625rem;top:2.21240234375rem;left:9.0625rem;overflow:hidden;display:block; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.5625rem;left:54.9375rem; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.5625rem;left:59.875rem; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#vqby4O36fyzf8W0QClLgSIi53mR4XQyu { 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:15036;opacity:1;top:14.5625rem;left:9.0625rem; }
#VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.4375rem;left:13rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y684azK0HoVFtOrrdwWzzgKyakLTn7rn { width:5.625rem;height:2.25rem;top:5.125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFb7h9XG4tRtpP1bzefcxmpmOyEgqi2U { display:block; }
 }@media only screen and (max-width: 763px) { #Tn4TiMR6pLADaAId85JKKD35GyEoca5l { width:3.4375rem;height:2.1875rem;top:5.1875rem;left:29.371908187866rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naft7lWZVKDGfftEf8KTcy7FSTD1PQbT { display:block; }
 }@media only screen and (max-width: 763px) { #NycSZmaFL911Oz7O4upd2FNTa4X699Vd { width:7.9375rem;height:2.3125rem;top:5.1875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlcTtgavQrImUXxTm7tFqEqTlr7xQbvd { display:block; }
 }@media only screen and (max-width: 763px) { #OXTJKZtWnzCfIFrfAnqUvkal9T7s1StQ { width:8.8125rem;height:2.25rem;top:5.125rem;left:18.436521530151rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbmA0cJnpQPUTg1AyKDSBQRJnalxnf0 { display:block; }
 }@media only screen and (max-width: 763px) { #T3e6koi67Jd1u2dR9KqxdMhuuATbCOGL { width:47.75rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { width:11.8125rem;height:2.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFi0WEkn5T2iuTk04bMlxtZW00Tq4fKm { top:0.75rem;left:38.125rem;width:9.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUSrKEERNEGAcqXGqx4NGu4PobfGfoRW { display:block; }
 }@media only screen and (max-width: 763px) { #Z59AW8OgHi1eO2FCF2BhFQEXhTcoTMOD { width:6.375rem;height:2.25rem;top:5.125rem;left:35.587076187134rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTMQJO87gLkITm6UtlgqbgwXq4JQHnc { display:block; }
 }@media only screen and (max-width: 763px) { #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { display:block; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { background-color: transparent; background-image: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .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); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { border-width: 0; border-radius: 0; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTtdh7JVxCk2pqehHtO9sL4SaLqWV9QL { width:20.8125rem;height:13.5rem;top:22rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLN9nBvFp8CoZaxU5wmF0lDD9H6ohkF { width:6.25rem;height:0.3125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adAgR1Fg5XPA0qgxChORA3IviL3eqIw6 { width:23.125rem;height:5.125rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0LMucS1JROU9XNDrO1Vsz0H5lFzeiWp { display:block; }
 }@media only screen and (max-width: 763px) { #RipP80tVwEmrVCoWQeiPrxddmRmoJ0Nu { width:47.75rem;height:3.25rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9kKtVK6vvTDyHLdcTFQU8hUPzLT30tt { width:18.4375rem;height:2.1875rem;top:7.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQTiH6lU49KyIoTGwLpCdFPXnKqm6Bo { width:1.5625rem;height:1.5625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmwDLGA0eiI4iQ61QdHxp0eMNloiTK3W { width:1.5625rem;height:1.5625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouiQkUB7X0S5s5GOTvmDqezdTbspdxCp { width:1.5625rem;height:1.5625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFiomTyQCfhi0kwbxHbPSTNLgb5EiXyS { width:20.8125rem;height:13.5rem;top:22rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXm6FETI0ZXi8FOAeea9JpziuuL6tlbe { width:20.8125rem;height:13.5rem;top:22rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu { display:block; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRxvZFfpp87kC9E4FzL50GzLc2yw1Dhb { width:47.75rem;height:4.1875rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3THkaWsxQqySCrET8J7yCiw1C78WXhq { display:block; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BemhWNZhsc4hZrRkgtLZwbThTtxR1Qni { width:2.6875rem;height:2.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHV68QEwA29xTVOEeIMupUrv0E0AWPoZ { width:22.1875rem;height:0.89355625rem;top:1.875rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNO4aSU0OSyKJmJBn0ehffrD6u1eRy4h { width:2.6875rem;height:2.6875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9JAPnqpMTB5Z2LalO2ChcCaQEZiAS2a { width:31rem;height:0.8125rem;top:5.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDO0D9U0eEHtMHhycpln4wCy0Ipg3oN5 { width:2.6875rem;height:2.6875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXiEaCFtEpoAuzFDZgFTJQayve6hX0TO { width:39.5rem;height:0.8125rem;top:8.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGg2vHTsEWeVmbTpFfJ6PTN6GI9GSZml { width:2.6875rem;height:2.6875rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkuoDzMOvgcTEIFFzJyUZSZlw3cqBrU1 { width:40.5rem;height:0.8125rem;top:11.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mywGHehhh1swcsLbNGn65KySinAWxTkU { width:33.9375rem;height:2.4375rem;top:16.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTUTXoNc3Jh7fIZXT9VyZWgiihOvUXS { width:2.6875rem;height:2.6875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKmmdKi1FLTAcyhG7rUSZIuL5zVgltbB { width:32.125rem;height:0.8125rem;top:14.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsRK4HSTmHQM9HO2moL5wWHJoReWzEtf { width:2.6875rem;height:2.6875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7KZyA8quHJpTST2fkvohIwi37MgZHm2 { width:32.1875rem;height:0.8125rem;top:18.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqkrIKvX4xRWeCf7pLbAmBE8NOU4akW { width:2.6875rem;height:2.6875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNixUZ4aoO4SZCluFs55zhTryU3GpU81 { width:27.1875rem;height:0.8125rem;top:21.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9161xoREVr3tGpaKaoQXkAJocDyz4kh { width:26.625rem;height:18.8125rem;top:3.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmszv34MLOedZR8AQEK0mayRVxz3f7uh { width:2.5625rem;height:2.5625rem;top:11.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCgT3TMoXJzb8rMmUEts5b7q0X52awWf { width:4.3125rem;height:4.3125rem;top:2.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqQ1DXCkHH9RqfO1TDasDfLMp2ooioB { width:4.125rem;height:4.125rem;top:13rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1sATF1aGGXPP71PQxwLPB2mMOX49y8E { width:3.5rem;height:3.5rem;top:6.4375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTWeN7Rt8XWswhAHOJKwmmCGqs1QbLh { width:4.125rem;height:4.125rem;top:1.4375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCygixRKWsJT25oIavvcHGlzpHVpavD { display:block; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFGGLEC5ftyUTbPGtDrMMTbH4TG10VnP { width:47.75rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4RTzb0w0LZ73op1SxauES9LH6yT1Ak { width:22.5rem;height:1.3125rem;top:7rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpvguFJuxhbQQQUTp2QadKrWDai0xbR { width:22.5rem;height:1.3125rem;top:4.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFJBEpyldtCLdL0xB4FmiJ1uMIyS2RbT { width:22.5rem;height:9rem;top:10.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGg3JmQEOZXG3QMXwXLDbv7BQRdrcW8D { width:21.0625rem;height:14.893608404664rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1sXZlT8EnQT6WCqivDkokJUNKcy0CWa { width:27.5rem;height:2.5996125rem;top:5.1875rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f { display:block; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIzA0E3RxIhUtmv8N9p8kbnh71W79arK { width:39.4375rem;height:0.9746125rem;top:3rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJVOoMUL2HVRxQFH4v5wMENITz26TF9 { width:11.625rem;height:11.625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvTR4Mi2ICWek5f0qNKslcrL4ClNawdS { top:14.5625rem;left:24.871704101562rem;width:19.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5g4TTJTi7hbAfdwLJZLsROCHvGidfM { display:block; }
 }@media only screen and (max-width: 763px) { #b2EIpBM7Fkxf072qMXEbocR0l4vTCpnT { width:39.4375rem;height:0.9746125rem;top:6.1875rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsyaObXdnItqn8KC5Z8gtf1sMPLCtgtp { width:39.4375rem;height:0.9746125rem;top:10.375rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHkklwOGpF3sttDZphCnml8ASmJTcP6f { width:10.625rem;height:7.875rem;top:9.4375rem;left:0.13042640686035rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR { display:block; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5fpgreIdK633pdN7uh1JJAxrgaGd503 { width:47.75rem;height:20.71875rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFaVs5RvtRKEUKQuRTumMRPUMtpzrTiT { width:1.4375rem;height:1.4375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcdGqCxfFKrDsTJUUaT0pE6y0k4Hit1V { width:1.375rem;height:1.375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4zOfZ3Iia9ayBI219cM2WPXcbePNkEh { width:1.375rem;height:1.375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xonD8PkV2MIRxG8DTINC5WJZJtehlf { width:1.375rem;height:1.375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VofyBF3p51H1dJIRcNPxfgg7LBEnkTu1 { width:1.375rem;height:1.375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfNpaTntn1c5P7MtfpvLo24cuCaTvbqE { width:1.375rem;height:1.375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ0OPAgzKPrvCnkRRT3zubwB0bHQDSC1 { width:1.375rem;height:1.375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcKd10XC3IKJrHqzJ6BKn4JTDJpxaKzD { width:1.375rem;height:1.375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGHr4xgb4lrRPCv2vTi7dfLiI8w5qJdh { width:47.75rem;height:1.29980625rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTHeXnn4ZUClr582T1yzgtAT8G8TLEQ { width:19.75rem;height:4.625rem;top:30.625rem;left:13.998901367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2hkzbuLZhFPXtIn7STZQsDXmx0iSrd1 { display:block; }
 }@media only screen and (max-width: 763px) { #QazPpVZNcb77TXQEvHNW0FaakHLsTNHT { width:47.75rem;height:0.9746125rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 { display:block; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ7EX1lVuAd6PvogcwpzsDTTdGgPAeTG { width:47.75rem;height:1.29980625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWI2dWpeRVAtM8pmOOgsvt5TvKKUTr3u { width:1.4375rem;height:1.4375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqOs5solNultTKusaMtszEZQU0kv65Ek { width:1.4375rem;height:1.4375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEE2ebRLwUTdTTfyFJVZxSboTzfA0G5p { width:1.4375rem;height:1.4375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWawbsF0yPNmidGpkAqAdkaZlnTNRZu { width:47.75rem;height:7.03125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflmpK59cbSqUqMcVL1GuT7Xsykwd4Wt { width:47.75rem;height:1.21875rem;top:5.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5gSnCf3Uy1OkyZDRGST50tT4mpzVZvm { width:18.75rem;height:9.4375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShnNTb7RTiJHuZehdW6hitFwu2yqgPd { width:15.4375rem;height:4.875rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOoabfFcAUR4wFshFhIgga69M7vof1N { width:22.25rem;height:1.21875rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6Ke6wW5dFwNmKs4zSQbItlpzR1HyL { width:4.5rem;height:4.5rem;top:23.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3DJINONhOie12uZ4d09lxsRzD2tKZR { width:18.75rem;height:9.4375rem;top:17.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXXXHqIMTFSB9iJOTTJ8twSLdvnhZELM { width:15.4375rem;height:4.875rem;top:20.4375rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT3UdN0lp8tyWO9WekeGa74msedmiRq { width:20rem;height:1.21875rem;top:18.5625rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amnOWIKbKJ5nATx3Tg9hrNu9ovyUr7Gq { width:3.25rem;height:3.25rem;top:23.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOsT16Om0VsTdTcVirVsRQhN3gy61zUt { width:18.75rem;height:9.4375rem;top:17.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxzoUSyIDmCoHCMZNLPFTZTNPIKD0EEx { width:18.25rem;height:1.21875rem;top:18.875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdfSMfVpbMhnLXJ1barZFWrcgDOKdRPB { width:15.4375rem;height:3.65625rem;top:20.625rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJJD95aW3MWUkpmGQM6ZHwl2MSgcmyc { width:2.4375rem;height:2.4375rem;top:24.1875rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnzxBG0H1RefNDZxBWxL5rKS4bMnDw0 { width:47.75rem;height:0.9746125rem;top:30.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu { display:block; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNTDyrh0a5VO6yNeiGWLOSggg7doSxyq { width:5.4375rem;height:1.13720625rem;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubLT9MzED9Dc4wtnBXSD8x7ZNtHtipA { width:5.4375rem;height:1.13720625rem;top:10.5625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZbOhRQhEZhOfSn6muKZkTAbvLBIHbq3 { width:8.5rem;height:1.13720625rem;top:10.5rem;left:17.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gTb3rTtJxwFZIBCQTw6S6IoaMu9Vg3 { width:8.5rem;height:1.13720625rem;top:10.5rem;left:30.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6E3xyalXkiPRWAaIAauKdr3b0ol8zLt { width:13.25rem;height:1.13720625rem;top:10.5rem;left:34.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkuaGQm8GTWdn5E15G1ozHCl1wSdUTOm { width:4.5625rem;height:4.5625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1Z2pmehla5SOkAfmS9rETuivsXTUov { width:3.625rem;height:3.625rem;top:6.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWvvoJn8xG10zDnq6KCCKKKoA6ErwsB { width:4.5rem;height:4.5rem;top:5.875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVef1beGJHcbMZPcvTXBtDu3AM2WWO6 { width:3.9375rem;height:3.9375rem;top:6.3125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFzbkF1JWNAEzHnxe5SVwpDLeQT80Go { width:3.25rem;height:3.25rem;top:6.4375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cueMhFS0nKpspCp73y4CODcx8Ab1TLJZ { width:47.75rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z { width:47.75rem;height:6.1875rem;top:16.9375rem;left:0rem;font-size:0.9375rem;display:block; }#pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z li:before{  }
 }@media only screen and (max-width: 763px) { #HcFnVqtDVH0cGNXpwr3PE8IDW7TGsKpP { width:47.75rem;height:1.29980625rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 { display:block; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsoDTIzV1GsXbHxao73JZ6yM6lTgp563 { width:47.75rem;height:2.0625rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9AgTgVNWi8XbznXnRviftTq8lULXges { width:47.75rem;height:1.625rem;top:15.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDMHogx4vnwmlV4dzh8rRn35OydCp88 { width:47.75rem;height:;top:18.4375rem;left:0rem;font-size:0.9375rem;display:block; }#dwDMHogx4vnwmlV4dzh8rRn35OydCp88 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #wmJRIK9nGWGKizDhKfUEfarHULJ3Pcvi { width:4.75rem;height:4.75rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDIWqO4V98AVlhZ7Ku1BfeDGlaAeqPuy { width:47.75rem;height:1.625rem;top:31.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT { width:47.75rem;height:4.5625rem;top:34.5625rem;left:0rem;font-size:0.9375rem;display:block; }#C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #EnuUyTonvfiJ5QUOyRUzkZxau00lqtiq { width:47.75rem;height:1.625rem;top:41.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 { width:47.75rem;height:1.3125rem;top:44.5625rem;left:0rem;font-size:0.9375rem;display:block; }#H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #ATtMyAkomF4a5XDvTzPbU6W2K5KPEAvz { width:47.75rem;height:2.0625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THwAT01F447hVLdEwmFmWTK5CusLe4oM { width:47.75rem;height:2.9375rem;top:64.4375rem;left:0rem;font-size:0.9375rem;display:block; }#THwAT01F447hVLdEwmFmWTK5CusLe4oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #CTlV4UcADd2Iw2sdltUVAmVIxwEz81rg { width:47.75rem;height:1.625rem;top:61.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0q2gCBsaib55yfSFaR4OEJ17NAutuy { width:47.75rem;height:;top:55.375rem;left:0rem;font-size:0.9375rem;display:block; }#CN0q2gCBsaib55yfSFaR4OEJ17NAutuy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #mTiXqxeHOQldKsDTD7geA1sdJhvcw70z { width:47.75rem;height:1.625rem;top:52.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWIINW09k8cue2N7F8V3ZoLfe2aEpoW6 { width:47.75rem;height:2.0625rem;top:48.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3f21hCMok5qE9wJ6UcP5orndRsNTIn { width:4.125rem;height:4.125rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqezOGe2u4dF5hxzXFzIDpC8rREdZwA { width:3.875rem;height:3.875rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br3cmfbkquUk0AZlBNylEkIWfDgtChL8 { width:47.75rem;height:2.0625rem;top:69.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe { width:47.75rem;height:;top:73.0625rem;left:0rem;font-size:0.9375rem;display:block; }#QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #N17mcEbdqJBLubqLufTTearLp6QpuMf7 { width:47.75rem;height:;top:85.3125rem;left:0rem;font-size:0.9375rem;display:block; }#N17mcEbdqJBLubqLufTTearLp6QpuMf7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #MnMId0WBgkZ3qRSkJqRWCdc0RTa5zXbx { width:47.75rem;height:2.0625rem;top:81.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTRlEmm7HeXdsQ90KJRJKtcThMOO0qi { width:47.75rem;height:2.0625rem;top:90.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL { width:47.75rem;height:19.1875rem;top:94.375rem;left:0rem;font-size:0.9375rem;display:block; }#vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #CzgpXFqzKsODAruvnmOnCXJNTuSMD1tT { width:47.75rem;height:1.1875rem;top:6.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzO8zdCBceTS9yThpI10GGQepsFLFxgV { width:47.75rem;height:1.1875rem;top:116.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 { display:block; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnHnA9FPJsUDpqyCnCtzih8UbF9uFDs1 { width:47.75rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqqTTBQ8ppC679CP5pKX6KONFwdNryxm { width:47.75rem;height:1.375rem;top:21.0625rem;left:0rem;font-size:0.625rem;display:block; }#MqqTTBQ8ppC679CP5pKX6KONFwdNryxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #wf40QZFz3uv0f7PTcsIk8mlk1kOCQ02r { width:47.75rem;height:0.9746125rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJIv99Aa9SgdFh4IVFGU6l1VAhOFUmN { width:47.75rem;height:2.0625rem;top:17.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL { width:47.75rem;height:4.4375rem;top:9.5625rem;left:0rem;font-size:0.625rem;display:block; }#JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #bypVqm6SzQCBerwEHdVkeqWoPLrWgUq1 { width:47.75rem;height:2.0625rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2GZamihi4XETFsei59dcrykWy2daNJ { width:47.75rem;height:3.0625rem;top:28.75rem;left:0rem;font-size:0.625rem;display:block; }#Hg2GZamihi4XETFsei59dcrykWy2daNJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #q7elKa9Ooyp27x4Oh9EatCEbEwJ5kAym { width:47.75rem;height:1.75rem;top:34.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whmTJ67i8su4nZBVmfbBPmTtnDQAqbv0 { width:19.75rem;height:4.625rem;top:38.625rem;left:13.999509811401rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbrPLqkW2c54x4sEOw75K7le1d6TNR0I { display:block; }
 }@media only screen and (max-width: 763px) { #r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp { display:block; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERCKA91IGFPCtgOw41p5LW2tUorq0UEg { width:47.75rem;height:1.29980625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzWrOAAmnBKxyeafSMDaN3dd0WWGBSHE { width:1.8125rem;height:1.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXtqo1hbt2ozsg1NHKKZDu2uDq6eOsa { width:27.9375rem;height:0.9746125rem;top:6.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ { width:31.25rem;height:9.125rem;top:9.375rem;left:0rem;font-size:0.625rem;display:block; }#q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ li:before{  }
 }@media only screen and (max-width: 763px) { #CU9W0TFmFdSXrpAEfyXwDo5wliDZGrgK { width:2.4375rem;height:2.4375rem;top:6.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsESekO4y04PKTnrRVlNy4dxsdyh4plT { width:31.25rem;height:6.375rem;top:9.4375rem;left:16.5rem;font-size:0.625rem;display:block; }#wsESekO4y04PKTnrRVlNy4dxsdyh4plT li:before{  }
 }@media only screen and (max-width: 763px) { #M15z65ZGzesNTulVkkVqxfpshIBOhf1S { width:28.375rem;height:0.9746125rem;top:6.4375rem;left:19.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlhVQX6Xt8163mXcJkCzheRdTr26tZqX { top:25.9375rem;left:13.9375rem;width:19.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egznMS1SZhQVNBqW30u0gMvOEJX4xLIU { display:block; }
 }@media only screen and (max-width: 763px) { #vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO { display:block; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGPqfppF9SJwTTkl9tIGaTs0ewpPi2Ii { width:47.75rem;height:1.29980625rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQ5v3pdOIQ4bGJJ13f7PFfcZaVtgfPT { width:15.5625rem;height:1.13720625rem;top:5.6875rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEmTEnAs0O16WyD7TZlx010VSnk4QUu4 { width:4rem;height:4rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyX8NslZRIOGClVCdJ3Or5lOk4leTJHC { width:5.875rem;height:5.875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGWQy01oeJAoUZcut86fwXbE1pkEBEta { width:6.0625rem;height:6.0625rem;top:16.5rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPuBbelFXU6ltiUcV9li5JgHGxkA6U46 { width:4.125rem;height:4.125rem;top:10.625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lL2AhTsiLdmwugbzMVcwkEzp4o5Ior { width:25.125rem;height:0.9746125rem;top:24.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBpL9UehcAVC7h4H5QLmGh4guoX9W6P { width:25.125rem;height:0.9746125rem;top:24.3125rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74yN7fff8MFNPeSuZDJEH2SFFO3q1GK { width:25.125rem;height:0.9746125rem;top:24.3125rem;left:22.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIwhUt7B1U4LkUouS8Dfy2vJSh32BkPF { width:7.3125rem;height:7.3125rem;top:15.875rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXab35LTXhDN7cT2W3FPO06hqBv5vPm { width:3.75rem;height:3.75rem;top:10.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOw3FGbi8seTTchAbSpanGKz1uO29h68 { width:19.75rem;height:4.625rem;top:28rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Wof81CAI5004WscFxLKEBCySxmu5f1 { display:block; }
 }@media only screen and (max-width: 763px) { #ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { width:21.75rem;height:70.3125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { width:8.1875rem;height:1.25rem;top:18.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { width:5rem;height:1.79980625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { width:1.4375rem;height:1.4375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { width:14.875rem;height:1.25rem;top:18.9375rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { width:2.0625rem;height:2.0625rem;top:23.0625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { top:25.625rem;left:0rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { width:15rem;height:51.25rem;top:27.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPMHTRIidb5xw514O3RRVt9TbNWALyC { width:1.6875rem;height:1.6875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaBswpkbephQNyodh82Fmrw3lsDZB4b { width:17rem;height:0.8999rem;top:82.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { top:25.8125rem;left:15.125rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { top:22.0625rem;left:15.125rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { width:21.75rem;height:70.5625rem;top:17.6875rem;left:12.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx0ZXa7GPvB03eDLbiABAKUfst1huffT { width:47.75rem;height:3.5rem;top:7.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { width:21.75rem;height:42.5625rem;top:18rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { width:8.1875rem;height:1.25rem;top:18.9375rem;left:39.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { width:6.875rem;height:1.79980625rem;top:23.125rem;left:40.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { top:51.1875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { width:15rem;height:6.75rem;top:28rem;left:16.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { width:15rem;height:3rem;top:28rem;left:32.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { width:1.375rem;height:1.375rem;top:23.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { width:5rem;height:1.79980625rem;top:23.0625rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { width:13.4375rem;height:3.75rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { width:9.5625rem;height:0.8999rem;top:82.75rem;left:19.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { width:13.4375rem;height:3.75rem;top:81.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { width:17rem;height:4.5rem;top:53.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { top:21.9375rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvclGxCw6NHEHta2OKHWkyCImSnygcn { width:15rem;height:13.75rem;top:46.4375rem;left:16.6875rem;font-size:0.625rem;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
 }@media only screen and (max-width: 763px) { #nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { width:1.25rem;height:1.25rem;top:82.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { top:22.0625rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { top:25.875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { width:15rem;height:4.5rem;top:37.25rem;left:32.75rem;font-size:0.625rem;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
 }@media only screen and (max-width: 763px) { #yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { width:1.6875rem;height:1.6875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { width:1.6875rem;height:1.6875rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { width:1.6875rem;height:1.6875rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { width:1.6875rem;height:1.6875rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { width:1.6875rem;height:1.6875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { width:1.6875rem;height:1.6875rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElHmpS3GbbEymBl02HS51uV78oMTXMV { width:1.6875rem;height:1.6875rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { width:1.6875rem;height:1.6875rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { width:1.6875rem;height:1.6875rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { width:1.6875rem;height:1.6875rem;top:27.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { width:1.6875rem;height:1.6875rem;top:39.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { width:1.6875rem;height:1.6875rem;top:31.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { width:1.6875rem;height:1.6875rem;top:27.75rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { width:1.6875rem;height:1.6875rem;top:33.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { width:47.75rem;height:1.29980625rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { width:25.125rem;height:1.9121125rem;top:99.4375rem;left:7.78076171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { top:62.5rem;left:26rem;width:21.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block; }
 }@media only screen and (max-width: 763px) { #dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { top:89.75rem;left:13rem;width:21.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block; }
 }@media only screen and (max-width: 763px) { #Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { top:89.75rem;left:0rem;width:21.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block; }
 }@media only screen and (max-width: 763px) { #qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { top:80.25rem;left:15.75rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { top:80.25rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP { display:block; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtetNI0Z1IpkNBuZkPADoXgwoX6KnxBN { width:39.375rem;height:4.87305625rem;top:9.5625rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6AspDR9MoeSzmB1TP6MxbucFOGOdi7 { width:12.1875rem;height:3.125rem;top:1.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwsDMdGMJtwadq5O8o5frF196A8mDIb { width:40.3125rem;height:1.29980625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7paf4T5ysrWPtr5GbMJHFq8aTtfSspU { width:18.1875rem;height:12.8125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 { width:47.75rem;height:10.1875rem;top:21.5625rem;left:0rem;font-size:0.625rem;display:block; }#wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d6094cee846cd29b8d4214d19999b8d01d660878.svg); }
 }@media only screen and (max-width: 763px) { #oTwCi4k7JC7DeS5yOxMwizgt3Xw2s68S { width:30.0625rem;height:1.13720625rem;top:37.4375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS { display:block; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlpbTiExI99ZZu5cZSZZoN2wMGdtEl66 { width:47.75rem;height:1.1875rem;top:10.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Z8rKk4uiclEvmeNgvkxzJfVgWOAIR8 { width:47.75rem;height:2.4375rem;top:16.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zeO8Q511aGK7LSczmUlCXuAptDcH5H { width:46.4375rem;height:2.4375rem;top:22.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ibKKqRn1nvPvxJqw37s4ES3XpggApF { width:47.75rem;height:2.375rem;top:27.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaXLOuLwwwnz7rQwWBbBcfJ0Dd9SiM4Z { width:31.9375rem;height:3.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55T4E3TxXD74Rn6nBkqKObXy6qSbThW { width:47.75rem;height:5.0625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5SreA1L8FnvCsBVKpsR5ffDFbo6MFEB { width:47.4375rem;height:5.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tkv27oxpVkPnuwCexwHHKzHnUX48kR { width:47.75rem;height:4.375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUb28gPIF2zTMVUh1AWdBTHNNxynOz5 { width:24.1875rem;height:0.8125rem;top:67.1875rem;left:23.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7WctRrOsxxDq2N6CTCig78L0bFQZxyM { width:3.125rem;height:3.125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwU8pgtT2AE554TfyWRp5BNspgUxtRJ { width:3.125rem;height:3.125rem;top:14.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZr4Efdvn216oON3Gs0mfVgWRThSEAl { width:3.125rem;height:3.125rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn7Ovpgd1vBTKTwMWBTC51c1Is3IkJDu { width:3.125rem;height:3.125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTg3xKOl104XfNgV1a6i0uKLGPZmAMR { width:47.75rem;height:1.21875rem;top:34.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks2srrQfZG8OayyyA5HM7DXmkHAwddNu { width:31.75rem;height:1.21875rem;top:37.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuipfDCz4XqIZn2MWshb96EVPE9Tz0zW { width:44.3125rem;height:2.4375rem;top:42.875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2leToVyR29U1EIFoXnTIUAPc7C2bHow { width:38.6875rem;height:2.4375rem;top:48.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJsWBcTNSMrUsr4EUqXKqe9HF81rZxiL { width:35.0625rem;height:0.9746125rem;top:55.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9tkISAhO5JqDJZScQxH61Ed0Lb8h3Ig { width:34.5rem;height:1.21875rem;top:64.375rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu2EfucOpmPlaT2rlVMO7tcyBsBTFrwy { width:30.5625rem;height:2.4375rem;top:59.1875rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oya3VTQbMv1ESc6STTsLZOsyv6DtDPeG { width:36.5rem;height:2.75rem;top:34.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZMzEqdo6QwNIbUoFlvRs3tHKOD910W { width:36.5rem;height:2.75rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEB577wmb00UuHoVarzoUxIWhUbAJZRd { width:47.4375rem;height:5.125rem;top:41.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ubJNIGWzh11mLvJXicKiU1pRtKS7an { width:45.4375rem;height:5rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkCuHlxSpymtkbXB4E8QHFm2dpXXgTNX { width:31.5rem;height:5rem;top:57.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJtSmrknzocL4ZZCyRFIDLuOfrCacnq { width:36.5rem;height:2.75rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnngAkakfeyiqHQHUw69R2T7JTzXS2Mz { width:36.5rem;height:2.75rem;top:63.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8z6J4ga5JpZv6nDKSJtpNFlXxvR7CU { width:3.125rem;height:3.125rem;top:32.5625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiQnu0KR5s3QtgF1rNNLzVs9nxXqMVPd { width:3.125rem;height:3.125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv1796T8DVxVntLBggkh69Rnsg1Jv3k1 { width:3.125rem;height:3.125rem;top:40.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL6shqSla6wZw4roqEWoMbKd6104tUq0 { width:3.125rem;height:3.125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwBagaIW12lFrnXGEUzVDTmn9l4kQ7Zu { width:3.125rem;height:3.125rem;top:56.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAxMUZBS7xB64eVOd4by4B4nC4hExRv { width:3.125rem;height:3.125rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvBWvp8FEnsn2Gh2I69TpIwHqfOsaCmR { width:3.125rem;height:3.125rem;top:62.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOKb1rRwBGKyrWtpmbT9mbWlvaezB3u { width:47.75rem;height:1.29980625rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ2RnctE2schDKT70eLbQDhwGnEcNLvr { width:19.6875rem;height:4.5625rem;top:71.375rem;left:13.998901367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVR7EqwLl55HmL9aSRl6GKi421K1Zcmm { display:block; }
 }@media only screen and (max-width: 763px) { #QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm { display:block; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5z9lknL1QpFXt81BRdakMRxbQi6Fnyp { width:47.75rem;height:1.29980625rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cZwXJ0gphKwcACrLataC41uNTWwPzv { width:47.75rem;height:1.13720625rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 { display:flex;height:auto;width:41.3125rem;top:6.0625rem;left:3.9375rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #w6Vr5wfBV6ZiQsqQBuEUnnCA30bim0TO {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uXTmeELicuFoQ6J7oZXDF5ZFNEa1VaOW {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UIBcJw7OlIgLm8GMWFFTO9xdAQ5cZpnE {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mJR7fwQT1UAufPMfDvayOtOq7T0ad4be {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #c66TRG3R1Ta6C0qzaLfGouBLGcN6tzyW {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #zFEqqmR5hZDHK2eBMUExhEC0tOtP8pN0 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #Luurtl44O37eF4cdZDgKw0Qky0gWVwEy {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #rHUg7ogUlV4vxrmlwPTcrfEtWMBVVSU3 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #DbIoZPrRZFcDwALeatmkKTJPAes3R5OV {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #FxXDMu5Hp6FpWlDg182AJGXRvDi5b6XE {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UVWD7cFo86UGOni7t0qImTp3PXl5gW8Z {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mqQkQ2rolFgdM7uyLbS0mE9nWyCT8JLw {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #IHCNI0IE1c52Hfw4Xdsh04UMvX7JZLwA {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #yk5JCw6wx2kd62kNJRefLuiIBU6CQmJc {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #aKR0xdISfZTe1gk6O27fnkxFpHlHf6X9 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #swceThI1hdxnUpDWashDa0iyiTi7qTw8 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #ls02KEI4LfLaFNQbDDGBvDqTFPZvq93v {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uZIBwAwpb10UKAc43zmhZc68x7kSIJr7 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #e03BBvcELu7IdmfDugFuzLeemSWeLc4N {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #CuMMDp8h7gP3215Jv6yXfLCz8xtLT8G5 {  }
 }@media only screen and (max-width: 763px) { #twUBbrKeCg6yRJdDx5xsdKLeVT7UL3W8 { width:47.75rem;height:1.13720625rem;top:24.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt { display:flex;height:auto;width:41.3125rem;top:6.0625rem;left:3.9375rem; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Ws5Jp8NBbM5gu9lJ792aTcPZCbFaFsGT {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CAvXhsXD7DnvHgaPaPr9b00Jd4hFnUoV {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #paR8J4eZ6uJ4y9uEmF6fIKzrhmPuXOfy {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #NEO8dzvG2nrSldO2chVufUrnwDMTN11A {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LxI10FA0evH2ieOCggJbdNpwkRJaWMxc {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #XItl1LNx9Qg2gEyxw6o8rCv2eTroiMzM {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #sMfQdzdAGKsIOz1KinQ8Moa6B8rr7MwH {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #uQfRSLa6VVVamIxk62xIqMsnUgFdWy0m {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #hb7KLUfTTMzaqPIy73SbJohBBCmhQiK1 {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #a4gdWRF7bzdceR5JoNSCwL6GbRHAoFth {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #rqpVNhrBdlccCtbhdf3sBmTRNdHQ7V6u {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #nmAR46u5RTLbeuFV2fA5uXzfGZkk4ish {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #voLD3Tlz2pZpZkMPwWsEMeL04SwtnWF5 {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Td2qfL3L8LS62XtTbREK2vpuWFTWOB1y {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Q73syDgc2V6KeIZkLM2exAo5wxxqv6HW {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #T8VaU2bNvUMJDvR8UEnlKTQgUUZmB7IG {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CcCy78zqtZu5JgV3s4PPfe7K7FULVJnL {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #qXKGUmZQITcKoTwVNTya8Rdz1Gh6wEit {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #ibisQ7bieZCMCt22uuOJPuFcwTHocRCK {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #TmP2U7bd7UitlVwPD5neJUFQAr4zTVym {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #w5EVuVD9Un81iGEfLxXkDm1lhLctTcKU {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #wMCU0oDN4k0evPdsANiv8vVto6fUleJv {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LGV1OZOTJV1DdxMPdospMRiiLB3CEFee {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #vpJsZzKvGxT9dmn80pax6lk3CWFxJpsU {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #QuvFJz9ZNeAk6S4nn1Ou89O74aN31C9b {  }
 }@media only screen and (max-width: 763px) { #cxtK5TF13XWh3J3OPFoiO3TnHXawl1Ah { width:47.75rem;height:1.13720625rem;top:46.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ { display:flex;height:auto;width:41.3125rem;top:6.0625rem;left:3.9375rem; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #u83Kr7GpmIu4VuyxXyXLkJMRDCousR9m {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #JL8elk5pL2AhZ9QLvzy8eRIOr8Dh19IT {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #XoupZeDldhrRuAUJ5VzEuZf4chCMP1QI {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #xMd1hf3QeIqOwme0JnUoPBa26ph01xXh {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #pGwkTGgiXmOH1MbNAmXL5UaJ5XfEWaAA {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #IE5AE7nOTl99QiZCVxTGDcqrTnK0H480 {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #drQD0Tq4p7hTumTnvuh6AIVehpOewwWe {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #RMkNh3vG9UKlOAENseTVbPWRabNA3COe {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Oz5Rth87rhS2IF9dmvrb4dTWgUxuRFKz {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #THSqUzFByw6cT4N2QGkbOltEeq92R8ke {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #PkVSaVK9iEcLXXkm5IvaT1OCBzsgbopp {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Lq0avuatPHyys3vvzpJ9y28LzGRVfNPD {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #MOdg30aKzTTKTPENT548vUNDvKMuFQ6y {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Fqlql6fVTaOUhoyfMNCN700I2cw1xgfl {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #wWvXPGNhM5knQIIEExBGa3KiwwBeVG5P {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #EdqH03poGZUAV1h4RBASEx8sDKQDW2fo {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #d5arN7QQTVS5N6vLFLtQ80i1U6TFvAWs {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #KluygttzIhbF08RGaf4VG7Orl8qF4lqH {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #bu7b6xpEW2iON2cGSNSqNk2QFNQE6Oof {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #mIv5HTpUNt3GhO94Vw5iqJiGpZpCvKBR {  }
 }@media only screen and (max-width: 763px) { #GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 { display:block; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqHwR2CieECDCvZVJE7CyI3WtWoW9HDW { width:19.75rem;height:4.625rem;top:16.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuhEoSe1weoFt3nOqk6X7zaBreTBlDF { display:block; }
 }@media only screen and (max-width: 763px) { #KEsqFsyO6HMtmpOPe7myIWdqH7C2u8gM { width:47.75rem;height:1.29980625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yWVtHFGEByGzhpGiT68VXJmkKvr8vA { width:11.3125rem;height:11.3125rem;top:3.8125rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX { width:47.75rem;height:5.625rem;top:6.75rem;left:0rem;font-size:0.625rem;display:block; }#F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { display:block; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { top:6.3125rem;left:0rem;width:16.6875rem;height:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { top:6.3125rem;left:40rem;width:7.75rem;height:4.199225rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { top:11.9375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONz5T365wBRwsklFvax0M5hJGwy646LX { top:6.0625rem;left:21.375rem;width:10.6875rem;height:1.2246125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { top:13.0625rem;left:30.1875rem;width:17.5625rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.04980625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { top:11.9375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { top:6.125rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxarskz6apZlensTT8K6xu6cnZfTb4a { top:14.5625rem;left:36.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { width:16.0625rem;height:2.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFid5LNIeh6USPOBJThQeMNEZTtngUS { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:41.3125rem;display:block; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { width:3.0625rem;height:3.0625rem;top:14.5625rem;left:44.6875rem;display:block; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #vqby4O36fyzf8W0QClLgSIi53mR4XQyu { width:3.125rem;height:3.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { width:12.5rem;height:1.29980625rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y { position:relative;z-index:auto;display:block; }#zuo7E10oKeK9ZtXDiHP4IAg1rTQ4VE9y > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y684azK0HoVFtOrrdwWzzgKyakLTn7rn { width:3.125rem;height:2.1875rem;top:7.5rem;left:5.4874671697617rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFb7h9XG4tRtpP1bzefcxmpmOyEgqi2U { display:block; }
 }@media only screen and (max-width: 763px) { #Tn4TiMR6pLADaAId85JKKD35GyEoca5l { width:2.5rem;height:2.1875rem;top:5.3645832538605rem;left:15.438638091087rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naft7lWZVKDGfftEf8KTcy7FSTD1PQbT { display:block; }
 }@media only screen and (max-width: 763px) { #NycSZmaFL911Oz7O4upd2FNTa4X699Vd { width:2.062175rem;height:2.1875rem;top:7.5rem;left:12.623697638512rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlcTtgavQrImUXxTm7tFqEqTlr7xQbvd { display:block; }
 }@media only screen and (max-width: 763px) { #OXTJKZtWnzCfIFrfAnqUvkal9T7s1StQ { width:6.8123125rem;height:2.1875rem;top:5.3645832538605rem;left:0.46793615818024rem;z-index:15000;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbmA0cJnpQPUTg1AyKDSBQRJnalxnf0 { display:block; }
 }@media only screen and (max-width: 763px) { #T3e6koi67Jd1u2dR9KqxdMhuuATbCOGL { width:20rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2zyq0dT5GSKQPLlMZc8MBxmNtJ5MSU { width:6.125rem;height:1.5rem;top:1.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFi0WEkn5T2iuTk04bMlxtZW00Tq4fKm { top:0.6875rem;left:10.471036585366rem;width:8.3125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUSrKEERNEGAcqXGqx4NGu4PobfGfoRW { display:block; }
 }@media only screen and (max-width: 763px) { #Z59AW8OgHi1eO2FCF2BhFQEXhTcoTMOD { width:6.375rem;height:2.25rem;top:5.3019204139709rem;left:7.5382484197619rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTMQJO87gLkITm6UtlgqbgwXq4JQHnc { display:block; }
 }@media only screen and (max-width: 763px) { #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { display:block; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { background-color: transparent; background-image: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row > .video-iframe-container { display: none; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .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); }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n { border-width: 0; border-radius: 0; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container { width:20rem;height:36.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c2eef505-f500-4c96-a345-899ef085fa6b/YouTubenowy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; }#AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.adaptive-delivery-prevent-bg, #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.lazyload, #AlQTqSLonpU5OUThHqo2iT84AaJIFR1n > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zTtdh7JVxCk2pqehHtO9sL4SaLqWV9QL { width:12.125rem;height:1.25rem;top:7.4373378753663rem;left:2.2493489980697rem;text-align:left;text-align-last:left;font-size:0.625rem;color:#003975;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yrLN9nBvFp8CoZaxU5wmF0lDD9H6ohkF { width:4.1870125rem;height:0.187378125rem;top:6.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adAgR1Fg5XPA0qgxChORA3IviL3eqIw6 { width:6.685375rem;height:2.0613625rem;top:15.684407472611rem;left:11.717935919762rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0LMucS1JROU9XNDrO1Vsz0H5lFzeiWp { display:block; }
 }@media only screen and (max-width: 763px) { #RipP80tVwEmrVCoWQeiPrxddmRmoJ0Nu { width:14.625rem;height:3.4121125rem;top:1.375rem;left:1.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9kKtVK6vvTDyHLdcTFQU8hUPzLT30tt { width:14.43725rem;height:1.0555rem;top:4.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQTiH6lU49KyIoTGwLpCdFPXnKqm6Bo { display:flex;width:0.75rem;height:0.75rem;top:7.375rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NmwDLGA0eiI4iQ61QdHxp0eMNloiTK3W { display:flex;width:0.8748375rem;height:0.8748375rem;top:11.309244155884rem;left:1.3007811307907rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ouiQkUB7X0S5s5GOTvmDqezdTbspdxCp { display:flex;width:0.8125rem;height:0.8125rem;top:9.3125rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aFiomTyQCfhi0kwbxHbPSTNLgb5EiXyS { width:13.499375rem;height:1.25rem;top:11.37060546875rem;left:2.3118489980697rem;text-align:left;text-align-last:left;font-size:0.625rem;color:#003975;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fXm6FETI0ZXi8FOAeea9JpziuuL6tlbe { width:14.3123125rem;height:1.25rem;top:9.4264326095581rem;left:2.2493489980697rem;text-align:left;text-align-last:left;font-size:0.625rem;color:#003975;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu { display:block; }#GwAf4hzzlHOkWEA5T0PSF5MgTaS7HSOu > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRxvZFfpp87kC9E4FzL50GzLc2yw1Dhb { width:20rem;height:3.41064375rem;top:0.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3THkaWsxQqySCrET8J7yCiw1C78WXhq { display:block; }#I3THkaWsxQqySCrET8J7yCiw1C78WXhq > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BemhWNZhsc4hZrRkgtLZwbThTtxR1Qni { display:flex;width:1.625rem;height:1.625rem;top:1.31103515625rem;left:1.62353515625rem; }
 }@media only screen and (max-width: 763px) { #MHV68QEwA29xTVOEeIMupUrv0E0AWPoZ { width:9.25rem;height:0.89355625rem;top:1.67626953125rem;left:3.24853515625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNO4aSU0OSyKJmJBn0ehffrD6u1eRy4h { display:flex;width:1.5625rem;height:1.5625rem;top:4.384765625rem;left:1.65478515625rem; }
 }@media only screen and (max-width: 763px) { #f9JAPnqpMTB5Z2LalO2ChcCaQEZiAS2a { width:14.875rem;height:1.625rem;top:4.353515625rem;left:4.36328125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DDO0D9U0eEHtMHhycpln4wCy0Ipg3oN5 { display:flex;width:1.5625rem;height:1.5625rem;top:7.81103515625rem;left:1.65478515625rem; }
 }@media only screen and (max-width: 763px) { #NXiEaCFtEpoAuzFDZgFTJQayve6hX0TO { width:11.625rem;height:0.8125rem;top:8.18603515625rem;left:4.36328125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGg2vHTsEWeVmbTpFfJ6PTN6GI9GSZml { display:flex;width:1.5rem;height:1.5rem;top:11.3115234375rem;left:1.68603515625rem; }
 }@media only screen and (max-width: 763px) { #XkuoDzMOvgcTEIFFzJyUZSZlw3cqBrU1 { width:15.0625rem;height:1.625rem;top:11.2490234375rem;left:4.26953125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mywGHehhh1swcsLbNGn65KySinAWxTkU { width:20rem;height:2.4375rem;top:24.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTUTXoNc3Jh7fIZXT9VyZWgiihOvUXS { display:flex;width:1.6870125rem;height:1.6870125rem;top:14.685546875rem;left:1.59228515625rem; }
 }@media only screen and (max-width: 763px) { #lKmmdKi1FLTAcyhG7rUSZIuL5zVgltbB { width:14.875rem;height:1.625rem;top:14.71630859375rem;left:4.36328125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsRK4HSTmHQM9HO2moL5wWHJoReWzEtf { display:flex;width:1.6875rem;height:1.6875rem;top:22.12158203125rem;left:1.59228515625rem; }
 }@media only screen and (max-width: 763px) { #r7KZyA8quHJpTST2fkvohIwi37MgZHm2 { width:14.875rem;height:1.625rem;top:18.43408203125rem;left:4.36328125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSqkrIKvX4xRWeCf7pLbAmBE8NOU4akW { display:flex;width:1.7495125rem;height:1.7495125rem;top:18.3720703125rem;left:1.56103515625rem; }
 }@media only screen and (max-width: 763px) { #sNixUZ4aoO4SZCluFs55zhTryU3GpU81 { width:14.875rem;height:1.625rem;top:22.15283203125rem;left:4.36328125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9161xoREVr3tGpaKaoQXkAJocDyz4kh { width:15.5625rem;height:10.9375rem;top:26.8125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmszv34MLOedZR8AQEK0mayRVxz3f7uh { display:flex;width:1.8120125rem;height:1.8120125rem;top:30.375rem;left:1.52978515625rem; }
 }@media only screen and (max-width: 763px) { #aCgT3TMoXJzb8rMmUEts5b7q0X52awWf { display:flex;width:3.1875rem;height:3.1875rem;top:25.4375rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #TIqQ1DXCkHH9RqfO1TDasDfLMp2ooioB { display:flex;width:3.625rem;height:3.625rem;top:35.3125rem;left:1.99756015625rem; }
 }@media only screen and (max-width: 763px) { #w1sATF1aGGXPP71PQxwLPB2mMOX49y8E { display:flex;width:3.499025rem;height:3.499025rem;top:35.37548828125rem;left:14.34423828125rem; }
 }@media only screen and (max-width: 763px) { #fKTWeN7Rt8XWswhAHOJKwmmCGqs1QbLh { display:flex;width:4.12435rem;height:4.12435rem;top:25.0625rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #LCCygixRKWsJT25oIavvcHGlzpHVpavD { display:block; }#LCCygixRKWsJT25oIavvcHGlzpHVpavD > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFGGLEC5ftyUTbPGtDrMMTbH4TG10VnP { width:20rem;height:1.29980625rem;top:0.72938346862794rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4RTzb0w0LZ73op1SxauES9LH6yT1Ak { width:17.5rem;height:0.875rem;top:24.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpvguFJuxhbQQQUTp2QadKrWDai0xbR { width:17.5rem;height:0.875rem;top:23.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFJBEpyldtCLdL0xB4FmiJ1uMIyS2RbT { width:17.5rem;height:4.99674375rem;top:17.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGg3JmQEOZXG3QMXwXLDbv7BQRdrcW8D { width:14.75rem;height:10.375rem;top:5.89404296875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1sXZlT8EnQT6WCqivDkokJUNKcy0CWa { width:17.124625rem;height:1.625rem;top:2.999267578125rem;left:1.4361572265625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f { display:block; }#HUJdHUAgsS7n1Rwud9hN7u92uNMkD33f > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIzA0E3RxIhUtmv8N9p8kbnh71W79arK { width:20rem;height:0.9749375rem;top:8.1241855621337rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJVOoMUL2HVRxQFH4v5wMENITz26TF9 { width:6.1873375rem;height:6.1873375rem;top:1.1246738433838rem;left:6.9059242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvTR4Mi2ICWek5f0qNKslcrL4ClNawdS { top:14.49951171875rem;left:5.5932615995407rem;width:8.811875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5g4TTJTi7hbAfdwLJZLsROCHvGidfM { display:block; }
 }@media only screen and (max-width: 763px) { #b2EIpBM7Fkxf072qMXEbocR0l4vTCpnT { width:20rem;height:0.9749375rem;top:9.97314453125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsyaObXdnItqn8KC5Z8gtf1sMPLCtgtp { width:20rem;height:0.9749375rem;top:12.6611328125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHkklwOGpF3sttDZphCnml8ASmJTcP6f { width:7.061625rem;height:5.18663125rem;top:2.1940116882324rem;left:6.4680994153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR { display:block; }#Mt16ZBhGlTuWblOV8s1dqnMRWWksuLTR > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5fpgreIdK633pdN7uh1JJAxrgaGd503 { width:16.8125rem;height:21.5625rem;top:4.125rem;left:2.5rem;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LFaVs5RvtRKEUKQuRTumMRPUMtpzrTiT { display:flex;width:1.4375rem;height:1.4375rem;top:4.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #mcdGqCxfFKrDsTJUUaT0pE6y0k4Hit1V { display:flex;width:1.4375rem;height:1.4375rem;top:6.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #v4zOfZ3Iia9ayBI219cM2WPXcbePNkEh { display:flex;width:1.4375rem;height:1.4375rem;top:9.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #r0xonD8PkV2MIRxG8DTINC5WJZJtehlf { display:flex;width:1.4375rem;height:1.4375rem;top:12.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #VofyBF3p51H1dJIRcNPxfgg7LBEnkTu1 { display:flex;width:1.4375rem;height:1.4375rem;top:15.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #GfNpaTntn1c5P7MtfpvLo24cuCaTvbqE { display:flex;width:1.4375rem;height:1.4375rem;top:18.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #zZ0OPAgzKPrvCnkRRT3zubwB0bHQDSC1 { display:flex;width:1.4375rem;height:1.4375rem;top:21.375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #ZcKd10XC3IKJrHqzJ6BKn4JTDJpxaKzD { display:flex;width:1.4375rem;height:1.4375rem;top:23.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #tGHr4xgb4lrRPCv2vTi7dfLiI8w5qJdh { width:20rem;height:1.29980625rem;top:0.84716796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTHeXnn4ZUClr582T1yzgtAT8G8TLEQ { width:6.999rem;height:2.1875rem;top:27.1875rem;left:6.50048828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2hkzbuLZhFPXtIn7STZQsDXmx0iSrd1 { display:block; }
 }@media only screen and (max-width: 763px) { #QazPpVZNcb77TXQEvHNW0FaakHLsTNHT { width:10rem;height:0.9749375rem;top:2.52490234375rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 { display:block; }#uqKFTx9O2XUDyc2DPPe0vLUg1ggttJd7 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ7EX1lVuAd6PvogcwpzsDTTdGgPAeTG { width:17.8125rem;height:2.5996125rem;top:1.1875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWI2dWpeRVAtM8pmOOgsvt5TvKKUTr3u { display:flex;width:1.437175rem;height:1.437175rem;top:7.3125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #tqOs5solNultTKusaMtszEZQU0kv65Ek { display:flex;width:1.437175rem;height:1.437175rem;top:9rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #iEE2ebRLwUTdTTfyFJVZxSboTzfA0G5p { display:flex;width:1.4375rem;height:1.4375rem;top:5.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #pgWawbsF0yPNmidGpkAqAdkaZlnTNRZu { width:12.6871875rem;height:4.6875rem;top:5.6875rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflmpK59cbSqUqMcVL1GuT7Xsykwd4Wt { width:15.1235625rem;height:0.8125rem;top:4.3125rem;left:1.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5gSnCf3Uy1OkyZDRGST50tT4mpzVZvm { width:17.75rem;height:4.9375rem;top:11.46875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShnNTb7RTiJHuZehdW6hitFwu2yqgPd { width:11.75rem;height:3.2487rem;top:25.25rem;left:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOoabfFcAUR4wFshFhIgga69M7vof1N { width:9.3125rem;height:0.9749375rem;top:11.9375rem;left:4.81201171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6Ke6wW5dFwNmKs4zSQbItlpzR1HyL { width:3.125rem;height:3.125rem;top:13.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ3DJINONhOie12uZ4d09lxsRzD2tKZR { width:17.75rem;height:4.9375rem;top:17.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXXXHqIMTFSB9iJOTTJ8twSLdvnhZELM { width:13.4375rem;height:2.436525rem;top:19.625rem;left:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT3UdN0lp8tyWO9WekeGa74msedmiRq { width:12.75rem;height:0.9749375rem;top:18.125rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amnOWIKbKJ5nATx3Tg9hrNu9ovyUr7Gq { width:3.2487rem;height:3.2487rem;top:19.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOsT16Om0VsTdTcVirVsRQhN3gy61zUt { width:17.75rem;height:4.9375rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxzoUSyIDmCoHCMZNLPFTZTNPIKD0EEx { width:9.5rem;height:0.9749375rem;top:24.125rem;left:5.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdfSMfVpbMhnLXJ1barZFWrcgDOKdRPB { width:11.3115rem;height:1.625rem;top:13.625rem;left:2.37451171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJJD95aW3MWUkpmGQM6ZHwl2MSgcmyc { width:2.25rem;height:2.25rem;top:25.9375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnzxBG0H1RefNDZxBWxL5rKS4bMnDw0 { width:17.624rem;height:1.94986875rem;top:30.62451171875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu { display:block; }#bT6UbeoQMFITm2QrbpCKOn1VtA9tDpnu > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNTDyrh0a5VO6yNeiGWLOSggg7doSxyq { width:2.25rem;height:1.13769375rem;top:4.59375rem;left:8.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FubLT9MzED9Dc4wtnBXSD8x7ZNtHtipA { width:2.3125rem;height:1.13769375rem;top:8.6796875rem;left:8.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KZbOhRQhEZhOfSn6muKZkTAbvLBIHbq3 { width:3.625rem;height:1.13769375rem;top:12.650390625rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gTb3rTtJxwFZIBCQTw6S6IoaMu9Vg3 { width:4.25rem;height:1.13769375rem;top:16.83740234375rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6E3xyalXkiPRWAaIAauKdr3b0ol8zLt { width:10.25rem;height:2.2744125rem;top:20.681640625rem;left:5.62451171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkuaGQm8GTWdn5E15G1ozHCl1wSdUTOm { display:flex;width:3.5625rem;height:3.5625rem;top:3.380859375rem;left:2.06201171875rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #TL1Z2pmehla5SOkAfmS9rETuivsXTUov { display:flex;width:3.5620125rem;height:3.5620125rem;top:7.46728515625rem;left:2.06201171875rem; }
 }@media only screen and (max-width: 763px) { #meWvvoJn8xG10zDnq6KCCKKKoA6ErwsB { display:flex;width:3.6875rem;height:3.6875rem;top:11.375rem;left:1.99951171875rem;font-size:2.5625rem; }
 }@media only screen and (max-width: 763px) { #OCVef1beGJHcbMZPcvTXBtDu3AM2WWO6 { display:flex;width:3.936525rem;height:3.936525rem;top:15.4375rem;left:1.87548828125rem; }
 }@media only screen and (max-width: 763px) { #AUFzbkF1JWNAEzHnxe5SVwpDLeQT80Go { width:3.25rem;height:3.25rem;top:19.75rem;left:2.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cueMhFS0nKpspCp73y4CODcx8Ab1TLJZ { width:17.875rem;height:1.94986875rem;top:25.625rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z { width:13.75rem;height:5.13671875rem;top:27.75rem;left:1.0625rem;font-size:0.75rem;display:block; }#pkZHSmeaKnX794FTIyc1vxq9GOD4w57Z li:before{  }
 }@media only screen and (max-width: 763px) { #HcFnVqtDVH0cGNXpwr3PE8IDW7TGsKpP { width:20rem;height:1.29980625rem;top:0.91796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 { display:block; }#KWPBzQemKa1FpTOeq04EUxhh3xSFfps6 > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsoDTIzV1GsXbHxao73JZ6yM6lTgp563 { width:11.1235625rem;height:1.13688125rem;top:6.27473449707rem;left:4.4376624822617rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9AgTgVNWi8XbznXnRviftTq8lULXges { width:17.5rem;height:0.9749375rem;top:8.7120666503906rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDMHogx4vnwmlV4dzh8rRn35OydCp88 { width:17.5rem;height:10.623375rem;top:10.43733215332rem;left:1.25rem;font-size:0.625rem;display:block; }#dwDMHogx4vnwmlV4dzh8rRn35OydCp88 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #wmJRIK9nGWGKizDhKfUEfarHULJ3Pcvi { display:flex;width:2.3125rem;height:2.3125rem;top:5.6863555908203rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vDIWqO4V98AVlhZ7Ku1BfeDGlaAeqPuy { width:17.5rem;height:0.9749375rem;top:24.437164306641rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT { width:17.5rem;height:3.2495125rem;top:26.125rem;left:1.25rem;font-size:0.625rem;display:block; }#C4oggkGHsb0FBXOghQ6QamrZOTdPBxDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #EnuUyTonvfiJ5QUOyRUzkZxau00lqtiq { width:17.5rem;height:0.9749375rem;top:31.06233215332rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 { width:17.5rem;height:1.749675rem;top:32.62483215332rem;left:1.25rem;font-size:0.625rem;display:block; }#H4W8GfLgQwH3PuNiT49AgaREHu8cN1z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #ATtMyAkomF4a5XDvTzPbU6W2K5KPEAvz { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THwAT01F447hVLdEwmFmWTK5CusLe4oM { width:17.5rem;height:2.9370125rem;top:48.8935546875rem;left:1.25rem;font-size:0.625rem;display:block; }#THwAT01F447hVLdEwmFmWTK5CusLe4oM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #CTlV4UcADd2Iw2sdltUVAmVIxwEz81rg { width:17.5rem;height:0.9749375rem;top:46.837066650391rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0q2gCBsaib55yfSFaR4OEJ17NAutuy { width:17.5rem;height:4.9991875rem;top:41.18684387207rem;left:1.25rem;font-size:0.625rem;display:block; }#CN0q2gCBsaib55yfSFaR4OEJ17NAutuy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #mTiXqxeHOQldKsDTD7geA1sdJhvcw70z { width:17.5rem;height:0.9749375rem;top:39.31184387207rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWIINW09k8cue2N7F8V3ZoLfe2aEpoW6 { width:6.5625rem;height:1.13688125rem;top:36.80615234375rem;left:4.4376624822617rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3f21hCMok5qE9wJ6UcP5orndRsNTIn { display:flex;width:2.5rem;height:2.5rem;top:36.125rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TAqezOGe2u4dF5hxzXFzIDpC8rREdZwA { display:flex;width:2.0625rem;height:2.0625rem;top:53.436187744141rem;left:1.4371744394302rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Br3cmfbkquUk0AZlBNylEkIWfDgtChL8 { width:7.9360625rem;height:1.13688125rem;top:53.899230957031rem;left:4.4376624822617rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe { width:17.5rem;height:6.186525rem;top:56.436676025391rem;left:1.4371744394302rem;font-size:0.625rem;display:block; }#QoSRcf6TqshTyMyWaGSg3wI3hK3lFtCe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #N17mcEbdqJBLubqLufTTearLp6QpuMf7 { width:17.5rem;height:4.12435rem;top:67.124328613281rem;left:1.25rem;font-size:0.625rem;display:block; }#N17mcEbdqJBLubqLufTTearLp6QpuMf7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #MnMId0WBgkZ3qRSkJqRWCdc0RTa5zXbx { width:17.5rem;height:1.13688125rem;top:65.374664306637rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTRlEmm7HeXdsQ90KJRJKtcThMOO0qi { width:17.5rem;height:1.13688125rem;top:72.561340332031rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL { width:17.5rem;height:14.810375rem;top:74.056304931637rem;left:1.25rem;font-size:0.625rem;display:block; }#vN4yl2WG4Q0RFp4gN4ukIzrDnkbr3ArL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #CzgpXFqzKsODAruvnmOnCXJNTuSMD1tT { width:16.5625rem;height:1.4615875rem;top:3.2975263595581rem;left:1.25rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qzO8zdCBceTS9yThpI10GGQepsFLFxgV { width:18.5625rem;height:1.4615875rem;top:90.115552719119rem;left:1.3125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 { display:block; }#iDcTtCCTmuOsTHWmOwcvXiCJCOwgbxm3 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnHnA9FPJsUDpqyCnCtzih8UbF9uFDs1 { width:17.5rem;height:1.29980625rem;top:1.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqqTTBQ8ppC679CP5pKX6KONFwdNryxm { width:17.5rem;height:0.8748375rem;top:15.49951171875rem;left:1.25rem;font-size:0.625rem;display:block; }#MqqTTBQ8ppC679CP5pKX6KONFwdNryxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #wf40QZFz3uv0f7PTcsIk8mlk1kOCQ02r { width:17.5rem;height:0.9749375rem;top:4.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJIv99Aa9SgdFh4IVFGU6l1VAhOFUmN { width:17.5rem;height:0.9749375rem;top:13.62451171875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL { width:17.5rem;height:6.186525rem;top:6rem;left:1.25rem;font-size:0.625rem;display:block; }#JcfrCO7nmfcVQhlJ9Tzo2tK6kZbNGTxL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #bypVqm6SzQCBerwEHdVkeqWoPLrWgUq1 { width:17.5rem;height:1.29964375rem;top:18.31201171875rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2GZamihi4XETFsei59dcrykWy2daNJ { width:17.5rem;height:2.062175rem;top:20.624835968017rem;left:1.25rem;font-size:0.625rem;line-height:1.4;display:block; }#Hg2GZamihi4XETFsei59dcrykWy2daNJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #q7elKa9Ooyp27x4Oh9EatCEbEwJ5kAym { width:20rem;height:2.0996125rem;top:24.687335968017rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whmTJ67i8su4nZBVmfbBPmTtnDQAqbv0 { width:8.4375rem;height:2.5rem;top:28.998859405517rem;left:5.7812498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbrPLqkW2c54x4sEOw75K7le1d6TNR0I { display:block; }
 }@media only screen and (max-width: 763px) { #r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp { display:block; }#r0TLqbEuv2ToolUTP4f0p17NdDWyqxQp > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERCKA91IGFPCtgOw41p5LW2tUorq0UEg { width:17.5rem;height:2.5996125rem;top:1.35546875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzWrOAAmnBKxyeafSMDaN3dd0WWGBSHE { width:1.8120125rem;height:1.8120125rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXtqo1hbt2ozsg1NHKKZDu2uDq6eOsa { width:6.875rem;height:0.9749375rem;top:5.5625rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ { width:17.5rem;height:12.3665625rem;top:8.1875rem;left:1.25rem;font-size:0.625rem;display:block; }#q0FnCUBfFxtImxirx8ahz98C8cv1KfAZ li:before{  }
 }@media only screen and (max-width: 763px) { #CU9W0TFmFdSXrpAEfyXwDo5wliDZGrgK { width:2.4370125rem;height:2.4370125rem;top:22.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsESekO4y04PKTnrRVlNy4dxsdyh4plT { width:17.5rem;height:8.8069375rem;top:25.625rem;left:1.25rem;font-size:0.625rem;display:block; }#wsESekO4y04PKTnrRVlNy4dxsdyh4plT li:before{  }
 }@media only screen and (max-width: 763px) { #M15z65ZGzesNTulVkkVqxfpshIBOhf1S { width:9.875rem;height:0.9749375rem;top:22.8125rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlhVQX6Xt8163mXcJkCzheRdTr26tZqX { top:36.4736328125rem;left:0rem;width:19.5625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egznMS1SZhQVNBqW30u0gMvOEJX4xLIU { display:block; }
 }@media only screen and (max-width: 763px) { #vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO { display:block; }#vT1zwEmnWcbLrhZHuTkKHhARaJvg3qhO > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGPqfppF9SJwTTkl9tIGaTs0ewpPi2Ii { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkQ5v3pdOIQ4bGJJ13f7PFfcZaVtgfPT { width:20rem;height:1.13769375rem;top:4.59912109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEmTEnAs0O16WyD7TZlx010VSnk4QUu4 { width:2.1875rem;height:2.1875rem;top:7.19873046875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyX8NslZRIOGClVCdJ3Or5lOk4leTJHC { display:flex;width:2.5rem;height:2.5rem;top:10.57275390625rem;left:3.18701171875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RGWQy01oeJAoUZcut86fwXbE1pkEBEta { display:flex;width:2.5rem;height:2.5rem;top:17.8125rem;left:3.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zPuBbelFXU6ltiUcV9li5JgHGxkA6U46 { width:2.1875rem;height:2.1875rem;top:14.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lL2AhTsiLdmwugbzMVcwkEzp4o5Ior { width:9rem;height:0.9749375rem;top:11.3349609375rem;left:5.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIBpL9UehcAVC7h4H5QLmGh4guoX9W6P { width:8.4375rem;height:0.9749375rem;top:18.5625rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D74yN7fff8MFNPeSuZDJEH2SFFO3q1GK { width:7.75rem;height:1.94986875rem;top:26.375rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIwhUt7B1U4LkUouS8Dfy2vJSh32BkPF { display:flex;width:2.5rem;height:2.5rem;top:26.0625rem;left:3.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #mtXab35LTXhDN7cT2W3FPO06hqBv5vPm { width:2.1875rem;height:2.1875rem;top:22.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOw3FGbi8seTTchAbSpanGKz1uO29h68 { width:9.625rem;height:2.875rem;top:31.19580078125rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Wof81CAI5004WscFxLKEBCySxmu5f1 { display:block; }
 }@media only screen and (max-width: 763px) { #ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o { display:block; }#ig25Gd5F4TJK5rEmWicvzTeEU4Fcxw5o > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRzRdyGTCS1GJbnckhdFL6QByMaX1bWP { width:17.5rem;height:37.75rem;top:11.53125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZiKxQEha8Bpkzu5W0OQFKgUVXLd6EAC { width:8.2485625rem;height:1.25rem;top:12.6875rem;left:5.87548828125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtSIio3ZJtrfwx2vgLSSIB4hBntGJd6g { width:5rem;height:1.80013125rem;top:15.5625rem;left:8.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6HgzsMZVEVG3ptvGwWssGilJaPmlGab { width:1.437175rem;height:1.437175rem;top:15.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkpBxcoENaBgTWoF9ZE9lGxksWhRsOOp { width:11.1865rem;height:1.25rem;top:58.0625rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQa1qQ9dvXT9i41lvhMgiRuCitq8Xoon { width:2.124025rem;height:2.124025rem;top:105.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSSDQobxTImGUX0e4Wesn0AVrlcf36ge { width:15rem;height:0.0625rem;top:17.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwy8AMJZVU9zpU9VTLgIhgJeNRigPgx { width:11.624375rem;height:22.485375rem;top:19.5625rem;left:4.375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oaPMHTRIidb5xw514O3RRVt9TbNWALyC { display:flex;width:1.749025rem;height:1.749025rem;top:19.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MJaBswpkbephQNyodh82Fmrw3lsDZB4b { width:11.25rem;height:0.9000625rem;top:45.625rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6hIKbDCGOpRqihUOhlVarAXZrTUuBKy { width:15rem;height:0.0615234375rem;top:63.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnlg9Zyvk4sx5c2dcXGK8mRePAUL6yNI { width:15rem;height:0.061035125rem;top:87.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Ob0py9v06K6achT5E4t4CfseHB9Ms { width:17.5rem;height:37.6875rem;top:56rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx0ZXa7GPvB03eDLbiABAKUfst1huffT { width:17.5rem;height:6.1238625rem;top:3.8740234375rem;left:1.25rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yPNmJ0NKNx3E634RdgnRuTxE87SFUMpJ { width:17.5rem;height:25.4375rem;top:100.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rwzo9CGJQX6C8XKESQ5kxuyPzhKpC0 { width:8.1875rem;height:1.25rem;top:102.1875rem;left:5.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiNixVDzQ6empZZMzVVZc6nOPRw0LIeP { width:6.875rem;height:1.80013125rem;top:105.3125rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnpVKpLI5MJMLe7ZNzlMsbdrkgQ3tHiv { width:15rem;height:0.0615234375rem;top:43.5625rem;left:2.5rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NJHEXUgqEst6QSNbqoDeGk463g5Ego14 { width:15rem;height:6.7456125rem;top:64.6875rem;left:2.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDnxk79nUG7NXn7pIIfMD4yGyAkL3NdU { width:15rem;height:2.99805rem;top:109.0625rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WuMx4lin2bS5ZOt0ZQzieXBFisTIdDiD { width:1.3745125rem;height:1.3745125rem;top:61.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8tFI2U9lneluznpMbhnXpNaXT7G67A5 { width:5rem;height:1.80013125rem;top:61rem;left:8.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPEFKqkbiTu852mkTTaBBQI5XFCFWsTv { width:8.2495rem;height:2.24935rem;top:44.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaqGsTcNNeDE7VD8eXWh88taiTUdPV1a { width:16.9986875rem;height:0.9000625rem;top:90rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pkmhkfiv7hSBp07Wm1SpyNrPOu2o4geN { width:9.375rem;height:2.56185rem;top:89.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGKg0MObzGV2ESpAUQw3XKoCH9TTqzR { width:14.3115rem;height:3.298825rem;top:120.75rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3L6zrBnMAfHl7iVUPWMctfvTwFzAFp { width:15rem;height:0.0615234375rem;top:60.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvclGxCw6NHEHta2OKHWkyCImSnygcn { width:13.125rem;height:13.75rem;top:72.6875rem;left:4.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }#LQvclGxCw6NHEHta2OKHWkyCImSnygcn li:before{  }
 }@media only screen and (max-width: 763px) { #nk5lGxPCqw2cKgEHFu7ZBz4RS9cRG9iW { display:flex;width:1.25rem;height:1.25rem;top:39.123533248901rem;left:5.3645833730697rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #ERqyhyLQDPSPQB8ISXR95TbHh4qhKyqV { width:15rem;height:0.062255875rem;top:104.5625rem;left:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zBVxyPVTwxt1a4uGWHcEoFXhmw3OF6iM { width:15rem;height:0.062255875rem;top:107.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW { width:15rem;height:4.49706875rem;top:113.3125rem;left:3rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }#n5OmxKqtLCXCgOdi0Jr1nTRaPnNWX3XW li:before{  }
 }@media only screen and (max-width: 763px) { #yTkx5eoQMRoeIIGDxENHN1szv1nhBFML { display:flex;width:1.6875rem;height:1.6875rem;top:23.8125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #QN0SCyeRAvOKkLcEV6bKRuX2bJMhgSZN { display:flex;width:1.6875rem;height:1.6875rem;top:29.625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Hdyivq6ZTOrtW3XaT0ZtXWPyqdSIytIr { display:flex;width:1.6870125rem;height:1.6870125rem;top:31.875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #PGQ4wLo2C8AJ3DJ9yJ1ySGEZqBc4yyzq { display:flex;width:1.6875rem;height:1.6875rem;top:76.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkH08FdmM6lI6zhTUiEMGQEfUHyaq7QO { display:flex;width:1.6875rem;height:1.6875rem;top:78.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOzea8JWTwrHPJT0KeTTiskDRqCvuNQT { display:flex;width:1.6875rem;height:1.6875rem;top:80.875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iElHmpS3GbbEymBl02HS51uV78oMTXMV { display:flex;width:1.6870125rem;height:1.6870125rem;top:35.5rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #FCd9gUqTIphTXhRTtd9D3csI3FMJAW9S { display:flex;width:1.6870125rem;height:1.6870125rem;top:37.125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #bpP3l57uAXORoDC9r9iOaXtdoQXTZa8C { display:flex;width:1.6870125rem;height:1.6870125rem;top:38.6875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tv2zTMwVGOn6rMlVNFN0M5QJ6RHnGi62 { display:flex;width:1.6875rem;height:1.6875rem;top:21.624145507812rem;left:1.9677734375rem; }
 }@media only screen and (max-width: 763px) { #LPS2SdRgzZgB25RpryO9yNnMInwkyzCb { display:flex;width:1.6870125rem;height:1.6870125rem;top:33.8125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #SDQTv94KvlkDecnEPEkiUcWd1wT6cO1V { display:flex;width:1.6875rem;height:1.6875rem;top:26.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #av2wMkIlut5ZQyOIhTtvr4eF9W9HaKKD { display:flex;width:1.6875rem;height:1.6875rem;top:117.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrKTK4qKCrF0L7ItLpzJC676kTmJHkTn { display:flex;width:1.6870125rem;height:1.6870125rem;top:134.5rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8HiLGespdv2dmGhg1nLmu1pRIRtuQnP { width:17.5rem;height:1.29980625rem;top:1.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPs53zwcS0AhEB1zoBVDDlHgURMoi59g { width:17.5rem;height:3.82486875rem;top:133.49853515625rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPCdoOMimTOdIyyAzHk5CwzpxaXRkFit { top:127.625rem;left:2.6875rem;width:14.624625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzkCIMBg6FqbnuXKdKFTxazwOcBd2h7M { display:block; }
 }@media only screen and (max-width: 763px) { #dkfxDP3LaF1snHQJxUrSF69drnMQdf3Q { top:95.1875rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQXm4UzHf8cLhF4f4PMCReFwFRsZwqR { display:block; }
 }@media only screen and (max-width: 763px) { #Qppdl52FBODpJdU0AxoqRtzPKnWItXPX { top:50.75rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FdH0JSV2ttzFmtciPDXc0FID91PfuM { display:block; }
 }@media only screen and (max-width: 763px) { #qB111ZTJAn22lPpvmywsdNrKU7zeJoxB { width:15rem;height:0.062255875rem;top:119.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysApb5MPSa2TIt6xez7AAqBHvFCkBmSg { width:15rem;height:0.0625rem;top:14.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP { display:block; }#t4mhoXiI9f3DUbK0aueFTqFJboAsSgvP > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtetNI0Z1IpkNBuZkPADoXgwoX6KnxBN { width:17.5rem;height:6.82455rem;top:17.935180664062rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6AspDR9MoeSzmB1TP6MxbucFOGOdi7 { width:12.1875rem;height:3.125rem;top:43.811645507812rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwsDMdGMJtwadq5O8o5frF196A8mDIb { width:15.9375rem;height:1.29980625rem;top:1.7498779296875rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7paf4T5ysrWPtr5GbMJHFq8aTtfSspU { width:15.9375rem;height:11.187125rem;top:5.0616455078125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 { width:17.25rem;height:15.1790625rem;top:26.31103515625rem;left:1.25rem;font-size:0.625rem;display:block; }#wG7wpUcAzUIaa1meRmTWHLIxbCOtuNo3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d6094cee846cd29b8d4214d19999b8d01d660878.svg); }
 }@media only screen and (max-width: 763px) { #oTwCi4k7JC7DeS5yOxMwizgt3Xw2s68S { width:20rem;height:1.13769375rem;top:48.738403320312rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS { display:block; }#ldoW0IVTVyOkOK6ATdPglD34Di3TPzrS > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlpbTiExI99ZZu5cZSZZoN2wMGdtEl66 { width:15.812375rem;height:1.625rem;top:7.0625rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6Z8rKk4uiclEvmeNgvkxzJfVgWOAIR8 { width:15.8125rem;height:4.060875rem;top:11.6875rem;left:2.09375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3zeO8Q511aGK7LSczmUlCXuAptDcH5H { width:17rem;height:4.874675rem;top:27.8125rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6ibKKqRn1nvPvxJqw37s4ES3XpggApF { width:15.8125rem;height:3.2487rem;top:20.375rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaXLOuLwwwnz7rQwWBbBcfJ0Dd9SiM4Z { width:17.5rem;height:5.9375rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55T4E3TxXD74Rn6nBkqKObXy6qSbThW { width:17.5rem;height:2.9375rem;top:6.375rem;left:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #i5SreA1L8FnvCsBVKpsR5ffDFbo6MFEB { width:20rem;height:6.6875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tkv27oxpVkPnuwCexwHHKzHnUX48kR { width:20rem;height:6.125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUb28gPIF2zTMVUh1AWdBTHNNxynOz5 { width:20rem;height:0.8125rem;top:78.0625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7WctRrOsxxDq2N6CTCig78L0bFQZxyM { width:1.6875rem;height:1.6875rem;top:5.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwU8pgtT2AE554TfyWRp5BNspgUxtRJ { width:1.6875rem;height:1.6875rem;top:10.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZr4Efdvn216oON3Gs0mfVgWRThSEAl { width:1.6875rem;height:1.6875rem;top:18.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn7Ovpgd1vBTKTwMWBTC51c1Is3IkJDu { width:1.3745125rem;height:1.3745125rem;top:26rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTg3xKOl104XfNgV1a6i0uKLGPZmAMR { width:20rem;height:1.94986875rem;top:36.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks2srrQfZG8OayyyA5HM7DXmkHAwddNu { width:20rem;height:1.94986875rem;top:42.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuipfDCz4XqIZn2MWshb96EVPE9Tz0zW { width:18.6246875rem;height:3.8997375rem;top:48.5rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2leToVyR29U1EIFoXnTIUAPc7C2bHow { width:18.499375rem;height:3.8997375rem;top:56.0625rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJsWBcTNSMrUsr4EUqXKqe9HF81rZxiL { width:20rem;height:1.94986875rem;top:62.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9tkISAhO5JqDJZScQxH61Ed0Lb8h3Ig { width:20rem;height:1.94986875rem;top:74.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lu2EfucOpmPlaT2rlVMO7tcyBsBTFrwy { width:17.6245rem;height:2.92480625rem;top:68.125rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oya3VTQbMv1ESc6STTsLZOsyv6DtDPeG { width:20rem;height:2.7498375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZMzEqdo6QwNIbUoFlvRs3tHKOD910W { width:20rem;height:2.75rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEB577wmb00UuHoVarzoUxIWhUbAJZRd { width:20rem;height:6.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ubJNIGWzh11mLvJXicKiU1pRtKS7an { width:20rem;height:5rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkCuHlxSpymtkbXB4E8QHFm2dpXXgTNX { width:20rem;height:5rem;top:67.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJtSmrknzocL4ZZCyRFIDLuOfrCacnq { width:20rem;height:2.75rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnngAkakfeyiqHQHUw69R2T7JTzXS2Mz { width:20rem;height:2.75rem;top:74.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8z6J4ga5JpZv6nDKSJtpNFlXxvR7CU { width:1.5625rem;height:1.5625rem;top:35.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiQnu0KR5s3QtgF1rNNLzVs9nxXqMVPd { width:1.3745125rem;height:1.3745125rem;top:64.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv1796T8DVxVntLBggkh69Rnsg1Jv3k1 { width:1.3125rem;height:1.3125rem;top:72.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL6shqSla6wZw4roqEWoMbKd6104tUq0 { width:1.437175rem;height:1.437175rem;top:54.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwBagaIW12lFrnXGEUzVDTmn9l4kQ7Zu { width:1.62435rem;height:1.62435rem;top:45.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAxMUZBS7xB64eVOd4by4B4nC4hExRv { width:1.4998375rem;height:1.4998375rem;top:39.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvBWvp8FEnsn2Gh2I69TpIwHqfOsaCmR { width:1.4998375rem;height:1.4998375rem;top:61.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOKb1rRwBGKyrWtpmbT9mbWlvaezB3u { width:14.4995rem;height:2.5996125rem;top:2.498779296875rem;left:2.7496337890625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJ2RnctE2schDKT70eLbQDhwGnEcNLvr { width:16.25rem;height:3.6875rem;top:80.6875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVR7EqwLl55HmL9aSRl6GKi421K1Zcmm { display:block; }
 }@media only screen and (max-width: 763px) { #QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm { display:block; }#QOdBVNAT0sBsr7fd8aR6kQp2fA5SbQrm > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5z9lknL1QpFXt81BRdakMRxbQi6Fnyp { width:17.5rem;height:1.29980625rem;top:1.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3cZwXJ0gphKwcACrLataC41uNTWwPzv { width:20rem;height:1.13769375rem;top:3.4746125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-heading-text { font-size:0.625rem;height:auto;line-height:1.3;overflow:hidden; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 { display:flex;height:auto;width:17.5rem;top:3.474609375rem;left:0rem;z-index:15053;gap:0.3125rem; }
#mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #w6Vr5wfBV6ZiQsqQBuEUnnCA30bim0TO {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uXTmeELicuFoQ6J7oZXDF5ZFNEa1VaOW {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UIBcJw7OlIgLm8GMWFFTO9xdAQ5cZpnE {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mJR7fwQT1UAufPMfDvayOtOq7T0ad4be {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #c66TRG3R1Ta6C0qzaLfGouBLGcN6tzyW {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #zFEqqmR5hZDHK2eBMUExhEC0tOtP8pN0 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #Luurtl44O37eF4cdZDgKw0Qky0gWVwEy {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #rHUg7ogUlV4vxrmlwPTcrfEtWMBVVSU3 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #DbIoZPrRZFcDwALeatmkKTJPAes3R5OV {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #FxXDMu5Hp6FpWlDg182AJGXRvDi5b6XE {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #UVWD7cFo86UGOni7t0qImTp3PXl5gW8Z {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #mqQkQ2rolFgdM7uyLbS0mE9nWyCT8JLw {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #IHCNI0IE1c52Hfw4Xdsh04UMvX7JZLwA {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #yk5JCw6wx2kd62kNJRefLuiIBU6CQmJc {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #aKR0xdISfZTe1gk6O27fnkxFpHlHf6X9 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #swceThI1hdxnUpDWashDa0iyiTi7qTw8 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #ls02KEI4LfLaFNQbDDGBvDqTFPZvq93v {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #uZIBwAwpb10UKAc43zmhZc68x7kSIJr7 {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #e03BBvcELu7IdmfDugFuzLeemSWeLc4N {  }
 }@media only screen and (max-width: 763px) { #mgfuhBCSvurfgT26wIRAi5r5lMvLX3k5 #CuMMDp8h7gP3215Jv6yXfLCz8xtLT8G5 {  }
 }@media only screen and (max-width: 763px) { #twUBbrKeCg6yRJdDx5xsdKLeVT7UL3W8 { width:17.5rem;height:1.13769375rem;top:19.412109375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-heading-text { font-size:0.625rem;height:auto; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt { display:flex;height:auto;width:17.5rem;top:19.412109375rem;left:0rem;z-index:15052; }
#EEXbEGMlhVugReiZnnoB4hMLfy1cehJt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Ws5Jp8NBbM5gu9lJ792aTcPZCbFaFsGT {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CAvXhsXD7DnvHgaPaPr9b00Jd4hFnUoV {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #paR8J4eZ6uJ4y9uEmF6fIKzrhmPuXOfy {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #NEO8dzvG2nrSldO2chVufUrnwDMTN11A {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LxI10FA0evH2ieOCggJbdNpwkRJaWMxc {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #XItl1LNx9Qg2gEyxw6o8rCv2eTroiMzM {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #sMfQdzdAGKsIOz1KinQ8Moa6B8rr7MwH {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #uQfRSLa6VVVamIxk62xIqMsnUgFdWy0m {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #hb7KLUfTTMzaqPIy73SbJohBBCmhQiK1 {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #a4gdWRF7bzdceR5JoNSCwL6GbRHAoFth {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #rqpVNhrBdlccCtbhdf3sBmTRNdHQ7V6u {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #nmAR46u5RTLbeuFV2fA5uXzfGZkk4ish {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #voLD3Tlz2pZpZkMPwWsEMeL04SwtnWF5 {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Td2qfL3L8LS62XtTbREK2vpuWFTWOB1y {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #Q73syDgc2V6KeIZkLM2exAo5wxxqv6HW {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #T8VaU2bNvUMJDvR8UEnlKTQgUUZmB7IG {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #CcCy78zqtZu5JgV3s4PPfe7K7FULVJnL {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #qXKGUmZQITcKoTwVNTya8Rdz1Gh6wEit {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #ibisQ7bieZCMCt22uuOJPuFcwTHocRCK {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #TmP2U7bd7UitlVwPD5neJUFQAr4zTVym {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #w5EVuVD9Un81iGEfLxXkDm1lhLctTcKU {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #wMCU0oDN4k0evPdsANiv8vVto6fUleJv {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #LGV1OZOTJV1DdxMPdospMRiiLB3CEFee {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #vpJsZzKvGxT9dmn80pax6lk3CWFxJpsU {  }
 }@media only screen and (max-width: 763px) { #EEXbEGMlhVugReiZnnoB4hMLfy1cehJt #QuvFJz9ZNeAk6S4nn1Ou89O74aN31C9b {  }
 }@media only screen and (max-width: 763px) { #cxtK5TF13XWh3J3OPFoiO3TnHXawl1Ah { width:17.5rem;height:1.13769375rem;top:39.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-heading-text { font-size:0.625rem;height:auto; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ { display:flex;height:auto;width:17.5rem;top:39.125rem;left:0rem;z-index:15051; }
#sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #u83Kr7GpmIu4VuyxXyXLkJMRDCousR9m {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #JL8elk5pL2AhZ9QLvzy8eRIOr8Dh19IT {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #XoupZeDldhrRuAUJ5VzEuZf4chCMP1QI {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #xMd1hf3QeIqOwme0JnUoPBa26ph01xXh {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #pGwkTGgiXmOH1MbNAmXL5UaJ5XfEWaAA {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #IE5AE7nOTl99QiZCVxTGDcqrTnK0H480 {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #drQD0Tq4p7hTumTnvuh6AIVehpOewwWe {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #RMkNh3vG9UKlOAENseTVbPWRabNA3COe {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Oz5Rth87rhS2IF9dmvrb4dTWgUxuRFKz {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #THSqUzFByw6cT4N2QGkbOltEeq92R8ke {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #PkVSaVK9iEcLXXkm5IvaT1OCBzsgbopp {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Lq0avuatPHyys3vvzpJ9y28LzGRVfNPD {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #MOdg30aKzTTKTPENT548vUNDvKMuFQ6y {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #Fqlql6fVTaOUhoyfMNCN700I2cw1xgfl {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #wWvXPGNhM5knQIIEExBGa3KiwwBeVG5P {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #EdqH03poGZUAV1h4RBASEx8sDKQDW2fo {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #d5arN7QQTVS5N6vLFLtQ80i1U6TFvAWs {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #KluygttzIhbF08RGaf4VG7Orl8qF4lqH {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #bu7b6xpEW2iON2cGSNSqNk2QFNQE6Oof {  }
 }@media only screen and (max-width: 763px) { #sFJ4l0D5eikkdCNPoLT6OTJvvA6ghufJ #mIv5HTpUNt3GhO94Vw5iqJiGpZpCvKBR {  }
 }@media only screen and (max-width: 763px) { #GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 { display:block; }#GLLhtuCyT0HQZEdD4Q3MJMzX94b0s2O5 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqHwR2CieECDCvZVJE7CyI3WtWoW9HDW { width:9.1875rem;height:2.75rem;top:16.474609375rem;left:5.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuhEoSe1weoFt3nOqk6X7zaBreTBlDF { display:block; }
 }@media only screen and (max-width: 763px) { #KEsqFsyO6HMtmpOPe7myIWdqH7C2u8gM { width:17.5rem;height:1.29980625rem;top:1.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1yWVtHFGEByGzhpGiT68VXJmkKvr8vA { width:3.75rem;height:3.75rem;top:11.287109375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX { width:17.5rem;height:6.499rem;top:3.349609375rem;left:1.25rem;font-size:0.625rem;display:block; }#F6Kzw5L8oOodeNgDV3ikt9Xas8MVCLfX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4bfe74170d10b83fff05f23581dd7c659879aa81.svg); }
 }@media only screen and (max-width: 763px) { #gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa { display:block; }#gHO6xMpPcwdfuECRCsXHFW2DVrHnHHMa > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbtJ2ddaoOlXeWTzmZCRc2rXEks13ndV { width:14.625rem;height:4.3741875rem;top:7.29980625rem;left:2.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTA2Is62NFERiIPUDPdDO9X9Iiwbhgmc { width:7.3125rem;height:4.199225rem;top:27.18456875rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxxuFCLpLH33b4k1Ag02SCTyf0OnaP9g { width:18.75rem;height:0.0625rem;top:33.9462875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu3PImbCP39eysJ1RZJLpUdxeTXGqN8 { width:7.3125rem;height:1.3999rem;top:21.72265625rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONz5T365wBRwsklFvax0M5hJGwy646LX { width:11.375rem;height:1.3999rem;top:16.26074375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbeqNi3QlL1fOh3Q5XsADWSbVXy3rf0Z { width:20rem;height:1.04980625rem;top:36.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyKbtReBJzzLm2HcvK4sJWtu4VaLLvD8 { width:20rem;height:1.04980625rem;top:5.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4C4GaR5QlO065Q0NQTWWRb5nEs1fD4a { width:18.75rem;height:0.0625rem;top:32.6337875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlk5ZlDwTs5R6dcchUXH2sgKOXmhJV { width:1.5625rem;height:1.5625rem;top:13.44824375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4W52d8n3Zma8OHoClfPDUKbImWoQ7v { width:1.5625rem;height:1.5625rem;top:18.91015625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigMdXXZyMTDIiKCVo0QuUzUW2T3up3q { width:1.5625rem;height:1.5625rem;top:24.37206875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouxarskz6apZlensTT8K6xu6cnZfTb4a { width:2.5rem;height:2.5rem;top:39.3125rem;left:8.75rem;font-size:1.75rem;display:block; }
#Ouxarskz6apZlensTT8K6xu6cnZfTb4a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #evSqMcgPpsf23xe7UQGHhQ8bDy9mSWh1 { width:1.875rem;height:1.875rem;top:34.889325141907rem;left:18.123915970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qNPSlM80f3FA0otPPsLx9KE6SyAFnI { width:2.1875rem;height:2.1875rem;top:34.733075141907rem;left:13.624132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8h58CdKangJ1DnaK3AvFN6AsuKLSTu { width:13.75rem;height:2.75rem;top:1.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFid5LNIeh6USPOBJThQeMNEZTtngUS { display:flex;width:2.5rem;height:2.5rem;top:39.3125rem;left:2.6875rem;font-size:1.75rem; }
#HqFid5LNIeh6USPOBJThQeMNEZTtngUS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hLT1OdGA4gIO1v19lc63xQJDx4MtSIft { display:flex;width:2.5rem;height:2.5rem;top:39.3125rem;left:14.3125rem;font-size:1.75rem; }
#hLT1OdGA4gIO1v19lc63xQJDx4MtSIft > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #vqby4O36fyzf8W0QClLgSIi53mR4XQyu { display:flex;width:2.5rem;height:2.5rem;top:43.4375rem;left:2.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VSlLG0DDCqAJn2WgiKst6wI9uOVfmz5a { width:12.5rem;height:1.29980625rem;top:44.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }