.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:245,223,234;--color-primary-1:221,149,186;--color-primary-2:187,43,116;--color-primary-3:94,22,58;--color-primary-4:28,6,17;--color-secondary-0:242,246,250;--color-secondary-1:213,226,239;--color-secondary-2:170,196,223;--color-secondary-3:85,98,112;--color-secondary-4:26,29,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e50ce117-b0da-43a6-82f3-4abff09df6f3/totuina2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.adaptive-delivery-prevent-bg, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyload, #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN.lazyloading { background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:rgba(var(--color-tertiary-4),1);display:block;width:44.9360625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13rem;left:11.875rem;height:1.94986875rem;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; }
#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#bc2c75;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.125rem;left:0rem;height:7.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gT4ST9eLR2epd3a17uC4IyprDE6sHBSU { color:#3c3c3c;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6VbzF7d9FJk19TOdBTuXNrKP8gbODdK { color:rgba(60,60,60,0.75);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdOkEX37ve0OVVNupQoiEX2AEamrefeE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.062375rem;height:3.49989375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.187067031861rem;left:0rem;display:block; }
#ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lu6lmBB5N52FKtdQCqeFDGKC2GR8o6cB { position:absolute;display:block;z-index:15035;height:8.8125rem;width:15.75rem;top:0rem;left:44.25rem;display:block; }
#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { position:relative;display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { background-color: transparent; background-image: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container > .video-iframe-container { display: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row > .video-iframe-container { display: none; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .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); }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { border-width: 0; border-radius: 0; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { color:#3c3c3c;display:block;width:58.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.60009765625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { color:#3c3c3c;display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.86474609375rem;left:0.6875rem;height:16.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.06982421875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rFxLOWeEk0d38DxdI7gBAS6pufcGUVWN { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:38rem;left:5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#h2D6pqHid4ItheMO2PdDqnSycXvgTTtz { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:9.125rem;left:5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#PnoCQGGpGgMhZDGk6LZcst88A5XNN6QJ { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:26.3125rem;left:5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#pRsCpAhEZeNTfDkEEmC2xx0TTzMM8Pti { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:14.75rem;left:5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#DdtIaGbJaAwD8HFgZzg0B2DBnQBC1a3H { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:32.0625rem;left:5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#F7elGhvCiIbAO1Z3gFB86T8P7Si96AO3 { color:#3c3c3c;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:21.625rem;left:5rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#FxJnCkGGZZwss1lzew0JIskqIsvau2zA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.75rem;left:2.1875rem; }
#gOVs9KPWcLwThy9TxTU5cPEIs7h2gQLp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.5rem;left:2.1875rem; }
#Wa1GhtsNgFp3ebmusBIotWZAcZnl2IBb { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.375rem;left:2.1875rem; }
#W7t3Nrw4MEd0t5eTlmfLHHoJ1gFPOJWM { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.9375rem;left:2.1875rem; }
#MPcIXC9IGM9MrTvNKkOIHoyZiC1WtDlb { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:37.75rem;left:2.1875rem; }
#OCymsZVW31Ncqly61CaX3lCA2w2yPukC { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.6875rem;left:2.1875rem; }
#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua { position:relative;display:block; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua { background-color: transparent; background-image: none; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container > .video-iframe-container { display: none; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row > .video-iframe-container { display: none; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .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); }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua { border-width: 0; border-radius: 0; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oeRaFeoBnh5VFWQ3QdLyiAlvLyhNVBCh { color:#3c3c3c;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyJlW0mZHDyNOIgWSMDeeWcMgEEXBWEH { color:#3c3c3c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.25rem;left:5rem;height:1.69921875rem;font-style:normal;display:block; }
#uQsuNyuzXA7glQg4nv2fxRoXMuThmnrZ { color:#3c3c3c;display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:13.375rem;left:5rem;height:1.69921875rem;font-style:normal;display:block; }
#fxmxzJeTi9Z4rg552uPFeS24FLGq47Tv { color:#3c3c3c;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:17.25rem;left:5rem;height:3.3984375rem;font-style:normal;display:block; }
#xIKLxR4gknCdDp7uU6X0q35mSthTO4aT { color:#3c3c3c;display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:22.5rem;left:5rem;height:1.69921875rem;font-style:normal;display:block; }
#qDTDACwUlbvz7BkREfFwwXHdBhziCv5Q { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9rem;left:2.1875rem; }
#wWOvUQuzH6iIutgu17lnqBhBKNTT33Ty { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.49989375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.561296463012rem;left:15.000000953674rem;display:block; }
#P8vlnhIl5qlhPsQLQQE9U4DaHtSDK8lb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILJQOyF6WaXZ9tUXZoBUTOyp56zJkoXS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.125rem;left:2.1875rem; }
#KJX4wOKfWrxf74gziHr8CSscC9NWUFhZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.9375rem;left:2.1875rem; }
#OPZ1ThB7ufmpIFdeRqWV9PBTVGFTyk9S { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.25rem;left:2.1875rem; }
#WTmIpclCqp008H7U5Pncm1yHvCI31sDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container { background-color: transparent; background-image: none; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container > .video-iframe-container { display: none; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row > .video-iframe-container { display: none; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .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); }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container { border-width: 0; border-radius: 0; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#AbfTI3M0h6Z2fhWZqElg8GayMFlvvoRO { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.216796875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn { color:#3c3c3c;display:block;width:35.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.375rem;left:23.125rem;height:22.08984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn li:before{  }
#Bv6OdsuSJQRnPx091344G4T2iGIrgMQy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:19.9360625rem;top:12.375rem;left:1.5625rem;overflow:hidden;display:block; }
#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container { background-color: transparent; background-image: none; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container > .video-iframe-container { display: none; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row > .video-iframe-container { display: none; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .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); }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container { border-width: 0; border-radius: 0; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#T3VReJ6hvz6F26bsmF4ghzcTI5Ed4fMM { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.2763671875rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MIUsl7rTFQn7uiqMuJdt8bTv0lLoO89k { color:#3c3c3c;display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.904296875rem;left:0.90625rem;height:11.89453125rem;font-style:normal;display:block; }
#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ { position:relative;display:block; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ { background-color: transparent; background-image: none; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container > .video-iframe-container { display: none; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row > .video-iframe-container { display: none; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .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); }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ { border-width: 0; border-radius: 0; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R3ERO5oCs6zUgoFPNuKE1Z2AUIvTtTao { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.4375rem;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; }
#f09lpSRWBsZGTIN6tyhc0WD2pUD1Hbfd { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.375rem;left:6.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtG9DatSLUTin2TAHNllJMcQR67a78Bf { color:#3c3c3c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.375rem;left:6.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B7ypXQVqle1OJVmws7xWFvXFAOnhTFcF { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.0625rem;left:36.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#agydBIESG3ltPqIAHwLNblok6OGtQS2p { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.375rem;left:36.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ucTSUUyTrE8iaZu9xsx8tRH0WtOCTFbQ { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:9.375rem;left:36.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OwzWghTXLVdKp3hhigugTSUx8Kskh9i8 { color:#3c3c3c;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.0625rem;left:6.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QEPUZtemGHdMUSrgMETBXrpckkR4ZvlJ { 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:15021;opacity:1;top:9.4375rem;left:1.8125rem; }
#WyMfM7r17HzxmIbcyVvgtr8u2Ai6qeZ6 { 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:15022;opacity:1;top:16.4375rem;left:1.8125rem; }
#GKT66HvQclRgxm0ffPtzJWv3bIuuel6I { 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:15023;opacity:1;top:24.1875rem;left:1.8125rem; }
#eeFm2IKFHEm3NoQ8O37x2PJVkZAdcXgH { 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:15024;opacity:1;top:9.4375rem;left:32.125rem; }
#MMmsK2v2oH5Udnuu4NbiEpDgZZu1eLLI { 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:15023;opacity:1;top:16.4375rem;left:32.125rem; }
#XRS9yoWp5xJDlrOS3PRvoCLO5TytWrnL { 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:15024;opacity:1;top:24.125rem;left:32.125rem; }
#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container { background-color: transparent; background-image: none; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container > .video-iframe-container { display: none; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row > .video-iframe-container { display: none; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .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); }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container { border-width: 0; border-radius: 0; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#WUy5wheRQykTPBduEUH7INpcW5ShD2zA { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.49853515625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kne0AKrBFirFrxWyyAASRBs6GmC9Trra { color:#3c3c3c;display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8125rem;left:5.0625rem;height:23.7890625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Q5TVcleiACwHg5zT53o5bywkrKA1DcLm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.4375rem;left:2.25rem; }
#A40bZfcwbAHRzBuVTeOKuJQVImORXsvn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.0625rem;left:2.25rem; }
#WoA0HqDSH8XdRrziAgeIdEKb2dH8GTXt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.8125rem;left:2.25rem; }
#buxMi8kfUr8BaAd4ft9fsiTXA6fpv2bH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.5rem;left:2.25rem; }
#XBI0LUhqWwNiUFrMNdVawy5qRTMBr8Jm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.3125rem;left:2.25rem; }
#QGqXwky43trSrpwcwgcNtGPyBADMwH97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container { background-color: transparent; background-image: none; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container > .video-iframe-container { display: none; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row > .video-iframe-container { display: none; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .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); }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container { border-width: 0; border-radius: 0; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#lHErNLlJUaqlIJcw8ZeT0iSP1sidgwXr { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.486328125rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5pV5AtfL9ov9A3mVzFOzl3fuDCVtokk { color:#3c3c3c;display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:10.94140625rem;left:1.3125rem;height:28.88675rem;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; }
#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container { background-color: transparent; background-image: none; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container > .video-iframe-container { display: none; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row > .video-iframe-container { display: none; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .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); }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container { border-width: 0; border-radius: 0; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#R9kcBG8LwGAdKIiVBzB3pdvTkzMQxs6V { color:#1f333b;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:12.625rem;left:32rem;height:46.794925rem;text-align:left;text-align-last:left;display:block; }
#Qet4zJPoX2UiLmtZAxQTHnFOkKDqTqdv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:30.0625rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
#PqwVploLHahy1v0H1bTEsWT9c28V3r7J { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #bac9ea;border-left:0.25rem solid #bac9ea;border-right:0.25rem solid #bac9ea;border-bottom:0.25rem solid #bac9ea;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:30.25rem;width:20.125rem;top:12.625rem;left:4.6875rem;display:block; }
#sGSl1ylEMx5clXf1FFJbshOz54pshIbd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:55.814878463745rem;left:0.73296451568606rem;display:block; }
#eZUTGIOtF3ndZSTI66PDC5UpQGTkoa7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:#3c3c3c;display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:4.875rem;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; }
#gsHpZqU2LC52uD2NbJV5QxNThu5xusdZ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:30.125rem;top:54.25rem;left:0rem;display:block; }
#dGFDAQZpmEytfV8xqbpwtS0Ci06kRpCP { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:30.125rem;top:52rem;left:0rem;display:block; }
#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { border-width: 0; border-radius: 0; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#ubAQqozHgMkLuaMBOk30quu820WLU8Ny { color:#3c3c3c;display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container { background-color: transparent; background-image: none; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container > .video-iframe-container { display: none; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row > .video-iframe-container { display: none; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .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); }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container { border-width: 0; border-radius: 0; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#RmrV1aOgf3cMcxwwZpoDC3s9JBPsNdyn { color:#3b3838;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:10.375rem;left:1.625rem;height:15.996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WmOpTrFWte9rByCsK9PVGDUbwnZtnxCV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.39);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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:30.0625rem;width:19rem;top:3.8125rem;left:0rem;display:block; }
#VupfTxULca5UhB8pH12okEOzOqL8OfUI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:30.125rem;left:7.875rem;display:block; }
#xbI3Jv55HhlH8thAHPRk139B9ZWhoko2 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:30.875rem;left:1.0625rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dd4xcEIHTnT6GJ9qmbakrJMuOMeCPHqP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.09);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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:30.0625rem;width:19rem;top:3.8125rem;left:20.625rem;display:block; }
#rexWTRzDeAHi5apRv66oevELmnf3IZ9W { color:#3b3838;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.375rem;left:42.625rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#L5NnPWZkzn9hG6SB2Fu0PT1L8LsAZuJK { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:30.875rem;left:21.5625rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SpJrSgy9TLR7y4escBvCVt5g1eWMPMKz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:30.125rem;left:28.375rem;display:block; }
#KbBfZwdElu33pUl2Fl0ruFeoO5AVcnRH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.39);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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:30.0625rem;width:19rem;top:3.8125rem;left:41rem;display:block; }
#EAZBfHyqdiy1AyMK6P3gye26Nz0ORM9w { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:30.875rem;left:42.0625rem;height:1.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r5rCcyL4ysoHwuAG5iTKce2bP2oG8sxf { color:#3b3838;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:10.375rem;left:22.25rem;height:16.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#k8cI2TVGKIvqelpGIiQEpP6i6aIgeH7c { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:30.125rem;left:48.875rem;display:block; }
#gThS94tyz4xFQJaTQsciH2TbxsVntvPg { 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:15019;opacity:1;top:6.1875rem;left:1.75rem; }
#HmIoCCtW70Hq9qxNQGRv7n7V7k2h725a { 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:15020;opacity:1;top:5.625rem;left:22.875rem; }
#vGMPaTabGRasi5PTyL4CFsLbQNx60KJq { 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:15021;opacity:1;top:5.625rem;left:44.8125rem; }
#EThtXBhUG4sHDISmgGAB766AtgvBve88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container { background-color: transparent; background-image: none; }#EThtXBhUG4sHDISmgGAB766AtgvBve88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container > .video-iframe-container { display: none; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row > .video-iframe-container { display: none; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .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); }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container { border-width: 0; border-radius: 0; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:block; }#oOs2oIB1eWtSegpMWI5TEibBN7tq9M8h { color:#3c3c3c;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.07861328125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlMd39ZOrsr0xaGo5re93s5amng40QOA { color:#3c3c3c;display:block;width:54.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.25rem;left:5.0625rem;height:38.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BuKNfJ1gBtfkchPT0NJZBLTtFia2im65 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.49989375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:50.74924659729rem;left:15.000000953674rem;display:block; }
#fpsIAsUcQnvAFiF3qBsgWTuE9UEeSzlr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGa1XoLR6ynxtJS7rlBmIiRWpHaTu2LB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.25rem;left:2.25rem; }
#vdZ8NL4gDO1iQZtwqZIl0fvTCiyXgnr4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.4375rem;left:2.25rem; }
#SiSauGaDavBywLd9qTb0vXcOr1aZeJKK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.6875rem;left:2.25rem; }
#yumT94iOwmwRDD3cT1BO78Lz9eiOWeQx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.875rem;left:2.25rem; }
#UuJldSsS1iKo3CpzrSqvHpNnprpUUCp0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.125rem;left:2.25rem; }
#UM9vJdi2nvrvCuunzV6QeGSi4ynfS9vK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.6875rem;left:2.2216796875rem; }
#r8inuuCZSrrOTT965kMrXEXTT7M1q0si { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29rem;left:2.2216796875rem; }
#fT9ZQaece2bfez1yv17UQtcG6Mk5O5Oc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.3125rem;left:2.2216796875rem; }
#lbmVNT2RSgpTlPmvHmmpaVpSza7VkqVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.5rem;left:2.2216796875rem; }
#KGN6MLl74PGkzOKJzDknySr5XksM3h6A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:38.625rem;left:2.2216796875rem; }
#twbkEh7IcrfJLiQz070IufCMtyUVSpG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:41.8125rem;left:2.2216796875rem; }
#WTdco6Vxt7MTLEe2HdBRxXGK7fDSBkof { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:45.0625rem;left:2.2216796875rem; }
#XaagAzgiZ7LLZoX396kfxHzftmwhMWmb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:38.625rem;left:2.2216796875rem;display:none; }
#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container { background-color: transparent; background-image: none; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container > .video-iframe-container { display: none; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row > .video-iframe-container { display: none; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .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); }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container { border-width: 0; border-radius: 0; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#hIFwKSIyw1mwS1kkTR8RhSCnwgGgda3n { color:#3c3c3c;display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.15625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB { position:relative;display:block; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB { background-color: transparent; background-image: none; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container > .video-iframe-container { display: none; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row > .video-iframe-container { display: none; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .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); }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB { border-width: 0; border-radius: 0; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:85.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pk6vuATagty0UNX0zabWd8KdkZ9JHuck { color:#bc2c75;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:80.625rem;left:1.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 { color:#3c3c3c;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15040;line-height:1.6;letter-spacing:0;top:65.75rem;left:27.625rem;height:9.746125rem;display:block; }#PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 li:before{  }
#cNi7apJmAEEX4K71iyKq6pwKqx8ZcoDB { color:#3b3838;display:block;width:31.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:59.1875rem;left:27rem;height:4.2246125rem;display:block; }
#n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 { color:#3c3c3c;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15045;line-height:1.6;letter-spacing:0;top:48.8125rem;left:27.4375rem;height:5.72265625rem;display:block; }#n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 li:before{  }
#fPJ0ZFgztBbksZIObT5g9oMAqT9ghK20 { color:#3b3838;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:42.875rem;left:27rem;height:4.2246125rem;display:block; }
#HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp { color:#3c3c3c;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.6;letter-spacing:0;top:28.5rem;left:27rem;height:7.109375rem;display:block; }#HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp li:before{  }
#a5cO67PK3lRluBVmuFVxuh55i0blQrRT { color:#3b3838;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:24.625rem;left:27.125rem;height:2.11230625rem;display:block; }
#pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak { color:#3c3c3c;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15049;line-height:1.6;letter-spacing:0;top:7.1875rem;left:27.8125rem;height:11.7578125rem;display:block; }#pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak li:before{  }
#eNW7TFrknWOitOqE8sRThiFQcJNSM5Qd { color:#3b3838;display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.1875rem;left:27.125rem;height:2.11230625rem;display:block; }
#OgPDLSEKywbAuLp7t27k3iqvptUT33sM { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:17.5732421875rem;left:0rem;overflow:hidden;display:block; }
#q1D1grDnmg8qZAQvaz4XFELXxWQ1mXsP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:37.2841796875rem;left:0rem;overflow:hidden;display:block; }
#F6XiDt9trubzoGvBl4Js6qFzkZrstsGx { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:55.875rem;left:0rem;overflow:hidden;display:block; }
#KNhgfWUAOBJt7fuFRW2SssVIS6O8ty0O { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:22.875rem;top:1.5703125rem;left:0rem;overflow:hidden;display:block; }
#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container { background-color: transparent; background-image: none; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container > .video-iframe-container { display: none; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row > .video-iframe-container { display: none; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .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); }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container { border-width: 0; border-radius: 0; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#HPn5vIn1ESpFxHGtCqp6AUHA3OrHfoqG { color:#3c3c3c;display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xez5TfAz3OEmTGhyxQfdKJnUya1nomUr { color:#3b3838;display:block;width:58.4375rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.6875rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container { background-color: transparent; background-image: none; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container > .video-iframe-container { display: none; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row > .video-iframe-container { display: none; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .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); }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container { border-width: 0; border-radius: 0; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container { font-size:0.875rem;font-family:arial;height:263.3125rem;width:60rem;position:relative;display:block; }#TXzrTWLZF0EoiTsmmZhohhEFWTUXlvSZ { color:#3b3838;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:6.33691875rem;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; }
#oubTyLgadegFqwUisnyKWGUQP3ecJdki { color:#3b3838;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:1.56201171875rem;left:27.3125rem;height:6.33691875rem;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; }
#i0O5D303dXuz4XTTTU4uWaM5B9BkUUcA { color:#3b3838;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:47.25rem;left:27.3125rem;height:4.2246125rem;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; }
#WiKV7dDBTtU39dNsmXuSIuggiWy6J6Eh { color:#3b3838;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:68.75rem;left:27.3125rem;height:4.2246125rem;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; }
#Qq0VnQXUbhN04l9u3Rth4LPDHbhwvLM1 { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:109.125rem;left:27.3134765625rem;height:4.2246125rem;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; }
#AtlsRtSpvqkxnkMTRhBots8H4lKWdCne { color:#3b3838;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:88.0625rem;left:27.375rem;height:4.2246125rem;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; }
#q19O7DFBLLuGfV0PiVtPcqfHyKvmKhDX { color:#3b3838;display:block;width:28.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:132.962890625rem;left:27.3125rem;height:4.2246125rem;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; }
#BQ8BiK0pFxCkgcAyhKJuWp12sPF5OusI { color:#3b3838;display:block;width:31.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:151.875rem;left:27.3125rem;height:4.2246125rem;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; }
#qZ2lIay13R9KMhVtfycqgmmdrlNCweQk { color:#3b3838;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:172.4375rem;left:27.3125rem;height:4.2246125rem;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; }
#OqTSPWGnGtOw2wPmmT1JUMqVA7bcMMCM { color:#3b3838;display:block;width:32.6875rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:10.4609375rem;left:27.3125rem;height:10.1953125rem;font-style:normal;display:block; }
#m5fO0KmxN3xEPNfvlEPnJN1G2HDIrI5S { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:8.2734375rem;left:27.3125rem;height:1.625rem;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; }
#BQD6XTt0wPTcO83zXWrPQ6oxsNTncn3S { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:31.1875rem;left:27.3125rem;height:1.625rem;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; }
#X0nu4FaSwgnrQWsB3aObKHGWnNHtRbo3 { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:33.5625rem;left:27.3125rem;height:8.49609375rem;font-style:normal;display:block; }
#cxC22zshaKgdHLLQTFKCDyKCtohOcJvr { color:#3b3838;display:block;width:18.937rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:52.0625rem;left:27.3125rem;height:1.625rem;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; }
#PFexdUWIy7bUsTweHC2ZApWLVb4Q1rKi { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:54.625rem;left:27.3134765625rem;height:8.2851625rem;font-style:normal;display:block; }
#AmN8RyiB0hzq0K1DxgMo4XIvllftBTDp { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:75.5rem;left:27.3125rem;height:8.49609375rem;font-style:normal;display:block; }
#W59WkDr54sN41xniQvVv56qXTMCJGfvX { color:#3b3838;display:block;width:18.937rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:73.3125rem;left:27.3125rem;height:1.625rem;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; }
#VZr89kLuK3mLfMGgMWMWx4wrQ62RShTm { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:92.8125rem;left:27.375rem;height:1.625rem;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; }
#KvxG9p6V2Qu2R9fETyBRRQDDMWZnRz7X { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:95.375rem;left:27.375rem;height:8.49609375rem;font-style:normal;display:block; }
#QpwdUW1cTN5q1PPrRrikHy3uIN49Kq1p { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:116.5rem;left:27.3134765625rem;height:10.1953125rem;font-style:normal;display:block; }
#eXxM07PhWlpbbfzDsu1uF58LE5TOvLCA { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:113.8125rem;left:27.3125rem;height:1.625rem;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; }
#TGoT9fzNynIgphrGDxHNQrBDr7tCi81i { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:137.125rem;left:27.3125rem;height:1.625rem;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; }
#dH3WZxuT6fG3fJmiLphcxnvrEEBneRUr { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:139.5625rem;left:27.3125rem;height:8.49609375rem;font-style:normal;display:block; }
#Topo0yWsX7IVAr5ro8o05NOmtHgauhAL { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:159.25rem;left:27.3125rem;height:10.1953125rem;font-style:normal;display:block; }
#T1ARGLqa7J3ITL4JkA6vvXQ2QTqE8mx5 { color:#3b3838;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:156.875rem;left:27.3125rem;height:1.625rem;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; }
#sxE4nXe2GRybTlbEqn6DM4D2rkIJxIs5 { color:#3b3838;display:block;width:32.687rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:179.25rem;left:27.3134765625rem;height:10.1953125rem;font-style:normal;display:block; }
#rdFwNnDleTTfS1Z0p2q0tTHULc69BKab { color:#3b3838;display:block;width:18.937rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:176.662109375rem;left:27.3125rem;height:1.625rem;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; }
#rTF8pWPWP6LpNDKcxWlDIu4i3m9Fnwoz { color:#3b3838;display:block;width:32.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:235.75rem;left:26.5625rem;height:4.2246125rem;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; }
#G4ga6O3AacfrZI4ZNzfLqGCWabOggDcx { color:#3b3838;display:block;width:32.6855625rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:240.75rem;left:26.5634765625rem;height:8.49609375rem;font-style:normal;display:block; }
#dkAkG16rzVwPFCbt2oTTox7vtyNr4l4a { color:#bc2c75;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:254rem;left:1.435546875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PB4vOBXbhWhKHowUlMNeCtuRkhwMGWHw { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:19.87109375rem;left:0rem;overflow:hidden;display:block; }
#IqQFOhffq8HcyKgrQ32uFQk9UJXeJhb0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:40.9716796875rem;left:0rem;overflow:hidden;display:block; }
#oZnqX39besWxPA9c7XSeepLTXGfUpRbr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:61.80859375rem;left:0rem;overflow:hidden;display:block; }
#XwDBHOKQmtt9yuky3wszf89uWPzIF8P0 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:81.80859375rem;left:0rem;overflow:hidden;display:block; }
#siL6EMRVAPrz6DWGexMrMXAcVXuTiv67 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:103.8125rem;left:0rem;overflow:hidden;display:block; }
#I0negrRBfwlhIr4RfRnNqTHc8h9JQmG7 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:125.30859375rem;left:0rem;overflow:hidden;display:block; }
#kE2bDlCfGwrAMsuXWHgEtOLu8ldoUTxX { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:148.12109375rem;left:0rem;overflow:hidden;display:block; }
#vTyZqWbDV60HQyKummRThB40RoHtw6xp { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:166.6328125rem;left:1.8427734375rem;overflow:hidden;display:block; }
#OJfxdncRuZmtevZsdLRAT5FEWKRqsGTF { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:230.4375rem;left:0rem;overflow:hidden;display:block; }
#ukGtLiybIRGs110LIBnc1EdAyTM5nCNc { color:#3b3838;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:194.75rem;left:27.375rem;height:4.2246125rem;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; }
#TrZqCyQWO9xwXMAgOaG1E8qC9u11DGvZ { color:#3b3838;display:block;width:32.6865rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.6;letter-spacing:0;top:202.8125rem;left:27.3134765625rem;height:8.49609375rem;font-style:normal;display:block; }
#rLEcB3nVZ0e97JnT9DxTdWhElN8Jt5vM { color:#3b3838;display:block;width:18.937rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:199rem;left:27.375rem;height:3.25rem;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; }
#LML10cuNz6BcabcOqO7RLq57fQsp9znS { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:189.4453125rem;left:0rem;overflow:hidden;display:block; }
#HMKCXcwNNMEonacyo2BUwIUT6nis5cbG { color:#3b3838;display:block;width:54.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:257.5rem;left:1.435546875rem;height:2.4375rem;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;font-style:normal;display:block; }
#kJghw2OuxHAXtfZAOWJqz91vG1hpt1f7 { color:#3b3838;display:block;width:32.6865rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:223.75rem;left:26.90625rem;height:10.1953125rem;font-style:normal;display:block; }
#QpHo0m04Rxpz2hGfD5Tkt9XApy75gNpS { color:#3b3838;display:block;width:18.937rem;position:absolute;font-family:averta;font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:219.9375rem;left:26.9375rem;height:3.25rem;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; }
#fL991LEuyh1m8OIzFFqrbRXFJZ5G6TPN { color:#3b3838;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:215.6875rem;left:26.9375rem;height:4.2246125rem;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; }
#rstWNAZPRLGHH3AHdXoh9VZ1MyVyupAH { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:209.3125rem;left:0rem;overflow:hidden;display:block; }
#XT5GbEncAKNSxvGWM6dcRz1PKaCXZTLa { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container { background-color: transparent; background-image: none; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container > .video-iframe-container { display: none; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row > .video-iframe-container { display: none; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .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); }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container { border-width: 0; border-radius: 0; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:60rem;position:relative;display:block; }#BfkBHbtyIXxBxqFw2z4fvy7WPCbwkZXs { color:#3c3c3c;display:block;width:30.748875rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15055;line-height:2.5;letter-spacing:0;top:15.604125976562rem;left:4.7900390625rem;height:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aRmNhNOUdJ7G1OA2QWyVlSWWrfteZDq3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:15.871826171875rem;left:1.9757080078125rem; }
#dgbMzZXlWynGndZHaBS5SoArGB5EdBCn { color:#3c3c3c;display:block;width:22.24975rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.361694335938rem;left:4.7900390625rem;height:1.29980625rem;display:block; }
#s88wyk0xtmwAfrVynaBRRXKbs0l4gxqP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:10.2294921875rem;left:2.0147705078125rem; }
#yinVx1fBpzKNTMWOODdJrO8a0Kwaqz8r { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:18.371337890625rem;left:1.9757080078125rem; }
#T08lTBdZBiZkF9RlGVkSMMTtUfBxJWHH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:20.808471679688rem;left:2.0382080078125rem; }
#QLq1XLoRz2P7TTBS7XtFsDWuWgs0Dshx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.370483398438rem;left:1.9757080078125rem; }
#hecMm6ylfXmQT0iKMdnHDVsVy9xrw3dp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:25.869995117188rem;left:1.9757080078125rem; }
#UoWxdNhT31AuzUoNE68rOTurzrZJU4b2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:28.4619140625rem;left:1.9757080078125rem; }
#y1o4NBcm1GixsMMfJMU49R6ZtmvbDJH6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:30.836791992188rem;left:1.9757080078125rem; }
#XEVIabLNdCqTRaEDgkBhQJqDEqsQslQ8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:33.336791992188rem;left:1.9757080078125rem; }
#FBErzuNMswEchXMBZ0Ce72hcs9q6Ml28 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:35.961303710938rem;left:1.9757080078125rem; }
#TquJphKdNzzFqbWH3LUuIHVmGZmuyqSv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:38.336181640625rem;left:1.9757080078125rem; }
#Z6aeHkGkw0STq4Zf9cIgA8sTnKGyRFwP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:41.010375976562rem;left:1.9757080078125rem; }
#rUyFAIx3BEaG17sx6qDbgJ2EW3rQJDei { color:#3c3c3c;display:block;width:24.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:5.511474609375rem;left:2.1630859375rem;height:2.4375rem;font-style:normal;display:block; }
#QrcAlLtykHnudTTSTTCBZQnAiRfZCgsc { position:absolute;display:block;z-index:15070;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.625rem;top:13.995849609375rem;left:3.9129638671875rem;display:block; }
#KWmObDEVTLOe0vcMXs0iJZtoZ3XUsnVq { position:absolute;display:block;z-index:15071;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.625rem;top:45.245483398438rem;left:3.9129638671875rem;display:block; }
#klc5H664DTTgOKmVPKikw2ZAe9h0S7Xa { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),0.5);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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:55.9375rem;width:36.5625rem;top:1.3486328125rem;left:1.9755859375rem;display:block; }
#t9ZSq50oprQ7mZxk6lGpUiRs2LxqXBxe { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-0),0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:36.25rem;top:4.2607421875rem;left:0rem;display:block; }
#Or0st00nAXzbagJrtc1THfW447u7NUKL { position:absolute;display:block;z-index:15053;background-color:#f1ece6;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.3) ;height:61.1875rem;width:36.25rem;top:2.4365234375rem;left:0rem;display:block; }
#DP1iOJhnAbXGSMLV7fQ3E2afOdpAGgzf { color:#3c3c3c;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:46.75rem;left:3.5380859375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOdBeCpfwUTpDMqq7Enm81gh2bE6Ow6R { color:#489948;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:53.5rem;left:3.5380859375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x58CF9Hh5fFBpCG0EgxMo5lP17Z0oQ03 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:3.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:57.285705566406rem;left:3.5378694534302rem;display:block; }
#qbHGRONeAW5iycSTIPVSLgLx8y1icxNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5TSdOyz9RGTT46CZKMfvO0Luc6txcxf { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.374625rem;width:30.625rem;top:5.410400390625rem;left:27.03857421875rem;overflow:hidden;display:block; }
#Lc3i7OtVNHzWQqTBvcwLyQwQPUHPAoWn { position:absolute;display:block;z-index:14994;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:30.1875rem;width:29.0625rem;top:28.68212890625rem;left:22.25rem;overflow:hidden;display:block; }
#fcDh1C9J07FXqI7CIFH0BmBliM905F40 { color:#3c3c3c;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:50.125rem;left:3.5380859375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container { background-color: transparent; background-image: none; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container > .video-iframe-container { display: none; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row > .video-iframe-container { display: none; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .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); }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container { border-width: 0; border-radius: 0; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#op1zIQVFpNQ4vhbcdmSoHQs3unNh2G12 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.5625rem;width:16.1875rem;top:3.875rem;left:41.5rem;display:block; }
#CnisLJwqehRv01Tn15RO2R1GQMOQ26Wm { color:#3c3c3c;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:4.4375rem;left:41.875rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uaJeitzagucw67ErVSA1Ka00frpPi2cn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.5625rem;width:16.1875rem;top:3.875rem;left:21.9375rem;display:block; }
#Uzc7SEpaFQ9RB4tUyuITC7UczTwMoDSU { color:#3c3c3c;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:4.4375rem;left:22.875rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RHSbsOZL40TUfiA2XKN8TbVxz9NkvMTl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.5625rem;width:16.1875rem;top:3.875rem;left:2.375rem;display:block; }
#VVDKVFKm8sTKZVOCGANykrvmbWNriydr { color:#3c3c3c;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:4.4375rem;left:3.625rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#COlJbgkxqnodzACzy4pR4mhSN2gqfTFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:9rem;left:30.8125rem; }
#ZLoIG1qTENk313iCJZW3sAM2c2bskOTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9rem;left:25.5625rem; }
#Qohlmxk0E6bRJaz3dSE85QIuJInUkpQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9rem;left:27.3125rem; }
#hsgUhcE4plCyZXCJTdBntmZpTGH4RCD8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9rem;left:29.0625rem; }
#kFRiDdOTwWxTBlvoS1E5fbM8l7Lswp0c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9rem;left:32.625rem; }
#kcGnqTkJwDysX1HlRkiDdq3SE4a1Gp3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9rem;left:6.25rem; }
#csNRawBmOGkhNP9oaT8HHKkZIDtBZFGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9rem;left:8rem; }
#IPsdOXw3V02l1oIPk0vy4HRFE7Eyeuba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9rem;left:9.75rem; }
#fMSZi5ND6KXs25U00UBqiznQ5SzlLeTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9rem;left:11.3125rem; }
#vOaK3VEdTeoi5XTFFby4X4fMTkuOR6fM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9rem;left:13.125rem; }
#UtczoVyXnJwyEBaUdn4zAwl8I5cJQF9z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:9rem;left:45.1875rem; }
#CbHS3svyvenhXwchJ6i9rQ2rRJM9X1hd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:9rem;left:46.9375rem; }
#xzyTsBADL21GXru0dkWgULUbkSTHo1mB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:9rem;left:48.6875rem; }
#DsL8lCZt1C03VBh5MKrkxD1yEfQhKbZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9rem;left:50.4375rem; }
#msBF2iguvzu8L1IxmHDOkECVSpx7VFQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9rem;left:52.25rem; }
#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo { position:relative;display:block; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo { background-color: transparent; background-image: none; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container > .video-iframe-container { display: none; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row > .video-iframe-container { display: none; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .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); }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo { border-width: 0; border-radius: 0; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GGXxBeVopwv0e1qAMrOgIII9u3NeKMht { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:10.05078125rem;left:5.09423828125rem;height:16.9921875rem;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;font-style:normal;display:block; }
#P4xtg2Bz526UlogRkJ3t6Ablh05DkZ6I { color:#3b3838;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.48828125rem;left:0rem;height:4.875rem;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;font-style:normal;display:block; }
#eryak0yZRxVDRm14oyFQW5CWd45u9C9g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.05078125rem;left:2.21923828125rem; }
#a7sy61pVFHaOKZ7tbLm8sJFIb0ml4GSV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.55078125rem;left:2.21923828125rem; }
#QzuxqVCZruXRQIxHRbNtrSET6Jn60IeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.67578125rem;left:2.21923828125rem; }
#AIGkXyhn5IRrAMZzLACe7KebqPP8uD6U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.11328125rem;left:2.21923828125rem; }
#e9d6NoPSHTATQXvQf7H1AIA0Pi6XBFdJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.609375rem;left:2.21923828125rem; }
#TspiI8AIybE8psKkJctODBtCZeNQNVzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container { background-color: transparent; background-image: none; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container > .video-iframe-container { display: none; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row > .video-iframe-container { display: none; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .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); }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container { border-width: 0; border-radius: 0; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#JeDtxtnu7q2WTLgru9UliI176TSZO4zT { color:#3b3838;display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:;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;font-style:normal;display:block; }
#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container { background-color: transparent; background-image: none; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container > .video-iframe-container { display: none; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row > .video-iframe-container { display: none; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .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); }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container { border-width: 0; border-radius: 0; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:60rem;position:relative;display:block; }#Bchx1ZqChRnJ1bX6WqlKaxoIFXbKl4Tf { color:#3b3838;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:0rem;left:5.1875rem;height:52.6758125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQgbxKQTDw4ZTlzOPBvpor2T1ffwfU4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0rem;left:2.09375rem; }
#XZs0KXM3H6FZEOCTH9sBrX0bgKuVoMMn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.3125rem;left:2.09375rem; }
#pqeMzKnRqJdQkhDIV4cCzMdFdvxQtByJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.1875rem;left:2.09375rem; }
#SO89D2661GACK27BsWh3DqUOerKgsApJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:32.4375rem;left:2.09375rem; }
#CKHzy1UJ0ba3VMvEOfTBl2LKTO14CATt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:44.1875rem;left:2.09375rem; }
#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container { background-color: transparent; background-image: none; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container > .video-iframe-container { display: none; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row > .video-iframe-container { display: none; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .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); }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container { border-width: 0; border-radius: 0; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#Ef8al32qIgHwBRFcFxzg2ZhcFMidTDaE { color:#3b3838;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.4375rem;height:1.381225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GWkgEXTzRbZTaD2CGKGw1ZRumd4GTnnR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:20.125rem;left:9.375rem;height:8.49609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TalqbFRqZHFKB8UCIHGGtOaVt6L0CdIU { color:#3c3c3c;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:34rem;left:2.4375rem;height:13.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMabztrgA8uX6ef1H8XoymVaSxhH9ZkQ { color:#3b3838;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.4375rem;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;font-style:normal;display:block; }
#y68aDR6ugUnxOOhxaWqkTRTfbWAJy5KV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:20.125rem;left:36.25rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3irsWApETqaMqTBWI840Ai1HVy16Alc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.49989375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:50.999934196472rem;left:15.000000953674rem;display:block; }
#AMC3GQpJH8t5Hp5EGMdsIx9Kn1WANw1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KakUXm8kfAUq891fBXwJycMGhu9NfByg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.3125rem;left:12.625rem; }
#wqL9wNofTW90dwaOJwDA5zRWWJzNl8zl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:10.4375rem;width:16.1875rem;top:19.25rem;left:7.5625rem;display:block; }
#QgQF0KZDAOOhqQvVZbl8Nq3rQs9uQp8J { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:10.4375rem;width:16.1875rem;top:19.1875rem;left:35.4375rem;display:block; }
#y1zr07yTkEmWNLa550Bg7rzmlAMmT7ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.3125rem;left:40.5rem; }
#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container { background-color: transparent; background-image: none; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container > .video-iframe-container { display: none; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row > .video-iframe-container { display: none; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .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); }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container { border-width: 0; border-radius: 0; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#rVlLelr6dn2tErtrF9plU09tkQxP9cT8 { color:#3c3c3c;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.625rem;left:2.5rem;height:15.29296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H46R48iUcay2bbnn2FBI6GvncKvSLDHO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:14.312rem;width:27.8125rem;top:31.4375rem;left:16.09375rem;overflow:hidden;display:block; }
#GxvfcMK3bonuUJtatPZIaaxc9aKS9U2D { color:#3b3838;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.875rem;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;font-style:normal;display:block; }
#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ { position:relative;display:block; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ { background-color: transparent; background-image: none; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container > .video-iframe-container { display: none; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row > .video-iframe-container { display: none; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .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); }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ { border-width: 0; border-radius: 0; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XOUf6QJnLI50Pu5bLJpdzqsnnVTDX75E { color:#3b3838;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:4.875rem;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;font-style:normal;display:block; }
#TAZdVnEbQzmnIFgwQR8D5IOxvq3XB6M1 { position:absolute;display:block;z-index:15030;height:10.9375rem;width:30.375rem;top:6.6875rem;left:14.8125rem;display:block; }
#yFHmOniexdmWvBiWeOAEhHHvi4yMdu17 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.49989375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:19.312091827392rem;left:15.000000953674rem;display:block; }
#dxt5AHbg4V6pp4PGKWrSyQOKMfmCUTeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container { background-color: transparent; background-image: none; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container > .video-iframe-container { display: none; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row > .video-iframe-container { display: none; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .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); }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container { border-width: 0; border-radius: 0; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#tqlNegJhuIdIoemsFy616qcp0i5h3SSk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { background-color: transparent; background-image: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container > .video-iframe-container { display: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container { display: none; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .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); }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { border-width: 0; border-radius: 0; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#aI8taRA32gc93hxRqcXKxxDQrF4FEuON { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94921875rem;left:2.5rem;height:1.2246125rem;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;font-style:normal;display:block; }
#rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:39.8125rem;height:1.3994125rem;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;font-style:normal;display:block; }
#AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:54.0625rem;height:1.3999rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:13rem;left:0rem;width:44.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:4.125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4ST9eLR2epd3a17uC4IyprDE6sHBSU { top:15.875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6VbzF7d9FJk19TOdBTuXNrKP8gbODdK { top:22.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:30rem;height:3.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #lu6lmBB5N52FKtdQCqeFDGKC2GR8o6cB { top:0rem;left:32rem;width:15.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { top:3.5625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { top:13.8125rem;left:0rem;width:47.75rem;height:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:3.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxLOWeEk0d38DxdI7gBAS6pufcGUVWN { top:38rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2D6pqHid4ItheMO2PdDqnSycXvgTTtz { top:9.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnoCQGGpGgMhZDGk6LZcst88A5XNN6QJ { top:26.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRsCpAhEZeNTfDkEEmC2xx0TTzMM8Pti { top:14.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdtIaGbJaAwD8HFgZzg0B2DBnQBC1a3H { top:32.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7elGhvCiIbAO1Z3gFB86T8P7Si96AO3 { top:21.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJnCkGGZZwss1lzew0JIskqIsvau2zA { top:8.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVs9KPWcLwThy9TxTU5cPEIs7h2gQLp { top:14.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa1GhtsNgFp3ebmusBIotWZAcZnl2IBb { top:21.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7t3Nrw4MEd0t5eTlmfLHHoJ1gFPOJWM { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPcIXC9IGM9MrTvNKkOIHoyZiC1WtDlb { top:37.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCymsZVW31Ncqly61CaX3lCA2w2yPukC { top:31.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8AQsgXfwJpPKH6L75WuTCdmllwqRsua { display:block; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeRaFeoBnh5VFWQ3QdLyiAlvLyhNVBCh { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyJlW0mZHDyNOIgWSMDeeWcMgEEXBWEH { top:9.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQsuNyuzXA7glQg4nv2fxRoXMuThmnrZ { top:13.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmxzJeTi9Z4rg552uPFeS24FLGq47Tv { top:17.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIKLxR4gknCdDp7uU6X0q35mSthTO4aT { top:22.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTDACwUlbvz7BkREfFwwXHdBhziCv5Q { top:9rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWOvUQuzH6iIutgu17lnqBhBKNTT33Ty { width:30rem;height:3.4375rem;top:27.5rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vlnhIl5qlhPsQLQQE9U4DaHtSDK8lb { display:block; }
 }@media only screen and (max-width: 763px) { #ILJQOyF6WaXZ9tUXZoBUTOyp56zJkoXS { top:13.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJX4wOKfWrxf74gziHr8CSscC9NWUFhZ { top:16.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPZ1ThB7ufmpIFdeRqWV9PBTVGFTyk9S { top:22.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTmIpclCqp008H7U5Pncm1yHvCI31sDm { display:block; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbfTI3M0h6Z2fhWZqElg8GayMFlvvoRO { top:4.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn { top:12.375rem;left:12.25rem;width:35.5rem;height:22.0625rem;font-size:0.9375rem;display:block; }#BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn li:before{  }
 }@media only screen and (max-width: 763px) { #Bv6OdsuSJQRnPx091344G4T2iGIrgMQy { top:12.375rem;left:0rem;width:19.875rem;height:12.773256378987rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n { display:block; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3VReJ6hvz6F26bsmF4ghzcTI5Ed4fMM { top:3.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUsl7rTFQn7uiqMuJdt8bTv0lLoO89k { top:10.875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ { display:block; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3ERO5oCs6zUgoFPNuKE1Z2AUIvTtTao { top:3.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09lpSRWBsZGTIN6tyhc0WD2pUD1Hbfd { top:9.375rem;left:3.4375rem;width:17rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtG9DatSLUTin2TAHNllJMcQR67a78Bf { top:16.375rem;left:3.4375rem;width:16.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7ypXQVqle1OJVmws7xWFvXFAOnhTFcF { top:24.0625rem;left:27.3125rem;width:17rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agydBIESG3ltPqIAHwLNblok6OGtQS2p { top:16.375rem;left:27.3125rem;width:17rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTSUUyTrE8iaZu9xsx8tRH0WtOCTFbQ { top:9.375rem;left:27.3125rem;width:17rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzWghTXLVdKp3hhigugTSUx8Kskh9i8 { top:24.0625rem;left:3.4375rem;width:17.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPUZtemGHdMUSrgMETBXrpckkR4ZvlJ { top:9.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMfM7r17HzxmIbcyVvgtr8u2Ai6qeZ6 { top:16.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKT66HvQclRgxm0ffPtzJWv3bIuuel6I { top:24.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFm2IKFHEm3NoQ8O37x2PJVkZAdcXgH { top:9.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMmsK2v2oH5Udnuu4NbiEpDgZZu1eLLI { top:16.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRS9yoWp5xJDlrOS3PRvoCLO5TytWrnL { top:24.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy { display:block; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUy5wheRQykTPBduEUH7INpcW5ShD2zA { top:3.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kne0AKrBFirFrxWyyAASRBs6GmC9Trra { top:9.8125rem;left:0rem;width:47.75rem;height:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TVcleiACwHg5zT53o5bywkrKA1DcLm { top:18.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A40bZfcwbAHRzBuVTeOKuJQVImORXsvn { top:15.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoA0HqDSH8XdRrziAgeIdEKb2dH8GTXt { top:9.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buxMi8kfUr8BaAd4ft9fsiTXA6fpv2bH { top:23.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBI0LUhqWwNiUFrMNdVawy5qRTMBr8Jm { top:30.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGqXwky43trSrpwcwgcNtGPyBADMwH97 { display:block; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHErNLlJUaqlIJcw8ZeT0iSP1sidgwXr { top:3.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5pV5AtfL9ov9A3mVzFOzl3fuDCVtokk { top:10.9375rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN { display:block; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9kcBG8LwGAdKIiVBzB3pdvTkzMQxs6V { width:26.0625rem;height:46.75rem;top:12.625rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qet4zJPoX2UiLmtZAxQTHnFOkKDqTqdv { width:30.0625rem;height:44.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwVploLHahy1v0H1bTEsWT9c28V3r7J { top:12.625rem;left:1.625rem;width:20.125rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSl1ylEMx5clXf1FFJbshOz54pshIbd { width:29.125rem;height:3.5rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUTGIOtF3ndZSTI66PDC5UpQGTkoa7e { display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:3.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsHpZqU2LC52uD2NbJV5QxNThu5xusdZ { top:54.25rem;left:0rem;width:30.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFDAQZpmEytfV8xqbpwtS0Ci06kRpCP { top:52rem;left:0rem;width:30.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { top:4.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra { display:block; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmrV1aOgf3cMcxwwZpoDC3s9JBPsNdyn { width:15.75rem;height:15.9375rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOpTrFWte9rByCsK9PVGDUbwnZtnxCV { width:19rem;height:30.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupfTxULca5UhB8pH12okEOzOqL8OfUI { width:3.25rem;height:0.0625rem;top:30.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbI3Jv55HhlH8thAHPRk139B9ZWhoko2 { width:16.875rem;height:1.5625rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4xcEIHTnT6GJ9qmbakrJMuOMeCPHqP { width:19rem;height:30.0625rem;top:3.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rexWTRzDeAHi5apRv66oevELmnf3IZ9W { width:15.75rem;height:11.1875rem;top:10.375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5NnPWZkzn9hG6SB2Fu0PT1L8LsAZuJK { width:16.875rem;height:1.5625rem;top:30.875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJrSgy9TLR7y4escBvCVt5g1eWMPMKz { width:3.25rem;height:0.0625rem;top:30.125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBfZwdElu33pUl2Fl0ruFeoO5AVcnRH { width:19rem;height:30.0625rem;top:3.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZBfHyqdiy1AyMK6P3gye26Nz0ORM9w { width:16.875rem;height:1.5625rem;top:30.875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rCcyL4ysoHwuAG5iTKce2bP2oG8sxf { width:15.75rem;height:16.5rem;top:10.375rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cI2TVGKIvqelpGIiQEpP6i6aIgeH7c { width:3.25rem;height:0.0625rem;top:30.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThS94tyz4xFQJaTQsciH2TbxsVntvPg { top:6.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmIoCCtW70Hq9qxNQGRv7n7V7k2h725a { top:5.625rem;left:16.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGMPaTabGRasi5PTyL4CFsLbQNx60KJq { top:5.625rem;left:38.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThtXBhUG4sHDISmgGAB766AtgvBve88 { display:block; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOs2oIB1eWtSegpMWI5TEibBN7tq9M8h { top:3.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlMd39ZOrsr0xaGo5re93s5amng40QOA { top:8.25rem;left:0rem;width:47.75rem;height:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKNfJ1gBtfkchPT0NJZBLTtFia2im65 { width:30rem;height:3.4375rem;top:50.6875rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsIAsUcQnvAFiF3qBsgWTuE9UEeSzlr { display:block; }
 }@media only screen and (max-width: 763px) { #NGa1XoLR6ynxtJS7rlBmIiRWpHaTu2LB { top:8.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZ8NL4gDO1iQZtwqZIl0fvTCiyXgnr4 { top:11.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiSauGaDavBywLd9qTb0vXcOr1aZeJKK { top:14.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yumT94iOwmwRDD3cT1BO78Lz9eiOWeQx { top:17.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuJldSsS1iKo3CpzrSqvHpNnprpUUCp0 { top:21.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9vJdi2nvrvCuunzV6QeGSi4ynfS9vK { top:24.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8inuuCZSrrOTT965kMrXEXTT7M1q0si { top:29rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9ZQaece2bfez1yv17UQtcG6Mk5O5Oc { top:32.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmVNT2RSgpTlPmvHmmpaVpSza7VkqVU { top:35.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGN6MLl74PGkzOKJzDknySr5XksM3h6A { top:38.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbkEh7IcrfJLiQz070IufCMtyUVSpG0 { top:41.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTdco6Vxt7MTLEe2HdBRxXGK7fDSBkof { top:45.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaagAzgiZ7LLZoX396kfxHzftmwhMWmb { top:38.625rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr { display:block; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIFwKSIyw1mwS1kkTR8RhSCnwgGgda3n { top:2.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB { display:block; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk6vuATagty0UNX0zabWd8KdkZ9JHuck { top:80.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 { top:65.75rem;left:16.9375rem;width:30.8125rem;height:9.6875rem;font-size:0.9375rem;display:block; }#PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 li:before{  }
 }@media only screen and (max-width: 763px) { #cNi7apJmAEEX4K71iyKq6pwKqx8ZcoDB { top:59.1875rem;left:16.3125rem;width:31.4375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 { top:48.8125rem;left:16.9375rem;width:30.8125rem;height:5.6875rem;font-size:0.9375rem;display:block; }#n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 li:before{  }
 }@media only screen and (max-width: 763px) { #fPJ0ZFgztBbksZIObT5g9oMAqT9ghK20 { top:42.875rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp { top:28.5rem;left:16.25rem;width:31.5rem;height:7.0625rem;font-size:0.9375rem;display:block; }#HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp li:before{  }
 }@media only screen and (max-width: 763px) { #a5cO67PK3lRluBVmuFVxuh55i0blQrRT { top:24.625rem;left:16.4375rem;width:31.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak { top:7.1875rem;left:16.5625rem;width:31.1875rem;height:11.75rem;font-size:0.9375rem;display:block; }#pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak li:before{  }
 }@media only screen and (max-width: 763px) { #eNW7TFrknWOitOqE8sRThiFQcJNSM5Qd { top:3.1875rem;left:14.8125rem;width:32.9375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPDLSEKywbAuLp7t27k3iqvptUT33sM { top:17.5625rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1D1grDnmg8qZAQvaz4XFELXxWQ1mXsP { top:37.25rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XiDt9trubzoGvBl4Js6qFzkZrstsGx { top:55.875rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNhgfWUAOBJt7fuFRW2SssVIS6O8ty0O { top:1.5625rem;left:0rem;width:22.875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv { display:block; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPn5vIn1ESpFxHGtCqp6AUHA3OrHfoqG { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xez5TfAz3OEmTGhyxQfdKJnUya1nomUr { top:5.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 { display:block; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXzrTWLZF0EoiTsmmZhohhEFWTUXlvSZ { top:24.4375rem;left:15.875rem;width:31.875rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubTyLgadegFqwUisnyKWGUQP3ecJdki { top:1.5rem;left:15.875rem;width:31.875rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0O5D303dXuz4XTTTU4uWaM5B9BkUUcA { top:47.25rem;left:20.375rem;width:27.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKV7dDBTtU39dNsmXuSIuggiWy6J6Eh { top:68.75rem;left:15.875rem;width:31.875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq0VnQXUbhN04l9u3Rth4LPDHbhwvLM1 { top:109.125rem;left:15.125rem;width:32.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlsRtSpvqkxnkMTRhBots8H4lKWdCne { top:88.0625rem;left:18.375rem;width:29.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q19O7DFBLLuGfV0PiVtPcqfHyKvmKhDX { top:132.9375rem;left:19rem;width:28.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8BiK0pFxCkgcAyhKJuWp12sPF5OusI { top:151.875rem;left:16.75rem;width:31rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ2lIay13R9KMhVtfycqgmmdrlNCweQk { top:172.4375rem;left:17.125rem;width:30.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTSPWGnGtOw2wPmmT1JUMqVA7bcMMCM { top:10.4375rem;left:15.0625rem;width:32.6875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5fO0KmxN3xEPNfvlEPnJN1G2HDIrI5S { top:8.25rem;left:21.1875rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQD6XTt0wPTcO83zXWrPQ6oxsNTncn3S { top:31.1875rem;left:21.1875rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nu4FaSwgnrQWsB3aObKHGWnNHtRbo3 { top:33.5625rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxC22zshaKgdHLLQTFKCDyKCtohOcJvr { top:52.0625rem;left:21.1875rem;width:18.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFexdUWIy7bUsTweHC2ZApWLVb4Q1rKi { top:54.625rem;left:15.125rem;width:32.625rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmN8RyiB0hzq0K1DxgMo4XIvllftBTDp { top:75.5rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W59WkDr54sN41xniQvVv56qXTMCJGfvX { top:73.3125rem;left:21.1875rem;width:18.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZr89kLuK3mLfMGgMWMWx4wrQ62RShTm { top:92.8125rem;left:21.25rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvxG9p6V2Qu2R9fETyBRRQDDMWZnRz7X { top:95.375rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwdUW1cTN5q1PPrRrikHy3uIN49Kq1p { top:116.5rem;left:15.125rem;width:32.625rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXxM07PhWlpbbfzDsu1uF58LE5TOvLCA { top:113.8125rem;left:21.1875rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoT9fzNynIgphrGDxHNQrBDr7tCi81i { top:137.125rem;left:21.1875rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3WZxuT6fG3fJmiLphcxnvrEEBneRUr { top:139.5625rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Topo0yWsX7IVAr5ro8o05NOmtHgauhAL { top:159.25rem;left:15.125rem;width:32.625rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ARGLqa7J3ITL4JkA6vvXQ2QTqE8mx5 { top:156.875rem;left:21.1875rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxE4nXe2GRybTlbEqn6DM4D2rkIJxIs5 { top:179.25rem;left:15.125rem;width:32.625rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFwNnDleTTfS1Z0p2q0tTHULc69BKab { top:176.625rem;left:21.1875rem;width:18.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTF8pWPWP6LpNDKcxWlDIu4i3m9Fnwoz { top:235.75rem;left:15.125rem;width:32.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ga6O3AacfrZI4ZNzfLqGCWabOggDcx { top:240.75rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkAkG16rzVwPFCbt2oTTox7vtyNr4l4a { top:254rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB4vOBXbhWhKHowUlMNeCtuRkhwMGWHw { top:19.8125rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqQFOhffq8HcyKgrQ32uFQk9UJXeJhb0 { top:40.9375rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZnqX39besWxPA9c7XSeepLTXGfUpRbr { top:61.75rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwDBHOKQmtt9yuky3wszf89uWPzIF8P0 { top:81.75rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siL6EMRVAPrz6DWGexMrMXAcVXuTiv67 { top:103.8125rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0negrRBfwlhIr4RfRnNqTHc8h9JQmG7 { top:125.25rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE2bDlCfGwrAMsuXWHgEtOLu8ldoUTxX { top:148.0625rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyZqWbDV60HQyKummRThB40RoHtw6xp { top:166.625rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJfxdncRuZmtevZsdLRAT5FEWKRqsGTF { top:230.4375rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGtLiybIRGs110LIBnc1EdAyTM5nCNc { top:194.75rem;left:17.125rem;width:30.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZqCyQWO9xwXMAgOaG1E8qC9u11DGvZ { top:202.8125rem;left:15.125rem;width:32.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLEcB3nVZ0e97JnT9DxTdWhElN8Jt5vM { top:199rem;left:21.25rem;width:18.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LML10cuNz6BcabcOqO7RLq57fQsp9znS { top:189.4375rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKCXcwNNMEonacyo2BUwIUT6nis5cbG { width:47.75rem;height:2.4375rem;top:257.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJghw2OuxHAXtfZAOWJqz91vG1hpt1f7 { top:223.75rem;left:15.125rem;width:32.625rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpHo0m04Rxpz2hGfD5Tkt9XApy75gNpS { top:219.9375rem;left:20.8125rem;width:18.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL991LEuyh1m8OIzFFqrbRXFJZ5G6TPN { top:215.6875rem;left:17.125rem;width:30.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rstWNAZPRLGHH3AHdXoh9VZ1MyVyupAH { top:209.3125rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5GbEncAKNSxvGWM6dcRz1PKaCXZTLa { top:0rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo { display:block; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfkBHbtyIXxBxqFw2z4fvy7WPCbwkZXs { top:15.5625rem;left:0rem;width:30.6875rem;height:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmNhNOUdJ7G1OA2QWyVlSWWrfteZDq3 { top:15.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbMzZXlWynGndZHaBS5SoArGB5EdBCn { top:10.3125rem;left:0rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s88wyk0xtmwAfrVynaBRRXKbs0l4gxqP { top:10.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yinVx1fBpzKNTMWOODdJrO8a0Kwaqz8r { top:18.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08lTBdZBiZkF9RlGVkSMMTtUfBxJWHH { top:20.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLq1XLoRz2P7TTBS7XtFsDWuWgs0Dshx { top:23.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecMm6ylfXmQT0iKMdnHDVsVy9xrw3dp { top:25.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoWxdNhT31AuzUoNE68rOTurzrZJU4b2 { top:28.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1o4NBcm1GixsMMfJMU49R6ZtmvbDJH6 { top:30.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEVIabLNdCqTRaEDgkBhQJqDEqsQslQ8 { top:33.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBErzuNMswEchXMBZ0Ce72hcs9q6Ml28 { top:35.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquJphKdNzzFqbWH3LUuIHVmGZmuyqSv { top:38.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aeHkGkw0STq4Zf9cIgA8sTnKGyRFwP { top:41rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUyFAIx3BEaG17sx6qDbgJ2EW3rQJDei { top:5.5rem;left:0rem;width:24.875rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrcAlLtykHnudTTSTTCBZQnAiRfZCgsc { top:13.9375rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWmObDEVTLOe0vcMXs0iJZtoZ3XUsnVq { top:45.1875rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klc5H664DTTgOKmVPKikw2ZAe9h0S7Xa { top:1.3125rem;left:0rem;width:36.5625rem;height:55.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZSq50oprQ7mZxk6lGpUiRs2LxqXBxe { top:4.25rem;left:0rem;width:36.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or0st00nAXzbagJrtc1THfW447u7NUKL { top:2.375rem;left:0rem;width:36.25rem;height:61.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP1iOJhnAbXGSMLV7fQ3E2afOdpAGgzf { top:46.75rem;left:0rem;width:36.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOdBeCpfwUTpDMqq7Enm81gh2bE6Ow6R { top:53.5rem;left:0rem;width:35.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x58CF9Hh5fFBpCG0EgxMo5lP17Z0oQ03 { width:28.5625rem;height:3.5rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHGRONeAW5iycSTIPVSLgLx8y1icxNS { display:block; }
 }@media only screen and (max-width: 763px) { #B5TSdOyz9RGTT46CZKMfvO0Luc6txcxf { top:5.375rem;left:17.125rem;width:30.625rem;height:43.374625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3i7OtVNHzWQqTBvcwLyQwQPUHPAoWn { top:28.625rem;left:16.125rem;width:29.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDh1C9J07FXqI7CIFH0BmBliM905F40 { top:50.125rem;left:0rem;width:36.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 { display:block; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op1zIQVFpNQ4vhbcdmSoHQs3unNh2G12 { width:16.1875rem;height:4.5625rem;top:3.875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnisLJwqehRv01Tn15RO2R1GQMOQ26Wm { width:15.375rem;height:3.5rem;top:4.4375rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaJeitzagucw67ErVSA1Ka00frpPi2cn { width:16.1875rem;height:4.5625rem;top:3.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzc7SEpaFQ9RB4tUyuITC7UczTwMoDSU { width:14.3125rem;height:3.5rem;top:4.4375rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSbsOZL40TUfiA2XKN8TbVxz9NkvMTl { width:16.1875rem;height:4.5625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVDKVFKm8sTKZVOCGANykrvmbWNriydr { width:13.75rem;height:3.5rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COlJbgkxqnodzACzy4pR4mhSN2gqfTFy { top:9rem;left:24.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLoIG1qTENk313iCJZW3sAM2c2bskOTM { top:9rem;left:19.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qohlmxk0E6bRJaz3dSE85QIuJInUkpQg { top:9rem;left:21.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsgUhcE4plCyZXCJTdBntmZpTGH4RCD8 { top:9rem;left:22.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFRiDdOTwWxTBlvoS1E5fbM8l7Lswp0c { top:9rem;left:26.5rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcGnqTkJwDysX1HlRkiDdq3SE4a1Gp3w { top:9rem;left:0.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNRawBmOGkhNP9oaT8HHKkZIDtBZFGe { top:9rem;left:1.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPsdOXw3V02l1oIPk0vy4HRFE7Eyeuba { top:9rem;left:3.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSZi5ND6KXs25U00UBqiznQ5SzlLeTq { top:9rem;left:5.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaK3VEdTeoi5XTFFby4X4fMTkuOR6fM { top:9rem;left:7rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtczoVyXnJwyEBaUdn4zAwl8I5cJQF9z { top:9rem;left:39.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbHS3svyvenhXwchJ6i9rQ2rRJM9X1hd { top:9rem;left:40.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzyTsBADL21GXru0dkWgULUbkSTHo1mB { top:9rem;left:42.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsL8lCZt1C03VBh5MKrkxD1yEfQhKbZK { top:9rem;left:44.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBF2iguvzu8L1IxmHDOkECVSpx7VFQW { top:9rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo { display:block; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGXxBeVopwv0e1qAMrOgIII9u3NeKMht { top:10rem;left:0rem;width:47.75rem;height:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4xtg2Bz526UlogRkJ3t6Ablh05DkZ6I { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eryak0yZRxVDRm14oyFQW5CWd45u9C9g { top:10rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7sy61pVFHaOKZ7tbLm8sJFIb0ml4GSV { top:13.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuxqVCZruXRQIxHRbNtrSET6Jn60IeZ { top:18.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIGkXyhn5IRrAMZzLACe7KebqPP8uD6U { top:22.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9d6NoPSHTATQXvQf7H1AIA0Pi6XBFdJ { top:25.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspiI8AIybE8psKkJctODBtCZeNQNVzF { display:block; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeDtxtnu7q2WTLgru9UliI176TSZO4zT { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUBcUAWb80QoGxdh51432Ws3pWpzTLhK { display:block; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bchx1ZqChRnJ1bX6WqlKaxoIFXbKl4Tf { top:0rem;left:0rem;width:47.75rem;height:52.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQgbxKQTDw4ZTlzOPBvpor2T1ffwfU4b { top:0rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZs0KXM3H6FZEOCTH9sBrX0bgKuVoMMn { top:8.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqeMzKnRqJdQkhDIV4cCzMdFdvxQtByJ { top:22.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO89D2661GACK27BsWh3DqUOerKgsApJ { top:32.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKHzy1UJ0ba3VMvEOfTBl2LKTO14CATt { top:44.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX { display:block; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ef8al32qIgHwBRFcFxzg2ZhcFMidTDaE { top:7.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWkgEXTzRbZTaD2CGKGw1ZRumd4GTnnR { top:20.125rem;left:3.25rem;width:12.625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalqbFRqZHFKB8UCIHGGtOaVt6L0CdIU { top:34rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMabztrgA8uX6ef1H8XoymVaSxhH9ZkQ { width:47.75rem;height:2.4375rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68aDR6ugUnxOOhxaWqkTRTfbWAJy5KV { top:20.125rem;left:30.125rem;width:14.5625rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3irsWApETqaMqTBWI840Ai1HVy16Alc { width:30rem;height:3.4375rem;top:50.9375rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMC3GQpJH8t5Hp5EGMdsIx9Kn1WANw1L { display:block; }
 }@media only screen and (max-width: 763px) { #KakUXm8kfAUq891fBXwJycMGhu9NfByg { top:11.3125rem;left:6.5rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqL9wNofTW90dwaOJwDA5zRWWJzNl8zl { width:16.1875rem;height:10.4375rem;top:19.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgQF0KZDAOOhqQvVZbl8Nq3rQs9uQp8J { width:16.1875rem;height:10.4375rem;top:19.1875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zr07yTkEmWNLa550Bg7rzmlAMmT7ba { top:11.3125rem;left:34.375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV { display:block; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVlLelr6dn2tErtrF9plU09tkQxP9cT8 { top:11.625rem;left:0rem;width:47.75rem;height:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46R48iUcay2bbnn2FBI6GvncKvSLDHO { top:31.4375rem;left:9.96875rem;width:27.8125rem;height:14.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxvfcMK3bonuUJtatPZIaaxc9aKS9U2D { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ { display:block; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOUf6QJnLI50Pu5bLJpdzqsnnVTDX75E { width:47.75rem;height:4.875rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAZdVnEbQzmnIFgwQR8D5IOxvq3XB6M1 { top:6.6875rem;left:8.6875rem;width:30.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHmOniexdmWvBiWeOAEhHHvi4yMdu17 { width:30rem;height:3.4375rem;top:19.25rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxt5AHbg4V6pp4PGKWrSyQOKMfmCUTeF { display:block; }
 }@media only screen and (max-width: 763px) { #ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA { display:block; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqlNegJhuIdIoemsFy616qcp0i5h3SSk { top:0rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { display:block; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8taRA32gc93hxRqcXKxxDQrF4FEuON { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { width:12.1875rem;height:1.375rem;top:1.8125rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;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) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:19.375rem;height:1.13736875rem;top:14.652778148651rem;left:0.31250005960464rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:19.8125rem;height:7.42383125rem;top:1.3271484375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gT4ST9eLR2epd3a17uC4IyprDE6sHBSU { width:20rem;height:14.624rem;top:11.4140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6VbzF7d9FJk19TOdBTuXNrKP8gbODdK { width:19.4375rem;height:6.0926625rem;top:27.572265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:averta;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:19rem;height:3.5rem;top:35.384765625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #lu6lmBB5N52FKtdQCqeFDGKC2GR8o6cB { width:15.75rem;height:8.8125rem;top:40.134765625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgThThm4xV9b6So0VPIGNfPu8Pt53PEW { display:block; }#FgThThm4xV9b6So0VPIGNfPu8Pt53PEW > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvvrO3TyzVTauuHToNSFbIUaB3uUfTtk { width:19.9355625rem;height:7.313375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqhe2HgBIdGBOQ6ysELTE92LS1ncq2cO { width:20rem;height:27.9947875rem;top:11.2715rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFxLOWeEk0d38DxdI7gBAS6pufcGUVWN { width:20rem;height:4.4987rem;top:70.54785rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2D6pqHid4ItheMO2PdDqnSycXvgTTtz { width:20rem;height:4.4987rem;top:10.98535rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnoCQGGpGgMhZDGk6LZcst88A5XNN6QJ { width:20rem;height:5.9982625rem;top:44.92285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pRsCpAhEZeNTfDkEEmC2xx0TTzMM8Pti { width:20rem;height:5.9982625rem;top:22.29785rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdtIaGbJaAwD8HFgZzg0B2DBnQBC1a3H { width:20rem;height:5.9982625rem;top:57.73535rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7elGhvCiIbAO1Z3gFB86T8P7Si96AO3 { width:20rem;height:2.99913125rem;top:35.11035rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxJnCkGGZZwss1lzew0JIskqIsvau2zA { display:flex;width:4.3125rem;height:4.3125rem;top:5.42285rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #gOVs9KPWcLwThy9TxTU5cPEIs7h2gQLp { display:flex;width:4.3125rem;height:4.3125rem;top:16.73535rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #Wa1GhtsNgFp3ebmusBIotWZAcZnl2IBb { display:flex;width:4.3125rem;height:4.3125rem;top:29.54785rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #W7t3Nrw4MEd0t5eTlmfLHHoJ1gFPOJWM { display:flex;width:4.3125rem;height:4.3125rem;top:39.36035rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #MPcIXC9IGM9MrTvNKkOIHoyZiC1WtDlb { display:flex;width:4.3125rem;height:4.3125rem;top:64.98535rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #OCymsZVW31Ncqly61CaX3lCA2w2yPukC { display:flex;width:4.3125rem;height:4.3125rem;top:52.17285rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #c8AQsgXfwJpPKH6L75WuTCdmllwqRsua { display:block; }#c8AQsgXfwJpPKH6L75WuTCdmllwqRsua > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeRaFeoBnh5VFWQ3QdLyiAlvLyhNVBCh { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyJlW0mZHDyNOIgWSMDeeWcMgEEXBWEH { width:19.3125rem;height:2.99913125rem;top:8.92285rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQsuNyuzXA7glQg4nv2fxRoXMuThmnrZ { width:19.25rem;height:4.4987rem;top:16.67285rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxmxzJeTi9Z4rg552uPFeS24FLGq47Tv { width:20rem;height:5.9982625rem;top:25.92285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIKLxR4gknCdDp7uU6X0q35mSthTO4aT { width:20rem;height:2.99913125rem;top:36.67285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDTDACwUlbvz7BkREfFwwXHdBhziCv5Q { display:flex;width:2.25rem;height:2.25rem;top:5.42285rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #wWOvUQuzH6iIutgu17lnqBhBKNTT33Ty { width:19rem;height:3.5rem;top:40.92285rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8vlnhIl5qlhPsQLQQE9U4DaHtSDK8lb { display:block; }
 }@media only screen and (max-width: 763px) { #ILJQOyF6WaXZ9tUXZoBUTOyp56zJkoXS { display:flex;width:2.25rem;height:2.25rem;top:13.17285rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #KJX4wOKfWrxf74gziHr8CSscC9NWUFhZ { display:flex;width:2.25rem;height:2.25rem;top:22.42285rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #OPZ1ThB7ufmpIFdeRqWV9PBTVGFTyk9S { display:flex;width:2.25rem;height:2.25rem;top:33.17285rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #WTmIpclCqp008H7U5Pncm1yHvCI31sDm { display:block; }#WTmIpclCqp008H7U5Pncm1yHvCI31sDm > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbfTI3M0h6Z2fhWZqElg8GayMFlvvoRO { width:20rem;height:6.17404375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn { width:20rem;height:31.49085rem;top:21.0449375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#BKGgc61KSfbUCEQPSIzzpdFDRmE1QeQn li:before{  }
 }@media only screen and (max-width: 763px) { #Bv6OdsuSJQRnPx091344G4T2iGIrgMQy { width:14.1855625rem;height:8.9980625rem;top:9.294921875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n { display:block; }#WmZkctP5Kd9TqGw8t3WTprwoTnNyK89n > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3VReJ6hvz6F26bsmF4ghzcTI5Ed4fMM { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIUsl7rTFQn7uiqMuJdt8bTv0lLoO89k { width:20rem;height:20.99395625rem;top:5.42285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ { display:block; }#dWGgyaqSREP8hCXNQgO4x7Rot3sfWhqZ > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3ERO5oCs6zUgoFPNuKE1Z2AUIvTtTao { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f09lpSRWBsZGTIN6tyhc0WD2pUD1Hbfd { width:10.625rem;height:4.4987rem;top:9.79785rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtG9DatSLUTin2TAHNllJMcQR67a78Bf { width:11.375rem;height:4.4987rem;top:19.92285rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7ypXQVqle1OJVmws7xWFvXFAOnhTFcF { width:20rem;height:2.99913125rem;top:54.42285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agydBIESG3ltPqIAHwLNblok6OGtQS2p { width:20rem;height:2.99913125rem;top:45.79785rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucTSUUyTrE8iaZu9xsx8tRH0WtOCTFbQ { width:20rem;height:1.5rem;top:38.67285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwzWghTXLVdKp3hhigugTSUx8Kskh9i8 { width:20rem;height:2.99913125rem;top:30.04785rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEPUZtemGHdMUSrgMETBXrpckkR4ZvlJ { display:flex;width:3.125rem;height:3.125rem;top:5.42285rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WyMfM7r17HzxmIbcyVvgtr8u2Ai6qeZ6 { display:flex;width:3.125rem;height:3.125rem;top:15.54785rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GKT66HvQclRgxm0ffPtzJWv3bIuuel6I { display:flex;width:3.125rem;height:3.125rem;top:25.67285rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eeFm2IKFHEm3NoQ8O37x2PJVkZAdcXgH { display:flex;width:3.125rem;height:3.125rem;top:34.29785rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MMmsK2v2oH5Udnuu4NbiEpDgZZu1eLLI { display:flex;width:3.125rem;height:3.125rem;top:41.42285rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XRS9yoWp5xJDlrOS3PRvoCLO5TytWrnL { display:flex;width:3.125rem;height:3.125rem;top:50.04785rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy { display:block; }#Z4SbNPGI0PsztP8UMfJXM58OApcMfHpy > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUy5wheRQykTPBduEUH7INpcW5ShD2zA { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kne0AKrBFirFrxWyyAASRBs6GmC9Trra { width:17.25rem;height:43.4873625rem;top:5.421875rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TVcleiACwHg5zT53o5bywkrKA1DcLm { display:flex;width:1.5rem;height:1.5rem;top:21.859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A40bZfcwbAHRzBuVTeOKuJQVImORXsvn { display:flex;width:1.5rem;height:1.5rem;top:32.734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WoA0HqDSH8XdRrziAgeIdEKb2dH8GTXt { display:flex;width:1.5rem;height:1.5rem;top:44.359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #buxMi8kfUr8BaAd4ft9fsiTXA6fpv2bH { display:flex;width:1.5rem;height:1.5rem;top:14.546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XBI0LUhqWwNiUFrMNdVawy5qRTMBr8Jm { display:flex;width:1.5rem;height:1.5rem;top:7.29736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QGqXwky43trSrpwcwgcNtGPyBADMwH97 { display:block; }#QGqXwky43trSrpwcwgcNtGPyBADMwH97 > .row .container { width:20rem;height:56.322814941406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHErNLlJUaqlIJcw8ZeT0iSP1sidgwXr { width:20rem;height:4.38801875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5pV5AtfL9ov9A3mVzFOzl3fuDCVtokk { width:20rem;height:49.48564375rem;top:6.88574375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN { display:block; }#PyUxvikKlAHUJhk7J4wl5XnOCfhXs6FN > .row .container { width:20rem;height:102.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9kcBG8LwGAdKIiVBzB3pdvTkzMQxs6V { width:17.1875rem;height:64.11675rem;top:33.75rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qet4zJPoX2UiLmtZAxQTHnFOkKDqTqdv { width:11.875rem;height:17.75rem;top:11.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwVploLHahy1v0H1bTEsWT9c28V3r7J { width:11.125rem;height:15.3125rem;top:10.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSl1ylEMx5clXf1FFJbshOz54pshIbd { width:19rem;height:3.5rem;top:27.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUTGIOtF3ndZSTI66PDC5UpQGTkoa7e { display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:4.38801875rem;top:3.3125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsHpZqU2LC52uD2NbJV5QxNThu5xusdZ { width:20rem;height:9.3125rem;top:20.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dGFDAQZpmEytfV8xqbpwtS0Ci06kRpCP { width:20rem;height:9.0625rem;top:22.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubAQqozHgMkLuaMBOk30quu820WLU8Ny { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra { display:block; }#dsTzsfoO4vlTBipHB7Hh22aLPLLF67Ra > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmrV1aOgf3cMcxwwZpoDC3s9JBPsNdyn { width:15.75rem;height:15.9939375rem;top:4.5634765625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOpTrFWte9rByCsK9PVGDUbwnZtnxCV { width:19rem;height:22.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupfTxULca5UhB8pH12okEOzOqL8OfUI { width:3.25rem;height:0.0625rem;top:21.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbI3Jv55HhlH8thAHPRk139B9ZWhoko2 { width:16.875rem;height:1.599825rem;top:21.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4xcEIHTnT6GJ9qmbakrJMuOMeCPHqP { width:19rem;height:27.625rem;top:24.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rexWTRzDeAHi5apRv66oevELmnf3IZ9W { width:15.75rem;height:11.19575rem;top:56.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5NnPWZkzn9hG6SB2Fu0PT1L8LsAZuJK { width:16.875rem;height:1.599825rem;top:50.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJrSgy9TLR7y4escBvCVt5g1eWMPMKz { width:3.25rem;height:0.0625rem;top:49.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBfZwdElu33pUl2Fl0ruFeoO5AVcnRH { width:19rem;height:20.6875rem;top:53.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZBfHyqdiy1AyMK6P3gye26Nz0ORM9w { width:16.875rem;height:1.599825rem;top:70.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rCcyL4ysoHwuAG5iTKce2bP2oG8sxf { width:15.75rem;height:19.1926875rem;top:28.83984375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cI2TVGKIvqelpGIiQEpP6i6aIgeH7c { width:3.25rem;height:0.0625rem;top:70.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThS94tyz4xFQJaTQsciH2TbxsVntvPg { display:flex;width:2.25rem;height:2.25rem;top:2rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #HmIoCCtW70Hq9qxNQGRv7n7V7k2h725a { display:flex;width:2.25rem;height:2.25rem;top:25.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #vGMPaTabGRasi5PTyL4CFsLbQNx60KJq { display:flex;width:2.25rem;height:2.25rem;top:53.6875rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #EThtXBhUG4sHDISmgGAB766AtgvBve88 { display:block; }#EThtXBhUG4sHDISmgGAB766AtgvBve88 > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOs2oIB1eWtSegpMWI5TEibBN7tq9M8h { width:19.625rem;height:2.92535rem;top:1.1875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlMd39ZOrsr0xaGo5re93s5amng40QOA { width:16.4375rem;height:62.98180625rem;top:5.375rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BuKNfJ1gBtfkchPT0NJZBLTtFia2im65 { width:16.875rem;height:3.4375rem;top:70.155209541319rem;left:1.5625000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsIAsUcQnvAFiF3qBsgWTuE9UEeSzlr { display:block; }
 }@media only screen and (max-width: 763px) { #NGa1XoLR6ynxtJS7rlBmIiRWpHaTu2LB { display:flex;width:1.49956875rem;height:1.49956875rem;top:5.3737745285034rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #vdZ8NL4gDO1iQZtwqZIl0fvTCiyXgnr4 { display:flex;width:1.5rem;height:1.5rem;top:71.0625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiSauGaDavBywLd9qTb0vXcOr1aZeJKK { display:flex;width:1.49956875rem;height:1.49956875rem;top:11.499566078186rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #yumT94iOwmwRDD3cT1BO78Lz9eiOWeQx { display:flex;width:1.49956875rem;height:1.49956875rem;top:17.186957359314rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #UuJldSsS1iKo3CpzrSqvHpNnprpUUCp0 { display:flex;width:1.49956875rem;height:1.49956875rem;top:21.874470710754rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #UM9vJdi2nvrvCuunzV6QeGSi4ynfS9vK { display:flex;width:1.49956875rem;height:1.49956875rem;top:26.311851024628rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #r8inuuCZSrrOTT965kMrXEXTT7M1q0si { display:flex;width:1.49956875rem;height:1.49956875rem;top:32.374675273895rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #fT9ZQaece2bfez1yv17UQtcG6Mk5O5Oc { display:flex;width:1.49956875rem;height:1.49956875rem;top:39.74991941452rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #lbmVNT2RSgpTlPmvHmmpaVpSza7VkqVU { display:flex;width:1.49956875rem;height:1.49956875rem;top:44.124893188476rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #KGN6MLl74PGkzOKJzDknySr5XksM3h6A { display:flex;width:1.5rem;height:1.5rem;top:51.5rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #twbkEh7IcrfJLiQz070IufCMtyUVSpG0 { display:flex;width:1.49956875rem;height:1.49956875rem;top:60.874570846558rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #WTdco6Vxt7MTLEe2HdBRxXGK7fDSBkof { display:flex;width:1.49956875rem;height:1.49956875rem;top:65.374353408812rem;left:0.99989157915113rem; }
 }@media only screen and (max-width: 763px) { #XaagAzgiZ7LLZoX396kfxHzftmwhMWmb { display:flex;width:1.49956875rem;height:1.49956875rem;top:56.249980926514rem;left:0.99989157915113rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr { display:block; }#k7tbvTW94DJGVx38CUvlHDdJTJ4QAoXr > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIFwKSIyw1mwS1kkTR8RhSCnwgGgda3n { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB { display:block; }#FJWLkcUXu2eJLp11CdTPZJrLoo8d66qB > .row .container { width:20rem;height:122.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pk6vuATagty0UNX0zabWd8KdkZ9JHuck { width:20rem;height:5.19856875rem;top:116.5263671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 { width:20rem;height:8.7478125rem;top:105.017578125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PJZ4I1kT1zMEu7Zm2QNMuL5c9HR0CQc3 li:before{  }
 }@media only screen and (max-width: 763px) { #cNi7apJmAEEX4K71iyKq6pwKqx8ZcoDB { width:20rem;height:2.92535rem;top:88.943359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 { width:20rem;height:8.1228125rem;top:79.51171875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#n2OxrdSlflbNpRN3EJ5HxkJZCl0DQ2w6 li:before{  }
 }@media only screen and (max-width: 763px) { #fPJ0ZFgztBbksZIObT5g9oMAqT9ghK20 { width:20rem;height:2.92535rem;top:64.224609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp { width:18.3105625rem;height:9.309875rem;top:53.041015625rem;left:0.84375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#HUT9vGrvSpCF6CPXpMtaTuHndAAw66tp li:before{  }
 }@media only screen and (max-width: 763px) { #a5cO67PK3lRluBVmuFVxuh55i0blQrRT { width:20rem;height:2.92535rem;top:37.44140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak { width:20rem;height:18.05775rem;top:17.87890625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#pgO39Mo2Q2thoK9z386lLe5D0bfZU8ak li:before{  }
 }@media only screen and (max-width: 763px) { #eNW7TFrknWOitOqE8sRThiFQcJNSM5Qd { width:20rem;height:2.92535rem;top:1.6396484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgPDLSEKywbAuLp7t27k3iqvptUT33sM { width:20rem;height:20rem;top:35.94140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1D1grDnmg8qZAQvaz4XFELXxWQ1mXsP { width:20rem;height:20rem;top:61.8505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XiDt9trubzoGvBl4Js6qFzkZrstsGx { width:20rem;height:20rem;top:87.1005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNhgfWUAOBJt7fuFRW2SssVIS6O8ty0O { width:20rem;height:15.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv { display:block; }#kAwlVeaX1RTpWKLW5WUIs2q26AcyitAv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPn5vIn1ESpFxHGtCqp6AUHA3OrHfoqG { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xez5TfAz3OEmTGhyxQfdKJnUya1nomUr { width:20rem;height:4.4987rem;top:5.42285rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 { display:block; }#mcfPRbNTU6THbbw3QyEDPPSy71eOWQ15 > .row .container { width:20rem;height:365.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXzrTWLZF0EoiTsmmZhohhEFWTUXlvSZ { width:20rem;height:5.85069375rem;top:32.2626953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oubTyLgadegFqwUisnyKWGUQP3ecJdki { width:20rem;height:4.388025rem;top:1.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0O5D303dXuz4XTTTU4uWaM5B9BkUUcA { width:20rem;height:2.92535rem;top:65rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiKV7dDBTtU39dNsmXuSIuggiWy6J6Eh { width:20rem;height:2.92535rem;top:92.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qq0VnQXUbhN04l9u3Rth4LPDHbhwvLM1 { width:20rem;height:2.92535rem;top:153.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtlsRtSpvqkxnkMTRhBots8H4lKWdCne { width:20rem;height:2.92535rem;top:122.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q19O7DFBLLuGfV0PiVtPcqfHyKvmKhDX { width:20rem;height:2.92535rem;top:187.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8BiK0pFxCkgcAyhKJuWp12sPF5OusI { width:20rem;height:2.92535rem;top:220.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZ2lIay13R9KMhVtfycqgmmdrlNCweQk { width:20rem;height:2.92535rem;top:249.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqTSPWGnGtOw2wPmmT1JUMqVA7bcMMCM { width:19.3125rem;height:11.9965125rem;top:18.80859375rem;left:0.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5fO0KmxN3xEPNfvlEPnJN1G2HDIrI5S { width:12.5rem;height:1.29980625rem;top:6.8847625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQD6XTt0wPTcO83zXWrPQ6oxsNTncn3S { width:12.5rem;height:1.29980625rem;top:38.486328125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0nu4FaSwgnrQWsB3aObKHGWnNHtRbo3 { width:20rem;height:8.9974rem;top:54.46875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxC22zshaKgdHLLQTFKCDyKCtohOcJvr { width:18.874rem;height:1.29980625rem;top:68.3125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFexdUWIy7bUsTweHC2ZApWLVb4Q1rKi { width:20rem;height:9.74825rem;top:81.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmN8RyiB0hzq0K1DxgMo4XIvllftBTDp { width:20rem;height:10.49695rem;top:110.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W59WkDr54sN41xniQvVv56qXTMCJGfvX { width:18.874rem;height:1.29980625rem;top:96.1875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZr89kLuK3mLfMGgMWMWx4wrQ62RShTm { width:12.5rem;height:1.29980625rem;top:125.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvxG9p6V2Qu2R9fETyBRRQDDMWZnRz7X { width:20rem;height:8.9974rem;top:142.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpwdUW1cTN5q1PPrRrikHy3uIN49Kq1p { width:20rem;height:11.9965125rem;top:173.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXxM07PhWlpbbfzDsu1uF58LE5TOvLCA { width:12.5rem;height:1.29980625rem;top:156.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGoT9fzNynIgphrGDxHNQrBDr7tCi81i { width:12.5rem;height:1.29980625rem;top:191.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dH3WZxuT6fG3fJmiLphcxnvrEEBneRUr { width:20rem;height:8.9974rem;top:210rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Topo0yWsX7IVAr5ro8o05NOmtHgauhAL { width:20rem;height:11.9965125rem;top:236.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1ARGLqa7J3ITL4JkA6vvXQ2QTqE8mx5 { width:12.5rem;height:1.29980625rem;top:223.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxE4nXe2GRybTlbEqn6DM4D2rkIJxIs5 { width:20rem;height:8.9974125rem;top:265.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdFwNnDleTTfS1Z0p2q0tTHULc69BKab { width:18.8730625rem;height:1.29980625rem;top:252.6728515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTF8pWPWP6LpNDKcxWlDIu4i3m9Fnwoz { width:20rem;height:4.388025rem;top:326.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4ga6O3AacfrZI4ZNzfLqGCWabOggDcx { width:20rem;height:8.99738125rem;top:317.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkAkG16rzVwPFCbt2oTTox7vtyNr4l4a { width:20rem;height:1.462675rem;top:357.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PB4vOBXbhWhKHowUlMNeCtuRkhwMGWHw { width:20rem;height:20rem;top:37.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqQFOhffq8HcyKgrQ32uFQk9UJXeJhb0 { width:20rem;height:20rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZnqX39besWxPA9c7XSeepLTXGfUpRbr { width:20rem;height:20rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwDBHOKQmtt9yuky3wszf89uWPzIF8P0 { width:20rem;height:20rem;top:125.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siL6EMRVAPrz6DWGexMrMXAcVXuTiv67 { width:20rem;height:20rem;top:155.6728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0negrRBfwlhIr4RfRnNqTHc8h9JQmG7 { width:20rem;height:20rem;top:191.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE2bDlCfGwrAMsuXWHgEtOLu8ldoUTxX { width:20rem;height:20rem;top:220.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyZqWbDV60HQyKummRThB40RoHtw6xp { width:20rem;height:20rem;top:248.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJfxdncRuZmtevZsdLRAT5FEWKRqsGTF { width:20rem;height:20rem;top:327.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGtLiybIRGs110LIBnc1EdAyTM5nCNc { width:20rem;height:2.92535rem;top:275.701171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrZqCyQWO9xwXMAgOaG1E8qC9u11DGvZ { width:20rem;height:8.9974rem;top:291.310546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLEcB3nVZ0e97JnT9DxTdWhElN8Jt5vM { width:18.875rem;height:2.5987375rem;top:278.6982421875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LML10cuNz6BcabcOqO7RLq57fQsp9znS { width:20rem;height:20rem;top:275.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKCXcwNNMEonacyo2BUwIUT6nis5cbG { width:20rem;height:2.92535rem;top:361.1396484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJghw2OuxHAXtfZAOWJqz91vG1hpt1f7 { width:20rem;height:10.49695rem;top:344.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpHo0m04Rxpz2hGfD5Tkt9XApy75gNpS { width:18.875rem;height:2.5987375rem;top:304.5478515625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fL991LEuyh1m8OIzFFqrbRXFJZ5G6TPN { width:20rem;height:2.92535rem;top:301.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rstWNAZPRLGHH3AHdXoh9VZ1MyVyupAH { width:20rem;height:20rem;top:301.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5GbEncAKNSxvGWM6dcRz1PKaCXZTLa { width:20rem;height:20rem;top:2.564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo { display:block; }#Z37UUmLrDIEucA5dcU8gUPr7Q4862rJo > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfkBHbtyIXxBxqFw2z4fvy7WPCbwkZXs { width:16.25rem;height:35.15625rem;top:21.6875rem;left:2.5rem;font-size:0.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #aRmNhNOUdJ7G1OA2QWyVlSWWrfteZDq3 { display:flex;width:1.25rem;height:1.25rem;top:41rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dgbMzZXlWynGndZHaBS5SoArGB5EdBCn { width:14.4375rem;height:2.59874375rem;top:17.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s88wyk0xtmwAfrVynaBRRXKbs0l4gxqP { display:flex;width:1.25rem;height:1.25rem;top:17.6875rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yinVx1fBpzKNTMWOODdJrO8a0Kwaqz8r { display:flex;width:1.25rem;height:1.25rem;top:26.875rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #T08lTBdZBiZkF9RlGVkSMMTtUfBxJWHH { display:flex;width:1.25rem;height:1.25rem;top:45.625rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QLq1XLoRz2P7TTBS7XtFsDWuWgs0Dshx { display:flex;width:1.25rem;height:1.25rem;top:31.5625rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hecMm6ylfXmQT0iKMdnHDVsVy9xrw3dp { display:flex;width:1.25rem;height:1.25rem;top:33.9375rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UoWxdNhT31AuzUoNE68rOTurzrZJU4b2 { display:flex;width:1.25rem;height:1.25rem;top:36.25rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #y1o4NBcm1GixsMMfJMU49R6ZtmvbDJH6 { display:flex;width:1.25rem;height:1.25rem;top:43.3125rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XEVIabLNdCqTRaEDgkBhQJqDEqsQslQ8 { display:flex;width:1.25rem;height:1.25rem;top:47.9375rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBErzuNMswEchXMBZ0Ce72hcs9q6Ml28 { display:flex;width:1.25rem;height:1.25rem;top:50.25rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TquJphKdNzzFqbWH3LUuIHVmGZmuyqSv { display:flex;width:1.25rem;height:1.25rem;top:52.625rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Z6aeHkGkw0STq4Zf9cIgA8sTnKGyRFwP { display:flex;width:1.25rem;height:1.25rem;top:22.1875rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rUyFAIx3BEaG17sx6qDbgJ2EW3rQJDei { width:15.562125rem;height:1.462675rem;top:14rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrcAlLtykHnudTTSTTCBZQnAiRfZCgsc { width:13.75rem;height:0.0625rem;top:20.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWmObDEVTLOe0vcMXs0iJZtoZ3XUsnVq { width:13.75rem;height:0.062255875rem;top:58.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klc5H664DTTgOKmVPKikw2ZAe9h0S7Xa { width:20rem;height:55.9375rem;top:10.75rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZSq50oprQ7mZxk6lGpUiRs2LxqXBxe { width:19.5625rem;height:2.5625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or0st00nAXzbagJrtc1THfW447u7NUKL { width:19.5625rem;height:58.625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP1iOJhnAbXGSMLV7fQ3E2afOdpAGgzf { width:20rem;height:1.462675rem;top:59.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOdBeCpfwUTpDMqq7Enm81gh2bE6Ow6R { width:20rem;height:1.462675rem;top:62.361328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x58CF9Hh5fFBpCG0EgxMo5lP17Z0oQ03 { width:16.875rem;height:3.4375rem;top:64.937068939206rem;left:1.5304904580116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHGRONeAW5iycSTIPVSLgLx8y1icxNS { display:block; }
 }@media only screen and (max-width: 763px) { #B5TSdOyz9RGTT46CZKMfvO0Luc6txcxf { width:20rem;height:28.3261875rem;top:0.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3i7OtVNHzWQqTBvcwLyQwQPUHPAoWn { width:20rem;height:20.7604375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDh1C9J07FXqI7CIFH0BmBliM905F40 { width:20rem;height:1.462675rem;top:60.8994140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 { display:block; }#pb57fQA03Ob5JGhopWCImTe1qWTd2ek1 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op1zIQVFpNQ4vhbcdmSoHQs3unNh2G12 { width:16.1875rem;height:4.5625rem;top:17.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnisLJwqehRv01Tn15RO2R1GQMOQ26Wm { width:15.375rem;height:3.50043125rem;top:18.1875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaJeitzagucw67ErVSA1Ka00frpPi2cn { width:16.1875rem;height:4.5625rem;top:9.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzc7SEpaFQ9RB4tUyuITC7UczTwMoDSU { width:14.3125rem;height:3.50043125rem;top:10rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSbsOZL40TUfiA2XKN8TbVxz9NkvMTl { width:16.1875rem;height:4.5625rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVDKVFKm8sTKZVOCGANykrvmbWNriydr { width:13.75rem;height:3.50043125rem;top:1.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COlJbgkxqnodzACzy4pR4mhSN2gqfTFy { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #ZLoIG1qTENk313iCJZW3sAM2c2bskOTM { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Qohlmxk0E6bRJaz3dSE85QIuJInUkpQg { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #hsgUhcE4plCyZXCJTdBntmZpTGH4RCD8 { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #kFRiDdOTwWxTBlvoS1E5fbM8l7Lswp0c { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #kcGnqTkJwDysX1HlRkiDdq3SE4a1Gp3w { display:flex;width:1.8125rem;height:1.8125rem;top:6.375rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #csNRawBmOGkhNP9oaT8HHKkZIDtBZFGe { display:flex;width:1.8125rem;height:1.8125rem;top:6.375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #IPsdOXw3V02l1oIPk0vy4HRFE7Eyeuba { display:flex;width:1.8125rem;height:1.8125rem;top:6.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #fMSZi5ND6KXs25U00UBqiznQ5SzlLeTq { display:flex;width:1.8125rem;height:1.8125rem;top:6.375rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #vOaK3VEdTeoi5XTFFby4X4fMTkuOR6fM { display:flex;width:1.8125rem;height:1.8125rem;top:6.375rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #UtczoVyXnJwyEBaUdn4zAwl8I5cJQF9z { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #CbHS3svyvenhXwchJ6i9rQ2rRJM9X1hd { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #xzyTsBADL21GXru0dkWgULUbkSTHo1mB { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #DsL8lCZt1C03VBh5MKrkxD1yEfQhKbZK { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #msBF2iguvzu8L1IxmHDOkECVSpx7VFQW { display:flex;width:1.8125rem;height:1.8125rem;top:22.75rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo { display:block; }#e96ahbJXh6XGLUMuhIXd0el8f3WKLAQo > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGXxBeVopwv0e1qAMrOgIII9u3NeKMht { width:17.5rem;height:28.49176875rem;top:6.8857421875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4xtg2Bz526UlogRkJ3t6Ablh05DkZ6I { width:20rem;height:4.38801875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eryak0yZRxVDRm14oyFQW5CWd45u9C9g { display:flex;width:1.5rem;height:1.5rem;top:32.5732421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7sy61pVFHaOKZ7tbLm8sJFIb0ml4GSV { display:flex;width:1.5rem;height:1.5rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QzuxqVCZruXRQIxHRbNtrSET6Jn60IeZ { display:flex;width:1.5rem;height:1.5rem;top:13.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AIGkXyhn5IRrAMZzLACe7KebqPP8uD6U { display:flex;width:1.5rem;height:1.5rem;top:20.3857421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e9d6NoPSHTATQXvQf7H1AIA0Pi6XBFdJ { display:flex;width:1.5rem;height:1.5rem;top:26.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TspiI8AIybE8psKkJctODBtCZeNQNVzF { display:block; }#TspiI8AIybE8psKkJctODBtCZeNQNVzF > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeDtxtnu7q2WTLgru9UliI176TSZO4zT { width:20rem;height:2.92535rem;top:2.537109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUBcUAWb80QoGxdh51432Ws3pWpzTLhK { display:block; }#eUBcUAWb80QoGxdh51432Ws3pWpzTLhK > .row .container { width:20rem;height:96rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bchx1ZqChRnJ1bX6WqlKaxoIFXbKl4Tf { width:17.75rem;height:92.9730375rem;top:1.25rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQgbxKQTDw4ZTlzOPBvpor2T1ffwfU4b { display:flex;width:1.75rem;height:1.75rem;top:59.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XZs0KXM3H6FZEOCTH9sBrX0bgKuVoMMn { display:flex;width:1.75rem;height:1.75rem;top:40.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pqeMzKnRqJdQkhDIV4cCzMdFdvxQtByJ { display:flex;width:1.75rem;height:1.75rem;top:14.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SO89D2661GACK27BsWh3DqUOerKgsApJ { display:flex;width:1.75rem;height:1.75rem;top:1.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CKHzy1UJ0ba3VMvEOfTBl2LKTO14CATt { display:flex;width:1.75rem;height:1.75rem;top:77.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX { display:block; }#mczlnPh7TXiHVlKftBKKbDhgQ0mHHZRX > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ef8al32qIgHwBRFcFxzg2ZhcFMidTDaE { width:20rem;height:3.8981125rem;top:4.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWkgEXTzRbZTaD2CGKGw1ZRumd4GTnnR { width:11.4375rem;height:5.9982625rem;top:12.0859375rem;left:6.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TalqbFRqZHFKB8UCIHGGtOaVt6L0CdIU { width:20rem;height:17.99478125rem;top:31.7734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMabztrgA8uX6ef1H8XoymVaSxhH9ZkQ { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y68aDR6ugUnxOOhxaWqkTRTfbWAJy5KV { width:12.625rem;height:7.4978125rem;top:21.8359375rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3irsWApETqaMqTBWI840Ai1HVy16Alc { width:16.875rem;height:3.4375rem;top:50.835517883301rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMC3GQpJH8t5Hp5EGMdsIx9Kn1WANw1L { display:block; }
 }@media only screen and (max-width: 763px) { #KakUXm8kfAUq891fBXwJycMGhu9NfByg { display:flex;width:6.125rem;height:6.125rem;top:12.0234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wqL9wNofTW90dwaOJwDA5zRWWJzNl8zl { width:12.875rem;height:8.875rem;top:10.9609375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgQF0KZDAOOhqQvVZbl8Nq3rQs9uQp8J { width:12.875rem;height:8.875rem;top:21.1484375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zr07yTkEmWNLa550Bg7rzmlAMmT7ba { display:flex;width:6.125rem;height:6.125rem;top:22.5234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV { display:block; }#IeCXb49FbT6R54PeFJr8IPMuGtrzDRUV > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVlLelr6dn2tErtrF9plU09tkQxP9cT8 { width:20rem;height:28.4917875rem;top:5.255859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H46R48iUcay2bbnn2FBI6GvncKvSLDHO { width:20rem;height:10.3213125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxvfcMK3bonuUJtatPZIaaxc9aKS9U2D { width:20rem;height:4.38801875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ { display:block; }#k5AofmxQ08LuRCXcGRrRcE5BU1Vc3xsQ > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOUf6QJnLI50Pu5bLJpdzqsnnVTDX75E { width:20rem;height:4.38801875rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAZdVnEbQzmnIFgwQR8D5IOxvq3XB6M1 { width:17.1875rem;height:9.625rem;top:5.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHmOniexdmWvBiWeOAEhHHvi4yMdu17 { width:16.875rem;height:3.4375rem;top:16.374320030212rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxt5AHbg4V6pp4PGKWrSyQOKMfmCUTeF { display:block; }
 }@media only screen and (max-width: 763px) { #ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA { display:block; }#ogetuyDu3XhnorNXCqBdnGRZMM5GBQzA > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqlNegJhuIdIoemsFy616qcp0i5h3SSk { width:20rem;height:8.7291666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 { display:block; }#zrbD3AMbXL64XSpMzVMvm7AhMrGhkyz1 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG28AQ5Txxm41pnDAnBDt9baI3XMW2K5 { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI8taRA32gc93hxRqcXKxxDQrF4FEuON { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLzRZt5XrG00MPDZ4gOCUin0DoTSUwrc { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOq1W0BqU7uSEphLQzSXd4Xc8iLUEM7A { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }