.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:221,230,250;--color-primary-1:141,171,237;--color-primary-2:26,86,219;--color-primary-3:13,43,110;--color-primary-4:4,13,33;--color-secondary-0:249,248,247;--color-secondary-1:234,232,228;--color-secondary-2:213,209,201;--color-secondary-3:107,105,101;--color-secondary-4:32,31,30;--color-tertiary-0:255,255,255;--color-tertiary-1:182,188,197;--color-tertiary-2:13,31,60;--color-tertiary-3:7,16,30;--color-tertiary-4:1,3,6;--headlines-font-family:"Plus Jakarta Sans";--paragraphs-font-family:"Plus Jakarta Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #d5d1c9;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container { background-color: transparent; background-image: none; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container > .video-iframe-container { display: none; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row > .video-iframe-container { display: none; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .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); }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container { border-width: 0; border-radius: 0; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#oDfvpzLstk3mgyvtZXeIXzLM2xiHRxh2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.0625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#dX6rxZqobwJRiF4ki2W0oqrbXq7iIeMH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.125rem;left:57.1875rem;display:block; }
#xVgmuDaTs8QaQCfB1ZTg9TtT5GA7DbNJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3IcVolExekQTiyBKsTzZNLFnCNX3qKk { background-color:rgba(var(--color-tertiary-2),1);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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1875rem;left:66.3125rem;display:block; }
#gpmLNu6f2qMnXDsTdv9s8LnQKRbQAg8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7NafZZuosCxRFW6a59qzoNBRRz6bkFs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:48.875rem;display:block; }
#cvC6T5DRXR3FwPlt6w32P9ZmzGdJS5kS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEPpVTs0USC3T2iCh1VMwQFl9fCnmgMa { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:75rem;height:33.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.5rem;position:absolute;font-family:"plus jakarta sans";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0867186784744rem;left:15.186718940735rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:#5a6a87;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:13.237499713898rem;left:23.124218940735rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1CTusnVPtqZnLFComSi7blCH0Tq6u9v { position:absolute;display:block;z-index:15009;height:3.25rem;width:37rem;top:20.362499594688rem;left:21.936718940735rem;display:block; }
#STVv0zH1pFwZkcKy4LURbRWUenwlwiC7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.875rem;left:23.6875rem;display:block; }
#fLbB7SXITXccbTOAnz03XIeIqSXdbl6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJ2bZCrqXGJrCWOivsyTP94BO2vkMhoS { color:#5a6a87;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:24.875rem;left:21.9375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oB46V7O0TwnBvgcu6n8A9QGry0PVTeD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:29.562502384186rem;left:16.062499046326rem;height:1.1375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M5CZeh7rLzGLUp3cLD8ORMyH5H0yaNXB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.187502384186rem;left:14.124999046326rem; }
#O6XKoNi6QFMwInFa0VhCePT31p5Q4KQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:29.187502384186rem;left:32.625000953674rem; }
#vbqD2H2lUG4a6gS1eS5A6zUIC8svsUzs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29.562502384186rem;left:34.562500953674rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#zkyMtUW9BxQwTG5w1MlDElDdaAEvf66x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.187502384186rem;left:50.937500953674rem; }
#rgSczTWCNAnrlJHemiHuBq3ZAaa7A2Zf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.562502384186rem;left:52.875000953674rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#b9Gm0LKLbSha5KH36UTVqaQFUglhBlUa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.900000095367rem;left:28.625000953674rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { background-color: transparent; background-image: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .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); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { border-width: 0; border-radius: 0; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#TlUoGnps5GE4EyX5lVAbKqepst3wEW28 { color:#22883f;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3867206573486rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#UDZAKAUJaxXImLwdlOhSsymiWaHfeT1m { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKsOrDbTJzaDHp2z3gwbwSps4tfZW0bI { color:#5a6a87;display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.436718940735rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1PThEtTmxOnim7uKOgrd1yEPvT9LR7g { box-sizing:content-box;height:10.4375rem;width:35.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:11.4375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#GQbGT2beNVxD7bAT3HxUUE2QKiL4D2VO { color:#0d1f3c;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dAM94VaoX6n3BJnCFsyAizRiiN6uq7oJ { color:#5a6a87;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:14.5rem;left:4.0625rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXdTtUT4p17sJ177KTWz9AQ29hrnguCe { color:#1a6b3c;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:18.6875rem;left:4.625rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1hPmyKmEk8WTiLnXZuLVGaSL7tL6sZr { box-sizing:content-box;height:2.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15023;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:4.0625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#Gdit40lyXkQ40TdgVVAhCV1IMfZv4FPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:12.5rem;left:1.5625rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iz2GLqdKWQ7FXFHAZB37USJoo9EX1LZT { box-sizing:content-box;height:10.4375rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:11.4375rem;left:37.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#PydXOeUFfExkU7MmIlQIZgz27refnJc6 { color:#5a6a87;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:14.5rem;left:41.5rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KU7hQENOmFZRmXN7ac0F6Q75l4yTchf7 { color:#1a6b3c;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:18.625rem;left:42.0625rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVqUJeGbxXfbcNsg0bulOiK1WTh6PB66 { box-sizing:content-box;height:2.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15029;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:41.5rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#J1Pws1S2UzroDPqbxXf3ZJMCKVPni0ko { color:#0d1f3c;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:12.625rem;left:41.5rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOLBV7WtdAkCIrc5gcT29qXyuUNnEpWL { color:rgba(var(--color-tertiary-2),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:12.5rem;left:39rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KxuAezChTlX3wqsK71aZV454FQhNUo53 { box-sizing:content-box;height:10.4375rem;width:35.6875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:24.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lyaQvUNElHTD0LKLHvkPKyVh1Oo1cN9u { color:#5a6a87;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:28rem;left:4.0625rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLvhvkyoNDASJ0ggAGITMalemT3ZzTXi { box-sizing:content-box;height:2.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15029;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8125rem;left:4.0625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#PvqiQwAxA40S8efI5ibBooLLtOrAlffc { color:#0d1f3c;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:26.0625rem;left:4.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A7XwvaMz7BEFZU6qsDedr2U36XeFoBmx { color:#1a6b3c;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:32.125rem;left:4.625rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZ8zBzT5gHIe9BJ8cNb2UuLT4bnx0wET { color:rgba(var(--color-tertiary-2),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:25.9375rem;left:1.5625rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8sktfBKfzqTBrsrOTOyTNkTrtNNctE6 { color:#0d1f3c;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:26.0625rem;left:41.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifei5dBlrfDV1luFugXltPQOTkc7K8Wh { color:#5a6a87;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:28rem;left:41.5rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rwTLzPMJUAXXXB0IkhC7BBl0bBolwTlL { color:#1a6b3c;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:32.125rem;left:42.0625rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQtekGpq9sifOlIh5iWvDS0kPRU2EPwo { box-sizing:content-box;height:2.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15035;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8125rem;left:41.5rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#R4HanZTuvWgSUpXdTk73ZZa3IihxDvNT { color:rgba(var(--color-tertiary-2),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:25.9375rem;left:39rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIRUHMIGeToBFyxsfZesGfUvN8CcFffC { box-sizing:content-box;height:10.4375rem;width:35.6875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:24.875rem;left:37.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container { background-color: transparent; background-image: none; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container > .video-iframe-container { display: none; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row > .video-iframe-container { display: none; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .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); }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container { border-width: 0; border-radius: 0; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#xebpQciL1kHFHU1yRNNIBTwpyLL1SXDh { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUX1AZfU5x4neeehZT9W3aDnQD96L6O0 { color:#5a6a87;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:7.74843788147rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEKVToCRDEJZzfK8VJuv18g3tcdbsNmK { box-sizing:content-box;height:19.75rem;width:74.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#vEs1mr2lpvJcf5noCyDiyTksQDman4wG { box-sizing:content-box;height:19.75rem;width:74.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#T6NDhdPCNO6ZNPdINtxmvSRUQ3E20plT { color:#22883f;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2734375rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#menH6U4H8eVpN6u2eFh0uZgcytDAeRUR { box-sizing:content-box;height:27.375rem;width:66.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:11.273438096046rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xyWiB2Jkbm8kZmI1CUTA0FkMg3P2QAhl { color:#8a8880;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.3484373092651rem;height:0.975rem;font-style:normal;display:block; }
#m86HUDXQyMeCN02GtVapbbEqyiZyukk2 { color:#8a8880;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5rem;left:13.436718940735rem;height:0.975rem;font-style:normal;display:block; }
#hQVpMsp31tL8i07Z7FsxaBbTcl8kV8lO { box-sizing:content-box;height:3.0625rem;width:28.6875rem;position:absolute;display:block;z-index:15016;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.274219036102rem;left:37.412499427796rem;display:block; }
#nCJ1zNO71saWqFl3PN8ae9hebmuObWQl { color:#1a6b3c;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5rem;left:38.3125rem;height:0.975rem;font-style:normal;display:block; }
#ZD9U9xWLqrAIlOBeoiSryfAFxkf8EVCJ { color:#4a4945;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.312500476837rem;left:1.34765625rem;height:1.05625rem;font-style:normal;display:block; }
#w8lTyLSeEIGIJMrXUhN1sLme2UvSN0D6 { color:#4a4945;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.271094322204rem;left:13.436718940735rem;height:1.1375rem;font-style:normal;display:block; }
#blF0BleNTahhVoLfOoxb1FVDrl9yPvGV { color:#8a8880;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.211719512939rem;left:13.436718940735rem;height:0.89375rem;font-style:normal;display:block; }
#G2NefhGeG90B1BZc1ypl9J6HeX7XO6XV { color:#111110;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.271093964577rem;left:38.287499427796rem;height:1.1375rem;font-style:normal;display:block; }
#X2Vt1AJIxWOQyyZBisdFAFNZQOtla8IW { color:#1a6b3c;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.210937142372rem;left:38.287499427796rem;height:0.89375rem;font-style:normal;display:block; }
#DfeAdHs1TTfdHHdrLoBG9ANneRDS5tZq { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.687500476837rem;left:0rem;display:block; }
#E37DR152J0dW7p47Z1UrXggGOwnz9L9s { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.324219226837rem;left:0rem;display:block; }
#FXZJoBdsfKrhQO60x17TcIW6H16oFW0k { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:22.125rem;left:1.375rem;height:2.6rem;font-style:normal;display:block; }
#Zx1XNKaZ9pXU2JRpQS9cZnGl5h1mfzSm { color:#8a8880;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.880470275879rem;left:13.436718940735rem;height:0.89375rem;font-style:normal;display:block; }
#xEVUQRpL2PvVNgo2yOtR4RAqWTyokWMh { color:#4a4945;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.124219894409rem;left:13.436718940735rem;height:1.1375rem;font-style:normal;display:block; }
#MchHqZFt7dH45yp8io9PfEfbX8PfHCX6 { color:#111110;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.124219536781rem;left:38.3125rem;height:1.1375rem;font-style:normal;display:block; }
#zIGg5wrhZ3H3ooXnwy8B4CVdC1Ba8tOr { color:#1a6b3c;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.880469918251rem;left:38.3125rem;height:0.89375rem;font-style:normal;display:block; }
#lrumMNelxDWgLhTn9aiiRJKbK6QkfFfa { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.937500953674rem;left:0rem;display:block; }
#RvWJCMATZtx7eysFVwNTP9S2K0QEhfBi { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:28.125rem;left:1.375rem;height:2.6rem;font-style:normal;display:block; }
#Xq6nGbyC6b4v1wP7PbO44qo3uuOzNunn { color:#4a4945;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:28.124219894409rem;left:13.436718940735rem;height:1.1375rem;font-style:normal;display:block; }
#gB4nTl2Ry2nnm8HxvLITM7vmqKkRyRik { color:#8a8880;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:29.880470275879rem;left:13.436718940735rem;height:0.89375rem;font-style:normal;display:block; }
#AxMyrcTUmXqTTlDa3J72QJyQqSEf41ac { color:#1a6b3c;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:29.9375rem;left:38.3125rem;height:0.89375rem;font-style:normal;display:block; }
#pFSMzDLFQORSW7BcUeKFxUT0S3d3WPF6 { color:#111110;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:28.125001907349rem;left:38.3125rem;height:1.1375rem;font-style:normal;display:block; }
#l5zTqybELHt4Z1e4TZprCtauTNzrh6IH { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.53750038147rem;left:0rem;display:block; }
#QPWEX9xauhG6PCPDHGImHi8vq1IAVEMV { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:34.350000023842rem;left:1.34375rem;height:2.6rem;font-style:normal;display:block; }
#gTHEFTGbRWMgXhP2loWW2WlolVrn4Gtu { color:#8a8880;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.0625rem;left:13.4375rem;height:0.89375rem;font-style:normal;display:block; }
#l67b73nztAV5TIiRkspSh8WemSZs4bOK { color:#4a4945;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:34.3125rem;left:13.4375rem;height:1.1375rem;font-style:normal;display:block; }
#HITlBxgfpt7HNhp5VJzb7OFEb0McDHnH { color:#111110;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:34.3125rem;left:38.3125rem;height:1.1375rem;font-style:normal;display:block; }
#SiGHaF8xqPQVNJC1WkyIwrvmpyL4nHgB { color:#1a6b3c;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:36.125rem;left:38.3125rem;height:0.89375rem;font-style:normal;display:block; }
#WQV5JNlznyFKSJhFqQcium0vsbQ4pcko { color:#8a8880;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.3484373092651rem;height:0.975rem;font-style:normal;display:none; }
#Vobot97xRfxTA6swi4k8XAPv5FJDZkzC { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.324219226837rem;left:0rem;display:none; }
#l41ieEpxcXDXtZ5BVmOUDB8ZoT7PvRt7 { color:#4a4945;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.312500476837rem;left:1.34765625rem;height:1.05625rem;font-style:normal;display:none; }
#TCGR6v846mkIFmSdEurPP3s1kX4uSHGe { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.687500476837rem;left:0rem;display:none; }
#IR4RV3uGSSoTpcZh2cz5Bo0FPqFhNu4l { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.687500476837rem;left:0rem;display:none; }
#Npcz5kfiS3Rqe5IQx3sD8pliPtJxJRtE { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:22.125rem;left:1.375rem;height:2.6rem;font-style:normal;display:none; }
#pPme6INFla3MOKSEcsURmWg0p8wCAkDQ { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:28.125rem;left:1.375rem;height:2.6rem;font-style:normal;display:none; }
#EyG5MWkCQbn4KWKtHoqvyJTqxPh9KQm5 { box-sizing:content-box;height:0.0625rem;width:66.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.687500476837rem;left:0rem;display:none; }
#itTUsQhqQq7apnUbNggTcEVU0dTP7J4m { color:#4a4945;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:34.350000023842rem;left:1.34375rem;height:2.6rem;font-style:normal;display:none; }
#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container { background-color: transparent; background-image: none; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container > .video-iframe-container { display: none; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row > .video-iframe-container { display: none; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .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); }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container { border-width: 0; border-radius: 0; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#LzdJdcQW7KvEpGCoDONIDXxws7umWeZa { color:rgba(var(--color-tertiary-2),1);display:block;width:61.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1249990463257rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCbMBHzL6tHSx8HsrxudfaKD96TQ6EKO { color:#22883f;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5492191314698rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#PmMZ5WnIU8vqTv11xAffFCyfTKsDMFDu { color:#5a6a87;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:6.6750000119206rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q0B1sdliCaeAXnsI2Og55TwySHTebd12 { box-sizing:content-box;height:19.625rem;width:21.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:15.875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MTXHKTWKNVFZZk0OhpXZXvxsMuZVDTAa { box-sizing:content-box;height:0.0625rem;width:21.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:0.0625rem;display:block; }
#ITpwC7ozR7kLl4v88B6xqUlurMyuEMEJ { color:#8a8880;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.125rem;left:1.375rem;height:0.975rem;font-style:normal;display:block; }
#lQvaVXeteUEH2n3owmZNoygPegwF3lAE { color:#0d1f3c;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:20.25rem;left:1.375rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDdmTyTF2aJE8zFS1vO6LVZayc4zNqiS { box-sizing:content-box;height:3.5rem;width:18.875rem;position:absolute;display:block;z-index:15005;background-color:#f3efe5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:1.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tGSpH3VvXduTIthfThnEfti6GGkZiezn { color:#8a8880;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.4375rem;left:2.375rem;height:0.975rem;font-style:normal;display:block; }
#xcLGlLVkGA0b7UsgLngZC0TpzaUt4vhd { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:2.375rem;height:1.05625rem;font-style:normal;display:block; }
#R6vsfMLegiT0wOgpKb87NRRnArxQ3eR0 { box-sizing:content-box;height:3.5rem;width:19rem;position:absolute;display:block;z-index:15008;background-color:#f3efe5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.9375rem;left:1.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LpSuTNVQanFlfgPfVaQ97Oe3GqOTkcNG { color:#8a8880;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5rem;left:2.375rem;height:0.975rem;font-style:normal;display:block; }
#itnDBS8USmucT7mSyPePbfGyUuqqxDcw { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:29.875rem;left:2.375rem;height:1.05625rem;font-style:normal;display:block; }
#Vwhh3ayOPEdWG4SKSyzbsGQzCtS3r6Zg { color:#8a8880;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:33rem;left:1.375rem;height:0.89375rem;font-style:normal;display:block; }
#d8wuhex2MTD90skaZoOkrJNdx73eDdSa { box-sizing:content-box;height:28.4375rem;width:22.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:11.375rem;left:25.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#d6cJHoPb1q31g4vpA8wv9uwlIHXrCXkm { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.3125rem;left:28rem;height:0.975rem;font-style:normal;display:block; }
#XrKlkgCyZId7vHui7EpwqbSu28DDXLGw { box-sizing:content-box;height:0.0625rem;width:22.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:25.9375rem;display:block; }
#zn8mrCbZLga6BBErmy6vtCmIGUVwOUUH { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:15.875rem;left:28rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.1875rem;left:28rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa li:before{  }
#pEKr3ZhQOlviWr4fTuxqiGUTvbTW0FwS { box-sizing:content-box;height:2.5625rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.375rem;left:28rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#w3ZGZRpV7xklvI4POJwuViihTOflSTO7 { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:30.1875rem;left:29.3125rem;height:1.05625rem;font-style:normal;display:block; }
#zvkTZbZVSJgwsOXTg5w1PkF48egeT6IG { box-sizing:content-box;height:2.5625rem;width:14.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:28rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BtaBfaMWAcyHFAvNwtq59rS26m8ztcaD { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:33.75rem;left:29.3125rem;height:1.05625rem;font-style:normal;display:block; }
#E6n2Ud6eNGUebTEkeICFQMKQf126NFXN { box-sizing:content-box;height:0.0625rem;width:21.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:52.5625rem;display:block; }
#nbRie3Hzi2LikaUgwTQPQ9H2KWSvQyv6 { color:#8a8880;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.125rem;left:55rem;height:0.975rem;font-style:normal;display:block; }
#lVtz40DDaQiuu4VT5GxFwv8T7bHxxcrN { box-sizing:content-box;height:19.625rem;width:21.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:15.875rem;left:52.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gT9vF2eFCxU9AFSNBJk4DqFKGx7ero9e { color:#0d1f3c;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:20.25rem;left:55rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHIEQ5snStAuRTIE7gtHwIuWCP63pE3P { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:23.125rem;left:56.6875rem;height:1.05625rem;font-style:normal;display:block; }
#UnCRo0KtC4DgIumeScIQcd5OUarmE4Tz { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:54.8125rem;display:block; }
#IfelUrF80tPqXWgGeId1tsD21hfptFVp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.25rem;left:55.125rem; }
#CdRrW08ZeLqR0uWo5QMLPGGtrR1IOodI { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:25.1875rem;left:56.6875rem;height:1.05625rem;font-style:normal;display:block; }
#ELbsJwm8vxHOxZgN9yCyPWTsr2oSUHM8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.3125rem;left:55.125rem; }
#fpzk0NNVtt3QRtdz3sDDXOabluQUUDko { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:54.8125rem;display:block; }
#T0TnmoicUTIuXza7sZ4WFyDQJdZaasbf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:27.25rem;left:56.6875rem;height:1.05625rem;font-style:normal;display:block; }
#BDEwS7rCpbeaTsfoa9MHSTJhJ7iq37nO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:27.375rem;left:55.125rem; }
#XtKdMkG3Ppb3Bbr8eJAdVSm1cVCuPa0X { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:54.8125rem;display:block; }
#pu1xRL0nDvzlieT2LuH80T8TC7Jxn0zp { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:29.1875rem;left:56.6875rem;height:1.05625rem;font-style:normal;display:block; }
#Nu1qpPus3lXsLLcamslDQEUXk5QNsCnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:29.3125rem;left:55.125rem; }
#FRGKREiEvgsOymeqbfPpsApG2OTyZJVz { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#e6f4ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.9375rem;left:54.8125rem;display:block; }
#RJQfaUpZnvL7I969s1aUiJdV4sJay4xH { 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:15045;opacity:1;top:24.6875rem;left:22.6875rem; }
#nT14ia6v7oUNqohwtQMQnC75TT3TGzIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.75rem;left:49.5rem; }
#TEelurh1mqfymupb8lO2ZPGZRtzQawL6 { box-sizing:content-box;height:5.375rem;width:74.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:43.375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fIwiQGtVIRv1XWTUkf200dNm8MyTd4wE { color:rgba(var(--color-secondary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.625000953674rem;left:2.375rem;height:1.21875rem;font-style:normal;display:block; }
#GB9lDiF5tngeKCQd4SiNAC2nddSGe4ew { color:#22883f;display:block;width:2.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.212500572204rem;left:49.800000190735rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VgZRBVBq6HQ3blFrkOMhdzfklUmlbguJ { color:rgba(var(--color-secondary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:46.762501716614rem;left:46.175000190735rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzgkh8Hpg7OZ5uEFRSThRANmfkUMNLuR { color:#22883f;display:block;width:8.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.212500572204rem;left:56.375000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQPxSmCzO4vhvAoD1KJ6mDJXJcg70uwH { color:rgba(var(--color-secondary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:46.762501716614rem;left:56rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C32S1QHDRTKyGtJa8ZyuiVscKwxIiSgk { color:#22883f;display:block;width:8.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:44.212500572204rem;left:66.250000953675rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I8TXl6dfWvlxrA54IvfJhQMZtwifhs2G { color:rgba(var(--color-secondary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.762501716614rem;left:65.937500953675rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8zWy2w6rnRLamJ9Wb8vwQ1bRCyEaWGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fDnA5JQUFNeW59n7CEL0OXgPGwPGfzMg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { background-color: transparent; background-image: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { display: none; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .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); }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { border-width: 0; border-radius: 0; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.53125rem;left:12.812499046326rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmdlbSJPkVV5lfV4Md392BbGWowpL357 { background-color:#22883f;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:2.2;overflow:hidden;position:absolute;width:17.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.812501907349rem;left:29.468750953674rem;display:block; }
#aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cy3cpkMRbmG3tZ2G1ErJRFsB39T1Ei4i { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:6.4617195129394rem;left:23.937500953674rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o { display:block; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDfvpzLstk3mgyvtZXeIXzLM2xiHRxh2 { width:9.0625rem;height:1.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX6rxZqobwJRiF4ki2W0oqrbXq7iIeMH { width:6.5rem;height:2.1875rem;top:1.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgmuDaTs8QaQCfB1ZTg9TtT5GA7DbNJ { display:block; }
 }@media only screen and (max-width: 763px) { #J3IcVolExekQTiyBKsTzZNLFnCNX3qKk { width:8.6875rem;height:2.125rem;top:1.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpmLNu6f2qMnXDsTdv9s8LnQKRbQAg8h { display:block; }
 }@media only screen and (max-width: 763px) { #q7NafZZuosCxRFW6a59qzoNBRRz6bkFs { width:6.5rem;height:2.1875rem;top:1.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvC6T5DRXR3FwPlt6w32P9ZmzGdJS5kS { display:block; }
 }@media only screen and (max-width: 763px) { #eEPpVTs0USC3T2iCh1VMwQFl9fCnmgMa { display:none; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:47.75rem;height:7.75rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:34.625rem;height:3.1875rem;top:13.1875rem;left:9.499218940735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CTusnVPtqZnLFComSi7blCH0Tq6u9v { top:20.3125rem;left:8.311718940735rem;width:37rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVv0zH1pFwZkcKy4LURbRWUenwlwiC7 { width:8.3125rem;height:1.625rem;top:24.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLbB7SXITXccbTOAnz03XIeIqSXdbl6C { display:block; }
 }@media only screen and (max-width: 763px) { #AJ2bZCrqXGJrCWOivsyTP94BO2vkMhoS { width:1.75rem;height:1.5625rem;top:24.875rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB46V7O0TwnBvgcu6n8A9QGry0PVTeD6 { top:29.5625rem;left:2.4374990463257rem;width:15.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CZeh7rLzGLUp3cLD8ORMyH5H0yaNXB { top:29.1875rem;left:0.49999904632568rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6XKoNi6QFMwInFa0VhCePT31p5Q4KQG { top:29.1875rem;left:19.000000953674rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqD2H2lUG4a6gS1eS5A6zUIC8svsUzs { top:29.5625rem;left:20.937500953674rem;width:15.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyMtUW9BxQwTG5w1MlDElDdaAEvf66x { top:29.1875rem;left:37.312500953674rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgSczTWCNAnrlJHemiHuBq3ZAaa7A2Zf { top:29.5625rem;left:34.0625rem;width:13.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Gm0LKLbSha5KH36UTVqaQFUglhBlUa { top:17.875rem;left:15.000000953674rem;width:22.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlUoGnps5GE4EyX5lVAbKqepst3wEW28 { top:2.375rem;left:0rem;width:9.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZAKAUJaxXImLwdlOhSsymiWaHfeT1m { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsOrDbTJzaDHp2z3gwbwSps4tfZW0bI { width:39.4375rem;height:1.5625rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PThEtTmxOnim7uKOgrd1yEPvT9LR7g { top:11.4375rem;left:0rem;width:35.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbGT2beNVxD7bAT3HxUUE2QKiL4D2VO { width:23.5rem;height:1.6875rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAM94VaoX6n3BJnCFsyAizRiiN6uq7oJ { width:29.8125rem;height:2.9375rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdTtUT4p17sJ177KTWz9AQ29hrnguCe { width:12.5625rem;height:1.25rem;top:18.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1hPmyKmEk8WTiLnXZuLVGaSL7tL6sZr { top:18.375rem;left:0rem;width:13.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdit40lyXkQ40TdgVVAhCV1IMfZv4FPG { width:1.6875rem;height:2rem;top:12.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2GLqdKWQ7FXFHAZB37USJoo9EX1LZT { top:11.4375rem;left:10.125rem;width:37.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydXOeUFfExkU7MmIlQIZgz27refnJc6 { width:33.1875rem;height:2.9375rem;top:14.5rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7hQENOmFZRmXN7ac0F6Q75l4yTchf7 { width:12.5625rem;height:1.25rem;top:18.625rem;left:28.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqUJeGbxXfbcNsg0bulOiK1WTh6PB66 { top:18.3125rem;left:27.875rem;width:13.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Pws1S2UzroDPqbxXf3ZJMCKVPni0ko { width:23.5rem;height:1.6875rem;top:12.625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLBV7WtdAkCIrc5gcT29qXyuUNnEpWL { width:1.6875rem;height:2rem;top:12.5rem;left:25.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxuAezChTlX3wqsK71aZV454FQhNUo53 { top:24.875rem;left:0rem;width:35.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyaQvUNElHTD0LKLHvkPKyVh1Oo1cN9u { width:29.8125rem;height:2.9375rem;top:28rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvhvkyoNDASJ0ggAGITMalemT3ZzTXi { top:31.8125rem;left:0rem;width:13.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqiQwAxA40S8efI5ibBooLLtOrAlffc { width:23.5rem;height:1.6875rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7XwvaMz7BEFZU6qsDedr2U36XeFoBmx { width:12.5625rem;height:1.25rem;top:32.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8zBzT5gHIe9BJ8cNb2UuLT4bnx0wET { width:1.6875rem;height:2rem;top:25.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8sktfBKfzqTBrsrOTOyTNkTrtNNctE6 { width:23.5rem;height:;top:26.0625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifei5dBlrfDV1luFugXltPQOTkc7K8Wh { width:29.8125rem;height:1.4375rem;top:27.9375rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTLzPMJUAXXXB0IkhC7BBl0bBolwTlL { width:12.5625rem;height:1.25rem;top:32.0625rem;left:28.437500953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtekGpq9sifOlIh5iWvDS0kPRU2EPwo { top:31.8125rem;left:27.875rem;width:13.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4HanZTuvWgSUpXdTk73ZZa3IihxDvNT { width:1.5625rem;height:2rem;top:25.9375rem;left:25.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRUHMIGeToBFyxsfZesGfUvN8CcFffC { top:24.875rem;left:11.9375rem;width:35.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 { display:block; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xebpQciL1kHFHU1yRNNIBTwpyLL1SXDh { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUX1AZfU5x4neeehZT9W3aDnQD96L6O0 { width:47.75rem;height:1.5625rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEKVToCRDEJZzfK8VJuv18g3tcdbsNmK { top:14rem;left:0rem;width:47.75rem;height:19.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEs1mr2lpvJcf5noCyDiyTksQDman4wG { top:14rem;left:0rem;width:47.75rem;height:19.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6NDhdPCNO6ZNPdINtxmvSRUQ3E20plT { top:2.25rem;left:0rem;width:9.3125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #menH6U4H8eVpN6u2eFh0uZgcytDAeRUR { top:11.25rem;left:0rem;width:47.625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyWiB2Jkbm8kZmI1CUTA0FkMg3P2QAhl { top:12.5rem;left:0rem;width:2.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86HUDXQyMeCN02GtVapbbEqyiZyukk2 { top:12.5rem;left:0rem;width:4.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVpMsp31tL8i07Z7FsxaBbTcl8kV8lO { top:11.25rem;left:19.0625rem;width:28.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJ1zNO71saWqFl3PN8ae9hebmuObWQl { top:12.5rem;left:24.687500953674rem;width:21.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9U9xWLqrAIlOBeoiSryfAFxkf8EVCJ { top:16.3125rem;left:0rem;width:5.125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lTyLSeEIGIJMrXUhN1sLme2UvSN0D6 { top:16.25rem;left:0rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blF0BleNTahhVoLfOoxb1FVDrl9yPvGV { top:18.1875rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2NefhGeG90B1BZc1ypl9J6HeX7XO6XV { top:16.25rem;left:24.662499427796rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Vt1AJIxWOQyyZBisdFAFNZQOtla8IW { top:18.1875rem;left:24.662499427796rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeAdHs1TTfdHHdrLoBG9ANneRDS5tZq { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37DR152J0dW7p47Z1UrXggGOwnz9L9s { top:14.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZJoBdsfKrhQO60x17TcIW6H16oFW0k { top:22.125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx1XNKaZ9pXU2JRpQS9cZnGl5h1mfzSm { top:23.875rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEVUQRpL2PvVNgo2yOtR4RAqWTyokWMh { top:22.0625rem;left:0rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MchHqZFt7dH45yp8io9PfEfbX8PfHCX6 { top:22.125rem;left:24.6875rem;width:23rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGg5wrhZ3H3ooXnwy8B4CVdC1Ba8tOr { top:23.875rem;left:24.6875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrumMNelxDWgLhTn9aiiRJKbK6QkfFfa { top:26.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWJCMATZtx7eysFVwNTP9S2K0QEhfBi { top:28.125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6nGbyC6b4v1wP7PbO44qo3uuOzNunn { top:28.0625rem;left:0rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB4nTl2Ry2nnm8HxvLITM7vmqKkRyRik { top:29.875rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxMyrcTUmXqTTlDa3J72QJyQqSEf41ac { top:29.9375rem;left:24.6875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFSMzDLFQORSW7BcUeKFxUT0S3d3WPF6 { top:28.125rem;left:22.5625rem;width:25.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zTqybELHt4Z1e4TZprCtauTNzrh6IH { top:32.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWEX9xauhG6PCPDHGImHi8vq1IAVEMV { top:34.3125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHEFTGbRWMgXhP2loWW2WlolVrn4Gtu { top:36.0625rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67b73nztAV5TIiRkspSh8WemSZs4bOK { top:34.3125rem;left:0rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITlBxgfpt7HNhp5VJzb7OFEb0McDHnH { top:34.3125rem;left:22.5625rem;width:25.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiGHaF8xqPQVNJC1WkyIwrvmpyL4nHgB { top:36.125rem;left:24.6875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQV5JNlznyFKSJhFqQcium0vsbQ4pcko { top:12.5rem;left:0rem;width:2.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vobot97xRfxTA6swi4k8XAPv5FJDZkzC { top:14.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l41ieEpxcXDXtZ5BVmOUDB8ZoT7PvRt7 { top:16.3125rem;left:0rem;width:5.125rem;height:1rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCGR6v846mkIFmSdEurPP3s1kX4uSHGe { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR4RV3uGSSoTpcZh2cz5Bo0FPqFhNu4l { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Npcz5kfiS3Rqe5IQx3sD8pliPtJxJRtE { top:22.125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPme6INFla3MOKSEcsURmWg0p8wCAkDQ { top:28.125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyG5MWkCQbn4KWKtHoqvyJTqxPh9KQm5 { top:20.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #itTUsQhqQq7apnUbNggTcEVU0dTP7J4m { top:34.3125rem;left:0rem;width:6.625rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG { display:block; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzdJdcQW7KvEpGCoDONIDXxws7umWeZa { width:47.75rem;height:2.875rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbMBHzL6tHSx8HsrxudfaKD96TQ6EKO { top:1.5rem;left:0rem;width:9.3125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMZ5WnIU8vqTv11xAffFCyfTKsDMFDu { width:47.75rem;height:1.5625rem;top:6.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0B1sdliCaeAXnsI2Og55TwySHTebd12 { top:15.875rem;left:0rem;width:21.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXHKTWKNVFZZk0OhpXZXvxsMuZVDTAa { top:19.1875rem;left:0rem;width:21.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITpwC7ozR7kLl4v88B6xqUlurMyuEMEJ { top:17.125rem;left:0rem;width:8.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvaVXeteUEH2n3owmZNoygPegwF3lAE { width:19.125rem;height:1.4375rem;top:20.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDdmTyTF2aJE8zFS1vO6LVZayc4zNqiS { top:22.875rem;left:0rem;width:18.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSpH3VvXduTIthfThnEfti6GGkZiezn { top:23.4375rem;left:0rem;width:7.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLGlLVkGA0b7UsgLngZC0TpzaUt4vhd { top:24.8125rem;left:0rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6vsfMLegiT0wOgpKb87NRRnArxQ3eR0 { top:27.9375rem;left:0rem;width:19rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpSuTNVQanFlfgPfVaQ97Oe3GqOTkcNG { top:28.5rem;left:0rem;width:7.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnDBS8USmucT7mSyPePbfGyUuqqxDcw { top:29.875rem;left:0rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwhh3ayOPEdWG4SKSyzbsGQzCtS3r6Zg { top:33rem;left:0rem;width:16.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8wuhex2MTD90skaZoOkrJNdx73eDdSa { top:11.375rem;left:12.25rem;width:22.8125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cJHoPb1q31g4vpA8wv9uwlIHXrCXkm { top:12.3125rem;left:14.375rem;width:8.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrKlkgCyZId7vHui7EpwqbSu28DDXLGw { top:14.6875rem;left:12.3125rem;width:22.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn8mrCbZLga6BBErmy6vtCmIGUVwOUUH { width:19.125rem;height:1.4375rem;top:15.875rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa { width:19.125rem;height:;top:19.1875rem;left:14.375000953674rem;font-size:0.8125rem;display:block; }#QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa li:before{  }
 }@media only screen and (max-width: 763px) { #pEKr3ZhQOlviWr4fTuxqiGUTvbTW0FwS { top:29.375rem;left:14.375rem;width:14.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZGZRpV7xklvI4POJwuViihTOflSTO7 { top:30.1875rem;left:15.6875rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvkTZbZVSJgwsOXTg5w1PkF48egeT6IG { top:33.0625rem;left:14.375rem;width:14.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtaBfaMWAcyHFAvNwtq59rS26m8ztcaD { top:33.75rem;left:15.687500953674rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6n2Ud6eNGUebTEkeICFQMKQf126NFXN { top:19.1875rem;left:26.25rem;width:21.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRie3Hzi2LikaUgwTQPQ9H2KWSvQyv6 { top:17.125rem;left:39.1875rem;width:8.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVtz40DDaQiuu4VT5GxFwv8T7bHxxcrN { top:15.875rem;left:26.125rem;width:21.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT9vF2eFCxU9AFSNBJk4DqFKGx7ero9e { width:18.5rem;height:1.4375rem;top:20.25rem;left:29.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIEQ5snStAuRTIE7gtHwIuWCP63pE3P { top:23.125rem;left:33.1875rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCRo0KtC4DgIumeScIQcd5OUarmE4Tz { top:22.875rem;left:41.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfelUrF80tPqXWgGeId1tsD21hfptFVp { top:23.25rem;left:41.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdRrW08ZeLqR0uWo5QMLPGGtrR1IOodI { top:25.1875rem;left:33.1875rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbsJwm8vxHOxZgN9yCyPWTsr2oSUHM8 { top:25.3125rem;left:41.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpzk0NNVtt3QRtdz3sDDXOabluQUUDko { top:24.9375rem;left:41.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TnmoicUTIuXza7sZ4WFyDQJdZaasbf { top:27.25rem;left:33.1875rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDEwS7rCpbeaTsfoa9MHSTJhJ7iq37nO { top:27.375rem;left:41.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtKdMkG3Ppb3Bbr8eJAdVSm1cVCuPa0X { top:27rem;left:41.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1xRL0nDvzlieT2LuH80T8TC7Jxn0zp { top:29.1875rem;left:33.1875rem;width:14.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1qpPus3lXsLLcamslDQEUXk5QNsCnw { top:29.3125rem;left:41.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRGKREiEvgsOymeqbfPpsApG2OTyZJVz { top:28.9375rem;left:41.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQfaUpZnvL7I969s1aUiJdV4sJay4xH { top:24.6875rem;left:9.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT14ia6v7oUNqohwtQMQnC75TT3TGzIq { top:24.75rem;left:35.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEelurh1mqfymupb8lO2ZPGZRtzQawL6 { top:43.375rem;left:0rem;width:47.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIwiQGtVIRv1XWTUkf200dNm8MyTd4wE { top:45.625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9lDiF5tngeKCQd4SiNAC2nddSGe4ew { width:2.8125rem;height:2.0625rem;top:44.1875rem;left:36.175000190735rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZRBVBq6HQ3blFrkOMhdzfklUmlbguJ { top:46.75rem;left:32.550000190735rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzgkh8Hpg7OZ5uEFRSThRANmfkUMNLuR { width:8.75rem;height:;top:44.1875rem;left:39rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQPxSmCzO4vhvAoD1KJ6mDJXJcg70uwH { top:46.75rem;left:37.1875rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C32S1QHDRTKyGtJa8ZyuiVscKwxIiSgk { width:8.75rem;height:2.0625rem;top:44.1875rem;left:39rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TXl6dfWvlxrA54IvfJhQMZtwifhs2G { top:46.75rem;left:37.1875rem;width:8.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zWy2w6rnRLamJ9Wb8vwQ1bRCyEaWGc { display:none; }
 }@media only screen and (max-width: 763px) { #fDnA5JQUFNeW59n7CEL0OXgPGwPGfzMg { display:none; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:47.75rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdlbSJPkVV5lfV4Md392BbGWowpL357 { width:17.375rem;height:3.125rem;top:11.8125rem;left:15.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block; }
 }@media only screen and (max-width: 763px) { #cy3cpkMRbmG3tZ2G1ErJRFsB39T1Ei4i { width:28.4375rem;height:2.9375rem;top:6.4375rem;left:10.312500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o { position:relative;z-index:auto;display:block; }#p9rxZJtux0VNxGH1OtAmbtSBxN6Qvg3o > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDfvpzLstk3mgyvtZXeIXzLM2xiHRxh2 { width:9.0625rem;height:1.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX6rxZqobwJRiF4ki2W0oqrbXq7iIeMH { width:6.5rem;height:2.1875rem;top:7.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVgmuDaTs8QaQCfB1ZTg9TtT5GA7DbNJ { display:block; }
 }@media only screen and (max-width: 763px) { #J3IcVolExekQTiyBKsTzZNLFnCNX3qKk { width:8.6875rem;height:2.125rem;top:11rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpmLNu6f2qMnXDsTdv9s8LnQKRbQAg8h { display:block; }
 }@media only screen and (max-width: 763px) { #q7NafZZuosCxRFW6a59qzoNBRRz6bkFs { width:6.5rem;height:2.1875rem;top:4.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvC6T5DRXR3FwPlt6w32P9ZmzGdJS5kS { display:block; }
 }@media only screen and (max-width: 763px) { #eEPpVTs0USC3T2iCh1VMwQFl9fCnmgMa { top:0.9375rem;left:16.125rem;width:2.6875rem;height:1.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:36.825rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:20rem;height:13rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:20rem;height:6.8rem;top:16.187501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CTusnVPtqZnLFComSi7blCH0Tq6u9v { width:20rem;height:3.25rem;top:24.674999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVv0zH1pFwZkcKy4LURbRWUenwlwiC7 { width:8.3125rem;height:2rem;top:31.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLbB7SXITXccbTOAnz03XIeIqSXdbl6C { display:block; }
 }@media only screen and (max-width: 763px) { #AJ2bZCrqXGJrCWOivsyTP94BO2vkMhoS { width:1.75rem;height:1.7rem;top:29.5rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB46V7O0TwnBvgcu6n8A9QGry0PVTeD6 { width:15.875rem;height:1.1375rem;top:2.375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CZeh7rLzGLUp3cLD8ORMyH5H0yaNXB { display:flex;width:1.9375rem;height:1.9375rem;top:2rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #O6XKoNi6QFMwInFa0VhCePT31p5Q4KQG { display:flex;width:1.9375rem;height:1.9375rem;top:3.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #vbqD2H2lUG4a6gS1eS5A6zUIC8svsUzs { width:15.6875rem;height:1.1375rem;top:4.3125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyMtUW9BxQwTG5w1MlDElDdaAEvf66x { display:flex;width:1.9375rem;height:1.9375rem;top:5.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rgSczTWCNAnrlJHemiHuBq3ZAaa7A2Zf { width:13.6875rem;height:1.1375rem;top:6.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Gm0LKLbSha5KH36UTVqaQFUglhBlUa { width:20rem;height:0;top:34.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlUoGnps5GE4EyX5lVAbKqepst3wEW28 { width:9.3125rem;height:1.3rem;top:1.25rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDZAKAUJaxXImLwdlOhSsymiWaHfeT1m { width:18.5625rem;height:5.2rem;top:3.675000667572rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsOrDbTJzaDHp2z3gwbwSps4tfZW0bI { width:18.6875rem;height:5.1rem;top:9.7999997138975rem;left:0.65546876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PThEtTmxOnim7uKOgrd1yEPvT9LR7g { width:19.9375rem;height:13.75rem;top:17.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbGT2beNVxD7bAT3HxUUE2QKiL4D2VO { width:15.3125rem;height:1.7rem;top:18.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAM94VaoX6n3BJnCFsyAizRiiN6uq7oJ { width:20rem;height:4.4625rem;top:21.375000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdTtUT4p17sJ177KTWz9AQ29hrnguCe { width:12.5625rem;height:1.275rem;top:27.3125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1hPmyKmEk8WTiLnXZuLVGaSL7tL6sZr { width:13.9375rem;height:2.0625rem;top:27rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdit40lyXkQ40TdgVVAhCV1IMfZv4FPG { width:1.6875rem;height:2.01875rem;top:18.590625762939rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2GLqdKWQ7FXFHAZB37USJoo9EX1LZT { width:20.0625rem;height:12.5rem;top:33.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydXOeUFfExkU7MmIlQIZgz27refnJc6 { width:20rem;height:4.4625rem;top:38.162502288818rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7hQENOmFZRmXN7ac0F6Q75l4yTchf7 { width:12.5625rem;height:1.275rem;top:43.75rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqUJeGbxXfbcNsg0bulOiK1WTh6PB66 { width:13.9375rem;height:2.0625rem;top:43.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Pws1S2UzroDPqbxXf3ZJMCKVPni0ko { width:13.375rem;height:1.7rem;top:35.5rem;left:3.5937500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLBV7WtdAkCIrc5gcT29qXyuUNnEpWL { width:1.6875rem;height:2.01875rem;top:35.340625762939rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxuAezChTlX3wqsK71aZV454FQhNUo53 { width:20.0625rem;height:12.125rem;top:47.975002288818rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyaQvUNElHTD0LKLHvkPKyVh1Oo1cN9u { width:18.0625rem;height:4.4625rem;top:51.825001716614rem;left:0.96796876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvhvkyoNDASJ0ggAGITMalemT3ZzTXi { width:13.9375rem;height:2.0625rem;top:57.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqiQwAxA40S8efI5ibBooLLtOrAlffc { width:15.8125rem;height:1.7rem;top:49.196874141693rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7XwvaMz7BEFZU6qsDedr2U36XeFoBmx { width:12.5625rem;height:1.275rem;top:57.5625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8zBzT5gHIe9BJ8cNb2UuLT4bnx0wET { width:1.6875rem;height:2.01875rem;top:49.037503051758rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8sktfBKfzqTBrsrOTOyTNkTrtNNctE6 { width:16.125rem;height:1.7rem;top:62.84375190735rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifei5dBlrfDV1luFugXltPQOTkc7K8Wh { width:19.375rem;height:4.4625rem;top:65.693752288819rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTLzPMJUAXXXB0IkhC7BBl0bBolwTlL { width:12.5625rem;height:1.275rem;top:71.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtekGpq9sifOlIh5iWvDS0kPRU2EPwo { width:13.9375rem;height:2.0625rem;top:71.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4HanZTuvWgSUpXdTk73ZZa3IihxDvNT { width:1.5625rem;height:2.01875rem;top:62.684377670288rem;left:1.8000000119209rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRUHMIGeToBFyxsfZesGfUvN8CcFffC { width:20.125rem;height:13.5625rem;top:62rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 { display:block; }#rf9wlepJFxzanWT4XFOQKPIb7vvsp8q4 > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xebpQciL1kHFHU1yRNNIBTwpyLL1SXDh { width:20rem;height:7.8rem;top:3.8rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUX1AZfU5x4neeehZT9W3aDnQD96L6O0 { width:20rem;height:5.1rem;top:12.199221611023rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEKVToCRDEJZzfK8VJuv18g3tcdbsNmK { width:20rem;height:25.375rem;top:22.081250667572rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vEs1mr2lpvJcf5noCyDiyTksQDman4wG { width:20rem;height:26.125rem;top:51.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #T6NDhdPCNO6ZNPdINtxmvSRUQ3E20plT { width:9.3125rem;height:1.3rem;top:19.856250047684rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #menH6U4H8eVpN6u2eFh0uZgcytDAeRUR { width:19.875rem;height:27.375rem;top:91.968762207031rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyWiB2Jkbm8kZmI1CUTA0FkMg3P2QAhl { width:2.6875rem;height:0.975rem;top:23.062501907349rem;left:0.62421876192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86HUDXQyMeCN02GtVapbbEqyiZyukk2 { width:4.5625rem;height:0.975rem;top:23.0625rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVpMsp31tL8i07Z7FsxaBbTcl8kV8lO { width:13.3125rem;height:3.6875rem;top:51.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCJ1zNO71saWqFl3PN8ae9hebmuObWQl { width:12.8125rem;height:1.95rem;top:52.6875rem;left:7.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9U9xWLqrAIlOBeoiSryfAFxkf8EVCJ { width:5.125rem;height:0.89375rem;top:57.375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lTyLSeEIGIJMrXUhN1sLme2UvSN0D6 { width:10.1875rem;height:1.95rem;top:25.8125rem;left:8.7500005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blF0BleNTahhVoLfOoxb1FVDrl9yPvGV { width:10.6875rem;height:0.89375rem;top:28.5rem;left:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2NefhGeG90B1BZc1ypl9J6HeX7XO6XV { width:13.3125rem;height:1.95rem;top:56.75rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Vt1AJIxWOQyyZBisdFAFNZQOtla8IW { width:12.3125rem;height:0.89375rem;top:59rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeAdHs1TTfdHHdrLoBG9ANneRDS5tZq { width:20rem;height:0.0625rem;top:30.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37DR152J0dW7p47Z1UrXggGOwnz9L9s { width:20rem;height:0.0625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXZJoBdsfKrhQO60x17TcIW6H16oFW0k { width:6.625rem;height:2.2rem;top:62.125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx1XNKaZ9pXU2JRpQS9cZnGl5h1mfzSm { width:11rem;height:1.7875rem;top:33.875rem;left:8.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEVUQRpL2PvVNgo2yOtR4RAqWTyokWMh { width:10.1875rem;height:1.95rem;top:31.5625rem;left:8.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MchHqZFt7dH45yp8io9PfEfbX8PfHCX6 { width:13.25rem;height:1.95rem;top:61.75rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGg5wrhZ3H3ooXnwy8B4CVdC1Ba8tOr { width:13.1875rem;height:0.89375rem;top:64.3125rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrumMNelxDWgLhTn9aiiRJKbK6QkfFfa { width:20rem;height:0.0625rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWJCMATZtx7eysFVwNTP9S2K0QEhfBi { width:6.625rem;height:2.2rem;top:67.8125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6nGbyC6b4v1wP7PbO44qo3uuOzNunn { width:10.6875rem;height:1.95rem;top:37rem;left:8.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB4nTl2Ry2nnm8HxvLITM7vmqKkRyRik { width:11.375rem;height:0.89375rem;top:39.5rem;left:8.6250005364419rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxMyrcTUmXqTTlDa3J72QJyQqSEf41ac { width:10.125rem;height:0.89375rem;top:69.9375rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFSMzDLFQORSW7BcUeKFxUT0S3d3WPF6 { width:12.75rem;height:1.95rem;top:67.3125rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zTqybELHt4Z1e4TZprCtauTNzrh6IH { width:20rem;height:0.0625rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWEX9xauhG6PCPDHGImHi8vq1IAVEMV { width:6.625rem;height:2.2rem;top:73rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHEFTGbRWMgXhP2loWW2WlolVrn4Gtu { width:9.6875rem;height:0.89375rem;top:45.0625rem;left:8.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67b73nztAV5TIiRkspSh8WemSZs4bOK { width:10.0625rem;height:1.95rem;top:42.375001907349rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITlBxgfpt7HNhp5VJzb7OFEb0McDHnH { width:12.75rem;height:1.95rem;top:73rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiGHaF8xqPQVNJC1WkyIwrvmpyL4nHgB { width:11.8125rem;height:0.89375rem;top:75.5rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQV5JNlznyFKSJhFqQcium0vsbQ4pcko { width:2.6875rem;height:0.975rem;top:53.168751716614rem;left:0.62421876192093rem;font-size:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Vobot97xRfxTA6swi4k8XAPv5FJDZkzC { width:20rem;height:0.0625rem;top:55.5rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #l41ieEpxcXDXtZ5BVmOUDB8ZoT7PvRt7 { width:5.125rem;height:0.89375rem;top:26.340626716614rem;left:0.62421876192093rem;font-size:0.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TCGR6v846mkIFmSdEurPP3s1kX4uSHGe { width:20rem;height:0.0625rem;top:60.5625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #IR4RV3uGSSoTpcZh2cz5Bo0FPqFhNu4l { width:20rem;height:0.0625rem;top:36.237501144409rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Npcz5kfiS3Rqe5IQx3sD8pliPtJxJRtE { width:6.625rem;height:2.2rem;top:31.725001335144rem;left:0.62421876192093rem;font-size:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pPme6INFla3MOKSEcsURmWg0p8wCAkDQ { width:6.625rem;height:2.2rem;top:37.000000953674rem;left:0.62421876192093rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #EyG5MWkCQbn4KWKtHoqvyJTqxPh9KQm5 { width:20rem;height:0.0625rem;top:41.587501525879rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #itTUsQhqQq7apnUbNggTcEVU0dTP7J4m { width:6.625rem;height:2.2rem;top:42.375rem;left:0.62421876192093rem;font-size:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG { display:block; }#qlbNCOTmfADk6okTcU4PTzqWsZLpbnMG > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzdJdcQW7KvEpGCoDONIDXxws7umWeZa { width:20rem;height:7.8rem;top:3.8rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbMBHzL6tHSx8HsrxudfaKD96TQ6EKO { width:9.3125rem;height:1.3rem;top:12.850018310547rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmMZ5WnIU8vqTv11xAffFCyfTKsDMFDu { width:20rem;height:5.1rem;top:15.400018310547rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0B1sdliCaeAXnsI2Og55TwySHTebd12 { width:19.875rem;height:19.625rem;top:21.750018310547rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXHKTWKNVFZZk0OhpXZXvxsMuZVDTAa { width:20rem;height:0.0625rem;top:25.062518310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITpwC7ozR7kLl4v88B6xqUlurMyuEMEJ { width:8.5625rem;height:0.975rem;top:23.000018310547rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvaVXeteUEH2n3owmZNoygPegwF3lAE { width:19.125rem;height:1.4875rem;top:26.249985694885rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDdmTyTF2aJE8zFS1vO6LVZayc4zNqiS { width:18rem;height:3.5rem;top:28.75rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSpH3VvXduTIthfThnEfti6GGkZiezn { width:7.5rem;height:0.975rem;top:29.312518310547rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLGlLVkGA0b7UsgLngZC0TpzaUt4vhd { width:11.5rem;height:1.05625rem;top:30.687518310547rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6vsfMLegiT0wOgpKb87NRRnArxQ3eR0 { width:18.3125rem;height:3.5rem;top:33.8125rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpSuTNVQanFlfgPfVaQ97Oe3GqOTkcNG { width:7.5rem;height:0.975rem;top:34.375018310547rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnDBS8USmucT7mSyPePbfGyUuqqxDcw { width:11.5rem;height:1.05625rem;top:35.750018310547rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwhh3ayOPEdWG4SKSyzbsGQzCtS3r6Zg { width:16.625rem;height:0.89375rem;top:38.875018310547rem;left:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8wuhex2MTD90skaZoOkrJNdx73eDdSa { width:19.875rem;height:28.4375rem;top:46.037518310547rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cJHoPb1q31g4vpA8wv9uwlIHXrCXkm { width:8.5625rem;height:0.975rem;top:46.975018310547rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrKlkgCyZId7vHui7EpwqbSu28DDXLGw { width:20rem;height:0.0625rem;top:49.350018310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn8mrCbZLga6BBErmy6vtCmIGUVwOUUH { width:19.125rem;height:1.4875rem;top:51.005469322204rem;left:0.43671876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa { width:19.125rem;height:8.15625rem;top:53.305469512939rem;left:0.87499994039537rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#QBJT80LeTZBcZWmakQ7sk0HNzGyOVZJa li:before{  }
 }@media only screen and (max-width: 763px) { #pEKr3ZhQOlviWr4fTuxqiGUTvbTW0FwS { width:14.125rem;height:2.5625rem;top:64.03751831055rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZGZRpV7xklvI4POJwuViihTOflSTO7 { width:11.5rem;height:1.05625rem;top:64.85001831055rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvkTZbZVSJgwsOXTg5w1PkF48egeT6IG { width:14.125rem;height:2.5625rem;top:67.72501831055rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtaBfaMWAcyHFAvNwtq59rS26m8ztcaD { width:11.5rem;height:1.05625rem;top:68.41251831055rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6n2Ud6eNGUebTEkeICFQMKQf126NFXN { width:20rem;height:0.0625rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRie3Hzi2LikaUgwTQPQ9H2KWSvQyv6 { width:8.5625rem;height:0.975rem;top:81.0625rem;left:1.3125000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVtz40DDaQiuu4VT5GxFwv8T7bHxxcrN { width:19.875rem;height:19.625rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT9vF2eFCxU9AFSNBJk4DqFKGx7ero9e { width:18.1875rem;height:1.38125rem;top:84.625rem;left:0.90546876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIEQ5snStAuRTIE7gtHwIuWCP63pE3P { width:14.5625rem;height:1.05625rem;top:87.5625rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCRo0KtC4DgIumeScIQcd5OUarmE4Tz { width:1.5625rem;height:1.5625rem;top:87.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfelUrF80tPqXWgGeId1tsD21hfptFVp { display:flex;width:0.875rem;height:0.875rem;top:87.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #CdRrW08ZeLqR0uWo5QMLPGGtrR1IOodI { width:14.5625rem;height:1.05625rem;top:89.625rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbsJwm8vxHOxZgN9yCyPWTsr2oSUHM8 { display:flex;width:0.875rem;height:0.875rem;top:89.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #fpzk0NNVtt3QRtdz3sDDXOabluQUUDko { width:1.5625rem;height:1.5625rem;top:89.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TnmoicUTIuXza7sZ4WFyDQJdZaasbf { width:14.5625rem;height:1.05625rem;top:91.6875rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDEwS7rCpbeaTsfoa9MHSTJhJ7iq37nO { display:flex;width:0.875rem;height:0.875rem;top:91.8125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #XtKdMkG3Ppb3Bbr8eJAdVSm1cVCuPa0X { width:1.5625rem;height:1.5625rem;top:91.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1xRL0nDvzlieT2LuH80T8TC7Jxn0zp { width:14.5625rem;height:1.05625rem;top:93.625rem;left:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1qpPus3lXsLLcamslDQEUXk5QNsCnw { display:flex;width:0.875rem;height:0.875rem;top:93.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #FRGKREiEvgsOymeqbfPpsApG2OTyZJVz { width:1.5625rem;height:1.5625rem;top:93.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQfaUpZnvL7I969s1aUiJdV4sJay4xH { display:flex;width:2.0625rem;height:2.0625rem;top:42.724999427796rem;left:8.9687505364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT14ia6v7oUNqohwtQMQnC75TT3TGzIq { display:flex;width:2rem;height:2rem;top:75.625rem;left:9.0000005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEelurh1mqfymupb8lO2ZPGZRtzQawL6 { width:20rem;height:12.75rem;top:102.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIwiQGtVIRv1XWTUkf200dNm8MyTd4wE { width:12.3125rem;height:1.21875rem;top:103.88437461853rem;left:1.1242187619209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9lDiF5tngeKCQd4SiNAC2nddSGe4ew { width:2.8125rem;height:2.1125rem;top:106rem;left:1.1242187619209rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZRBVBq6HQ3blFrkOMhdzfklUmlbguJ { width:7.75rem;height:0.975rem;top:108.8125rem;left:1.3125000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jzgkh8Hpg7OZ5uEFRSThRANmfkUMNLuR { width:8.75rem;height:2.1125rem;top:106.05000114441rem;left:10.424218714237rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQPxSmCzO4vhvAoD1KJ6mDJXJcg70uwH { width:10.5625rem;height:0.975rem;top:108.8125rem;left:9.4375005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C32S1QHDRTKyGtJa8ZyuiVscKwxIiSgk { width:8.75rem;height:2.1125rem;top:111.0625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TXl6dfWvlxrA54IvfJhQMZtwifhs2G { width:8.9375rem;height:0.975rem;top:113.6875rem;left:5.5312500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zWy2w6rnRLamJ9Wb8vwQ1bRCyEaWGc { display:flex;top:42.5rem;left:8.7500005364419rem;width:2.5rem;height:2.5rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #fDnA5JQUFNeW59n7CEL0OXgPGwPGfzMg { display:flex;top:75.6875rem;left:8.7500005364419rem;width:2.5rem;height:2.5rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh { display:block; }#k85H6N8sqQBbsa0nHBzDHm8ANxgtTneh > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5evs2Z1NNqlS4mfulB9pd6ORSBEUeql { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdlbSJPkVV5lfV4Md392BbGWowpL357 { width:16.6875rem;height:3.125rem;top:10.26171875rem;left:1.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3AyoC2EKQxZurNFAiqvcqUbpV0cZBg { display:block; }
 }@media only screen and (max-width: 763px) { #cy3cpkMRbmG3tZ2G1ErJRFsB39T1Ei4i { width:20rem;height:4.14375rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }