.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:37,80,170;--color-primary-4:19,29,51;--color-secondary-0:255,243,217;--color-secondary-1:255,216,128;--color-secondary-2:255,176,0;--color-secondary-3:128,88,0;--color-secondary-4:38,26,0;--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:"inter new";--paragraphs-font-family:"inter new"; }@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:#f9f9f9;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); }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM { position:relative;display:block; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM { background-color: transparent; background-image: none; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row .container > .video-iframe-container { display: none; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row > .video-iframe-container { display: none; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .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); }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM { border-width: 0; border-radius: 0; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .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; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;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; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd { position:relative;z-index:auto;display:none; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd { border-width: 0; border-radius: 0; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd > .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; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;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:none; }#LKPBV12vtnPhxMif54LJfoxyk40b2om5 { box-sizing:content-box;height:14.6875rem;width:66.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0rem;left:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#tD9OGTELmBHpXsOeI71bQfnyuF1AtpSO { color:#1f1f1f;display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.962890625rem;left:2.4375rem;height:4.94970625rem;font-style:normal;display:block; }#z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c2f34b03df4d78db466d8b86c2d5a9538234dc8.svg); }
#QaDQ3GEmtR5QLncuiznSdSJqRIbdxT0T { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.9736328125rem;left:52.0625rem;display:block; }
#SIEEzPZbdp0EaxgCq2mrMdJFFGGEWbk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTDNQ8aCWtEmqZsIRUR8NokXFQPAR83T { color:#1f1f1f;display:block;width:61.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.65625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puROTA1PtVOfp819RlHVlGPDftTDXaS7 { position:relative;z-index:auto;display:block; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 { background-color: transparent; background-image: none; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row .container > .video-iframe-container { display: none; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row > .video-iframe-container { display: none; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .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); }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 { border-width: 0; border-radius: 0; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .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; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;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; }#I1xpIONXTT3WfHVlX4wbbTTKDAc6A1DT { box-sizing:content-box;height:14.6875rem;width:66.25rem;position:absolute;display:block;z-index:15000;background-color:#1f1f1f;background-image:none;top:0rem;left:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XrWeRficgx9nXCpH8RmfOiMw8BC0lZdk { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:9.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:7.587890625rem;left:2.4375rem;height:;font-style:normal;display:block; }#H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_750f39f300a8e1eb3a1815916e25e8970cdc4965.svg); }
#Du3nof98x79qslv9INKHBmwx9QEEd49b { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:12.125rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.412109375rem;left:52.0625rem;display:block; }
#sbpwXE4X0PRrPwEOnXre5zTwlk05xwCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLTBuolIVkhy2OR3OinMoTkEMgTrw3tl { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.65625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHN4bEOuM0zD3AG5CmuHnNTLOxp3fJot { box-sizing:content-box;height:1.25rem;width:6rem;position:absolute;display:block;z-index:15005;background-color:#f27589;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0810546875rem;left:2.4375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ErBfFmZ2qETTdXHE2GzBfHkA0CoI9x85 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.212890625rem;left:2.46875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:96.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#x00C89DcEO4aOfd5omyWsdnC4DbbP7Uu { box-sizing:content-box;height:90.9375rem;width:66.25rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0.3125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#x27e9TZl05EDMqwaCgikDiguTJ7KCW99 { color:#1f1f1f;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#Kw5kdA4tHVaZxAchr8Q3g5NzH9ZfXgqU { box-sizing:content-box;height:1.25rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:12.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#GJaElyhZBPwCqTEPHwhdMVm79Vq1TAp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:12.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6nZPscEn1WEt19tDRJFUbu8HPkmlHis { color:#1f1f1f;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:5.1875rem;height:2.92383125rem;display:block; }
#huctb8q67sOA690NCedL5sHwKzI7btTJ { box-sizing:content-box;height:4.3125rem;width:62.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;top:4.9375rem;left:2.1875rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#K7dQe5G1pLmpLbCRfI6DPVCznmrxP3aT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.25rem;left:3.375rem; }
#mVBBTysPn6zbUzTkzHTM6AmTARqm17xT { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.0625rem;left:2.1875rem;display:block; }
#h5NBPsuPETLEwLOaTwFqToI0Mbtw5vNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWf288y4I2lSUkMJHDc6fuivP8gKTgP1 { box-sizing:content-box;height:2.375rem;width:16.8125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:13.3125rem;left:2.1875rem;border-top:0.0625rem solid rgba(31,31,31,0.1);border-left:0.0625rem solid rgba(31,31,31,0.1);border-right:0.0625rem solid rgba(31,31,31,0.1);border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#l1E3w1ARK6TdwzGVq2S1euqe3wrNA1L0 { background-color:rgba(31,31,31,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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:8.8125rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.375rem;left:2.25rem;display:block; }
#JDESmB4QsWpWSOxC3l417Bfu5CkiQPgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4ZXlhMaKHy71uevfMd74amd389GqSv6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:8.125rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.375rem;left:11.0625rem;display:block; }
#WudD0TfSAynKD0VE6S2iGTaUMn1eQndo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5KxMIpXOqEQLqvKPL8iyAm4KXAMWS46 { box-sizing:content-box;height:2.375rem;width:16.1875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:13.3125rem;left:48.4375rem;border-top:0.0625rem solid rgba(31,31,31,0.1);border-left:0.0625rem solid rgba(31,31,31,0.1);border-right:0.0625rem solid rgba(31,31,31,0.1);border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#V9oP0tDtTu9HMNTsIogMTEvHByxJL8E6 { background-color:rgba(31,31,31,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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1f1f1f;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:5.9375rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.375rem;left:53rem;display:block; }
#IRU6srM2fTTT5sxJlEXHliUcCFNs730B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d42c0y6fOoaO0PaNfF8Jb8yRTUpXdLT1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:5.875rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.375rem;left:58.875rem;display:block; }
#Tn6T8yOfw9mdJ1MGtFqxaTbJOpO7iG20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WP1cLN0osMkvUlofvfIomUkPbAx4xTvO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:4.5625rem;height:2.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.375rem;left:48.5rem;display:block; }
#TgWAcNGtTSWNfJ9yyUzF9cDAwQtEIACP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4bJ7BdaRt0B6i5i0uNK7tvcwh9Jl3G5 { color:#1f1f1f;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.1875rem;left:55.125rem;height:1.13720625rem;font-style:normal;display:block; }
#EWTp6JfgTWl9yMB6fDualf6UqAnspCad { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.25rem;left:53.5rem; }
#dDdAo71TU8Nzxvt87cQyXvAuhkw2yL4w { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5rem;left:62.5rem; }
#WtNu798UNXsTinH6CwBuSDuoB6pD1T9E { color:rgba(31,31,31,0.4);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.5625rem;left:5.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#X9tflR5OCKWINcd5pGwDLUJI9M5h8gC4 { color:rgba(31,31,31,0.4);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.5625rem;left:35.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#Ja6UyJiUdOKl9CVopRPz7FKumKQMMgG1 { color:rgba(31,31,31,0.4);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.5625rem;left:45.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#h8E9Fk3HpyTgOHQexqOwKQhhnJL0zM0w { color:rgba(31,31,31,0.4);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5625rem;left:54.75rem;height:0.9746125rem;font-style:normal;display:block; }
#C9p94rEe2wEbhHIBuvAsWFpTnhtJdZ8h { color:#1f1f1f;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.75rem;left:4.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#u3uSKP96aCyTaHllIpIG2ay1DMu54Jvc { color:#1f1f1f;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.75rem;left:35.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#Eh2XsR7llZgg1TV9UrLEOVxtMFsVyhoM { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.75rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#TZ7pvUJWsmmXvM9wDWGbAbia4HN3LNJk { color:#1f1f1f;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:40.75rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#ClDcFxUTJqOm4x0zsXzktDubXmZXLJwL { box-sizing:content-box;height:3.375rem;width:66.25rem;position:absolute;display:block;z-index:14998;background-color:#f9f9f9;background-image:none;top:39.625rem;left:0.3125rem;border-top:0.0625rem solid rgba(31,31,31,0.1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#kh0pi0fhUt7iTMwTTwED0PSrMCbamBUx { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yxym9e2dwl07oORW3ICbTA1dn6NADvGc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:44.375rem;left:4.8125rem; }
#d9X0I9e3NS2QqX36kkpu3mlVyCT7h7At { color:#1f1f1f;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:44.25rem;left:6.5625rem;height:1.13720625rem;display:block; }
#pnBVgbQh2oL1CGLlffSh3Uaisr5lg9VU { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:45.75rem;left:11.25rem;height:0.9746125rem;display:block; }
#DhOcBoPmyEq6xKXOwG0LCbxA9dGXKP4e { box-sizing:content-box;height:1.25rem;width:5.6875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:45.5625rem;left:4.8125rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.0625rem solid rgba(31,31,31,0.4);border-left:0.0625rem solid rgba(31,31,31,0.4);border-right:0.0625rem solid rgba(31,31,31,0.4);border-bottom:0.0625rem solid rgba(31,31,31,0.4);display:block; }
#X2iQiIPeVhEfmWscrNioLIZCzCRg8dGT { color:rgba(31,31,31,0.4);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:45.75rem;left:4.875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U02xbW6floyKUz6Esv3mTGg2yB0vWDkk { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;top:43.125rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#wZnBGToZQVUmrxUAld6OSs3w0cE6H7SC { color:#1f1f1f;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:44.9375rem;left:35.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#XV0Jylv1ac1dhosEzKeZ7pstZCXefzA0 { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.9375rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#NDKcpLbgOsGpseUzTSWRQct4qgB8V9Oy { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.9375rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#wh9tTl5ARZe7c3m11HF68hfote4NtbAJ { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45.0625rem;left:63.3125rem; }
#Kxsds0ZJpKXB4abfrrwvyxgbvSCGToGr { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15031;background-color:#f27589;background-image:none;top:49.625rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k1csrFTO4c2NTKi19V5TJO2fuLOvEzxg { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:47.8125rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#WBheB1qy7PDVVaxdI4irW96HyrTrVEHz { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:49.0625rem;left:4.8125rem; }
#KfaF5MTmT19wy1eltk9VxtMQRVhe84O9 { color:#1f1f1f;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.9375rem;left:6.5625rem;height:1.13720625rem;display:block; }
#cqSf5N4TC0lQ5XugBpKDscI9nLdSpNfK { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:50.25rem;left:5.0625rem;height:0.9746125rem;display:block; }
#hDQKZXk8t9uFaJ0RXcbIricqLDGyidHV { color:#1f1f1f;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:49.625rem;left:35.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#d1gLkXQMm57ClNEQaatTif1bkuUrZEKA { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:49.625rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#xbgELzRUM93s560G1z69LLc8X3OC3ano { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:49.625rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#XArB4OgpT8SeTXQcAqE2WDFmWKgeq8lb { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:49.75rem;left:63.3125rem; }
#mNNshSkTO8RsIvOTtm5bw5yiJToVst3F { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;top:54.3125rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S17B4qWJpDmOtf7MaFiGKPg1cANW2PlQ { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:52.5rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#adUNkzM3Z4bytWTJqUA3PMkOwusC7dS5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:53.75rem;left:4.8125rem; }
#xbhFGkawSA3vqtkMpVZwbNek6le8Ob24 { color:#1f1f1f;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:53.625rem;left:6.5625rem;height:1.13720625rem;display:block; }
#I72OxWy14KF2MLOgSTSt2no4DcAIKxsw { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:54.9375rem;left:5.0625rem;height:0.9746125rem;display:block; }
#FTBRCeTTdvL4rOxgT89oJWB5JKdh5RpF { color:#1f1f1f;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:54.3125rem;left:35.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#k24F97n2T8q0goVXaW6fUgz2eUE5VmVL { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:54.3125rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#f4tLJM6hEp6xbBVTtM9wMF2DwQbE2UT7 { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:54.3125rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#yT8VRCVfwySp89neJREZwaTCqN4XPb72 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:54.4375rem;left:63.3125rem; }
#Wo1g5mywf8t7grcLHdwoWvXO7hXi1kq9 { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:45.0625rem;left:2.375rem; }
#V0NM4MRNs2sTX8cPIPeqzN3oLJKyzGrG { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:49.8125rem;left:2.375rem; }
#qU51prbL7Ib2eXGovR6Iws0lLgSnTe97 { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:54.5rem;left:2.375rem; }
#RVy58cnkc2d8IJ9FVtDRIOrDy5qoxfXs { position:absolute;display:block;z-index:15047;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:15.125rem;width:62.9375rem;top:20.0625rem;left:2.28125rem;overflow:hidden;display:block; }
#esxsnwCnUbHnWa6wk7SzTnJgFTdU3LU5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.875rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#JQ5xuWba8NG9fbUS5OeTdG4JvQbDXslq { color:#1f1f1f;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.5rem;height:0.9746125rem;display:block; }
#AswCMWuKTiOpkXRsVM7DFmXI6EknGWUF { color:#1f1f1f;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.6875rem;left:19.0625rem;height:0.9746125rem;display:block; }
#mT3TrrvfwX1vmXf9Wp7LQVuKOMfNOUGS { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15050;background-color:#f27589;background-image:none;top:17.875rem;left:17.75rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#vhGTHpztQJr0GpJVzSOAmsCCi1CmXRvf { color:#1f1f1f;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.6875rem;left:34.875rem;height:0.9746125rem;display:block; }
#ByDF9xpZhbRbEZGBzy8asrwCS0zTRD5n { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.875rem;left:33.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#Moi5lyhyr06aONMOeZ1en8NTLVlTe6ol { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.9375rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#JsehUBeMsIvWDWPQRrm8oLXK8adGsml2 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:58.4375rem;left:4.8125rem; }
#drJhQ1vJUqLWENZN92h0PdNzS7aDmgWS { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:58.3125rem;left:6.5625rem;height:1.13720625rem;display:block; }
#n2IxTUmI6bvlpbzIN8bI91cPTBRnT9xy { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:59.75rem;left:4.5rem;height:0.9746125rem;display:block; }
#crvZL6Tg5FqkZGzV0zrFHfSIez1DgkM2 { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:57.1875rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#MMDy4rhKAVrhI5WcED31QwQIyOtuUX88 { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:59rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#tX7qe0enZRc6IaPk3uCkwPPJJOyVLn2P { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:59rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#BRo6Apf12Od3QDMsocb0pEJWW7Wv2fyH { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:59rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#ulKlyTrXAd4V2mwHuyTQupwhU342CFTG { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:59.125rem;left:63.3125rem; }
#mlHNDcDOI692zXbdJyRGNDLDuPdZkfWg { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:61.875rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#DEvxVET9xv2W4MPZT7seoJAgd4TnhBwK { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:64.4375rem;left:4.5rem;height:0.9746125rem;display:block; }
#JIT4PoGZ4q7BzJFRuMzGpW7cVJ1NCWIz { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:63.6875rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#cZp4IAhKdMvBXXcAQd05yiiWypnh4dky { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:63.6875rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#fLT29Sg8cxXBL7tzy14Lrxwe4nkNH2Ds { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:63.6875rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#eiPSlDef9sPF1TzmPp1ziuwWVsUbzv5G { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:63.8125rem;left:63.3125rem; }
#hecC58RM8tKXW3TPLuh6yk8sFHE6bCD3 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:63.625rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#iw9iEyN1uytcfIMqUUfQQ14CRFvU0G8K { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:63rem;left:6.5625rem;height:1.13720625rem;display:block; }
#Gew0zuQBSeA0pNswMFqoOn7SBXb6CPRi { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:63.125rem;left:4.8125rem; }
#gGGUzPnbmm0QFx07FiFEwGF6iQuzs1bi { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;top:66.5625rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#zuOp73QRKH9PUTA5VmgZD0K4lk8UzQIX { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:69.125rem;left:4.5rem;height:0.9746125rem;display:block; }
#CcRey7LaePPtgHcC8w2JLVcTocsCQ7eI { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:68.3125rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#s54QdkTIilvoKRNQg9OucxoIGXlTyH4E { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:68.375rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#Z2tS5i4BD79wGcIVJLyiBFuSAqegNG9r { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:68.375rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#BR0etpPSAzlLghU8xO1E2IR7ToBtnKrg { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:68.375rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#UKfgSxUs49E8pPk01QHJRrO47zrcNxR7 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:68.5rem;left:63.3125rem; }
#zg7ihsNwB1lkZSDESaPybtaoqlgzd2lq { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:67.6875rem;left:6.5625rem;height:1.13720625rem;display:block; }
#WH808J4gxKJStCIFgvRC0psX21b15ptD { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:67.8125rem;left:4.8125rem; }
#IG6q9yrHtuM43ZypkJybMKyD4GtROcgW { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;top:71.25rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#h71P1IxyLRIGmTzcy74vSuEGEQ5nBalQ { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:73.8125rem;left:4.5rem;height:0.9746125rem;display:block; }
#qU79QTaohmwQk3FyoKdHeHD4lJIUNhHc { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:73rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#lHPguOVRmvCUi7zkKZ4QvWL7XJTvKQEU { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:72.5rem;left:4.8125rem; }
#eZcDn5R3SJS8roelNianVnUXarHDTvw3 { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:72.375rem;left:6.5625rem;height:1.13720625rem;display:block; }
#OV7TvzzKe4GGAQbGyweknOxwtLWx7lAp { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:73.0625rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#f68voyLpd7yW07Q2FaU3gRnnihzSZ3nW { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:73.0625rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#x05Trmn09zeBupQnJzrwKTWkV2Cgy6Zw { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:73.0625rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#syu7cO3Hz1iWO7g50kUXFTQCI7U7Xcl6 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:73.1875rem;left:63.3125rem; }
#EdBzS36hLXzsVpo2vTXrTK2Vzq4yfV9R { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:75.9375rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#SD7zrAuUngLRn0vaJfbe7lHQmlb6wo2X { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:77.6875rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#IR8yXqMVw88WSzZ7O91U7DQ4017EvyTl { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:77.1875rem;left:4.8125rem; }
#ERTl6HTw0Np0DQiyBe7AcNm22lKOQ1eK { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:77.0625rem;left:6.5625rem;height:1.13720625rem;display:block; }
#Kwg10WnAGcGvl2iJv8Q0ALOXQWrqQFm0 { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:78.5rem;left:4.5rem;height:0.9746125rem;display:block; }
#PiuCD0dTatUM3DsM1P8dIDAsWNn4qdtQ { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:77.75rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#NFiG9RuTH5Bst6M9WcTJNGOGQd3f1syt { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:77.75rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#TwKLf3vPqAykILC7bsLT9QSobhWH4e7w { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:77.75rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#O6GrdqkZTwvcOPeP5dXK0kicHVerOhTh { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:77.875rem;left:63.3125rem; }
#uUKsHuDosLUOlcAVBvJP1Ixkevs1RXeK { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;top:80.625rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#nb0DUovgZV7drXqTi5m2FSZ60BB8CDmX { color:rgba(31,31,31,0.2);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:83.1875rem;left:4.5rem;height:0.9746125rem;display:block; }
#Z8dfTpWGEW1nHmDtzuuUOtTJTUu5TvEt { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:82.375rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#sMBH3TxzeX2DEHu32eWKOarFkFk8tdFi { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:81.875rem;left:4.8125rem; }
#u5sMa47VdFFdrdSdA91ENw0OScX4pJbi { color:#1f1f1f;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:81.75rem;left:6.5625rem;height:1.13720625rem;display:block; }
#zOxp8ru2O0C7J5rJurZdbzBLvwc14NaK { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:82.4375rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#UfgtoF5BI5cJvinsOSfIPywP4vt7y17u { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:82.4375rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#ZC3MB6gGdSSkk9hiOh8tF3Em1xuNcB0s { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:82.4375rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#al2feStkXRF4TmTSaLnlkBGqaRvBKAv6 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:82.5625rem;left:63.3125rem; }
#aEKg0S0Gb90dKBKfXZDf3BCX1TUVD4zy { box-sizing:content-box;height:4.625rem;width:66.25rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;top:85.3125rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(31,31,31,0.1);display:block; }
#SsmNuWWOEbLkTRJxHclANG6Q8aWRURrd { box-sizing:content-box;height:1rem;width:1rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:87.0625rem;left:2.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;border-top:0.125rem solid rgba(31,31,31,0.4);border-left:0.125rem solid rgba(31,31,31,0.4);border-right:0.125rem solid rgba(31,31,31,0.4);border-bottom:0.125rem solid rgba(31,31,31,0.4);display:block; }
#wAQtKnIr3kI3TGxrEaIxxbG9FsdVGN87 { color:rgba(31,31,31,0.2);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:87.875rem;left:4.5rem;height:0.9746125rem;display:block; }
#uvdOm6xaN4llqZ5hbdkFaDewxn6OLDW5 { color:#1f1f1f;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:86.4375rem;left:6.5625rem;height:1.13720625rem;display:block; }
#TcO18wwt07r69QRD1Wv2UKISnvWsQMo0 { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:87.125rem;left:35.375rem;height:1.13720625rem;font-style:normal;display:block; }
#bhND2H2TNcvvgqNcsTtHtkoTZxiSBRbz { color:#1f1f1f;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:87.125rem;left:45.125rem;height:1.13720625rem;font-style:normal;display:block; }
#h1Sgbrg9IvcdrUqz9fEaK6QZbbPCUe2k { color:#1f1f1f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:87.125rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#BTewKNz7QodCsHKLHx0htLRP2dVgQ7w3 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:87.25rem;left:63.3125rem; }
#RHNa5ki9OJFb7Tbpfg25xmZ2kbDNfhe7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15068;text-align:left;text-align-last:left;top:23rem;left:2.1875rem;display:block; }
#MI1a87IGAK0aFhpxEP4Hk30cEnrF4tKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBmMnHeWMCIepIkJX5FKiyy5omag3W3k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15069;text-align:left;text-align-last:left;top:25.375rem;left:2.1875rem;display:block; }
#nuCqCJJieqvEyTOUVEkUQpsWXxKeSBJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSIzFU4fggrood1nZbIPlxmf5QuLgmJs { box-sizing:content-box;height:15.9375rem;width:10.625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.6875rem;left:2.1875rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#K8qSMtmrRrtTGytaaZ0I9hshUz9CeZLT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15066;text-align:left;text-align-last:left;top:18.25rem;left:2.1875rem;display:block; }
#l3i9QcTiiPBUoRKn6xVaLW2JFBJqQGbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogx6PVN8liA0BSpMoOTvDoBStLED0NtF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15067;text-align:left;text-align-last:left;top:20.625rem;left:2.1875rem;display:block; }
#Sz5cvUlJXrOROfk7Fi9ZkryPohV0ZaA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJm1BasTLcLGz7fG858hVeJ7NIr7AxmH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15065;text-align:left;text-align-last:left;top:15.875rem;left:2.1875rem;display:block; }
#Q5fqznh9rtk2FvXrZJ82dugTuo2mWLrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtLe6ZiMhM3zs3L3hhnnzdzMM62EanJ2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(31,31,31,0.6);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15064;text-align:left;text-align-last:left;top:13.5625rem;left:2.1875rem;display:block; }
#qQG2syoPMxoyR83IPTpqawBxt47Xy66u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LP39FPrM7WG7E8fvgMnZFhELs6IKsvTe { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.9375rem;left:51.3125rem;display:block; }
#fdtaTKGu4gsmP7JHTH5DLosgGqWOS60c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhVlShObseXo7RlxhyZrgB2nCeW9Pwet { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.8125rem;left:19.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlQJiLzqrBtfPdUlzVzqTQOR8mu1ynmo { box-sizing:content-box;height:1.25rem;width:8.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40.6875rem;left:19.1875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#fc9Z7mf7Tw5wk2Tzq7NRkCRwO52dBH9C { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:86.5rem;left:4.65625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0NI9pixDR21bLHRFoVqDXclZebNqlM { display:block; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqfa1ckznx3gtTLHVO49cHDMoklFJRSd { display:none; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKPBV12vtnPhxMif54LJfoxyk40b2om5 { width:47.625rem;height:14.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD9OGTELmBHpXsOeI71bQfnyuF1AtpSO { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 { width:45.4375rem;height:4.9375rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }#z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c2f34b03df4d78db466d8b86c2d5a9538234dc8.svg); }
 }@media only screen and (max-width: 763px) { #QaDQ3GEmtR5QLncuiznSdSJqRIbdxT0T { width:12.125rem;height:3rem;top:8.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEEzPZbdp0EaxgCq2mrMdJFFGGEWbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #GTDNQ8aCWtEmqZsIRUR8NokXFQPAR83T { width:47.75rem;height:1.125rem;top:4.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puROTA1PtVOfp819RlHVlGPDftTDXaS7 { display:block; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1xpIONXTT3WfHVlX4wbbTTKDAc6A1DT { width:47.625rem;height:14.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWeRficgx9nXCpH8RmfOiMw8BC0lZdk { width:47.75rem;height:1.8125rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT { width:45.4375rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }#H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_750f39f300a8e1eb3a1815916e25e8970cdc4965.svg); }
 }@media only screen and (max-width: 763px) { #Du3nof98x79qslv9INKHBmwx9QEEd49b { width:12.125rem;height:3rem;top:9.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbpwXE4X0PRrPwEOnXre5zTwlk05xwCa { display:block; }
 }@media only screen and (max-width: 763px) { #xLTBuolIVkhy2OR3OinMoTkEMgTrw3tl { width:47.75rem;height:1.125rem;top:4.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHN4bEOuM0zD3AG5CmuHnNTLOxp3fJot { width:6rem;height:1.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErBfFmZ2qETTdXHE2GzBfHkA0CoI9x85 { width:6rem;height:0.9375rem;top:2.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x00C89DcEO4aOfd5omyWsdnC4DbbP7Uu { width:47.75rem;height:90.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x27e9TZl05EDMqwaCgikDiguTJ7KCW99 { width:9.5rem;height:1.8125rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5kdA4tHVaZxAchr8Q3g5NzH9ZfXgqU { width:7.9375rem;height:1.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaElyhZBPwCqTEPHwhdMVm79Vq1TAp4 { width:7.75rem;height:1rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6nZPscEn1WEt19tDRJFUbu8HPkmlHis { width:45rem;height:2.9375rem;top:5.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huctb8q67sOA690NCedL5sHwKzI7btTJ { width:47.625rem;height:4.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7dQe5G1pLmpLbCRfI6DPVCznmrxP3aT { width:1.125rem;height:1.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVBBTysPn6zbUzTkzHTM6AmTARqm17xT { width:6.25rem;height:2rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NBPsuPETLEwLOaTwFqToI0Mbtw5vNf { display:block; }
 }@media only screen and (max-width: 763px) { #uWf288y4I2lSUkMJHDc6fuivP8gKTgP1 { width:16.8125rem;height:2.375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1E3w1ARK6TdwzGVq2S1euqe3wrNA1L0 { width:8.8125rem;height:2.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDESmB4QsWpWSOxC3l417Bfu5CkiQPgK { display:block; }
 }@media only screen and (max-width: 763px) { #u4ZXlhMaKHy71uevfMd74amd389GqSv6 { width:8.125rem;height:2.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WudD0TfSAynKD0VE6S2iGTaUMn1eQndo { display:block; }
 }@media only screen and (max-width: 763px) { #t5KxMIpXOqEQLqvKPL8iyAm4KXAMWS46 { width:16.1875rem;height:2.375rem;top:13.3125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9oP0tDtTu9HMNTsIogMTEvHByxJL8E6 { width:5.9375rem;height:2.375rem;top:13.375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRU6srM2fTTT5sxJlEXHliUcCFNs730B { display:block; }
 }@media only screen and (max-width: 763px) { #d42c0y6fOoaO0PaNfF8Jb8yRTUpXdLT1 { width:5.875rem;height:2.375rem;top:13.375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6T8yOfw9mdJ1MGtFqxaTbJOpO7iG20 { display:block; }
 }@media only screen and (max-width: 763px) { #WP1cLN0osMkvUlofvfIomUkPbAx4xTvO { width:4.5625rem;height:2.375rem;top:13.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgWAcNGtTSWNfJ9yyUzF9cDAwQtEIACP { display:block; }
 }@media only screen and (max-width: 763px) { #i4bJ7BdaRt0B6i5i0uNK7tvcwh9Jl3G5 { width:6.6875rem;height:1.125rem;top:2.1875rem;left:41.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTp6JfgTWl9yMB6fDualf6UqAnspCad { width:0.875rem;height:0.875rem;top:2.25rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDdAo71TU8Nzxvt87cQyXvAuhkw2yL4w { width:0.625rem;height:0.625rem;top:2.5rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtNu798UNXsTinH6CwBuSDuoB6pD1T9E { width:5.75rem;height:0.9375rem;top:37.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9tflR5OCKWINcd5pGwDLUJI9M5h8gC4 { width:5.75rem;height:0.9375rem;top:37.5625rem;left:21.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja6UyJiUdOKl9CVopRPz7FKumKQMMgG1 { width:5.75rem;height:0.9375rem;top:37.5625rem;left:31.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8E9Fk3HpyTgOHQexqOwKQhhnJL0zM0w { width:8.8125rem;height:0.9375rem;top:37.5625rem;left:38.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9p94rEe2wEbhHIBuvAsWFpTnhtJdZ8h { width:13.3125rem;height:1.125rem;top:40.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3uSKP96aCyTaHllIpIG2ay1DMu54Jvc { width:9.875rem;height:1.125rem;top:40.75rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh2XsR7llZgg1TV9UrLEOVxtMFsVyhoM { width:9.8125rem;height:1.125rem;top:40.75rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ7pvUJWsmmXvM9wDWGbAbia4HN3LNJk { width:10.3125rem;height:1.125rem;top:40.75rem;left:37.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClDcFxUTJqOm4x0zsXzktDubXmZXLJwL { width:47.75rem;height:3.375rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0pi0fhUt7iTMwTTwED0PSrMCbamBUx { width:1.125rem;height:1.125rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxym9e2dwl07oORW3ICbTA1dn6NADvGc { width:0.875rem;height:0.875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9X0I9e3NS2QqX36kkpu3mlVyCT7h7At { width:26.3125rem;height:1.125rem;top:44.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnBVgbQh2oL1CGLlffSh3Uaisr5lg9VU { width:20.3125rem;height:0.9375rem;top:45.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOcBoPmyEq6xKXOwG0LCbxA9dGXKP4e { width:5.6875rem;height:1.25rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2iQiIPeVhEfmWscrNioLIZCzCRg8dGT { width:5.6875rem;height:0.9375rem;top:45.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U02xbW6floyKUz6Esv3mTGg2yB0vWDkk { width:47.75rem;height:4.625rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZnBGToZQVUmrxUAld6OSs3w0cE6H7SC { width:9.875rem;height:1.125rem;top:44.9375rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV0Jylv1ac1dhosEzKeZ7pstZCXefzA0 { width:9.8125rem;height:1.125rem;top:44.9375rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDKcpLbgOsGpseUzTSWRQct4qgB8V9Oy { width:7.3125rem;height:1.125rem;top:44.9375rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9tTl5ARZe7c3m11HF68hfote4NtbAJ { width:0.875rem;height:0.875rem;top:45.0625rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxsds0ZJpKXB4abfrrwvyxgbvSCGToGr { width:1.125rem;height:1.125rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1csrFTO4c2NTKi19V5TJO2fuLOvEzxg { width:47.75rem;height:4.625rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBheB1qy7PDVVaxdI4irW96HyrTrVEHz { width:0.875rem;height:0.875rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfaF5MTmT19wy1eltk9VxtMQRVhe84O9 { width:27.75rem;height:1.125rem;top:48.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSf5N4TC0lQ5XugBpKDscI9nLdSpNfK { width:20.3125rem;height:0.9375rem;top:50.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQKZXk8t9uFaJ0RXcbIricqLDGyidHV { width:9.875rem;height:1.125rem;top:49.625rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gLkXQMm57ClNEQaatTif1bkuUrZEKA { width:9.8125rem;height:1.125rem;top:49.625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbgELzRUM93s560G1z69LLc8X3OC3ano { width:7.3125rem;height:1.125rem;top:49.625rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XArB4OgpT8SeTXQcAqE2WDFmWKgeq8lb { width:0.875rem;height:0.875rem;top:49.75rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNshSkTO8RsIvOTtm5bw5yiJToVst3F { width:1.125rem;height:1.125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17B4qWJpDmOtf7MaFiGKPg1cANW2PlQ { width:47.75rem;height:4.625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUNkzM3Z4bytWTJqUA3PMkOwusC7dS5 { width:0.875rem;height:0.875rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhFGkawSA3vqtkMpVZwbNek6le8Ob24 { width:22.8125rem;height:1.125rem;top:53.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I72OxWy14KF2MLOgSTSt2no4DcAIKxsw { width:20.3125rem;height:0.9375rem;top:54.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBRCeTTdvL4rOxgT89oJWB5JKdh5RpF { width:9.875rem;height:1.125rem;top:54.3125rem;left:21.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24F97n2T8q0goVXaW6fUgz2eUE5VmVL { width:9.8125rem;height:1.125rem;top:54.3125rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tLJM6hEp6xbBVTtM9wMF2DwQbE2UT7 { width:7.3125rem;height:1.125rem;top:54.3125rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8VRCVfwySp89neJREZwaTCqN4XPb72 { width:0.875rem;height:0.875rem;top:54.4375rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1g5mywf8t7grcLHdwoWvXO7hXi1kq9 { width:0.75rem;height:0.75rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0NM4MRNs2sTX8cPIPeqzN3oLJKyzGrG { width:0.75rem;height:0.75rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU51prbL7Ib2eXGovR6Iws0lLgSnTe97 { width:0.75rem;height:0.75rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVy58cnkc2d8IJ9FVtDRIOrDy5qoxfXs { width:47.75rem;height:11.475173783516rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxsnwCnUbHnWa6wk7SzTnJgFTdU3LU5 { width:0.625rem;height:0.625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5xuWba8NG9fbUS5OeTdG4JvQbDXslq { width:13.5rem;height:0.9375rem;top:17.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AswCMWuKTiOpkXRsVM7DFmXI6EknGWUF { width:13.5rem;height:0.9375rem;top:17.6875rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3TrrvfwX1vmXf9Wp7LQVuKOMfNOUGS { width:0.625rem;height:0.625rem;top:17.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhGTHpztQJr0GpJVzSOAmsCCi1CmXRvf { width:14.1875rem;height:0.9375rem;top:17.6875rem;left:21.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByDF9xpZhbRbEZGBzy8asrwCS0zTRD5n { width:0.625rem;height:0.625rem;top:17.875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moi5lyhyr06aONMOeZ1en8NTLVlTe6ol { width:1rem;height:1rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsehUBeMsIvWDWPQRrm8oLXK8adGsml2 { width:0.875rem;height:0.875rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drJhQ1vJUqLWENZN92h0PdNzS7aDmgWS { width:20.3125rem;height:1.125rem;top:58.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2IxTUmI6bvlpbzIN8bI91cPTBRnT9xy { width:20.3125rem;height:0.9375rem;top:59.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crvZL6Tg5FqkZGzV0zrFHfSIez1DgkM2 { width:47.75rem;height:4.625rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMDy4rhKAVrhI5WcED31QwQIyOtuUX88 { width:9.8125rem;height:1.125rem;top:59rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7qe0enZRc6IaPk3uCkwPPJJOyVLn2P { width:9.8125rem;height:1.125rem;top:59rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRo6Apf12Od3QDMsocb0pEJWW7Wv2fyH { width:7.3125rem;height:1.125rem;top:59rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulKlyTrXAd4V2mwHuyTQupwhU342CFTG { width:0.875rem;height:0.875rem;top:59.125rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlHNDcDOI692zXbdJyRGNDLDuPdZkfWg { width:47.75rem;height:4.625rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEvxVET9xv2W4MPZT7seoJAgd4TnhBwK { width:20.3125rem;height:0.9375rem;top:64.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIT4PoGZ4q7BzJFRuMzGpW7cVJ1NCWIz { width:9.8125rem;height:1.125rem;top:63.6875rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZp4IAhKdMvBXXcAQd05yiiWypnh4dky { width:9.8125rem;height:1.125rem;top:63.6875rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT29Sg8cxXBL7tzy14Lrxwe4nkNH2Ds { width:7.3125rem;height:1.125rem;top:63.6875rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPSlDef9sPF1TzmPp1ziuwWVsUbzv5G { width:0.875rem;height:0.875rem;top:63.8125rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecC58RM8tKXW3TPLuh6yk8sFHE6bCD3 { width:1rem;height:1rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9iEyN1uytcfIMqUUfQQ14CRFvU0G8K { width:20.3125rem;height:1.125rem;top:63rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gew0zuQBSeA0pNswMFqoOn7SBXb6CPRi { width:0.875rem;height:0.875rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGGUzPnbmm0QFx07FiFEwGF6iQuzs1bi { width:47.75rem;height:4.625rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOp73QRKH9PUTA5VmgZD0K4lk8UzQIX { width:20.3125rem;height:0.9375rem;top:69.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcRey7LaePPtgHcC8w2JLVcTocsCQ7eI { width:1rem;height:1rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54QdkTIilvoKRNQg9OucxoIGXlTyH4E { width:9.8125rem;height:1.125rem;top:68.375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tS5i4BD79wGcIVJLyiBFuSAqegNG9r { width:9.8125rem;height:1.125rem;top:68.375rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR0etpPSAzlLghU8xO1E2IR7ToBtnKrg { width:7.3125rem;height:1.125rem;top:68.375rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfgSxUs49E8pPk01QHJRrO47zrcNxR7 { width:0.875rem;height:0.875rem;top:68.5rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg7ihsNwB1lkZSDESaPybtaoqlgzd2lq { width:20.3125rem;height:1.125rem;top:67.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH808J4gxKJStCIFgvRC0psX21b15ptD { width:0.875rem;height:0.875rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6q9yrHtuM43ZypkJybMKyD4GtROcgW { width:47.75rem;height:4.625rem;top:71.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71P1IxyLRIGmTzcy74vSuEGEQ5nBalQ { width:20.3125rem;height:0.9375rem;top:73.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU79QTaohmwQk3FyoKdHeHD4lJIUNhHc { width:1rem;height:1rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPguOVRmvCUi7zkKZ4QvWL7XJTvKQEU { width:0.875rem;height:0.875rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZcDn5R3SJS8roelNianVnUXarHDTvw3 { width:20.3125rem;height:1.125rem;top:72.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7TvzzKe4GGAQbGyweknOxwtLWx7lAp { width:9.8125rem;height:1.125rem;top:73.0625rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f68voyLpd7yW07Q2FaU3gRnnihzSZ3nW { width:9.8125rem;height:1.125rem;top:73.0625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05Trmn09zeBupQnJzrwKTWkV2Cgy6Zw { width:7.3125rem;height:1.125rem;top:73.0625rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syu7cO3Hz1iWO7g50kUXFTQCI7U7Xcl6 { width:0.875rem;height:0.875rem;top:73.1875rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdBzS36hLXzsVpo2vTXrTK2Vzq4yfV9R { width:47.75rem;height:4.625rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD7zrAuUngLRn0vaJfbe7lHQmlb6wo2X { width:1rem;height:1rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8yXqMVw88WSzZ7O91U7DQ4017EvyTl { width:0.875rem;height:0.875rem;top:77.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTl6HTw0Np0DQiyBe7AcNm22lKOQ1eK { width:20.3125rem;height:1.125rem;top:77.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwg10WnAGcGvl2iJv8Q0ALOXQWrqQFm0 { width:20.3125rem;height:0.9375rem;top:78.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiuCD0dTatUM3DsM1P8dIDAsWNn4qdtQ { width:9.8125rem;height:1.125rem;top:77.75rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiG9RuTH5Bst6M9WcTJNGOGQd3f1syt { width:9.8125rem;height:1.125rem;top:77.75rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKLf3vPqAykILC7bsLT9QSobhWH4e7w { width:7.3125rem;height:1.125rem;top:77.75rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GrdqkZTwvcOPeP5dXK0kicHVerOhTh { width:0.875rem;height:0.875rem;top:77.875rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUKsHuDosLUOlcAVBvJP1Ixkevs1RXeK { width:47.75rem;height:4.625rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb0DUovgZV7drXqTi5m2FSZ60BB8CDmX { width:27.4375rem;height:0.9375rem;top:83.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8dfTpWGEW1nHmDtzuuUOtTJTUu5TvEt { width:1rem;height:1rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBH3TxzeX2DEHu32eWKOarFkFk8tdFi { width:0.875rem;height:0.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5sMa47VdFFdrdSdA91ENw0OScX4pJbi { width:20.3125rem;height:1.125rem;top:81.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxp8ru2O0C7J5rJurZdbzBLvwc14NaK { width:9.8125rem;height:1.125rem;top:82.4375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfgtoF5BI5cJvinsOSfIPywP4vt7y17u { width:9.8125rem;height:1.125rem;top:82.4375rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3MB6gGdSSkk9hiOh8tF3Em1xuNcB0s { width:7.3125rem;height:1.125rem;top:82.4375rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #al2feStkXRF4TmTSaLnlkBGqaRvBKAv6 { width:0.875rem;height:0.875rem;top:82.5625rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKg0S0Gb90dKBKfXZDf3BCX1TUVD4zy { width:47.75rem;height:4.625rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsmNuWWOEbLkTRJxHclANG6Q8aWRURrd { width:1rem;height:1rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAQtKnIr3kI3TGxrEaIxxbG9FsdVGN87 { width:20.3125rem;height:0.9375rem;top:87.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdOm6xaN4llqZ5hbdkFaDewxn6OLDW5 { width:25.8125rem;height:1.125rem;top:86.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcO18wwt07r69QRD1Wv2UKISnvWsQMo0 { width:9.8125rem;height:1.125rem;top:87.125rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhND2H2TNcvvgqNcsTtHtkoTZxiSBRbz { width:9.8125rem;height:1.125rem;top:87.125rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Sgbrg9IvcdrUqz9fEaK6QZbbPCUe2k { width:7.3125rem;height:1.125rem;top:87.125rem;left:40.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTewKNz7QodCsHKLHx0htLRP2dVgQ7w3 { width:0.875rem;height:0.875rem;top:87.25rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHNa5ki9OJFb7Tbpfg25xmZ2kbDNfhe7 { width:10.625rem;height:2.375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI1a87IGAK0aFhpxEP4Hk30cEnrF4tKe { display:block; }
 }@media only screen and (max-width: 763px) { #EBmMnHeWMCIepIkJX5FKiyy5omag3W3k { width:10.625rem;height:2.375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCqCJJieqvEyTOUVEkUQpsWXxKeSBJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #rSIzFU4fggrood1nZbIPlxmf5QuLgmJs { width:10.625rem;height:15.9375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qSMtmrRrtTGytaaZ0I9hshUz9CeZLT { width:10.625rem;height:2.375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3i9QcTiiPBUoRKn6xVaLW2JFBJqQGbn { display:block; }
 }@media only screen and (max-width: 763px) { #ogx6PVN8liA0BSpMoOTvDoBStLED0NtF { width:10.625rem;height:2.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5cvUlJXrOROfk7Fi9ZkryPohV0ZaA3 { display:block; }
 }@media only screen and (max-width: 763px) { #mJm1BasTLcLGz7fG858hVeJ7NIr7AxmH { width:10.625rem;height:2.375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5fqznh9rtk2FvXrZJ82dugTuo2mWLrA { display:block; }
 }@media only screen and (max-width: 763px) { #qtLe6ZiMhM3zs3L3hhnnzdzMM62EanJ2 { width:10.625rem;height:2.375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQG2syoPMxoyR83IPTpqawBxt47Xy66u { display:block; }
 }@media only screen and (max-width: 763px) { #LP39FPrM7WG7E8fvgMnZFhELs6IKsvTe { width:12.4375rem;height:2.375rem;top:5.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtaTKGu4gsmP7JHTH5DLosgGqWOS60c { display:block; }
 }@media only screen and (max-width: 763px) { #BhVlShObseXo7RlxhyZrgB2nCeW9Pwet { width:8.0625rem;height:1rem;top:40.8125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQJiLzqrBtfPdUlzVzqTQOR8mu1ynmo { width:8.1875rem;height:1.25rem;top:40.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc9Z7mf7Tw5wk2Tzq7NRkCRwO52dBH9C { width:0.875rem;height:0.875rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0NI9pixDR21bLHRFoVqDXclZebNqlM { display:block; }#Mt0NI9pixDR21bLHRFoVqDXclZebNqlM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqfa1ckznx3gtTLHVO49cHDMoklFJRSd { position:relative;z-index:auto;display:none; }#kqfa1ckznx3gtTLHVO49cHDMoklFJRSd > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKPBV12vtnPhxMif54LJfoxyk40b2om5 { width:19.875rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD9OGTELmBHpXsOeI71bQfnyuF1AtpSO { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 { width:20rem;height:0;top:8.212890625rem;left:0rem;font-size:1rem;display:block; }#z1BKSWn0HU4iA0ZSK2XRvPcmQ1ICZ909 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c2f34b03df4d78db466d8b86c2d5a9538234dc8.svg); }
 }@media only screen and (max-width: 763px) { #QaDQ3GEmtR5QLncuiznSdSJqRIbdxT0T { width:12.125rem;height:3rem;top:10.2236328125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEEzPZbdp0EaxgCq2mrMdJFFGGEWbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #GTDNQ8aCWtEmqZsIRUR8NokXFQPAR83T { width:20rem;height:0;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puROTA1PtVOfp819RlHVlGPDftTDXaS7 { position:relative;z-index:auto;display:block; }#puROTA1PtVOfp819RlHVlGPDftTDXaS7 > .row .container { width:20rem;height:23.38720625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1xpIONXTT3WfHVlX4wbbTTKDAc6A1DT { width:19.875rem;height:14.6875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWeRficgx9nXCpH8RmfOiMw8BC0lZdk { width:20rem;height:0;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT { width:20rem;height:0;top:17.1875rem;left:0rem;font-size:1rem;display:block; }#H9tRxJ51C2nze4d9tGIPC9LRHUpVAIuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_750f39f300a8e1eb3a1815916e25e8970cdc4965.svg); }
 }@media only screen and (max-width: 763px) { #Du3nof98x79qslv9INKHBmwx9QEEd49b { width:12.125rem;height:3rem;top:10.662109375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbpwXE4X0PRrPwEOnXre5zTwlk05xwCa { display:block; }
 }@media only screen and (max-width: 763px) { #xLTBuolIVkhy2OR3OinMoTkEMgTrw3tl { width:20rem;height:0;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHN4bEOuM0zD3AG5CmuHnNTLOxp3fJot { width:6rem;height:1.25rem;top:3.3310546875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErBfFmZ2qETTdXHE2GzBfHkA0CoI9x85 { width:6rem;height:0;top:3.462890625rem;left:2.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:138.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x00C89DcEO4aOfd5omyWsdnC4DbbP7Uu { width:20rem;height:90.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x27e9TZl05EDMqwaCgikDiguTJ7KCW99 { width:9.5rem;height:0;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5kdA4tHVaZxAchr8Q3g5NzH9ZfXgqU { width:7.9375rem;height:1.25rem;top:3.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaElyhZBPwCqTEPHwhdMVm79Vq1TAp4 { width:7.75rem;height:0;top:3.5rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6nZPscEn1WEt19tDRJFUbu8HPkmlHis { width:20rem;height:0;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huctb8q67sOA690NCedL5sHwKzI7btTJ { width:19.875rem;height:4.3125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7dQe5G1pLmpLbCRfI6DPVCznmrxP3aT { display:flex;width:1.125rem;height:1.125rem;top:7.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #mVBBTysPn6zbUzTkzHTM6AmTARqm17xT { width:6.25rem;height:2rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NBPsuPETLEwLOaTwFqToI0Mbtw5vNf { display:block; }
 }@media only screen and (max-width: 763px) { #uWf288y4I2lSUkMJHDc6fuivP8gKTgP1 { width:16.8125rem;height:2.375rem;top:14.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1E3w1ARK6TdwzGVq2S1euqe3wrNA1L0 { width:8.8125rem;height:2.375rem;top:14.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDESmB4QsWpWSOxC3l417Bfu5CkiQPgK { display:block; }
 }@media only screen and (max-width: 763px) { #u4ZXlhMaKHy71uevfMd74amd389GqSv6 { width:8.125rem;height:2.375rem;top:14.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WudD0TfSAynKD0VE6S2iGTaUMn1eQndo { display:block; }
 }@media only screen and (max-width: 763px) { #t5KxMIpXOqEQLqvKPL8iyAm4KXAMWS46 { width:16.1875rem;height:2.375rem;top:14.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9oP0tDtTu9HMNTsIogMTEvHByxJL8E6 { width:5.9375rem;height:2.375rem;top:14.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRU6srM2fTTT5sxJlEXHliUcCFNs730B { display:block; }
 }@media only screen and (max-width: 763px) { #d42c0y6fOoaO0PaNfF8Jb8yRTUpXdLT1 { width:5.875rem;height:2.375rem;top:14.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6T8yOfw9mdJ1MGtFqxaTbJOpO7iG20 { display:block; }
 }@media only screen and (max-width: 763px) { #WP1cLN0osMkvUlofvfIomUkPbAx4xTvO { width:4.5625rem;height:2.375rem;top:14.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgWAcNGtTSWNfJ9yyUzF9cDAwQtEIACP { display:block; }
 }@media only screen and (max-width: 763px) { #i4bJ7BdaRt0B6i5i0uNK7tvcwh9Jl3G5 { width:6.6875rem;height:0;top:3.4375rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTp6JfgTWl9yMB6fDualf6UqAnspCad { display:flex;width:0.875rem;height:0.875rem;top:3.5rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #dDdAo71TU8Nzxvt87cQyXvAuhkw2yL4w { display:flex;width:0.625rem;height:0.625rem;top:3.75rem;left:19.375rem; }
 }@media only screen and (max-width: 763px) { #WtNu798UNXsTinH6CwBuSDuoB6pD1T9E { width:5.75rem;height:0;top:38.8125rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9tflR5OCKWINcd5pGwDLUJI9M5h8gC4 { width:5.75rem;height:0;top:38.8125rem;left:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja6UyJiUdOKl9CVopRPz7FKumKQMMgG1 { width:5.75rem;height:0;top:38.8125rem;left:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8E9Fk3HpyTgOHQexqOwKQhhnJL0zM0w { width:8.8125rem;height:0;top:38.8125rem;left:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9p94rEe2wEbhHIBuvAsWFpTnhtJdZ8h { width:13.3125rem;height:0;top:42rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3uSKP96aCyTaHllIpIG2ay1DMu54Jvc { width:9.875rem;height:0;top:42rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh2XsR7llZgg1TV9UrLEOVxtMFsVyhoM { width:9.8125rem;height:0;top:42rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ7pvUJWsmmXvM9wDWGbAbia4HN3LNJk { width:10.3125rem;height:0;top:42rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClDcFxUTJqOm4x0zsXzktDubXmZXLJwL { width:20rem;height:3.375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0pi0fhUt7iTMwTTwED0PSrMCbamBUx { width:1.125rem;height:1.125rem;top:46.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxym9e2dwl07oORW3ICbTA1dn6NADvGc { display:flex;width:0.875rem;height:0.875rem;top:45.625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #d9X0I9e3NS2QqX36kkpu3mlVyCT7h7At { width:20rem;height:0;top:45.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnBVgbQh2oL1CGLlffSh3Uaisr5lg9VU { width:20rem;height:0;top:47rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOcBoPmyEq6xKXOwG0LCbxA9dGXKP4e { width:5.6875rem;height:1.25rem;top:46.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2iQiIPeVhEfmWscrNioLIZCzCRg8dGT { width:5.6875rem;height:0;top:47rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U02xbW6floyKUz6Esv3mTGg2yB0vWDkk { width:20rem;height:4.625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZnBGToZQVUmrxUAld6OSs3w0cE6H7SC { width:9.875rem;height:0;top:46.1875rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV0Jylv1ac1dhosEzKeZ7pstZCXefzA0 { width:9.8125rem;height:0;top:46.1875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDKcpLbgOsGpseUzTSWRQct4qgB8V9Oy { width:7.3125rem;height:0;top:46.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9tTl5ARZe7c3m11HF68hfote4NtbAJ { display:flex;width:0.875rem;height:0.875rem;top:46.3125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #Kxsds0ZJpKXB4abfrrwvyxgbvSCGToGr { width:1.125rem;height:1.125rem;top:50.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1csrFTO4c2NTKi19V5TJO2fuLOvEzxg { width:20rem;height:4.625rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBheB1qy7PDVVaxdI4irW96HyrTrVEHz { display:flex;width:0.875rem;height:0.875rem;top:50.3125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #KfaF5MTmT19wy1eltk9VxtMQRVhe84O9 { width:20rem;height:0;top:50.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSf5N4TC0lQ5XugBpKDscI9nLdSpNfK { width:20rem;height:0;top:51.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQKZXk8t9uFaJ0RXcbIricqLDGyidHV { width:9.875rem;height:0;top:50.875rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gLkXQMm57ClNEQaatTif1bkuUrZEKA { width:9.8125rem;height:0;top:50.875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbgELzRUM93s560G1z69LLc8X3OC3ano { width:7.3125rem;height:0;top:50.875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XArB4OgpT8SeTXQcAqE2WDFmWKgeq8lb { display:flex;width:0.875rem;height:0.875rem;top:51rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #mNNshSkTO8RsIvOTtm5bw5yiJToVst3F { width:1.125rem;height:1.125rem;top:55.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17B4qWJpDmOtf7MaFiGKPg1cANW2PlQ { width:20rem;height:4.625rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUNkzM3Z4bytWTJqUA3PMkOwusC7dS5 { display:flex;width:0.875rem;height:0.875rem;top:55rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #xbhFGkawSA3vqtkMpVZwbNek6le8Ob24 { width:20rem;height:0;top:54.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I72OxWy14KF2MLOgSTSt2no4DcAIKxsw { width:20rem;height:0;top:56.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBRCeTTdvL4rOxgT89oJWB5JKdh5RpF { width:9.875rem;height:0;top:55.5625rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k24F97n2T8q0goVXaW6fUgz2eUE5VmVL { width:9.8125rem;height:0;top:55.5625rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tLJM6hEp6xbBVTtM9wMF2DwQbE2UT7 { width:7.3125rem;height:0;top:55.5625rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8VRCVfwySp89neJREZwaTCqN4XPb72 { display:flex;width:0.875rem;height:0.875rem;top:55.6875rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #Wo1g5mywf8t7grcLHdwoWvXO7hXi1kq9 { display:flex;width:0.75rem;height:0.75rem;top:46.3125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #V0NM4MRNs2sTX8cPIPeqzN3oLJKyzGrG { display:flex;width:0.75rem;height:0.75rem;top:51.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #qU51prbL7Ib2eXGovR6Iws0lLgSnTe97 { display:flex;width:0.75rem;height:0.75rem;top:55.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #RVy58cnkc2d8IJ9FVtDRIOrDy5qoxfXs { width:20rem;height:4.8063555114201rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxsnwCnUbHnWa6wk7SzTnJgFTdU3LU5 { width:0.625rem;height:0.625rem;top:19.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5xuWba8NG9fbUS5OeTdG4JvQbDXslq { width:13.5rem;height:0;top:18.9375rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AswCMWuKTiOpkXRsVM7DFmXI6EknGWUF { width:13.5rem;height:0;top:18.9375rem;left:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3TrrvfwX1vmXf9Wp7LQVuKOMfNOUGS { width:0.625rem;height:0.625rem;top:19.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhGTHpztQJr0GpJVzSOAmsCCi1CmXRvf { width:14.1875rem;height:0;top:18.9375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByDF9xpZhbRbEZGBzy8asrwCS0zTRD5n { width:0.625rem;height:0.625rem;top:19.125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moi5lyhyr06aONMOeZ1en8NTLVlTe6ol { width:1rem;height:1rem;top:60.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsehUBeMsIvWDWPQRrm8oLXK8adGsml2 { display:flex;width:0.875rem;height:0.875rem;top:59.6875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #drJhQ1vJUqLWENZN92h0PdNzS7aDmgWS { width:20rem;height:0;top:59.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2IxTUmI6bvlpbzIN8bI91cPTBRnT9xy { width:20rem;height:0;top:61rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crvZL6Tg5FqkZGzV0zrFHfSIez1DgkM2 { width:20rem;height:4.625rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMDy4rhKAVrhI5WcED31QwQIyOtuUX88 { width:9.8125rem;height:0;top:60.25rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7qe0enZRc6IaPk3uCkwPPJJOyVLn2P { width:9.8125rem;height:0;top:60.25rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRo6Apf12Od3QDMsocb0pEJWW7Wv2fyH { width:7.3125rem;height:0;top:60.25rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulKlyTrXAd4V2mwHuyTQupwhU342CFTG { display:flex;width:0.875rem;height:0.875rem;top:60.375rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #mlHNDcDOI692zXbdJyRGNDLDuPdZkfWg { width:20rem;height:4.625rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEvxVET9xv2W4MPZT7seoJAgd4TnhBwK { width:20rem;height:0;top:65.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIT4PoGZ4q7BzJFRuMzGpW7cVJ1NCWIz { width:9.8125rem;height:0;top:64.9375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZp4IAhKdMvBXXcAQd05yiiWypnh4dky { width:9.8125rem;height:0;top:64.9375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT29Sg8cxXBL7tzy14Lrxwe4nkNH2Ds { width:7.3125rem;height:0;top:64.9375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPSlDef9sPF1TzmPp1ziuwWVsUbzv5G { display:flex;width:0.875rem;height:0.875rem;top:65.0625rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #hecC58RM8tKXW3TPLuh6yk8sFHE6bCD3 { width:1rem;height:1rem;top:64.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9iEyN1uytcfIMqUUfQQ14CRFvU0G8K { width:20rem;height:0;top:64.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gew0zuQBSeA0pNswMFqoOn7SBXb6CPRi { display:flex;width:0.875rem;height:0.875rem;top:64.375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gGGUzPnbmm0QFx07FiFEwGF6iQuzs1bi { width:20rem;height:4.625rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOp73QRKH9PUTA5VmgZD0K4lk8UzQIX { width:20rem;height:0;top:70.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcRey7LaePPtgHcC8w2JLVcTocsCQ7eI { width:1rem;height:1rem;top:69.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54QdkTIilvoKRNQg9OucxoIGXlTyH4E { width:9.8125rem;height:0;top:69.625rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tS5i4BD79wGcIVJLyiBFuSAqegNG9r { width:9.8125rem;height:0;top:69.625rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR0etpPSAzlLghU8xO1E2IR7ToBtnKrg { width:7.3125rem;height:0;top:69.625rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfgSxUs49E8pPk01QHJRrO47zrcNxR7 { display:flex;width:0.875rem;height:0.875rem;top:69.75rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #zg7ihsNwB1lkZSDESaPybtaoqlgzd2lq { width:20rem;height:0;top:68.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH808J4gxKJStCIFgvRC0psX21b15ptD { display:flex;width:0.875rem;height:0.875rem;top:69.0625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #IG6q9yrHtuM43ZypkJybMKyD4GtROcgW { width:20rem;height:4.625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71P1IxyLRIGmTzcy74vSuEGEQ5nBalQ { width:20rem;height:0;top:75.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU79QTaohmwQk3FyoKdHeHD4lJIUNhHc { width:1rem;height:1rem;top:74.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPguOVRmvCUi7zkKZ4QvWL7XJTvKQEU { display:flex;width:0.875rem;height:0.875rem;top:73.75rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #eZcDn5R3SJS8roelNianVnUXarHDTvw3 { width:20rem;height:0;top:73.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7TvzzKe4GGAQbGyweknOxwtLWx7lAp { width:9.8125rem;height:0;top:74.3125rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f68voyLpd7yW07Q2FaU3gRnnihzSZ3nW { width:9.8125rem;height:0;top:74.3125rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05Trmn09zeBupQnJzrwKTWkV2Cgy6Zw { width:7.3125rem;height:0;top:74.3125rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syu7cO3Hz1iWO7g50kUXFTQCI7U7Xcl6 { display:flex;width:0.875rem;height:0.875rem;top:74.4375rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #EdBzS36hLXzsVpo2vTXrTK2Vzq4yfV9R { width:20rem;height:4.625rem;top:77.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD7zrAuUngLRn0vaJfbe7lHQmlb6wo2X { width:1rem;height:1rem;top:78.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8yXqMVw88WSzZ7O91U7DQ4017EvyTl { display:flex;width:0.875rem;height:0.875rem;top:78.4375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #ERTl6HTw0Np0DQiyBe7AcNm22lKOQ1eK { width:20rem;height:0;top:78.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwg10WnAGcGvl2iJv8Q0ALOXQWrqQFm0 { width:20rem;height:0;top:79.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiuCD0dTatUM3DsM1P8dIDAsWNn4qdtQ { width:9.8125rem;height:0;top:79rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiG9RuTH5Bst6M9WcTJNGOGQd3f1syt { width:9.8125rem;height:0;top:79rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKLf3vPqAykILC7bsLT9QSobhWH4e7w { width:7.3125rem;height:0;top:79rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GrdqkZTwvcOPeP5dXK0kicHVerOhTh { display:flex;width:0.875rem;height:0.875rem;top:79.125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #uUKsHuDosLUOlcAVBvJP1Ixkevs1RXeK { width:20rem;height:4.625rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb0DUovgZV7drXqTi5m2FSZ60BB8CDmX { width:20rem;height:0;top:84.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8dfTpWGEW1nHmDtzuuUOtTJTUu5TvEt { width:1rem;height:1rem;top:83.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBH3TxzeX2DEHu32eWKOarFkFk8tdFi { display:flex;width:0.875rem;height:0.875rem;top:83.125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #u5sMa47VdFFdrdSdA91ENw0OScX4pJbi { width:20rem;height:0;top:83rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxp8ru2O0C7J5rJurZdbzBLvwc14NaK { width:9.8125rem;height:0;top:83.6875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfgtoF5BI5cJvinsOSfIPywP4vt7y17u { width:9.8125rem;height:0;top:83.6875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3MB6gGdSSkk9hiOh8tF3Em1xuNcB0s { width:7.3125rem;height:0;top:83.6875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #al2feStkXRF4TmTSaLnlkBGqaRvBKAv6 { display:flex;width:0.875rem;height:0.875rem;top:83.8125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #aEKg0S0Gb90dKBKfXZDf3BCX1TUVD4zy { width:20rem;height:4.625rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsmNuWWOEbLkTRJxHclANG6Q8aWRURrd { width:1rem;height:1rem;top:88.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAQtKnIr3kI3TGxrEaIxxbG9FsdVGN87 { width:20rem;height:0;top:89.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdOm6xaN4llqZ5hbdkFaDewxn6OLDW5 { width:20rem;height:0;top:87.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcO18wwt07r69QRD1Wv2UKISnvWsQMo0 { width:9.8125rem;height:0;top:88.375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhND2H2TNcvvgqNcsTtHtkoTZxiSBRbz { width:9.8125rem;height:0;top:88.375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Sgbrg9IvcdrUqz9fEaK6QZbbPCUe2k { width:7.3125rem;height:0;top:88.375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTewKNz7QodCsHKLHx0htLRP2dVgQ7w3 { display:flex;width:0.875rem;height:0.875rem;top:88.5rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #RHNa5ki9OJFb7Tbpfg25xmZ2kbDNfhe7 { width:10.625rem;height:2.375rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI1a87IGAK0aFhpxEP4Hk30cEnrF4tKe { display:block; }
 }@media only screen and (max-width: 763px) { #EBmMnHeWMCIepIkJX5FKiyy5omag3W3k { width:10.625rem;height:2.375rem;top:26.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCqCJJieqvEyTOUVEkUQpsWXxKeSBJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #rSIzFU4fggrood1nZbIPlxmf5QuLgmJs { width:10.625rem;height:15.9375rem;top:13.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qSMtmrRrtTGytaaZ0I9hshUz9CeZLT { width:10.625rem;height:2.375rem;top:19.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3i9QcTiiPBUoRKn6xVaLW2JFBJqQGbn { display:block; }
 }@media only screen and (max-width: 763px) { #ogx6PVN8liA0BSpMoOTvDoBStLED0NtF { width:10.625rem;height:2.375rem;top:21.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5cvUlJXrOROfk7Fi9ZkryPohV0ZaA3 { display:block; }
 }@media only screen and (max-width: 763px) { #mJm1BasTLcLGz7fG858hVeJ7NIr7AxmH { width:10.625rem;height:2.375rem;top:17.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5fqznh9rtk2FvXrZJ82dugTuo2mWLrA { display:block; }
 }@media only screen and (max-width: 763px) { #qtLe6ZiMhM3zs3L3hhnnzdzMM62EanJ2 { width:10.625rem;height:2.375rem;top:14.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQG2syoPMxoyR83IPTpqawBxt47Xy66u { display:block; }
 }@media only screen and (max-width: 763px) { #LP39FPrM7WG7E8fvgMnZFhELs6IKsvTe { width:12.4375rem;height:2.375rem;top:7.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtaTKGu4gsmP7JHTH5DLosgGqWOS60c { display:block; }
 }@media only screen and (max-width: 763px) { #BhVlShObseXo7RlxhyZrgB2nCeW9Pwet { width:8.0625rem;height:0;top:42.0625rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQJiLzqrBtfPdUlzVzqTQOR8mu1ynmo { width:8.1875rem;height:1.25rem;top:41.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc9Z7mf7Tw5wk2Tzq7NRkCRwO52dBH9C { display:flex;width:0.875rem;height:0.875rem;top:87.75rem;left:4.34375rem; }
 }