.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:251,252,224;--color-primary-1:240,244,151;--color-primary-2:225,233,47;--color-primary-3:113,117,24;--color-primary-4:34,35,7;--color-secondary-0:222,245,253;--color-secondary-1:144,221,247;--color-secondary-2:33,187,239;--color-secondary-3:17,94,120;--color-secondary-4:5,28,36;--color-tertiary-0:217,220,228;--color-tertiary-1:128,138,167;--color-tertiary-2:0,20,78;--color-tertiary-3:0,10,39;--color-tertiary-4:0,3,12;--headlines-font-family:"Lato Black";--paragraphs-font-family:"Lato Black"; }@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:#ffffff;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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28d2c79-cd01-4a02-903e-d285a7e6c6d4/header_background.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { border-width: 0; border-radius: 0; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.625rem;left:53.125rem;display:none; }
#QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:63.4375rem;display:none; }
#wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:55.6875rem;height:1.2999125rem;display:none; }
#L0evWJb30xvpP7px4o73q9TA5KSzhGIy { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:66.4375rem;height:1.2999125rem;display:none; }
#CnOPMpbudSf4qXi6imulLqAfASiZfpdM { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0.9375rem;height:7.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:20.312125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:block; }
#sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0.9375rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { position:absolute;display:block;z-index:15029;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:10.3125rem;width:46.1875rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#k3T8ZDNCENaAE4OCeeXqBePilxRDcTMX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.748046875rem;left:6.1240234375rem;overflow:hidden;display:block; }
#zNoyHpW3Ee9oB43np4Qo7X49g5vsIVtQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.748046875rem;left:0.9375rem;overflow:hidden;display:block; }
#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { background-color: transparent; background-image: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .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); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { border-width: 0; border-radius: 0; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#OvyQWViCIFf5mkDETki0yREzfR5skCVd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.180989742279rem;left:8.8125rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeMfyz2nR96vcVagnGuoq89FPbkso2UE { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:18.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5rem;top:12.4375rem;left:1.28125rem;overflow:hidden;display:block; }
#TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.1875rem;width:1.25rem;top:12.6740234375rem;left:3.1238288879394rem;overflow:hidden;display:block; }
#dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { position:absolute;display:block;z-index:15043;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:5rem;width:5rem;top:30.0615234375rem;left:1.3125rem;overflow:hidden;display:block; }
#nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { position:absolute;display:block;z-index:15044;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:5rem;width:5rem;top:52.625rem;left:1.3125rem;overflow:hidden;display:block; }
#BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:20.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:8.8125rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:8.9375rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:8.8125rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6865234375rem;left:8.93701171875rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.3115234375rem;left:8.8125rem;height:;text-align:left;text-align-last:left;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.8125rem;left:8.8125rem;height:;text-align:left;text-align-last:left;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
#NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.3125rem;left:8.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:55.25rem;left:8.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.625rem;left:8.8125rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.5927734375rem;left:8.8125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { position:absolute;display:block;z-index:15046;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:55.75rem;width:34.25rem;top:12.24951171875rem;left:40.557324708215rem;overflow:hidden;display:block; }
#hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { position:absolute;display:block;z-index:15045;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:5rem;width:5rem;top:62.953125rem;left:1.2802734375rem;overflow:hidden;display:block; }
#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9496ce8-f941-4513-938e-11f7862e5bdc/background_photo_3rd_section.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.adaptive-delivery-prevent-bg, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyload, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyloading { background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { background-color: transparent; background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .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); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { border-width: 0; border-radius: 0; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.625rem;left:33.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { color:#ffffff;display:block;width:38.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.560943603516rem;left:15.750003814698rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:31.024215698243rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.560943603516rem;left:45.585155487061rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:60.874801635743rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:13.049999237061rem;left:65.467964172362rem;overflow:hidden;display:block; }
#ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.375rem;top:13.049224853516rem;left:50.178127288818rem;overflow:hidden;display:block; }
#WTFDaGEUVKvwN54WztRa4flGEu5p8upk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.625rem;top:13.173629760743rem;left:35.249412536621rem;overflow:hidden;display:block; }
#lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:3.8125rem;top:13.111724853516rem;left:20.905467987061rem;overflow:hidden;display:block; }
#g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.8125rem;top:13.112412929535rem;left:5.1558160781861rem;overflow:hidden;display:block; }
#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container { background-color: transparent; background-image: none; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container > .video-iframe-container { display: none; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row > .video-iframe-container { display: none; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .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); }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container { border-width: 0; border-radius: 0; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#ZIOZhx7JeQXt0BVGSa9sOkF9Kl8edQrF { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EmT4tozq4b37wAf7Jio0thu92P4nBufp { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7VFlo6LFGsaLyiluawlSmzMIaGyDBVk { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bhiHxXGTt2glWg8ELNKJegi5DqTit17q { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#DKez2TvKwuC7HAPmbeM6mBJZV1Vh79LP { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xr3av0W2vTGHA7mKIF84mRFG7I6RQ3eW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#FFEBGJuWMtEW3mLwFCT2C7npqFNHJn5c { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zsnfkTXEIdJxAw26vc3szeSJ8CKeE2xT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#uBdcDfmx7rtDmLn4zrCa47fuyLbQyk0H { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#s258sRT7xWpnKtLZkTpW5bPdTXxETAVk { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#f9MJQSedWlvTG4lNo6NWtoEDRzpFRafr { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#u2FlswWosCTEf3l4aLKvasf63pPu96Zv { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#MVuFdlyddOew11enXKFrZ4VdLpu6X06L { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rGpWALe1QWt2ooG6KL82JvVyWftDHWeI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#F81xEOqX23y1QZCUGT0AzMz6qLCKTvr8 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#tveTKJzI2qzOhJQId8uoo0dVop5O3pVe { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S85coRi0mASsl4PpUyAAVczOfaR0uLJz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#X72kULrT6nUNT83PaBhhH7MG9p4LrBt2 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#aFTUvTzKG1EQn2bvRAXvVVleAsqHrm0F { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#bitRVEDit3WdL4m6hBVITaAF5vD0v28J { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#otxBXePe4bWhpE5q2rya4KasJO5Kk576 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#QeWJWr50hyVMPJHG9f6Xz0bhu90A8yEr { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FcAs3niDI5UlFLICyO1ITTvkNCp0duiT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#lT8qQnJw2IXceOlEAqWPiliDTBe3Afv5 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#cbQKsTVffhRxbgMeGkQN4aB1ZqBdq7nn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#ZDuvEeWuLq63dTKD6Dlfl6LxZgneBAoX { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W0wKFmWx6oeTxuTglx32FOlhz9pOkGQu { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#y33pllPxSBnJl6xUl5MC2DhJVcLIngOP { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z9i7VZtIymC1gaalyTMxbokd5LDb9ALS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#fxPTlxrgeAEQ4zZa1ZRxZPSGscdnsbq5 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#LaQfXHAMUUUXIaGW5b2zvI4SGmmIOPdN { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Oo13WJgVg71xqessVZwyOmpvRAMch0Jr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Te5N0Z45md1x5tqdATtC2Ox8GoeZsexF { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#McJxVL1ZDl9V5s75TZt7QsuwfHXNfWr0 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dq0zmuTFH1KlfOvGceNQfhMLg5mydJ3B { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Czof7wrN0Iv8I7NHgwTHextOE7yKxQq1 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#afPZk2v5gysMHXg2bmFfwOLVnbBJoXWw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#uyTtZHmNAvGZRZuPVJWmIdsNSayHFu6g { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FG5FcGLGQlk7Xc7C2FmZTCS3pBfK7TQp { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#CsdFFCdKCttF5CCQdgTLfbhB6ze9FEvi { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Dwbda1HOH2ervXTP2mogAn1fsJmh4m7a { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#WXe8n20oPvJuEDfU4eX6BAIlDffzpeeM { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#A0ixxzGMg1ve7CgHMAunI2WiheVv5NhO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#LCMfPhTGNGuB7n3WlNESnQMkaOOzQbGy { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gsozDV1lRHCWtcomt8DnGfxgTVTZVDIl { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#hOIpSUACyS3TGlkNHu5LPR798ZUVGDyl { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#URgGZ7qRC9lDvx6wc895Cr7wennUGCEM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#T0pRtZ3L86pCGCTVRSLLl6p9HIcZ5bOp { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#h2eETtbzgLpmdznZ551O9NaCpb2sTM70 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UELVhgZQCJlzbTAdMXESFxJbRhiWeZ1X { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#nixQTosEGUevGfCwbRxE0afo0ftuaydq { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#rRmgyg4h8GQH7Am6b88k6FQZShETZysK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#BO827zoAwKBixbmJTiSIGPUQsszhBWmW { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iuRWWhdZdeQOtOUASUUnRpgnuKHvUZ4s { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#GnsxzLzLSmOuWD63IReLodH1uuhuL7Qz { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cLk7u1T6KmSfJeRw9K6zDhCday7O8b0F { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#GSGUqltcWETVbfNtVcmLgOH4E8HCbXwK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#NQ558u08TEzInL3Q3g1UegIhVFeZQX0c { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ndQ6bZHTWhpQh2Jz7snXTUA3URSepbcl { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#OLnfhOV9wUeAWAQDaFnRnyu0Hnw14KAB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#uyZ33xR7Cgy8i8bSqQP0umb4KWHXfFTX { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NxFTnskQGe894vBz87AgXTtKAxXDGvhd { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#zz8zsHPQSnd48Jo9FcHTEw3vNd1u1iFI { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AicFRD97ZTIlTUJMM6oTrzAClfEJfbyb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#UD9lrd6pf3DMSBQM3LxF7GorxDX6w0pD { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#BirKyAanJrsVHWt8wE362lvs9weof9ra { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hwb5FG39TgV3HrwKItECclIibhWwuLKW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#JQklwG4TP3W3Dg5QJiDebCXJBS2IWA9R { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#KzNUo7UVXreUqcDXyupr6ivLmcXHfkq6 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#XuX1DiVTi3FE932BzRKEoB5eqi4xNctq { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LfDsvst4VzH8H7CzpSD1K3D1SQUJZh7c { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#BKGVHshn4AnxHyXPw6ZtfdprauFgMDm6 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#HIJaVnAmqaumSZoQf73loyiyRvUZdGvA { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Tcsl0oMUdtn04aMP3yoF4lrDtfLmS8uP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#c0fwuQRDRgzdlXoldmKpDONnWiSIdClI { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#o5RJDBXosL2U6VnbKzNZERUCrTZezoKK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#eRkPD21M4bPXvWuUDqh79XBfMTbaqvUy { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#mCHBOOExFFLXgtUaxOyKvTIUhCzGOXwJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#IPIhSdTaxTyfO9LIHpBv2rySRoTTfRmJ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z9N1Dpg72Na9s4F6nqEBcyTPqkBGEuvt { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#giAqP5OiCddlT1R6IAR6EetBJPwQXDL0 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wg9WTpZXX85Teu2Kz5mzopfRgCiyRobN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Tq7QOhF61CZuuXfEyJPrnUvErmWXU9ZE { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#C1UoxEqOGDUohCaLJDmImW7ipUxIGOCN { color:rgba(var(--color-tertiary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:2.6;letter-spacing:0;top:14.5625rem;left:6.125rem;height:35.90234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NM2Xu8VXepIoRQQFg16cK731yJhXhosP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:14.5625rem;left:4.0625rem;overflow:hidden;display:block; }
#t5ZDyT0cSQbruaaHhOH6abB1lN3Rhqa7 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Aor40UD7Jis5bnxt8DRLudzs0FK3BGDr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:17.3125rem;left:4.0625rem;overflow:hidden;display:block; }
#fOiEGF7GNuR1DSCkTJMTEVxHSc0TzwGN { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mrnQw066A0COTDC17WWk4gHIPp9kcitS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:20.25rem;left:4.0625rem;overflow:hidden;display:block; }
#WFofT9ELHOqvZwoaQhqUE2bO5GaG9nCo { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FeMX6Pm1mJASFsvb0SN8iHvdoV8s6eeC { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:23.125rem;left:4.0625rem;overflow:hidden;display:block; }
#REFKtfrBK3Ax4n5wlwht6S8ztcgFdxJ3 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.375rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ABKPokZlBsuTKko18usT09QrWqo5XFAN { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:25.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#wO2HrOBTLqg2OHvDoOPlqhgvi1vZDXoT { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.0625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tOlxMCGObefiN6w0evIZyk2UCdNCbpSh { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:28.375rem;left:4.0625rem;overflow:hidden;display:block; }
#n1FokrShcJhIc6pnTou7ny5cdX7bvMAP { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aJ7IaJEZ3zhGpR02RsGTRiU3T7pZzAHc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:31.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#l0nukono43HqhnWhflApfTxC4KTB5QnI { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.4375rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PMuEBKGAv8sAn82DiG04x8I2vqclXlTW { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:33.875rem;left:4.0625rem;overflow:hidden;display:block; }
#sdxeI4ffcQcweiNIgRdZ7Bm0rDKHFHEg { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JiZ7WcfCmPzFhfECHxV1kO0HStmveTuO { 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:2.1875rem;width:1.25rem;top:36.625rem;left:4.0625rem;overflow:hidden;display:block; }
#rfHBZMRRLtowBEQ8LdgK8V9TcRhn3vGn { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.875rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qwLdnhlvqibut8XEuRIJhFi4wA1LVWqB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:39.375rem;left:4.0625rem;overflow:hidden;display:block; }
#U42WJTtumoCroqGTTGKOpBiFblFrwns5 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#X2mH859cmh2HiTzT4dOGI2hBBbydsco4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:42.0625rem;left:4.0625rem;overflow:hidden;display:block; }
#pB4zcH3vaa7eI7T7VfEQ23tHwkykLTT3 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.3125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WiOzX1M87NkxSzP3luhbNLv7ss9g250w { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:14.5625rem;left:37.9375rem;overflow:hidden;display:block; }
#oZBQDsbNmxfhfDilQBbemWDLIgyBcckx { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:17.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#oykXQTGmPd9GODrTyhigE7J08EfGEAdt { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#drLN27pAoBE4ZoVFS2RcqqdDNZEAxBIG { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:23.125rem;left:37.9375rem;overflow:hidden;display:block; }
#H0fU1snE9S3SwxJCdPTAolGb4vLhOEWE { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:25.8125rem;left:37.9375rem;overflow:hidden;display:block; }
#q2hFrLKdtSCUdi3KD2bcvvQeR2NFr67u { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:28.375rem;left:37.9375rem;overflow:hidden;display:block; }
#CabTVCMMul1Nu56x89IJCTcKs9qTKa6a { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:31.1875rem;left:37.9375rem;overflow:hidden;display:block; }
#k2n4wTLFEGgvwo9icbVkPCXH2c5osKZ5 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:33.875rem;left:37.9375rem;overflow:hidden;display:block; }
#zXU3sJhkxyrhvtKGle09KeVt2RHUx0LR { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:36.625rem;left:37.9375rem;overflow:hidden;display:block; }
#QMFkVAFeMCmdOFDS5NdcrBh1ow458ATi { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:39.375rem;left:37.9375rem;overflow:hidden;display:block; }
#zmdmzrdzg57kKdGWtTWppfLSm0eKviu8 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:42.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#lNxhfLho0QxhaKFbwEmDEWOZ7vXLzTUJ { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:44.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#cBGsDHlo5wndbUaAELEBDqE4BWfxW6ps { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:47.625rem;left:4.0625rem;overflow:hidden;display:block; }
#KpGzX2oEH6ZmsQV2sVpmMTZ2DBhRVmbo { color:rgba(var(--color-tertiary-2),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:2.6;letter-spacing:0;top:14.3291015625rem;left:40.5rem;height:30.37890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywEKN7ThDBrVGMzIQCtMUOm7HA04xG1a { color:rgba(var(--color-tertiary-2),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:2.6;letter-spacing:0;top:10.0791015625rem;left:10.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sT2KobPXKkCPkHOxxI5ZfByKRVGgqA3F { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.75rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#US0S4R3WCvvBn8SQQVUxDfqowfHToSlH { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#odlRirCxEAClLOQF7iyE8wXWi47P8m57 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.4375rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#flv5FR368XDTbMkXu2ZN9ZieLEGH6eZC { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.3125rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#r8ubuPD1vhh5r0StelvWp9FlyvyM7X6B { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DvbnVT2QBl8WLqNtFfxQBiPMbE1etNvJ { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.5625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FWPXWvrU6oplKdyMk3uTklxZ7QOhWl3E { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.375rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RXLNmATtBpWTyZFMnqsND86Q0UTirDur { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.0625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KWNX1SJ09H1nKV24BgqIc24FAqSlvM4t { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.8125rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pcJ4DT7X2xxXcBqoxc1L0Upk47g2Nb3l { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.5625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XeyC247FVr5wEP2EvvVe6UvPbgTQrezq { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.25rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GtT9Mex1JrV0lVtc3kJkEyQqMBuUsttE { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fn2xMTyqmXVZUD8OiuMnWXhEUQLTg3e4 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA > .row .container { border-width: 0; border-radius: 0; }#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA > .row .container { font-size:0.875rem;font-family:arial;height:117.0625rem;width:75rem;position:relative;display:none; }#GMnBatRpvf5xTLH4tokJTlSdR32fSH2i { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dDsWVcEZFdOCqnFWDvbxuhtxAilwrfs3 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vi2HKaO9zDWQtgOaHsqTRIzAOHUeTflk { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XiVixB0q7pJx44BUvINKCbWfyqaWZTSS { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hBJNBVEnJSZioQpRV6HiXKFWleb6pWKC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#b2RCJZBqJHHLUXSAVX4Rr2fNwsGJEU9C { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HtU3KTF93cLrzqA1yiPdWG7eXUFANRFT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#NA0D5S0dWQTEzHtnFenZ4OvNtQLRgUZy { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gwSRs2R6CPD9u3LGvaTXileOPAX2JAlM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#H5hrQbpWb0Jxfv72XZ4lmEJB8SknaJGs { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#fxk8Eky6cUiUQDnklQGyxHKtz7KwCGlS { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#COHCfioTDL64G0gQhkuB6q2ASo7pD64y { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#rZOI04siMptba2rQliEuuPdgPL65FXxB { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#m58163gvN944s4H3pOkETDMRGTFXVx0b { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZsZwF6Fta7D0Tma5FDyKRCyb7PZs1HW8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#TnlSFtRy5fVCk6syXeZFDhB6ZCPOmrVU { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#DdZXVNOR9uDnAMwEX0ZiCuBiPb1Hpqa3 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ctXRQ5m6ObJTOyZEUw3NH8fm263yJPwy { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#BbhlXaTBD8svLisAmNuCiPx0mbm9lC3R { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#FPCdMJr30xVltZL0FfLcP7ITr0becWNb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Z8ZmWF78JlAAafAy90GuW846SF0n4VTE { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O9Sm99f6du2RrE5bswI2x6radPFTswTh { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#XWv6X3R8kq4JVdnM7Ev8ceCCay3JgzAu { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nSpRFWb4wsZpfGDJE29IaqEiPqdCSPtD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#APz8p6vTFVlnhZQNLCscGa3ObX76BqvQ { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#xGKVnPKNEnma5WR9c6uqa7rV1tcTTGIk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#nnN7Tu6zkxMRxF5zAzKfzUHXAwVvyqNG { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GKw8akIZqpXRbR2WLVb1HrLmb8TCcCaP { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#a5cCZ7btdQXJsRxLrd1otuiWFxTPG3Xi { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e3lJTyhPkMerqBq2Xq4BRJLCK08TCk9K { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#LJQ2R4IIBmAJsl24lWh6EcPT9Jav2bzy { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#uC1EPpsTmZVeIHsuug1dkfkhZSgRCXuh { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yU6NXHTwbQAwAWRl2TAtpewPQQbTF7ry { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#ttFVG4na6ZImNdtz3HJPK9Nqb8Q1Tswo { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#qHT2E3tTsbTQXM4JWgKduO3LfD17TN7H { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Tlmch75hKGGVkZpp7HzPNRHhR2RXEWyL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#LmwafBikWa73g6cnq9v4VVdDETdrWWF9 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#ZmPRe1sdv21iopJy4ImUgrITmtd0Fxxz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#GzIT24SuW24BBWoDzQN3F3mxiRLrbTvJ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J6zLAZmrB1EpGG3vvbsat6nwtRergokc { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#TRUKcahd6x3E0qboT6PVnzPykKPiQFOw { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#E8MkVeWQ6etQvItJ7vNmqV9bcnTXlxc4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#iy8FmMiVCCgHkRxx1JiJ0XNWWeuOeqqy { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#sZlD2fT1VRLPhPrAc7g9ADXqUJPtNdwQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#e9fnK5EhwpwCLaq9TT976ZNiZP0xG5Lb { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B07hg0NozwXLgGuRrKglrZhpoxM6n0it { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#M9dywGl1PC3SOJ0UnmfFz4Lvbc4MvN5w { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bUfho7NnswDtwWfaqtDVscpGn2nleRpg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#epotv9F23oJ02cCldrdqQE2ztOQ452uo { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wnSHfpvHVEslsASUmFHEcAQsSDT26QZl { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TqNTrbGO5eZwIXqAs1CEUC6CrWycJ38r { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#MXHWLaivJwLG6vSGNJpDKqDTZyLilrGq { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#pNnyI2UbsaUp9XQyywbdHeCiqkkFMeQT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#QLNxT2UugiFCTp22AeQNxsat5FDzLmw5 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Dnq7L9Dd46wCoGgxrTqaTs73T7swruHg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#cbXbOttwXCORGxxRA8e6S61EhK5O1SDQ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TkQnwZQ2KbIOO6DJbDBg5lcu1vqKv14n { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#UmdVnT703T8NLzPIpTkPoivWGfNtGJ8s { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#RUnttBPqi2gVLxnmqgSBBhSWLMAqkKAo { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CSX4f0tZ1WlqEe6WHHra9T815Er1LOTt { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#KbafcRArsRPS305DShUZFBuEAlfc1yS0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#cibLzB3QvG48WTT7SDtxdiBhUDukDIQK { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i39ZVxRqVTTVp9enaB9wSZnFf8PicO14 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#s4VkD8vzIJgEGZMVsDCaor3ywVXPNOlf { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q7ZagsNIqMBSNDpfeEK287SmG7gCnGdI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#iIUsQm4qgDn4IwHRrS7fMDTC83nd4Q8g { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#GC7L0hGlIe1F8SGJOGGyIMpsfqkDrZP6 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#K03E8kpZrywSqDK1eUo7LqfQ5tc1FcSX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#MtV32GL2MA3ASr2Wbc5AgTevXUQiCC03 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#ReJivtUCMzuRAIxB987kFTqP2pd5AcoC { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#bXXG2LC2Ttn3xcXTNQed2B841adwN9NG { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H63ngnNyIm1GmtPcOJ5I59aI7KhsoURr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#aqi6yZLCFk3WUlJR3TXzGZBIuMTWnBnr { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#tidTMMDIzsvbmSMBMLzvNKWRcV7WGwfR { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f4Ew80lDW5qaknTbC5H3bz1CpNbdydUh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#K3MeJSFLdJwTtyCAtiS02Ce945vFdzBx { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G74Fa55JbabGCJ5gd3TVnFM1aIfNSJsA { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Z6LymhSzmicooC17c4nziJIKwM7VMzV9 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#TdSbZkRUm346qa94vD1u6kcXwE72HMD4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#GFkUu4Ob9JaD5xZlOwoZNKltiWllpU4d { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lQTP3qWeXkCM5ogfulXRRZVs3aLZ1qQx { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#SGtACA4Eb7dHLeFgKnfgXxdkINW1s2Uq { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xt0e0ZXCrt2CAfa3SyKRtUW84eOwNvHg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#rezkXy5Hl80DDAI4uqBBPsqPFZ9LiX8W { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { background-color: transparent; background-image: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .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); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { border-width: 0; border-radius: 0; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);line-height:1.9;overflow:hidden;height:auto; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1); }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_818de3f14dca724252a209ed0b52d03c99e52bf2.svg");background-size:contain !important; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.adaptive-delivery-prevent-bg, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyload, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyloading { background-image: none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { box-sizing:content-box;height:auto;width:72.373125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15040;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.750194549561rem;left:0rem;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; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz { display:none; }
#sgImElsWi49299JtOHBCQzthBMrVacER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29f60088-96f6-4daf-8203-6db9781bee08/photobackground.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sgImElsWi49299JtOHBCQzthBMrVacER.adaptive-delivery-prevent-bg, #sgImElsWi49299JtOHBCQzthBMrVacER.lazyload, #sgImElsWi49299JtOHBCQzthBMrVacER.lazyloading { background-image: none; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container { background-color: transparent; background-image: none; }#sgImElsWi49299JtOHBCQzthBMrVacER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container > .video-iframe-container { display: none; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgImElsWi49299JtOHBCQzthBMrVacER > .row > .video-iframe-container { display: none; }#sgImElsWi49299JtOHBCQzthBMrVacER > .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); }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container { border-width: 0; border-radius: 0; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#df8otqghl0WbRf9GHK2G6dyq6uMfsVlZ { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qki3M2pdgToRT7NuqypEHo6QDGSitczg { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KE9cEMrSzvxO6agBio5Z4cTvK3Iooz3m { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.65625rem;left:57.500003814698rem;display:block; }
#bUGXgvrXqE8X29eZpwrwqomAihhGlbAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { position:relative;display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { background-color: transparent; background-image: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { border-width: 0; border-radius: 0; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;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; }#bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.677734375rem;left:31.8125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { z-index:15003;top:2.1875rem;left:0rem;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { z-index:15004;top:2.1875rem;left:9.625rem;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { color:#000000;display:block;width:6.06228125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6768684387207rem;left:56.310764312744rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:2.0931015014649rem;left:62.893886566163rem;overflow:hidden;display:block; }
#u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:65.5rem;overflow:hidden;display:block; }
#LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:68.25rem;overflow:hidden;display:block; }
#DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:70.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { top:0.625rem;left:32.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { top:0.75rem;left:43rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { top:1.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { top:1.0625rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { top:23.3125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { top:3.6875rem;left:27.4375rem;width:20.25rem;height:3.9254570853616rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { top:32.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { top:10rem;left:0rem;width:46.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3T8ZDNCENaAE4OCeeXqBePilxRDcTMX { top:3.6875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNoyHpW3Ee9oB43np4Qo7X49g5vsIVtQ { top:3.6875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { top:13.125rem;left:0rem;width:33.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { top:3.5625rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { top:12.4375rem;left:0rem;width:5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { top:12.625rem;left:0rem;width:1.25rem;height:55.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { top:30rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { top:52.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { top:20.3125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { top:20.25rem;left:0rem;width:33rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { top:22.875rem;left:0.25rem;width:23.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { top:30rem;left:0rem;width:33rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { top:32.625rem;left:0.625rem;width:23.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { top:38.25rem;left:1.9375rem;width:21.9375rem;height:;font-size:1.125rem;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
 }@media only screen and (max-width: 763px) { #oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { top:41.75rem;left:0.625rem;width:23.25rem;height:;font-size:1.125rem;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
 }@media only screen and (max-width: 763px) { #NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { top:46.25rem;left:0.625rem;width:23.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { top:55.25rem;left:0.625rem;width:23.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { top:52.5625rem;left:0rem;width:33rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { top:62.5625rem;left:2rem;width:16rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { top:12.1875rem;left:9.4375rem;width:34.25rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { top:62.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { top:8.625rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { top:4.4375rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { top:19.5rem;left:0rem;width:14.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { top:19.5rem;left:8.9375rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { top:19.5rem;left:9.8125rem;width:14.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { top:19.5rem;left:25.147262573243rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { top:19.5rem;left:33.6875rem;width:14.0625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { top:13rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { top:13rem;left:29.740627288818rem;width:4.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { top:13.125rem;left:19.5625rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { top:13.0625rem;left:14.092967987061rem;width:3.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { top:13.0625rem;left:0rem;width:3.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz { display:none; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZIOZhx7JeQXt0BVGSa9sOkF9Kl8edQrF { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmT4tozq4b37wAf7Jio0thu92P4nBufp { top:3.6875rem;left:0rem;width:44.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7VFlo6LFGsaLyiluawlSmzMIaGyDBVk { top:52.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhiHxXGTt2glWg8ELNKJegi5DqTit17q { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKez2TvKwuC7HAPmbeM6mBJZV1Vh79LP { top:48.6875rem;left:0rem;width:19.125rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr3av0W2vTGHA7mKIF84mRFG7I6RQ3eW { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFEBGJuWMtEW3mLwFCT2C7npqFNHJn5c { top:23.1875rem;left:0rem;width:16.9375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsnfkTXEIdJxAw26vc3szeSJ8CKeE2xT { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBdcDfmx7rtDmLn4zrCa47fuyLbQyk0H { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s258sRT7xWpnKtLZkTpW5bPdTXxETAVk { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9MJQSedWlvTG4lNo6NWtoEDRzpFRafr { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2FlswWosCTEf3l4aLKvasf63pPu96Zv { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVuFdlyddOew11enXKFrZ4VdLpu6X06L { top:36.4375rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGpWALe1QWt2ooG6KL82JvVyWftDHWeI { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F81xEOqX23y1QZCUGT0AzMz6qLCKTvr8 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tveTKJzI2qzOhJQId8uoo0dVop5O3pVe { top:32.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S85coRi0mASsl4PpUyAAVczOfaR0uLJz { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X72kULrT6nUNT83PaBhhH7MG9p4LrBt2 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFTUvTzKG1EQn2bvRAXvVVleAsqHrm0F { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bitRVEDit3WdL4m6hBVITaAF5vD0v28J { top:27.9375rem;left:0rem;width:17rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #otxBXePe4bWhpE5q2rya4KasJO5Kk576 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeWJWr50hyVMPJHG9f6Xz0bhu90A8yEr { top:63rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcAs3niDI5UlFLICyO1ITTvkNCp0duiT { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT8qQnJw2IXceOlEAqWPiliDTBe3Afv5 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbQKsTVffhRxbgMeGkQN4aB1ZqBdq7nn { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDuvEeWuLq63dTKD6Dlfl6LxZgneBAoX { top:59.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0wKFmWx6oeTxuTglx32FOlhz9pOkGQu { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y33pllPxSBnJl6xUl5MC2DhJVcLIngOP { top:54.1875rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9i7VZtIymC1gaalyTMxbokd5LDb9ALS { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxPTlxrgeAEQ4zZa1ZRxZPSGscdnsbq5 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaQfXHAMUUUXIaGW5b2zvI4SGmmIOPdN { top:49.75rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oo13WJgVg71xqessVZwyOmpvRAMch0Jr { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te5N0Z45md1x5tqdATtC2Ox8GoeZsexF { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #McJxVL1ZDl9V5s75TZt7QsuwfHXNfWr0 { top:45.375rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq0zmuTFH1KlfOvGceNQfhMLg5mydJ3B { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Czof7wrN0Iv8I7NHgwTHextOE7yKxQq1 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afPZk2v5gysMHXg2bmFfwOLVnbBJoXWw { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyTtZHmNAvGZRZuPVJWmIdsNSayHFu6g { top:41.25rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG5FcGLGQlk7Xc7C2FmZTCS3pBfK7TQp { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsdFFCdKCttF5CCQdgTLfbhB6ze9FEvi { top:84.875rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dwbda1HOH2ervXTP2mogAn1fsJmh4m7a { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXe8n20oPvJuEDfU4eX6BAIlDffzpeeM { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0ixxzGMg1ve7CgHMAunI2WiheVv5NhO { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCMfPhTGNGuB7n3WlNESnQMkaOOzQbGy { top:80.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsozDV1lRHCWtcomt8DnGfxgTVTZVDIl { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOIpSUACyS3TGlkNHu5LPR798ZUVGDyl { top:76.0625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #URgGZ7qRC9lDvx6wc895Cr7wennUGCEM { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0pRtZ3L86pCGCTVRSLLl6p9HIcZ5bOp { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2eETtbzgLpmdznZ551O9NaCpb2sTM70 { top:71.625rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UELVhgZQCJlzbTAdMXESFxJbRhiWeZ1X { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nixQTosEGUevGfCwbRxE0afo0ftuaydq { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRmgyg4h8GQH7Am6b88k6FQZShETZysK { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO827zoAwKBixbmJTiSIGPUQsszhBWmW { top:67.25rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuRWWhdZdeQOtOUASUUnRpgnuKHvUZ4s { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnsxzLzLSmOuWD63IReLodH1uuhuL7Qz { top:98.125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLk7u1T6KmSfJeRw9K6zDhCday7O8b0F { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSGUqltcWETVbfNtVcmLgOH4E8HCbXwK { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQ558u08TEzInL3Q3g1UegIhVFeZQX0c { top:94.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndQ6bZHTWhpQh2Jz7snXTUA3URSepbcl { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLnfhOV9wUeAWAQDaFnRnyu0Hnw14KAB { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyZ33xR7Cgy8i8bSqQP0umb4KWHXfFTX { top:89.3125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxFTnskQGe894vBz87AgXTtKAxXDGvhd { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zz8zsHPQSnd48Jo9FcHTEw3vNd1u1iFI { top:102.5625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AicFRD97ZTIlTUJMM6oTrzAClfEJfbyb { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UD9lrd6pf3DMSBQM3LxF7GorxDX6w0pD { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BirKyAanJrsVHWt8wE362lvs9weof9ra { top:58.25rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwb5FG39TgV3HrwKItECclIibhWwuLKW { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQklwG4TP3W3Dg5QJiDebCXJBS2IWA9R { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzNUo7UVXreUqcDXyupr6ivLmcXHfkq6 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuX1DiVTi3FE932BzRKEoB5eqi4xNctq { top:62.8125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfDsvst4VzH8H7CzpSD1K3D1SQUJZh7c { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKGVHshn4AnxHyXPw6ZtfdprauFgMDm6 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIJaVnAmqaumSZoQf73loyiyRvUZdGvA { top:75.625rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcsl0oMUdtn04aMP3yoF4lrDtfLmS8uP { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0fwuQRDRgzdlXoldmKpDONnWiSIdClI { top:79.5rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5RJDBXosL2U6VnbKzNZERUCrTZezoKK { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRkPD21M4bPXvWuUDqh79XBfMTbaqvUy { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCHBOOExFFLXgtUaxOyKvTIUhCzGOXwJ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPIhSdTaxTyfO9LIHpBv2rySRoTTfRmJ { top:105.75rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9N1Dpg72Na9s4F6nqEBcyTPqkBGEuvt { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #giAqP5OiCddlT1R6IAR6EetBJPwQXDL0 { top:22.9375rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg9WTpZXX85Teu2Kz5mzopfRgCiyRobN { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq7QOhF61CZuuXfEyJPrnUvErmWXU9ZE { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1UoxEqOGDUohCaLJDmImW7ipUxIGOCN { top:14.5625rem;left:0rem;width:30.6875rem;height:35.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM2Xu8VXepIoRQQFg16cK731yJhXhosP { top:14.5625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ZDyT0cSQbruaaHhOH6abB1lN3Rhqa7 { top:16.8125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aor40UD7Jis5bnxt8DRLudzs0FK3BGDr { top:17.3125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOiEGF7GNuR1DSCkTJMTEVxHSc0TzwGN { top:19.5625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrnQw066A0COTDC17WWk4gHIPp9kcitS { top:20.25rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFofT9ELHOqvZwoaQhqUE2bO5GaG9nCo { top:22.5rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeMX6Pm1mJASFsvb0SN8iHvdoV8s6eeC { top:23.125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFKtfrBK3Ax4n5wlwht6S8ztcgFdxJ3 { top:25.375rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKPokZlBsuTKko18usT09QrWqo5XFAN { top:25.8125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO2HrOBTLqg2OHvDoOPlqhgvi1vZDXoT { top:28.0625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOlxMCGObefiN6w0evIZyk2UCdNCbpSh { top:28.375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FokrShcJhIc6pnTou7ny5cdX7bvMAP { top:30.625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7IaJEZ3zhGpR02RsGTRiU3T7pZzAHc { top:31.1875rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nukono43HqhnWhflApfTxC4KTB5QnI { top:33.4375rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMuEBKGAv8sAn82DiG04x8I2vqclXlTW { top:33.875rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxeI4ffcQcweiNIgRdZ7Bm0rDKHFHEg { top:36.125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZ7WcfCmPzFhfECHxV1kO0HStmveTuO { top:36.625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfHBZMRRLtowBEQ8LdgK8V9TcRhn3vGn { top:38.875rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLdnhlvqibut8XEuRIJhFi4wA1LVWqB { top:39.375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U42WJTtumoCroqGTTGKOpBiFblFrwns5 { top:41.625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2mH859cmh2HiTzT4dOGI2hBBbydsco4 { top:42.0625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4zcH3vaa7eI7T7VfEQ23tHwkykLTT3 { top:44.3125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOzX1M87NkxSzP3luhbNLv7ss9g250w { top:14.5625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZBQDsbNmxfhfDilQBbemWDLIgyBcckx { top:17.3125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykXQTGmPd9GODrTyhigE7J08EfGEAdt { top:20.25rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drLN27pAoBE4ZoVFS2RcqqdDNZEAxBIG { top:23.125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0fU1snE9S3SwxJCdPTAolGb4vLhOEWE { top:25.8125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2hFrLKdtSCUdi3KD2bcvvQeR2NFr67u { top:28.375rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabTVCMMul1Nu56x89IJCTcKs9qTKa6a { top:31.1875rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2n4wTLFEGgvwo9icbVkPCXH2c5osKZ5 { top:33.875rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXU3sJhkxyrhvtKGle09KeVt2RHUx0LR { top:36.625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMFkVAFeMCmdOFDS5NdcrBh1ow458ATi { top:39.375rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmdmzrdzg57kKdGWtTWppfLSm0eKviu8 { top:42.0625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxhfLho0QxhaKFbwEmDEWOZ7vXLzTUJ { top:44.9375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGsDHlo5wndbUaAELEBDqE4BWfxW6ps { top:47.625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGzX2oEH6ZmsQV2sVpmMTZ2DBhRVmbo { top:14.3125rem;left:15.3125rem;width:32.4375rem;height:30.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywEKN7ThDBrVGMzIQCtMUOm7HA04xG1a { top:10.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT2KobPXKkCPkHOxxI5ZfByKRVGgqA3F { top:16.75rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0S4R3WCvvBn8SQQVUxDfqowfHToSlH { top:19.5rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odlRirCxEAClLOQF7iyE8wXWi47P8m57 { top:22.4375rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flv5FR368XDTbMkXu2ZN9ZieLEGH6eZC { top:25.3125rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ubuPD1vhh5r0StelvWp9FlyvyM7X6B { top:28rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvbnVT2QBl8WLqNtFfxQBiPMbE1etNvJ { top:30.5625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPXWvrU6oplKdyMk3uTklxZ7QOhWl3E { top:33.375rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXLNmATtBpWTyZFMnqsND86Q0UTirDur { top:36.0625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWNX1SJ09H1nKV24BgqIc24FAqSlvM4t { top:38.8125rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcJ4DT7X2xxXcBqoxc1L0Upk47g2Nb3l { top:41.5625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeyC247FVr5wEP2EvvVe6UvPbgTQrezq { top:44.25rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtT9Mex1JrV0lVtc3kJkEyQqMBuUsttE { top:47.625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2xMTyqmXVZUD8OiuMnWXhEUQLTg3e4 { top:50.125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA { display:none; }#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GMnBatRpvf5xTLH4tokJTlSdR32fSH2i { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDsWVcEZFdOCqnFWDvbxuhtxAilwrfs3 { top:2.5rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2HKaO9zDWQtgOaHsqTRIzAOHUeTflk { top:44.5625rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiVixB0q7pJx44BUvINKCbWfyqaWZTSS { top:10.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBJNBVEnJSZioQpRV6HiXKFWleb6pWKC { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2RCJZBqJHHLUXSAVX4Rr2fNwsGJEU9C { top:48.6875rem;left:0rem;width:19.125rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtU3KTF93cLrzqA1yiPdWG7eXUFANRFT { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NA0D5S0dWQTEzHtnFenZ4OvNtQLRgUZy { top:23.1875rem;left:0rem;width:16.9375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwSRs2R6CPD9u3LGvaTXileOPAX2JAlM { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5hrQbpWb0Jxfv72XZ4lmEJB8SknaJGs { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxk8Eky6cUiUQDnklQGyxHKtz7KwCGlS { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COHCfioTDL64G0gQhkuB6q2ASo7pD64y { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZOI04siMptba2rQliEuuPdgPL65FXxB { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m58163gvN944s4H3pOkETDMRGTFXVx0b { top:36.4375rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsZwF6Fta7D0Tma5FDyKRCyb7PZs1HW8 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnlSFtRy5fVCk6syXeZFDhB6ZCPOmrVU { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdZXVNOR9uDnAMwEX0ZiCuBiPb1Hpqa3 { top:32.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctXRQ5m6ObJTOyZEUw3NH8fm263yJPwy { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbhlXaTBD8svLisAmNuCiPx0mbm9lC3R { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPCdMJr30xVltZL0FfLcP7ITr0becWNb { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8ZmWF78JlAAafAy90GuW846SF0n4VTE { top:27.9375rem;left:0rem;width:17rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9Sm99f6du2RrE5bswI2x6radPFTswTh { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWv6X3R8kq4JVdnM7Ev8ceCCay3JgzAu { top:63rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSpRFWb4wsZpfGDJE29IaqEiPqdCSPtD { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APz8p6vTFVlnhZQNLCscGa3ObX76BqvQ { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGKVnPKNEnma5WR9c6uqa7rV1tcTTGIk { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnN7Tu6zkxMRxF5zAzKfzUHXAwVvyqNG { top:59.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKw8akIZqpXRbR2WLVb1HrLmb8TCcCaP { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5cCZ7btdQXJsRxLrd1otuiWFxTPG3Xi { top:54.1875rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3lJTyhPkMerqBq2Xq4BRJLCK08TCk9K { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJQ2R4IIBmAJsl24lWh6EcPT9Jav2bzy { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC1EPpsTmZVeIHsuug1dkfkhZSgRCXuh { top:49.75rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yU6NXHTwbQAwAWRl2TAtpewPQQbTF7ry { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttFVG4na6ZImNdtz3HJPK9Nqb8Q1Tswo { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHT2E3tTsbTQXM4JWgKduO3LfD17TN7H { top:45.375rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tlmch75hKGGVkZpp7HzPNRHhR2RXEWyL { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmwafBikWa73g6cnq9v4VVdDETdrWWF9 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmPRe1sdv21iopJy4ImUgrITmtd0Fxxz { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzIT24SuW24BBWoDzQN3F3mxiRLrbTvJ { top:41.25rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6zLAZmrB1EpGG3vvbsat6nwtRergokc { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRUKcahd6x3E0qboT6PVnzPykKPiQFOw { top:84.875rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8MkVeWQ6etQvItJ7vNmqV9bcnTXlxc4 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iy8FmMiVCCgHkRxx1JiJ0XNWWeuOeqqy { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZlD2fT1VRLPhPrAc7g9ADXqUJPtNdwQ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9fnK5EhwpwCLaq9TT976ZNiZP0xG5Lb { top:80.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B07hg0NozwXLgGuRrKglrZhpoxM6n0it { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9dywGl1PC3SOJ0UnmfFz4Lvbc4MvN5w { top:76.0625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUfho7NnswDtwWfaqtDVscpGn2nleRpg { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #epotv9F23oJ02cCldrdqQE2ztOQ452uo { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnSHfpvHVEslsASUmFHEcAQsSDT26QZl { top:71.625rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqNTrbGO5eZwIXqAs1CEUC6CrWycJ38r { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXHWLaivJwLG6vSGNJpDKqDTZyLilrGq { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNnyI2UbsaUp9XQyywbdHeCiqkkFMeQT { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLNxT2UugiFCTp22AeQNxsat5FDzLmw5 { top:67.25rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dnq7L9Dd46wCoGgxrTqaTs73T7swruHg { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbXbOttwXCORGxxRA8e6S61EhK5O1SDQ { top:98.125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkQnwZQ2KbIOO6DJbDBg5lcu1vqKv14n { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmdVnT703T8NLzPIpTkPoivWGfNtGJ8s { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUnttBPqi2gVLxnmqgSBBhSWLMAqkKAo { top:94.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSX4f0tZ1WlqEe6WHHra9T815Er1LOTt { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbafcRArsRPS305DShUZFBuEAlfc1yS0 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cibLzB3QvG48WTT7SDtxdiBhUDukDIQK { top:89.3125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i39ZVxRqVTTVp9enaB9wSZnFf8PicO14 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4VkD8vzIJgEGZMVsDCaor3ywVXPNOlf { top:102.5625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7ZagsNIqMBSNDpfeEK287SmG7gCnGdI { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIUsQm4qgDn4IwHRrS7fMDTC83nd4Q8g { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC7L0hGlIe1F8SGJOGGyIMpsfqkDrZP6 { top:58.25rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K03E8kpZrywSqDK1eUo7LqfQ5tc1FcSX { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtV32GL2MA3ASr2Wbc5AgTevXUQiCC03 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReJivtUCMzuRAIxB987kFTqP2pd5AcoC { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXXG2LC2Ttn3xcXTNQed2B841adwN9NG { top:62.8125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H63ngnNyIm1GmtPcOJ5I59aI7KhsoURr { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqi6yZLCFk3WUlJR3TXzGZBIuMTWnBnr { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tidTMMDIzsvbmSMBMLzvNKWRcV7WGwfR { top:75.625rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4Ew80lDW5qaknTbC5H3bz1CpNbdydUh { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3MeJSFLdJwTtyCAtiS02Ce945vFdzBx { top:79.5rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G74Fa55JbabGCJ5gd3TVnFM1aIfNSJsA { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6LymhSzmicooC17c4nziJIKwM7VMzV9 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdSbZkRUm346qa94vD1u6kcXwE72HMD4 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFkUu4Ob9JaD5xZlOwoZNKltiWllpU4d { top:105.75rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQTP3qWeXkCM5ogfulXRRZVs3aLZ1qQx { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGtACA4Eb7dHLeFgKnfgXxdkINW1s2Uq { top:22.9375rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xt0e0ZXCrt2CAfa3SyKRtUW84eOwNvHg { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rezkXy5Hl80DDAI4uqBBPsqPFZ9LiX8W { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { top:3.625rem;left:0rem;width:44.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:45.125rem;top:11.8125rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #sgImElsWi49299JtOHBCQzthBMrVacER { display:block; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df8otqghl0WbRf9GHK2G6dyq6uMfsVlZ { top:4.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qki3M2pdgToRT7NuqypEHo6QDGSitczg { top:6.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE9cEMrSzvxO6agBio5Z4cTvK3Iooz3m { width:17.5rem;height:3.4375rem;top:4.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUGXgvrXqE8X29eZpwrwqomAihhGlbAC { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { top:2.625rem;left:18.1875rem;width:11.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { top:2.625rem;left:41.75rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { top:2.0625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28d2c79-cd01-4a02-903e-d285a7e6c6d4/header_background.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { display:flex;width:2.24935rem;height:2.24935rem;top:26.188210487366rem;left:8.9382143020631rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { display:flex;width:2.06163125rem;height:2.06163125rem;top:26.312993526459rem;left:17.93836875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { width:12.5rem;height:0;top:26.687342524529rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { width:5.4362rem;height:0;top:26.662385940552rem;left:14.5638rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { width:15.3125rem;height:17.875rem;top:20.6875rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { width:14.5625rem;height:2.75rem;top:6.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { width:15rem;height:4.875rem;top:40.5rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { width:18.499rem;height:4.125rem;top:12.677734375rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3T8ZDNCENaAE4OCeeXqBePilxRDcTMX { width:2.5625rem;height:2.5625rem;top:2.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNoyHpW3Ee9oB43np4Qo7X49g5vsIVtQ { width:2.5625rem;height:2.5625rem;top:2.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:20rem;height:125.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { width:10.125rem;height:4.875rem;top:10.564453125rem;left:6.4365234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { width:7.125rem;height:0.5rem;top:5.6494140625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { width:4.25rem;height:4.3125rem;top:10.03125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { width:0.625rem;height:72.3125rem;top:11.360937559604rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { width:4.3125rem;height:4.3125rem;top:30.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { width:4.375rem;height:4.375rem;top:64.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { width:4.3125rem;height:4.3125rem;top:19.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { width:8.1875rem;height:1.625rem;top:19.125rem;left:6.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { width:11.25rem;height:5.84765625rem;top:21.6875rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { width:11.5625rem;height:4.875rem;top:30.875rem;left:6.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { width:12.3123125rem;height:8.7715rem;top:38.187302112579rem;left:6.4359371662138rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { width:12.625rem;height:4.38574375rem;top:44.99999666214rem;left:6.1248042583466rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
 }@media only screen and (max-width: 763px) { #oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { width:13.5rem;height:4.38574375rem;top:50.124607563019rem;left:6.1874997615814rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
 }@media only screen and (max-width: 763px) { #NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { width:12.5625rem;height:5.84765625rem;top:55.87499666214rem;left:6.1248042583466rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { width:12.4375rem;height:7.3095625rem;top:67.848436355594rem;left:6.4375001788137rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { width:12.812125rem;height:1.625rem;top:64.9375rem;left:6.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { width:13.43675rem;height:4.38574375rem;top:79.686719894406rem;left:6.5625001788137rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { width:19.9991875rem;height:32.489875rem;top:89.006250858306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { width:4.3125rem;height:4.3125rem;top:79.686721801756rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { width:7.125rem;height:0.5rem;top:5.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { width:20rem;height:1.95rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { width:14.125rem;height:3.25rem;top:15.6875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { width:14.0625rem;height:4.875rem;top:27.1875rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { width:14.0625rem;height:3.25rem;top:40.8125rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { width:14.0625rem;height:4.875rem;top:53.1875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { width:14.0625rem;height:4.875rem;top:67.25rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { width:4.9375rem;height:4.9375rem;top:60.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { width:4.375rem;height:4.6875rem;top:46.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { width:4.625rem;height:4.4375rem;top:34.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { width:3.8125rem;height:4.8125rem;top:20.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { width:3.8125rem;height:4.4375rem;top:9.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz { display:none; }#kC1nafTv0cJIsHLMifZiy9yWlPRWk5oz > .row .container { width:20rem;height:340.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZIOZhx7JeQXt0BVGSa9sOkF9Kl8edQrF { width:7.125rem;height:0.5rem;top:7.6497402191163rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmT4tozq4b37wAf7Jio0thu92P4nBufp { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7VFlo6LFGsaLyiluawlSmzMIaGyDBVk { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;color:#4e0030;display:block; }
 }@media only screen and (max-width: 763px) { #bhiHxXGTt2glWg8ELNKJegi5DqTit17q { width:1.0625rem;height:2.0625rem;top:14.625rem;left:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DKez2TvKwuC7HAPmbeM6mBJZV1Vh79LP { width:15.5625rem;height:2.79948125rem;top:18.8125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xr3av0W2vTGHA7mKIF84mRFG7I6RQ3eW { width:1.0625rem;height:2.0625rem;top:19.0625rem;left:1.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FFEBGJuWMtEW3mLwFCT2C7npqFNHJn5c { width:15.5625rem;height:2.798825rem;top:27rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zsnfkTXEIdJxAw26vc3szeSJ8CKeE2xT { width:1.0625rem;height:2.0625rem;top:27.1875rem;left:1.25rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uBdcDfmx7rtDmLn4zrCa47fuyLbQyk0H { width:17.5rem;height:0.125rem;top:17.625rem;left:1.25rem;z-index:15040;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s258sRT7xWpnKtLZkTpW5bPdTXxETAVk { width:17.5rem;height:0.125rem;top:22.1875rem;left:1.25rem;z-index:15041;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9MJQSedWlvTG4lNo6NWtoEDRzpFRafr { width:17.5rem;height:0.125rem;top:30.4375rem;left:1.25rem;z-index:15042;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2FlswWosCTEf3l4aLKvasf63pPu96Zv { width:17.5rem;height:0.125rem;top:44.0625rem;left:1.25rem;z-index:15051;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuFdlyddOew11enXKFrZ4VdLpu6X06L { width:15.6875rem;height:2.798825rem;top:40.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rGpWALe1QWt2ooG6KL82JvVyWftDHWeI { width:1.0625rem;height:2.0625rem;top:40.8125rem;left:1.25rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F81xEOqX23y1QZCUGT0AzMz6qLCKTvr8 { width:17.5rem;height:0.125rem;top:39.625rem;left:1.25rem;z-index:15050;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tveTKJzI2qzOhJQId8uoo0dVop5O3pVe { width:15.625rem;height:1.3994125rem;top:36.6875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S85coRi0mASsl4PpUyAAVczOfaR0uLJz { width:1.0625rem;height:2.0625rem;top:36.5rem;left:1.25rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X72kULrT6nUNT83PaBhhH7MG9p4LrBt2 { width:17.5rem;height:0.125rem;top:35.0625rem;left:1.25rem;z-index:15049;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTUvTzKG1EQn2bvRAXvVVleAsqHrm0F { width:1.0625rem;height:2.0625rem;top:32.0625rem;left:1.25rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bitRVEDit3WdL4m6hBVITaAF5vD0v28J { width:15.6875rem;height:2.798825rem;top:31.8125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #otxBXePe4bWhpE5q2rya4KasJO5Kk576 { width:17.5rem;height:0.125rem;top:79.5rem;left:1.25rem;z-index:15069;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWJWr50hyVMPJHG9f6Xz0bhu90A8yEr { width:15.6875rem;height:2.798825rem;top:76.0625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FcAs3niDI5UlFLICyO1ITTvkNCp0duiT { width:1.0625rem;height:2.0625rem;top:76.25rem;left:1.25rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lT8qQnJw2IXceOlEAqWPiliDTBe3Afv5 { width:17.5rem;height:0.125rem;top:75.0625rem;left:1.25rem;z-index:15068;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQKsTVffhRxbgMeGkQN4aB1ZqBdq7nn { width:1.0625rem;height:2.0625rem;top:71.9375rem;left:1.25rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuvEeWuLq63dTKD6Dlfl6LxZgneBAoX { width:15.625rem;height:1.3994125rem;top:72.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W0wKFmWx6oeTxuTglx32FOlhz9pOkGQu { width:17.5rem;height:0.125rem;top:70.5625rem;left:1.25rem;z-index:15067;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y33pllPxSBnJl6xUl5MC2DhJVcLIngOP { width:15.6875rem;height:2.798825rem;top:58.375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z9i7VZtIymC1gaalyTMxbokd5LDb9ALS { width:1.0625rem;height:2.0625rem;top:58.625rem;left:1.25rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fxPTlxrgeAEQ4zZa1ZRxZPSGscdnsbq5 { width:17.5rem;height:0.125rem;top:57.375rem;left:1.25rem;z-index:15060;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQfXHAMUUUXIaGW5b2zvI4SGmmIOPdN { width:13.875rem;height:2.798825rem;top:53.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Oo13WJgVg71xqessVZwyOmpvRAMch0Jr { width:1.0625rem;height:2.0625rem;top:54.125rem;left:1.25rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Te5N0Z45md1x5tqdATtC2Ox8GoeZsexF { width:17.5rem;height:0.125rem;top:52.9375rem;left:1.25rem;z-index:15059;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McJxVL1ZDl9V5s75TZt7QsuwfHXNfWr0 { width:15.5625rem;height:1.3994125rem;top:50rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dq0zmuTFH1KlfOvGceNQfhMLg5mydJ3B { width:1.0625rem;height:2.0625rem;top:49.8125rem;left:1.25rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Czof7wrN0Iv8I7NHgwTHextOE7yKxQq1 { width:17.5rem;height:0.125rem;top:48.375rem;left:1.25rem;z-index:15058;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afPZk2v5gysMHXg2bmFfwOLVnbBJoXWw { width:1.0625rem;height:2.0625rem;top:45.375rem;left:1.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uyTtZHmNAvGZRZuPVJWmIdsNSayHFu6g { width:17rem;height:1.79980625rem;top:45.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #FG5FcGLGQlk7Xc7C2FmZTCS3pBfK7TQp { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15084;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsdFFCdKCttF5CCQdgTLfbhB6ze9FEvi { width:15.6875rem;height:1.3994125rem;top:106.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dwbda1HOH2ervXTP2mogAn1fsJmh4m7a { width:1.0625rem;height:2.0625rem;top:106.0625rem;left:1.25rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WXe8n20oPvJuEDfU4eX6BAIlDffzpeeM { width:17.5rem;height:0.125rem;top:104.875rem;left:1.25rem;z-index:15083;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ixxzGMg1ve7CgHMAunI2WiheVv5NhO { width:1.0625rem;height:2.0625rem;top:101.75rem;left:1.25rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LCMfPhTGNGuB7n3WlNESnQMkaOOzQbGy { width:15.625rem;height:1.3994125rem;top:102rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gsozDV1lRHCWtcomt8DnGfxgTVTZVDIl { width:17.5rem;height:0.125rem;top:100.3125rem;left:1.25rem;z-index:15082;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOIpSUACyS3TGlkNHu5LPR798ZUVGDyl { width:15.6875rem;height:1.3994125rem;top:97.5625rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #URgGZ7qRC9lDvx6wc895Cr7wennUGCEM { width:1.0625rem;height:2.0625rem;top:97.3125rem;left:1.25rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T0pRtZ3L86pCGCTVRSLLl6p9HIcZ5bOp { width:17.5rem;height:0.125rem;top:96.0625rem;left:1.25rem;z-index:15075;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2eETtbzgLpmdznZ551O9NaCpb2sTM70 { width:15.5625rem;height:2.798825rem;top:92.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UELVhgZQCJlzbTAdMXESFxJbRhiWeZ1X { width:1.0625rem;height:2.0625rem;top:92.8125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nixQTosEGUevGfCwbRxE0afo0ftuaydq { width:17.5rem;height:0.125rem;top:91.625rem;left:1.25rem;z-index:15074;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRmgyg4h8GQH7Am6b88k6FQZShETZysK { width:1.0625rem;height:2.0625rem;top:88.5rem;left:1.25rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BO827zoAwKBixbmJTiSIGPUQsszhBWmW { width:15.5625rem;height:2.798825rem;top:88.25rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iuRWWhdZdeQOtOUASUUnRpgnuKHvUZ4s { width:1.0625rem;height:2.0625rem;top:123.3125rem;left:1.25rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GnsxzLzLSmOuWD63IReLodH1uuhuL7Qz { width:15.6875rem;height:2.798825rem;top:123.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cLk7u1T6KmSfJeRw9K6zDhCday7O8b0F { width:17.5rem;height:0.125rem;top:122.125rem;left:1.25rem;z-index:15093;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSGUqltcWETVbfNtVcmLgOH4E8HCbXwK { width:1.0625rem;height:2.0625rem;top:119rem;left:1.25rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NQ558u08TEzInL3Q3g1UegIhVFeZQX0c { width:15.625rem;height:2.798825rem;top:119.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15057;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ndQ6bZHTWhpQh2Jz7snXTUA3URSepbcl { width:17.5rem;height:0.125rem;top:117.5625rem;left:1.25rem;z-index:15092;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLnfhOV9wUeAWAQDaFnRnyu0Hnw14KAB { width:1.0625rem;height:2.0625rem;top:114.5625rem;left:1.25rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uyZ33xR7Cgy8i8bSqQP0umb4KWHXfFTX { width:15.6875rem;height:2.798825rem;top:114.25rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NxFTnskQGe894vBz87AgXTtKAxXDGvhd { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15085;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz8zsHPQSnd48Jo9FcHTEw3vNd1u1iFI { width:15.6875rem;height:1.3994125rem;top:128rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AicFRD97ZTIlTUJMM6oTrzAClfEJfbyb { width:1.0625rem;height:2.0625rem;top:127.75rem;left:1.25rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UD9lrd6pf3DMSBQM3LxF7GorxDX6w0pD { width:17.5rem;height:0.125rem;top:126.5625rem;left:1.25rem;z-index:15096;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BirKyAanJrsVHWt8wE362lvs9weof9ra { width:15.6875rem;height:1.3994125rem;top:62.875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hwb5FG39TgV3HrwKItECclIibhWwuLKW { width:1.0625rem;height:2.0625rem;top:62.6875rem;left:1.25rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JQklwG4TP3W3Dg5QJiDebCXJBS2IWA9R { width:17.5rem;height:0.125rem;top:61.4375rem;left:1.25rem;z-index:15063;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNUo7UVXreUqcDXyupr6ivLmcXHfkq6 { width:17.5rem;height:0.125rem;top:66rem;left:1.25rem;z-index:15071;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuX1DiVTi3FE932BzRKEoB5eqi4xNctq { width:15.6875rem;height:2.798825rem;top:67rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LfDsvst4VzH8H7CzpSD1K3D1SQUJZh7c { width:1.0625rem;height:2.0625rem;top:67.1875rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BKGVHshn4AnxHyXPw6ZtfdprauFgMDm6 { width:17.5rem;height:0.125rem;top:87.5625rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJaVnAmqaumSZoQf73loyiyRvUZdGvA { width:15.6875rem;height:2.798825rem;top:80.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tcsl0oMUdtn04aMP3yoF4lrDtfLmS8uP { width:1.0625rem;height:2.0625rem;top:80.4375rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c0fwuQRDRgzdlXoldmKpDONnWiSIdClI { width:15.6875rem;height:2.798825rem;top:84.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o5RJDBXosL2U6VnbKzNZERUCrTZezoKK { width:1.0625rem;height:2.0625rem;top:84.3125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRkPD21M4bPXvWuUDqh79XBfMTbaqvUy { width:17.5rem;height:0.125rem;top:83.375rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHBOOExFFLXgtUaxOyKvTIUhCzGOXwJ { width:1.0625rem;height:2.0625rem;top:110.1875rem;left:1.25rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IPIhSdTaxTyfO9LIHpBv2rySRoTTfRmJ { width:15.6875rem;height:2.798825rem;top:110.375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z9N1Dpg72Na9s4F6nqEBcyTPqkBGEuvt { width:17.5rem;height:0.125rem;top:109rem;left:1.25rem;z-index:15086;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giAqP5OiCddlT1R6IAR6EetBJPwQXDL0 { width:15.5625rem;height:2.798825rem;top:22.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wg9WTpZXX85Teu2Kz5mzopfRgCiyRobN { width:1.0625rem;height:2.0625rem;top:23.125rem;left:1.25rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7QOhF61CZuuXfEyJPrnUvErmWXU9ZE { width:17.5rem;height:0.125rem;top:26.375rem;left:1.25rem;z-index:15045;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1UoxEqOGDUohCaLJDmImW7ipUxIGOCN { width:20rem;height:0;top:197.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #NM2Xu8VXepIoRQQFg16cK731yJhXhosP { width:1.25rem;height:2.1875rem;top:135.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ZDyT0cSQbruaaHhOH6abB1lN3Rhqa7 { width:20rem;height:0.0625rem;top:139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aor40UD7Jis5bnxt8DRLudzs0FK3BGDr { width:1.25rem;height:2.1875rem;top:140.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOiEGF7GNuR1DSCkTJMTEVxHSc0TzwGN { width:20rem;height:0.0625rem;top:143.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrnQw066A0COTDC17WWk4gHIPp9kcitS { width:1.25rem;height:2.1875rem;top:145.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFofT9ELHOqvZwoaQhqUE2bO5GaG9nCo { width:20rem;height:0.0625rem;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeMX6Pm1mJASFsvb0SN8iHvdoV8s6eeC { width:1.25rem;height:2.1875rem;top:149.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFKtfrBK3Ax4n5wlwht6S8ztcgFdxJ3 { width:20rem;height:0.0625rem;top:153.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABKPokZlBsuTKko18usT09QrWqo5XFAN { width:1.25rem;height:2.1875rem;top:154.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO2HrOBTLqg2OHvDoOPlqhgvi1vZDXoT { width:20rem;height:0.0625rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOlxMCGObefiN6w0evIZyk2UCdNCbpSh { width:1.25rem;height:2.1875rem;top:159.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FokrShcJhIc6pnTou7ny5cdX7bvMAP { width:20rem;height:0.0625rem;top:162.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7IaJEZ3zhGpR02RsGTRiU3T7pZzAHc { width:1.25rem;height:2.1875rem;top:164.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nukono43HqhnWhflApfTxC4KTB5QnI { width:20rem;height:0.0625rem;top:167.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMuEBKGAv8sAn82DiG04x8I2vqclXlTW { width:1.25rem;height:2.1875rem;top:168.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxeI4ffcQcweiNIgRdZ7Bm0rDKHFHEg { width:20rem;height:0.0625rem;top:172.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZ7WcfCmPzFhfECHxV1kO0HStmveTuO { width:1.25rem;height:2.1875rem;top:173.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfHBZMRRLtowBEQ8LdgK8V9TcRhn3vGn { width:20rem;height:0.0625rem;top:177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwLdnhlvqibut8XEuRIJhFi4wA1LVWqB { width:1.25rem;height:2.1875rem;top:178.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U42WJTtumoCroqGTTGKOpBiFblFrwns5 { width:20rem;height:0.0625rem;top:181.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2mH859cmh2HiTzT4dOGI2hBBbydsco4 { width:1.25rem;height:2.1875rem;top:183.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4zcH3vaa7eI7T7VfEQ23tHwkykLTT3 { width:20rem;height:0.0625rem;top:186.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOzX1M87NkxSzP3luhbNLv7ss9g250w { width:1.25rem;height:2.1875rem;top:234.464875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZBQDsbNmxfhfDilQBbemWDLIgyBcckx { width:1.25rem;height:2.1875rem;top:239.214875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykXQTGmPd9GODrTyhigE7J08EfGEAdt { width:1.25rem;height:2.1875rem;top:243.964875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drLN27pAoBE4ZoVFS2RcqqdDNZEAxBIG { width:1.25rem;height:2.1875rem;top:248.714875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0fU1snE9S3SwxJCdPTAolGb4vLhOEWE { width:1.25rem;height:2.1875rem;top:253.464875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2hFrLKdtSCUdi3KD2bcvvQeR2NFr67u { width:1.25rem;height:2.1875rem;top:258.214875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CabTVCMMul1Nu56x89IJCTcKs9qTKa6a { width:1.25rem;height:2.1875rem;top:262.964875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2n4wTLFEGgvwo9icbVkPCXH2c5osKZ5 { width:1.25rem;height:2.1875rem;top:267.714875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXU3sJhkxyrhvtKGle09KeVt2RHUx0LR { width:1.25rem;height:2.1875rem;top:272.464875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMFkVAFeMCmdOFDS5NdcrBh1ow458ATi { width:1.25rem;height:2.1875rem;top:277.214875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmdmzrdzg57kKdGWtTWppfLSm0eKviu8 { width:1.25rem;height:2.1875rem;top:281.964875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxhfLho0QxhaKFbwEmDEWOZ7vXLzTUJ { width:1.25rem;height:2.1875rem;top:187.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGsDHlo5wndbUaAELEBDqE4BWfxW6ps { width:1.25rem;height:2.1875rem;top:191.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGzX2oEH6ZmsQV2sVpmMTZ2DBhRVmbo { width:20rem;height:0;top:286.714875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ywEKN7ThDBrVGMzIQCtMUOm7HA04xG1a { width:20rem;height:0;top:131.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #sT2KobPXKkCPkHOxxI5ZfByKRVGgqA3F { width:20rem;height:0.0625rem;top:237.902375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0S4R3WCvvBn8SQQVUxDfqowfHToSlH { width:20rem;height:0.0625rem;top:242.652375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odlRirCxEAClLOQF7iyE8wXWi47P8m57 { width:20rem;height:0.0625rem;top:247.402375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flv5FR368XDTbMkXu2ZN9ZieLEGH6eZC { width:20rem;height:0.0625rem;top:252.152375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ubuPD1vhh5r0StelvWp9FlyvyM7X6B { width:20rem;height:0.0625rem;top:256.902375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvbnVT2QBl8WLqNtFfxQBiPMbE1etNvJ { width:20rem;height:0.0625rem;top:261.652375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPXWvrU6oplKdyMk3uTklxZ7QOhWl3E { width:20rem;height:0.0625rem;top:266.402375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXLNmATtBpWTyZFMnqsND86Q0UTirDur { width:20rem;height:0.0625rem;top:271.152375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWNX1SJ09H1nKV24BgqIc24FAqSlvM4t { width:20rem;height:0.0625rem;top:275.902375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcJ4DT7X2xxXcBqoxc1L0Upk47g2Nb3l { width:20rem;height:0.0625rem;top:280.652375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeyC247FVr5wEP2EvvVe6UvPbgTQrezq { width:20rem;height:0.0625rem;top:285.402375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtT9Mex1JrV0lVtc3kJkEyQqMBuUsttE { width:20rem;height:0.0625rem;top:194.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2xMTyqmXVZUD8OiuMnWXhEUQLTg3e4 { width:20rem;height:0.0625rem;top:196rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA { display:block; }#eK2sTSMTKEgb204t1gzaXm0Wrlx3lBkA > .row .container { width:20rem;height:131.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMnBatRpvf5xTLH4tokJTlSdR32fSH2i { width:7.125rem;height:0.5rem;top:7.6497402191163rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDsWVcEZFdOCqnFWDvbxuhtxAilwrfs3 { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2HKaO9zDWQtgOaHsqTRIzAOHUeTflk { width:17rem;height:1.79980625rem;top:14.6875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #XiVixB0q7pJx44BUvINKCbWfyqaWZTSS { width:18.3125rem;height:3.32421875rem;top:10.4375rem;left:0.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15006;color:#4e0030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hBJNBVEnJSZioQpRV6HiXKFWleb6pWKC { width:1.0625rem;height:2.0625rem;top:14.625rem;left:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b2RCJZBqJHHLUXSAVX4Rr2fNwsGJEU9C { width:15.5625rem;height:2.79948125rem;top:18.8125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HtU3KTF93cLrzqA1yiPdWG7eXUFANRFT { width:1.0625rem;height:2.0625rem;top:19.0625rem;left:1.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NA0D5S0dWQTEzHtnFenZ4OvNtQLRgUZy { width:15.5625rem;height:2.798825rem;top:27rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gwSRs2R6CPD9u3LGvaTXileOPAX2JAlM { width:1.0625rem;height:2.0625rem;top:27.1875rem;left:1.25rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H5hrQbpWb0Jxfv72XZ4lmEJB8SknaJGs { width:17.5rem;height:0.125rem;top:17.625rem;left:1.25rem;z-index:15040;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxk8Eky6cUiUQDnklQGyxHKtz7KwCGlS { width:17.5rem;height:0.125rem;top:22.1875rem;left:1.25rem;z-index:15041;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COHCfioTDL64G0gQhkuB6q2ASo7pD64y { width:17.5rem;height:0.125rem;top:30.4375rem;left:1.25rem;z-index:15042;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZOI04siMptba2rQliEuuPdgPL65FXxB { width:17.5rem;height:0.125rem;top:44.0625rem;left:1.25rem;z-index:15051;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m58163gvN944s4H3pOkETDMRGTFXVx0b { width:15.6875rem;height:2.798825rem;top:40.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZwF6Fta7D0Tma5FDyKRCyb7PZs1HW8 { width:1.0625rem;height:2.0625rem;top:40.8125rem;left:1.25rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TnlSFtRy5fVCk6syXeZFDhB6ZCPOmrVU { width:17.5rem;height:0.125rem;top:39.625rem;left:1.25rem;z-index:15050;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdZXVNOR9uDnAMwEX0ZiCuBiPb1Hpqa3 { width:15.625rem;height:1.3994125rem;top:36.6875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ctXRQ5m6ObJTOyZEUw3NH8fm263yJPwy { width:1.0625rem;height:2.0625rem;top:36.5rem;left:1.25rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BbhlXaTBD8svLisAmNuCiPx0mbm9lC3R { width:17.5rem;height:0.125rem;top:35.0625rem;left:1.25rem;z-index:15049;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPCdMJr30xVltZL0FfLcP7ITr0becWNb { width:1.0625rem;height:2.0625rem;top:32.0625rem;left:1.25rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZmWF78JlAAafAy90GuW846SF0n4VTE { width:15.6875rem;height:2.798825rem;top:31.8125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O9Sm99f6du2RrE5bswI2x6radPFTswTh { width:17.5rem;height:0.125rem;top:79.5rem;left:1.25rem;z-index:15069;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWv6X3R8kq4JVdnM7Ev8ceCCay3JgzAu { width:15.6875rem;height:2.798825rem;top:76.0625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nSpRFWb4wsZpfGDJE29IaqEiPqdCSPtD { width:1.0625rem;height:2.0625rem;top:76.25rem;left:1.25rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APz8p6vTFVlnhZQNLCscGa3ObX76BqvQ { width:17.5rem;height:0.125rem;top:75.0625rem;left:1.25rem;z-index:15068;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKVnPKNEnma5WR9c6uqa7rV1tcTTGIk { width:1.0625rem;height:2.0625rem;top:71.9375rem;left:1.25rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nnN7Tu6zkxMRxF5zAzKfzUHXAwVvyqNG { width:15.625rem;height:1.3994125rem;top:72.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GKw8akIZqpXRbR2WLVb1HrLmb8TCcCaP { width:17.5rem;height:0.125rem;top:70.5625rem;left:1.25rem;z-index:15067;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5cCZ7btdQXJsRxLrd1otuiWFxTPG3Xi { width:15.6875rem;height:2.798825rem;top:58.375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e3lJTyhPkMerqBq2Xq4BRJLCK08TCk9K { width:1.0625rem;height:2.0625rem;top:58.625rem;left:1.25rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LJQ2R4IIBmAJsl24lWh6EcPT9Jav2bzy { width:17.5rem;height:0.125rem;top:57.375rem;left:1.25rem;z-index:15060;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1EPpsTmZVeIHsuug1dkfkhZSgRCXuh { width:13.875rem;height:2.798825rem;top:53.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yU6NXHTwbQAwAWRl2TAtpewPQQbTF7ry { width:1.0625rem;height:2.0625rem;top:54.125rem;left:1.25rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ttFVG4na6ZImNdtz3HJPK9Nqb8Q1Tswo { width:17.5rem;height:0.125rem;top:52.9375rem;left:1.25rem;z-index:15059;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHT2E3tTsbTQXM4JWgKduO3LfD17TN7H { width:15.5625rem;height:1.3994125rem;top:50rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tlmch75hKGGVkZpp7HzPNRHhR2RXEWyL { width:1.0625rem;height:2.0625rem;top:49.8125rem;left:1.25rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LmwafBikWa73g6cnq9v4VVdDETdrWWF9 { width:17.5rem;height:0.125rem;top:48.375rem;left:1.25rem;z-index:15058;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmPRe1sdv21iopJy4ImUgrITmtd0Fxxz { width:1.0625rem;height:2.0625rem;top:45.375rem;left:1.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GzIT24SuW24BBWoDzQN3F3mxiRLrbTvJ { width:17rem;height:1.79980625rem;top:45.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #J6zLAZmrB1EpGG3vvbsat6nwtRergokc { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15084;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUKcahd6x3E0qboT6PVnzPykKPiQFOw { width:15.6875rem;height:1.3994125rem;top:106.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E8MkVeWQ6etQvItJ7vNmqV9bcnTXlxc4 { width:1.0625rem;height:2.0625rem;top:106.0625rem;left:1.25rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iy8FmMiVCCgHkRxx1JiJ0XNWWeuOeqqy { width:17.5rem;height:0.125rem;top:104.875rem;left:1.25rem;z-index:15083;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZlD2fT1VRLPhPrAc7g9ADXqUJPtNdwQ { width:1.0625rem;height:2.0625rem;top:101.75rem;left:1.25rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e9fnK5EhwpwCLaq9TT976ZNiZP0xG5Lb { width:15.625rem;height:1.3994125rem;top:102rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B07hg0NozwXLgGuRrKglrZhpoxM6n0it { width:17.5rem;height:0.125rem;top:100.3125rem;left:1.25rem;z-index:15082;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9dywGl1PC3SOJ0UnmfFz4Lvbc4MvN5w { width:15.6875rem;height:1.3994125rem;top:97.5625rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bUfho7NnswDtwWfaqtDVscpGn2nleRpg { width:1.0625rem;height:2.0625rem;top:97.3125rem;left:1.25rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #epotv9F23oJ02cCldrdqQE2ztOQ452uo { width:17.5rem;height:0.125rem;top:96.0625rem;left:1.25rem;z-index:15075;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSHfpvHVEslsASUmFHEcAQsSDT26QZl { width:15.5625rem;height:2.798825rem;top:92.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TqNTrbGO5eZwIXqAs1CEUC6CrWycJ38r { width:1.0625rem;height:2.0625rem;top:92.8125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MXHWLaivJwLG6vSGNJpDKqDTZyLilrGq { width:17.5rem;height:0.125rem;top:91.625rem;left:1.25rem;z-index:15074;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNnyI2UbsaUp9XQyywbdHeCiqkkFMeQT { width:1.0625rem;height:2.0625rem;top:88.5rem;left:1.25rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QLNxT2UugiFCTp22AeQNxsat5FDzLmw5 { width:15.5625rem;height:2.798825rem;top:88.25rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dnq7L9Dd46wCoGgxrTqaTs73T7swruHg { width:1.0625rem;height:2.0625rem;top:123.3125rem;left:1.25rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cbXbOttwXCORGxxRA8e6S61EhK5O1SDQ { width:15.6875rem;height:2.798825rem;top:123.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkQnwZQ2KbIOO6DJbDBg5lcu1vqKv14n { width:17.5rem;height:0.125rem;top:122.125rem;left:1.25rem;z-index:15093;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmdVnT703T8NLzPIpTkPoivWGfNtGJ8s { width:1.0625rem;height:2.0625rem;top:119rem;left:1.25rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RUnttBPqi2gVLxnmqgSBBhSWLMAqkKAo { width:15.625rem;height:2.798825rem;top:119.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15057;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CSX4f0tZ1WlqEe6WHHra9T815Er1LOTt { width:17.5rem;height:0.125rem;top:117.5625rem;left:1.25rem;z-index:15092;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbafcRArsRPS305DShUZFBuEAlfc1yS0 { width:1.0625rem;height:2.0625rem;top:114.5625rem;left:1.25rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cibLzB3QvG48WTT7SDtxdiBhUDukDIQK { width:15.6875rem;height:2.798825rem;top:114.25rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i39ZVxRqVTTVp9enaB9wSZnFf8PicO14 { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15085;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4VkD8vzIJgEGZMVsDCaor3ywVXPNOlf { width:15.6875rem;height:1.3994125rem;top:128rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q7ZagsNIqMBSNDpfeEK287SmG7gCnGdI { width:1.0625rem;height:2.0625rem;top:127.75rem;left:1.25rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iIUsQm4qgDn4IwHRrS7fMDTC83nd4Q8g { width:17.5rem;height:0.125rem;top:126.5625rem;left:1.25rem;z-index:15096;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC7L0hGlIe1F8SGJOGGyIMpsfqkDrZP6 { width:15.6875rem;height:1.3994125rem;top:62.875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K03E8kpZrywSqDK1eUo7LqfQ5tc1FcSX { width:1.0625rem;height:2.0625rem;top:62.6875rem;left:1.25rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MtV32GL2MA3ASr2Wbc5AgTevXUQiCC03 { width:17.5rem;height:0.125rem;top:61.4375rem;left:1.25rem;z-index:15063;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReJivtUCMzuRAIxB987kFTqP2pd5AcoC { width:17.5rem;height:0.125rem;top:66rem;left:1.25rem;z-index:15071;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXG2LC2Ttn3xcXTNQed2B841adwN9NG { width:15.6875rem;height:2.798825rem;top:67rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H63ngnNyIm1GmtPcOJ5I59aI7KhsoURr { width:1.0625rem;height:2.0625rem;top:67.1875rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aqi6yZLCFk3WUlJR3TXzGZBIuMTWnBnr { width:17.5rem;height:0.125rem;top:87.5625rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tidTMMDIzsvbmSMBMLzvNKWRcV7WGwfR { width:15.6875rem;height:2.798825rem;top:80.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f4Ew80lDW5qaknTbC5H3bz1CpNbdydUh { width:1.0625rem;height:2.0625rem;top:80.4375rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K3MeJSFLdJwTtyCAtiS02Ce945vFdzBx { width:15.6875rem;height:2.798825rem;top:84.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G74Fa55JbabGCJ5gd3TVnFM1aIfNSJsA { width:1.0625rem;height:2.0625rem;top:84.3125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LymhSzmicooC17c4nziJIKwM7VMzV9 { width:17.5rem;height:0.125rem;top:83.375rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSbZkRUm346qa94vD1u6kcXwE72HMD4 { width:1.0625rem;height:2.0625rem;top:110.1875rem;left:1.25rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GFkUu4Ob9JaD5xZlOwoZNKltiWllpU4d { width:15.6875rem;height:2.798825rem;top:110.375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lQTP3qWeXkCM5ogfulXRRZVs3aLZ1qQx { width:17.5rem;height:0.125rem;top:109rem;left:1.25rem;z-index:15086;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGtACA4Eb7dHLeFgKnfgXxdkINW1s2Uq { width:15.5625rem;height:2.798825rem;top:22.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xt0e0ZXCrt2CAfa3SyKRtUW84eOwNvHg { width:1.0625rem;height:2.0625rem;top:23.125rem;left:1.25rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rezkXy5Hl80DDAI4uqBBPsqPFZ9LiX8W { width:17.5rem;height:0.125rem;top:26.375rem;left:1.25rem;z-index:15045;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { width:7.125rem;height:0.5rem;top:5.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:17.374375rem;top:7.2119140625rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #sgImElsWi49299JtOHBCQzthBMrVacER { display:block; }#sgImElsWi49299JtOHBCQzthBMrVacER > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df8otqghl0WbRf9GHK2G6dyq6uMfsVlZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qki3M2pdgToRT7NuqypEHo6QDGSitczg { width:20rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KE9cEMrSzvxO6agBio5Z4cTvK3Iooz3m { width:17.5rem;height:3.4375rem;top:8.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUGXgvrXqE8X29eZpwrwqomAihhGlbAC { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { width:20rem;height:0.89355625rem;top:10.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:6.3125rem;left:5.25rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:8.1875rem;left:5.3125rem;width:9.4355625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { width:5.999025rem;height:0.89355625rem;top:0.6875rem;left:6.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { width:2.061525rem;height:2.061525rem;top:2.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:14rem;display:block; }
 }