.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:252,250,248;--color-primary-1:245,239,230;--color-primary-2:234,223,205;--color-primary-3:117,112,103;--color-primary-4:35,33,31;--color-secondary-0:230,237,226;--color-secondary-1:179,202,167;--color-secondary-2:128,166,108;--color-secondary-3:77,100,65;--color-secondary-4:44,107,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,254;--color-tertiary-2:253,248,248;--color-tertiary-3:250,250,250;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW { position:relative;display:block; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW { background-color: transparent; background-image: none; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row .container > .video-iframe-container { display: none; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row > .video-iframe-container { display: none; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .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); }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW { border-width: 0; border-radius: 0; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .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; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df1d0c;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TnQ0uWdNTR0Rk22b0rHcHP8CQdbGWrfW { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.755859375rem;left:26.40625rem;height:1.298825rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dr6ofM8Xn5tkwQBP6SuFxHbMq2rRiT5b { color:#296105;display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:2.1244659423828rem;left:5.8744668960571rem;height:10.931rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#boUQTloFSaEzyiMVTCrm5rODnuy6JIWh { color:rgba(var(--color-tertiary-4),1);display:block;width:40.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.686416387558rem;left:7.9351139068606rem;height:7.0685625rem;text-align:center;text-align-last:center;display:block; }
#nFSygOfTBhPFPx9sIJXvRNTxoSOETGs0 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.47198625rem;height:3.409505rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.810764074326rem;left:18.684896469116rem;display:block; }
#LdMthragoIHfw3v6ZRHDX9bmlokKh4C0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKOvWTbtIN2nTM7F7XUqWtKmd6tlfHBo { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:23.125rem;top:3.3593752384186rem;left:49.419492721558rem;overflow:hidden;display:block; }
#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { position:relative;display:block; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { background-color: transparent; background-image: none; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container > .video-iframe-container { display: none; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row > .video-iframe-container { display: none; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .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); }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { border-width: 0; border-radius: 0; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .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; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SckhSufL3F5ZEE9O58Ocn0UumCPmttgN { 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:15018;opacity:1;top:12.208549499512rem;left:30.965276718139rem;display:none; }
#u8bznRByChWg2gn21dbO4n6fR2M8snBO { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.9552936553955rem;left:7.4563808441163rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { color:#a70606;display:block;width:25.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.096788883209rem;left:28.246530532837rem;height:2.11263125rem;display:block; }
#y5EtbhiLPSrBtidW0yFdGA7XT1LU2QTO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:21.695964813233rem;left:10.333116531372rem;height:9.184125rem;text-align:center;text-align-last:center;display:block; }
#FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { box-sizing:content-box;height:17.1245625rem;width:62.4370625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:16.440972805023rem;left:7.4555130004881rem;box-shadow: none;border-top:0.3125rem solid #a70606;border-left:0.3125rem solid #a70606;border-right:0.3125rem solid #a70606;border-bottom:0.3125rem solid #a70606;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#tIXZ1GRFimVukk64myHtmVqMtPCshlpC { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.096356391907rem;left:13.325738906861rem;height:1.9504625rem;display:block; }
#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { position:relative;display:block; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { background-color: transparent; background-image: none; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row .container > .video-iframe-container { display: none; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row > .video-iframe-container { display: none; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .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); }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { border-width: 0; border-radius: 0; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .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; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .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:var(--paragraphs-font-family);height:44.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnLLzGy6kLHNbceciTaGSkx6oT0KUbl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7003040313721rem;left:5.5240879058838rem;height:2.7627875rem;display:block; }
#lpkdzLFcMuhhs8baArenLJvbnTxCx0LP { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8628473281861rem;left:5.5219192504883rem;height:2.1937125rem;display:block; }
#e6RZWWHudFKMmPxibwbL8qognTcRqwmG { color:rgba(var(--color-tertiary-4),1);display:block;width:42.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3980045318606rem;left:5.5219192504883rem;height:6.175425rem;text-align:justify;text-align-last:initial;display:block; }
#uWFkB9eJB7XqqcxCwTHTw2DCNiCQ8fm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.782987594604rem;left:28.399522781372rem;height:2.35618125rem;display:block; }
#ToZtsuqoelg1dUdapJmcMCVp15fTAhNL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.449219465256rem;left:31.460504531861rem;height:1.8684875rem;display:block; }
#iMzU8b105u2ETDwGqUibBW8VPJFShTuX { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.388672590256rem;left:31.460504531861rem;height:17.546175rem;display:block; }
#SR5ZuQ6AC19toWsqdFEMsbeslWsUPl3K { position:absolute;display:block;z-index:15006;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:24.3120625rem;width:18.125rem;top:18.887804746627rem;left:9.091796875rem;overflow:hidden;display:block; }
#GT2eJvPgVQWwfr1P9VzaiTetCV7XBaSn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.45792375rem;height:3.39539875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.0967874526975rem;left:52.509771347046rem;display:block; }
#WFUaT8pbrv3Fb62InDgV7BsequUh9cTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk { position:relative;display:block; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk { background-color: transparent; background-image: none; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row .container > .video-iframe-container { display: none; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row > .video-iframe-container { display: none; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .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); }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk { border-width: 0; border-radius: 0; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .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; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lXLn0HQwUUMSWXK4s1KTlm28UoD9PIwc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0946197509766rem;left:26.560331344604rem;height:2.43706875rem;display:block; }
#orfXKTmWFtNUlH2TJM37wTm3nl1JCDbm { color:#a70606;display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7198352813719rem;left:26.560331344604rem;height:2.2745rem;display:block; }
#psW7PSx7BzARDrdyw6X4P3Q7KgfgESo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.027561187744rem;left:12.186199188233rem;height:10.23525rem;text-align:center;text-align-last:center;display:block; }
#yOHn93FR4n4eqINlHV7CNbIAZU3nWtIn { position:absolute;display:block;z-index:15003;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:16.5rem;width:10.8125rem;top:24.187283992768rem;left:16.124132156372rem;overflow:hidden;display:block; }
#Et9sIFt0XUbdT6KaqSis0iEkw7J1Trys { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.346574574709rem;left:19.026693344116rem;height:1.54385625rem;display:block; }
#JOt1ifSrokOtdm4ZwVPbhkovZzrmPHoP { position:absolute;display:block;z-index:15005;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:16.3748125rem;width:10.811625rem;top:24.249133855104rem;left:32.747396469116rem;overflow:hidden;display:block; }
#FMZ4dzlTPqc7OTbsOZ4fTRIfDulncRhd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.346574574709rem;left:36.276044845581rem;height:1.54385625rem;display:block; }
#GJ5Digz37yVQ1DfR6ITInk4ifkfcMkTp { position:absolute;display:block;z-index:15006;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:16.749125rem;width:11.0623125rem;top:24.06141641736rem;left:49.495443344116rem;overflow:hidden;display:block; }
#wEOiP52TBUn0vRmuTr1FTo46MTOUe4ph { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.346574574709rem;left:52.370878219604rem;height:1.54385625rem;display:block; }
#hwMG0euhleixgGzDDIcVryJJaGAivxib { position:relative;display:block; }#hwMG0euhleixgGzDDIcVryJJaGAivxib { background-color: transparent; background-image: none; }#hwMG0euhleixgGzDDIcVryJJaGAivxib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row .container > .video-iframe-container { display: none; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row > .video-iframe-container { display: none; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .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); }#hwMG0euhleixgGzDDIcVryJJaGAivxib { border-width: 0; border-radius: 0; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .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; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .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:var(--paragraphs-font-family);height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1RE9czzdhuI0gKmqCZEbK25kfyBZ8sp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1061153411865rem;left:28.399522781372rem;height:1.9504625rem;display:block; }
#wVI5kzvemWhKQPwf2CteCwpJTb9ANAtv { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:7.9318580627444rem;left:4.5844192504883rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#PHmqhKlRft1VhtPc42mCy1Q1Th1eUAgp { color:#a70606;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.567708969116rem;left:7.5249576568606rem;height:1.298825rem;display:block; }
#okVX8hFod1L5625yf1tJWV7a94k9lmxO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.535158157349rem;left:7.5249576568606rem;height:9.098rem;text-align:justify;text-align-last:initial;display:block; }
#D8T3afugIc76EdlRcwAIehqrveFl2HBS { color:#a70606;display:block;width:15.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.567708969116rem;left:29.906686782837rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { color:rgba(var(--color-tertiary-4),1);display:block;width:15.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.237848281861rem;left:29.906686782837rem;height:5.68625625rem;text-align:justify;text-align-last:initial;display:block; }
#ozf0ePysNLnt20dq62U9NKCdfFKTP9de { color:#a70606;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.567708969116rem;left:52.220708847046rem;height:1.298825rem;display:block; }
#RMtieKqLIaLKmR9vyGTsUPXp96lm14O2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.534288406372rem;left:51.657552719116rem;height:9.098rem;display:block; }
#yrfdRV4Jkobwxdi4LasxwgTmEucKaBvu { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:7.9329414367675rem;left:27.500001907349rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#aOA8l1tbvMI2RPD6zXxJJPllNSm3CB6p { box-sizing:content-box;height:20rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:7.9329414367675rem;left:50.210508346558rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #040404;border-left:0.0625rem solid #040404;border-right:0.0625rem solid #040404;border-bottom:0.0625rem solid #040404;display:block; }
#DauOr3yToH8xRpcAIHaqyfNaatwKAZhw { 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:15006;opacity:1;top:9.5062923431394rem;left:12.464193344116rem; }
#Je4EHID7oVdppMzKGrpT5PwLkDoUtNuk { 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:15007;opacity:1;top:9.5062923431394rem;left:35.937501907349rem; }
#hy8xHOQhNm5FkBMNSD9bW72TT2hpCe6r { 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:15008;opacity:1;top:9.5062923431394rem;left:57.470708847046rem; }
#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { position:relative;display:block; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { background-color: transparent; background-image: none; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container > .video-iframe-container { display: none; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row > .video-iframe-container { display: none; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .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); }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { border-width: 0; border-radius: 0; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .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; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:65.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cawh70IJ533RaoAesz8JIfb7Jie0mkdh { box-sizing:content-box;height:58.6875rem;width:40.5625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:3.7174482345581rem;left:17.897134780884rem;display:block; }
#DeLhKSkTP5MQLAFSuWQpAT04ESEZC9BV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3274745941163rem;left:20.527345657349rem;height:1.46218125rem;display:block; }
#mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.201389312744rem;left:20.527345657349rem;height:1.462675rem;display:block; }
#JNNayuJLDHv2rlKKFN4bvfOhdFGB0PRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.264974594116rem;left:20.527345657349rem;height:1.462675rem;display:block; }
#I0RMA9Lr3uMp4HpyuFMIh902sJVAaH7t { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.578342437744rem;left:20.527345657349rem;height:1.462675rem;display:block; }
#GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { color:#e81616;display:block;width:4.56163125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3274745941163rem;left:50.589193344116rem;height:1.462675rem;display:block; }
#CmOueLRl1B6cXPLl55KAN8nVZhtm69iE { color:#e81616;display:block;width:4.56163125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.201171875rem;left:50.589193344116rem;height:1.462675rem;display:block; }
#FXGDiugnoX6LpMcXclZvGBivaNLgEcgU { color:#e81616;display:block;width:4.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.264757156372rem;left:50.589193344116rem;height:1.462675rem;display:block; }
#eDPEcpRPFcJPqT0vhsJ9HIg5Z5QXPAMC { color:#e81616;display:block;width:4.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.577909469604rem;left:50.901693344116rem;height:1.46218125rem;display:block; }
#VnnWAPpyLbaFcDZm7nRbmC7NV7TUndg2 { box-sizing:content-box;height:0.3125rem;width:33.5rem;position:absolute;display:block;z-index:15006;background-color:#fdfafb;background-image:none;top:9.8904094696044rem;left:20.527345657349rem;display:block; }
#VgTS3dl6PSnGJToBrHetlfix8ZeUTblu { box-sizing:content-box;height:0.3125rem;width:33.499375rem;position:absolute;display:block;z-index:15007;background-color:#fdfafb;background-image:none;top:14.014757156372rem;left:20.562284469604rem;display:block; }
#Q2C6yTyKgDWeIZdBoEqdP5MH3MooMTUc { box-sizing:content-box;height:0.3125rem;width:33.499375rem;position:absolute;display:block;z-index:15008;background-color:#fdfafb;background-image:none;top:18.202041625976rem;left:20.499784469604rem;display:block; }
#dSgUyoLO9H2FokZhZZHDR7NacXGCctMc { box-sizing:content-box;height:0.3125rem;width:33.499375rem;position:absolute;display:block;z-index:15009;background-color:#fdfafb;background-image:none;top:22.015844345092rem;left:20.339845657349rem;display:block; }
#X8oZRAN02ARe7lNhwggZs30x73HTA1Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.764108657837rem;left:20.527345657349rem;height:1.62464375rem;display:block; }
#OvlAw1ABDg17NTKTVkaHoXqiDSfe4TCs { color:#e81616;display:block;width:4.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.844835281372rem;left:49.964193344116rem;height:1.62464375rem;display:block; }
#EsNPfkSga3JwTWkqsCL42sLS8SMvWopt { box-sizing:content-box;height:4.125rem;width:34.875rem;position:absolute;display:block;z-index:15004;background-color:#fff6fa;background-image:none;top:23.577474594116rem;left:19.866537094116rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#vTQmekMmw9vHXEhMy4lAJUbGFwSw57QL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.958770751953rem;left:31.929254531861rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#T7Z4C1zdKZPGa7V9o31Aoyu2D9KL2Cef { color:#1f7406;display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.207466602326rem;left:26.999784469604rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#HJJTRLXb3qrxcex3DPVVXITUBCWATn4U { box-sizing:content-box;height:7.8125rem;width:30.9375rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:28.895401477814rem;left:22.496744155884rem;border-top:0.25rem solid #1f7406;border-left:0.25rem solid #1f7406;border-right:0.25rem solid #1f7406;border-bottom:0.25rem solid #1f7406;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LDBnLwIKKv5wmrJ0zk0DQeySTHtJVhkM { background-color:#1f7406;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.4995625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.077692508698rem;left:22.426214218139rem;display:block; }
#wDZpCKgL3QSNHJ5PMpL5SIHSWlWXAskW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urTI9iuQ3T0oxXqqDh2SD58AQTSaepS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.501955032349rem;left:20.527345657349rem;height:15.1953125rem;text-align:center;text-align-last:center;display:block; }
#I6waHaWhfk6SEzgm31BoL7swEyv03JrR { position:relative;display:block; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR { background-color: transparent; background-image: none; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row .container > .video-iframe-container { display: none; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row > .video-iframe-container { display: none; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .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); }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR { border-width: 0; border-radius: 0; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .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; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .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:var(--paragraphs-font-family);height:43.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mByGSTwUILb4OQbk6WuvF236lqqPs4eF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7574615478516rem;left:19.779829025269rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#pS5brkbX19eXfcPg3x8CBwgWRpKuEuPH { box-sizing:content-box;height:30.8123125rem;width:30.2494375rem;position:absolute;display:block;z-index:15001;background-color:#1f7406;background-image:none;top:8.4623575210569rem;left:6.64417552948rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#VgwGbpdoDAm4RNH09yykyq8bDBTSeaKt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.40321290493rem;left:13.053386688233rem;height:1.8679rem;text-align:center;text-align-last:center;display:block; }
#UsFXgT4pbob32y0dTl4fZOPpwXpr15Lw { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.765626311302rem;left:10.302734375rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#wgTWfFAgwRHL4T4T3fnP4rsOeQpXdxhm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.488634765148rem;left:10.302734375rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#xhctyDh7EgH1ApifkahKw2E0mPoZbZxw { color:rgba(var(--color-tertiary-3),1);display:block;width:24.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.201882064342rem;left:10.176668167114rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#goCnQ3wVtoK99pFqbIDliGz2JoxTwKIT { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.952258467674rem;left:10.208116531372rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#WTRPOPLPRmTTdzpSZtVuWCJtFrkywuQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.678265273571rem;left:10.33203125rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#THRfNSEuGxSR7Rr4c4I4HR1dZWbSlvkz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.890191435814rem;left:8.4066848754881rem; }
#yeUUtbEr1CFzO13ixTVZ3rQMtTMhITy5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56163125rem;width:4.56163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.348524451256rem;left:19.613714218139rem; }
#S8MqgIUfliqSA0adcFf0T5GZEkXT3I2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.625001311302rem;left:8.4038639068606rem; }
#VfAVQoLzltqPkivUg1bIzEuUP5mLRwfL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.508877456188rem;left:8.4064273834231rem; }
#rppS8F4vDTZAxQnogIumQWb6W39mhO8h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.207562148571rem;left:8.4064273834231rem; }
#J1p5twb1auwnBek2C9IzPAih5e4KWUyV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.990235030651rem;left:8.3595523834231rem; }
#hS08gs6J3BSvuubq0hpTcgyhAgyBTffP { box-sizing:content-box;height:30.8123125rem;width:30.2494375rem;position:absolute;display:block;z-index:15002;background-color:#e81616;background-image:none;top:8.2457385063169rem;left:38.82279586792rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#RVMOQ0TJImF87eOWCnHengTsTO0kM2Ay { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.403052806854rem;left:45.102981567382rem;height:1.8679rem;text-align:center;text-align-last:center;display:block; }
#GzRyqSrXQJGL6tDcskTNww58HZPFaU13 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.764203548431rem;left:42.008167266846rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#chNtmCyUpVxVkHR9gMoiQATuQ3nQq1FQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.484907627106rem;left:41.945667266846rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#NsVu4IaKrQDnyy2OHJvCfwL3xcgpNkRw { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.200283527374rem;left:41.945667266846rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#uZ98iKmDm49JdPLNWlu5QMJctIVZxIIV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.951170444489rem;left:41.883167266846rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#fM91PfalkFADbfqSgttlwdICZ4tI4bkU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.67720079422rem;left:41.883167266846rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#MHOGiqdwlhG9J3DSp3mraAeTcmFf71xM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.874825rem;width:4.874825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.584161281586rem;left:52.257633209229rem; }
#VnX5MvBLI2MFTaTDxyReHCk2LghyBAOf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.14009141922rem;left:39.994140625rem; }
#w9qJGP25xlELKAM3IWw7XiTqGtXMvk7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.680574893951rem;left:39.994140625rem; }
#uEgHXvJ52mfiPrZxgKIgtT8JEl5XF7Rl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.581675052643rem;left:39.931640625rem; }
#t4rJidyqSnVDo39pFyAmMtdQo7bqeE4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:30.457561969757rem;left:39.931640625rem; }
#VCT6stHVJ9oa8QaNJwPpQMUVBJDikblT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:33.933592319489rem;left:39.931640625rem; }
#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK { position:relative;display:block; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK { background-color: transparent; background-image: none; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row .container > .video-iframe-container { display: none; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row > .video-iframe-container { display: none; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .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); }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK { border-width: 0; border-radius: 0; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .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; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-trigger.adaptive-delivery-prevent-bg, #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-trigger.lazyload, #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-trigger.lazyloading { background-image: none; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK { box-sizing:content-box;height:auto;width:43.6851875rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.3112564086912rem;left:16.073329925537rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #GeUmhbSTE84fmSDb4MGzaOMlyoPbszZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #R4iQpyu5LNmQTfo0Xbpp8kVq8ZBIMZbD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FCDQn8ZZapBD0UGToRfTSWCR8UwvqKvR { display:block;position:relative; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #palhTxDzfA6oN72T7gK0XVTlBurhu4EW {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RxwuaJ7lhqKdyaFTeQhg945OsMRk7eEm {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #x3lau6fpN16298nc5lW010EyZxlVsowf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #QdaMq2tJd2cK6btNyVdaZMObCMehoEiG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #t62w3gGpB4PSPdb9PbU11ksATSara2JJ { display:block;position:relative; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TkIumlIETFfwxOvZTShbcC1f9l1PTTTF {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #dKTz8pbypTGn3WTXGWmPdBFF8S7WlSws { display:none; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #sDkNpBBsmyLTyJGLB98X3KrfNMvEKv52 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #rCTHExzDvOcHJPkcTsyX64BdTyPI2uod { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #cGlDbtMLZsgROtibdK95T4kCSR1bNq7m { display:block;position:relative; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TGaHJTwzNciBGvXOn4nnsgiePnE2y7w6 {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #fvcZxbZUeTvu0r2qcoNG6TT10LNNhPk7 { display:none; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TtTkyik66WhbyATbPz3moFPNeThlnF0q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RPsnrQ0ZkRpQEudLPAhz4X4wr8xPsgBg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ac3MoflLtzMXKUUKi1FdJXnTVDWmyrBr { display:block;position:relative; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TzoMscU8wb0ZNM0ouSXDIrPfnTplstiv {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #DpQNWIbepSKCGUzO7XVofgrfwub9Mx9X { display:none; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #aQ3yIW9FFDS1zUdZVhMS7pu5q44TogzB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FDt0eAD4nBRsKv8xkbbN7fo3dKTaq9HU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #JFocnpluK0Ldt3Hb6lDkJlySS9fPZy6Q { display:block;position:relative; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #yKG5DckAd6dAMCPWX2VrTqZDPMwkTksI {  }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ohJOI804nw5u6yLzxqZpTSpda0Ie1xNf { display:none; }
#oxELZ10MFaO7Qu7bzEEtlf0zQzJraDRO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4786930084229rem;left:28.573329925537rem;height:2.43696875rem;text-align:center;text-align-last:center;display:block; }
#n1ObSoL8X2eq71gia2UyKHeJbasJwo6a { background-color:#1f7406;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.4994375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.972832679749rem;left:23.41530418396rem;display:block; }
#s7w6mehV542rTgRvHDk8I3OqdwEGpDPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xh1492R7UAzKJ9Nx2ArGJATeFX31RNfn { color:rgba(var(--color-tertiary-4),1);display:block;width:26.685875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:45.598363876343rem;left:26.131923675537rem;height:1.055575rem;text-align:center;text-align-last:center;display:block; }
#LOnqqrw1VfkTtyyfvP7QRpMBwapmJhBC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9993125rem;top:38.40518283844rem;left:36.571376800537rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW { display:block; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQ0uWdNTR0Rk22b0rHcHP8CQdbGWrfW { top:0.75rem;left:12.78125rem;width:25.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr6ofM8Xn5tkwQBP6SuFxHbMq2rRiT5b { top:2.0625rem;left:0rem;width:44.4375rem;height:10.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUQTloFSaEzyiMVTCrm5rODnuy6JIWh { top:14.625rem;left:0rem;width:40.3125rem;height:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSygOfTBhPFPx9sIJXvRNTxoSOETGs0 { width:17.4375rem;height:3.375rem;top:23.75rem;left:5.0598964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdMthragoIHfw3v6ZRHDX9bmlokKh4C0 { display:block; }
 }@media only screen and (max-width: 763px) { #sKOvWTbtIN2nTM7F7XUqWtKmd6tlfHBo { top:3.3125rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { display:block; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SckhSufL3F5ZEE9O58Ocn0UumCPmttgN { top:12.8125rem;left:17.965276718139rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8bznRByChWg2gn21dbO4n6fR2M8snBO { top:1.9375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { top:18.0625rem;left:14.621530532837rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5EtbhiLPSrBtidW0yFdGA7XT1LU2QTO { top:21.6875rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { top:16.4375rem;left:0rem;width:47.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIXZ1GRFimVukk64myHtmVqMtPCshlpC { top:37.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { display:block; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnLLzGy6kLHNbceciTaGSkx6oT0KUbl8 { top:1.6875rem;left:0rem;width:35.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpkdzLFcMuhhs8baArenLJvbnTxCx0LP { top:3.8125rem;left:0rem;width:39.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZWWHudFKMmPxibwbL8qognTcRqwmG { top:7.375rem;left:0rem;width:42.625rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWFkB9eJB7XqqcxCwTHTw2DCNiCQ8fm6 { top:14.75rem;left:14.774522781372rem;width:27.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZtsuqoelg1dUdapJmcMCVp15fTAhNL { top:20.4375rem;left:17.835504531861rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzU8b105u2ETDwGqUibBW8VPJFShTuX { top:23.375rem;left:11.1875rem;width:36.5625rem;height:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR5ZuQ6AC19toWsqdFEMsbeslWsUPl3K { top:18.875rem;left:0rem;width:18.125rem;height:24.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2eJvPgVQWwfr1P9VzaiTetCV7XBaSn { width:17.4375rem;height:3.375rem;top:8.0625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFUaT8pbrv3Fb62InDgV7BsequUh9cTt { display:block; }
 }@media only screen and (max-width: 763px) { #LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk { display:block; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXLn0HQwUUMSWXK4s1KTlm28UoD9PIwc { top:3.0625rem;left:12.935331344604rem;width:25.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfXKTmWFtNUlH2TJM37wTm3nl1JCDbm { top:6.6875rem;left:12.935331344604rem;width:28.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psW7PSx7BzARDrdyw6X4P3Q7KgfgESo3 { top:11rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOHn93FR4n4eqINlHV7CNbIAZU3nWtIn { top:24.125rem;left:2.4991321563721rem;width:10.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et9sIFt0XUbdT6KaqSis0iEkw7J1Trys { top:41.3125rem;left:5.4016933441162rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOt1ifSrokOtdm4ZwVPbhkovZzrmPHoP { top:24.1875rem;left:19.122396469116rem;width:10.75rem;height:16.281477980877rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZ4dzlTPqc7OTbsOZ4fTRIfDulncRhd { top:41.3125rem;left:22.651044845581rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5Digz37yVQ1DfR6ITInk4ifkfcMkTp { top:24rem;left:35.870443344116rem;width:11rem;height:16.654779459539rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOiP52TBUn0vRmuTr1FTo46MTOUe4ph { top:41.3125rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMG0euhleixgGzDDIcVryJJaGAivxib { display:block; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1RE9czzdhuI0gKmqCZEbK25kfyBZ8sp { top:2.0625rem;left:14.774522781372rem;width:21.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVI5kzvemWhKQPwf2CteCwpJTb9ANAtv { top:7.875rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmqhKlRft1VhtPc42mCy1Q1Th1eUAgp { top:13.5625rem;left:0rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVX8hFod1L5625yf1tJWV7a94k9lmxO { top:16.5rem;left:0rem;width:15.3125rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8T3afugIc76EdlRcwAIehqrveFl2HBS { top:13.5625rem;left:16.281686782837rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { top:18.1875rem;left:16.281686782837rem;width:15.625rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozf0ePysNLnt20dq62U9NKCdfFKTP9de { top:13.5625rem;left:31.5625rem;width:16.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtieKqLIaLKmR9vyGTsUPXp96lm14O2 { top:16.5rem;left:30.1875rem;width:17.5625rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfdRV4Jkobwxdi4LasxwgTmEucKaBvu { top:7.875rem;left:13.875001907349rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOA8l1tbvMI2RPD6zXxJJPllNSm3CB6p { top:7.875rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #DauOr3yToH8xRpcAIHaqyfNaatwKAZhw { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4EHID7oVdppMzKGrpT5PwLkDoUtNuk { top:9.5rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy8xHOQhNm5FkBMNSD9bW72TT2hpCe6r { top:9.5rem;left:43.845708847046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { display:block; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cawh70IJ533RaoAesz8JIfb7Jie0mkdh { top:3.6875rem;left:4.2721347808838rem;width:40.5625rem;height:58.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeLhKSkTP5MQLAFSuWQpAT04ESEZC9BV { top:7.3125rem;left:6.9023456573488rem;width:14.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { top:11.1875rem;left:6.9023456573488rem;width:20.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNNayuJLDHv2rlKKFN4bvfOhdFGB0PRZ { top:15.25rem;left:6.9023456573488rem;width:30.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RMA9Lr3uMp4HpyuFMIh902sJVAaH7t { top:19.5625rem;left:6.9023456573488rem;width:20.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { top:7.3125rem;left:36.964193344116rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmOueLRl1B6cXPLl55KAN8nVZhtm69iE { top:11.1875rem;left:36.964193344116rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXGDiugnoX6LpMcXclZvGBivaNLgEcgU { top:15.25rem;left:36.964193344116rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPEcpRPFcJPqT0vhsJ9HIg5Z5QXPAMC { top:19.5625rem;left:37.276693344116rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnWAPpyLbaFcDZm7nRbmC7NV7TUndg2 { top:9.875rem;left:6.9023456573488rem;width:33.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTS3dl6PSnGJToBrHetlfix8ZeUTblu { top:14rem;left:6.9372844696044rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2C6yTyKgDWeIZdBoEqdP5MH3MooMTUc { top:18.1875rem;left:6.8747844696044rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgUyoLO9H2FokZhZZHDR7NacXGCctMc { top:22rem;left:6.7148456573488rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oZRAN02ARe7lNhwggZs30x73HTA1Zl { top:24.75rem;left:6.9023456573488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvlAw1ABDg17NTKTVkaHoXqiDSfe4TCs { top:24.8125rem;left:36.339193344116rem;width:4.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsNPfkSga3JwTWkqsCL42sLS8SMvWopt { top:23.5625rem;left:6.2415370941162rem;width:34.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQmekMmw9vHXEhMy4lAJUbGFwSw57QL { top:29.9375rem;left:18.304254531861rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z4C1zdKZPGa7V9o31Aoyu2D9KL2Cef { top:33.1875rem;left:13.374784469604rem;width:20.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJJTRLXb3qrxcex3DPVVXITUBCWATn4U { top:28.875rem;left:8.8717441558837rem;width:30.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBnLwIKKv5wmrJ0zk0DQeySTHtJVhkM { width:31.4375rem;height:3.4375rem;top:39.0625rem;left:8.8012142181394rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZpCKgL3QSNHJ5PMpL5SIHSWlWXAskW { display:block; }
 }@media only screen and (max-width: 763px) { #urTI9iuQ3T0oxXqqDh2SD58AQTSaepS7 { top:45.5rem;left:6.9023456573488rem;width:36.125rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6waHaWhfk6SEzgm31BoL7swEyv03JrR { display:block; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mByGSTwUILb4OQbk6WuvF236lqqPs4eF { top:2.75rem;left:6.1548290252686rem;width:35.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS5brkbX19eXfcPg3x8CBwgWRpKuEuPH { top:8.4375rem;left:0rem;width:30.1875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgwGbpdoDAm4RNH09yykyq8bDBTSeaKt { top:15.375rem;left:0rem;width:17.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsFXgT4pbob32y0dTl4fZOPpwXpr15Lw { top:18.75rem;left:0rem;width:24.5rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTWfFAgwRHL4T4T3fnP4rsOeQpXdxhm { top:22.4375rem;left:0rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhctyDh7EgH1ApifkahKw2E0mPoZbZxw { top:26.1875rem;left:0rem;width:24.6875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goCnQ3wVtoK99pFqbIDliGz2JoxTwKIT { top:29.9375rem;left:0rem;width:23.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRPOPLPRmTTdzpSZtVuWCJtFrkywuQ6 { top:33.625rem;left:0rem;width:23.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRfNSEuGxSR7Rr4c4I4HR1dZWbSlvkz { top:18.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeUUtbEr1CFzO13ixTVZ3rQMtTMhITy5 { top:10.3125rem;left:5.9887142181396rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8MqgIUfliqSA0adcFf0T5GZEkXT3I2E { top:22.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAVQoLzltqPkivUg1bIzEuUP5mLRwfL { top:26.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rppS8F4vDTZAxQnogIumQWb6W39mhO8h { top:30.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1p5twb1auwnBek2C9IzPAih5e4KWUyV { top:33.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS08gs6J3BSvuubq0hpTcgyhAgyBTffP { top:8.1875rem;left:17.5rem;width:30.1875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVMOQ0TJImF87eOWCnHengTsTO0kM2Ay { top:15.375rem;left:30.125rem;width:17.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRyqSrXQJGL6tDcskTNww58HZPFaU13 { top:18.75rem;left:23.3125rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNtmCyUpVxVkHR9gMoiQATuQ3nQq1FQ { top:22.4375rem;left:23.3125rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsVu4IaKrQDnyy2OHJvCfwL3xcgpNkRw { top:26.1875rem;left:23.3125rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ98iKmDm49JdPLNWlu5QMJctIVZxIIV { top:29.9375rem;left:23.3125rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM91PfalkFADbfqSgttlwdICZ4tI4bkU { top:33.625rem;left:23.3125rem;width:24.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOGiqdwlhG9J3DSp3mraAeTcmFf71xM { top:10.5625rem;left:38.632633209229rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnX5MvBLI2MFTaTDxyReHCk2LghyBAOf { top:19.125rem;left:26.369140625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qJGP25xlELKAM3IWw7XiTqGtXMvk7C { top:22.625rem;left:26.369140625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEgHXvJ52mfiPrZxgKIgtT8JEl5XF7Rl { top:26.5625rem;left:26.306640625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4rJidyqSnVDo39pFyAmMtdQo7bqeE4P { top:30.4375rem;left:26.306640625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCT6stHVJ9oa8QaNJwPpQMUVBJDikblT { top:33.875rem;left:26.306640625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK { display:block; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK { display:flex;height:auto;width:27.8125rem;top:3.25rem;left:5.6985073089599rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #GeUmhbSTE84fmSDb4MGzaOMlyoPbszZx {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #R4iQpyu5LNmQTfo0Xbpp8kVq8ZBIMZbD {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FCDQn8ZZapBD0UGToRfTSWCR8UwvqKvR {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #palhTxDzfA6oN72T7gK0XVTlBurhu4EW {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RxwuaJ7lhqKdyaFTeQhg945OsMRk7eEm {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #x3lau6fpN16298nc5lW010EyZxlVsowf {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #QdaMq2tJd2cK6btNyVdaZMObCMehoEiG {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #t62w3gGpB4PSPdb9PbU11ksATSara2JJ {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TkIumlIETFfwxOvZTShbcC1f9l1PTTTF {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #dKTz8pbypTGn3WTXGWmPdBFF8S7WlSws {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #sDkNpBBsmyLTyJGLB98X3KrfNMvEKv52 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #rCTHExzDvOcHJPkcTsyX64BdTyPI2uod {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #cGlDbtMLZsgROtibdK95T4kCSR1bNq7m {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TGaHJTwzNciBGvXOn4nnsgiePnE2y7w6 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #fvcZxbZUeTvu0r2qcoNG6TT10LNNhPk7 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TtTkyik66WhbyATbPz3moFPNeThlnF0q {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RPsnrQ0ZkRpQEudLPAhz4X4wr8xPsgBg {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ac3MoflLtzMXKUUKi1FdJXnTVDWmyrBr {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TzoMscU8wb0ZNM0ouSXDIrPfnTplstiv {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #DpQNWIbepSKCGUzO7XVofgrfwub9Mx9X {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #aQ3yIW9FFDS1zUdZVhMS7pu5q44TogzB {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FDt0eAD4nBRsKv8xkbbN7fo3dKTaq9HU {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #JFocnpluK0Ldt3Hb6lDkJlySS9fPZy6Q {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #yKG5DckAd6dAMCPWX2VrTqZDPMwkTksI {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ohJOI804nw5u6yLzxqZpTSpda0Ie1xNf {  }
 }@media only screen and (max-width: 763px) { #oxELZ10MFaO7Qu7bzEEtlf0zQzJraDRO { top:2.4375rem;left:14.948329925537rem;width:24.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ObSoL8X2eq71gia2UyKHeJbasJwo6a { width:31.4375rem;height:3.4375rem;top:33.9375rem;left:9.79030418396rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7w6mehV542rTgRvHDk8I3OqdwEGpDPG { display:block; }
 }@media only screen and (max-width: 763px) { #xh1492R7UAzKJ9Nx2ArGJATeFX31RNfn { top:45.5625rem;left:12.506923675537rem;width:26.625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOnqqrw1VfkTtyyfvP7QRpMBwapmJhBC { top:38.375rem;left:22.946376800537rem;width:6.9375rem;height:6.8142853315951rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW { display:block; }#qReuRnmRxQVMGTRXg7THcVLbU5mmJtHW > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQ0uWdNTR0Rk22b0rHcHP8CQdbGWrfW { width:20rem;height:2.43608125rem;top:0.93749994039537rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr6ofM8Xn5tkwQBP6SuFxHbMq2rRiT5b { width:20rem;height:5.361325rem;top:1.62286901474rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boUQTloFSaEzyiMVTCrm5rODnuy6JIWh { width:20rem;height:5.84871875rem;top:8.0575275421144rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFSygOfTBhPFPx9sIJXvRNTxoSOETGs0 { width:17.159113625rem;height:3.095701125rem;top:23.292789459229rem;left:0.57528400421143rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdMthragoIHfw3v6ZRHDX9bmlokKh4C0 { display:block; }
 }@media only screen and (max-width: 763px) { #sKOvWTbtIN2nTM7F7XUqWtKmd6tlfHBo { width:10.9375rem;height:10.9375rem;top:13.281249523163rem;left:4.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { display:block; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container { width:20rem;height:53.504943847656rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SckhSufL3F5ZEE9O58Ocn0UumCPmttgN { display:flex;width:2.3109rem;height:2.3109rem;top:25.68714427948rem;left:8.8441051244737rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #u8bznRByChWg2gn21dbO4n6fR2M8snBO { width:20rem;height:22.3100625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { width:20rem;height:4.224075rem;top:28.963954925537rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5EtbhiLPSrBtidW0yFdGA7XT1LU2QTO { width:17.6875rem;height:12.2514375rem;top:33.18714427948rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { width:19.375rem;height:21.1875rem;top:24.612925618887rem;left:0.056818187236786rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIXZ1GRFimVukk64myHtmVqMtPCshlpC { width:20rem;height:5.361325rem;top:48.19335603714rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { display:block; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnLLzGy6kLHNbceciTaGSkx6oT0KUbl8 { width:20rem;height:2.7627875rem;top:6.88743125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpkdzLFcMuhhs8baArenLJvbnTxCx0LP { width:20rem;height:4.38743125rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZWWHudFKMmPxibwbL8qognTcRqwmG { width:18.875rem;height:11.6974375rem;top:9.6493310928344rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWFkB9eJB7XqqcxCwTHTw2DCNiCQ8fm6 { width:20rem;height:4.71235625rem;top:26.687677234411rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZtsuqoelg1dUdapJmcMCVp15fTAhNL { width:12.5rem;height:1.8679rem;top:57.085403442382rem;left:3.7499998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzU8b105u2ETDwGqUibBW8VPJFShTuX { width:19.0625rem;height:21.60778125rem;top:60.140268325806rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR5ZuQ6AC19toWsqdFEMsbeslWsUPl3K { width:18.125rem;height:24.3119375rem;top:31.39826092124rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2eJvPgVQWwfr1P9VzaiTetCV7XBaSn { width:17.4375rem;height:3.375rem;top:22.437852859497rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFUaT8pbrv3Fb62InDgV7BsequUh9cTt { display:block; }
 }@media only screen and (max-width: 763px) { #LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk { display:block; }#LvGWZDxug3tTo3Tno8zkhVkKCvT7pHPk > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXLn0HQwUUMSWXK4s1KTlm28UoD9PIwc { width:20rem;height:4.8739375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orfXKTmWFtNUlH2TJM37wTm3nl1JCDbm { width:20rem;height:4.54900625rem;top:6.9362688064575rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psW7PSx7BzARDrdyw6X4P3Q7KgfgESo3 { width:20rem;height:18.270625rem;top:13.17294375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOHn93FR4n4eqINlHV7CNbIAZU3nWtIn { width:10.8125rem;height:16.499723622375rem;top:33.841438293457rem;left:4.5925067663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et9sIFt0XUbdT6KaqSis0iEkw7J1Trys { width:12.5rem;height:1.54385625rem;top:50.589121341706rem;left:7.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOt1ifSrokOtdm4ZwVPbhkovZzrmPHoP { width:10.75rem;height:16.281263187712rem;top:52.77698802948rem;left:4.7096942663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZ4dzlTPqc7OTbsOZ4fTRIfDulncRhd { width:12.5rem;height:1.54385625rem;top:69.369673728944rem;left:7.4999994039538rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5Digz37yVQ1DfR6ITInk4ifkfcMkTp { width:11rem;height:16.655345812452rem;top:72.120910644531rem;left:4.499289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOiP52TBUn0vRmuTr1FTo46MTOUe4ph { width:12.5rem;height:1.54385625rem;top:89.612043380738rem;left:7.4999994039538rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMG0euhleixgGzDDIcVryJJaGAivxib { display:block; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1RE9czzdhuI0gKmqCZEbK25kfyBZ8sp { width:20rem;height:3.900925rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVI5kzvemWhKQPwf2CteCwpJTb9ANAtv { width:17.3125rem;height:15.1875rem;top:6.2127130031586rem;left:1.6645950078964rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmqhKlRft1VhtPc42mCy1Q1Th1eUAgp { width:15.3125rem;height:1.298825rem;top:11.472833395004rem;left:2.815873503685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVX8hFod1L5625yf1tJWV7a94k9lmxO { width:15.3125rem;height:6.82350625rem;top:13.50408244133rem;left:2.753373503685rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8T3afugIc76EdlRcwAIehqrveFl2HBS { width:15.1243125rem;height:2.59765rem;top:28.773081541061rem;left:2.436967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { width:15.625rem;height:4.8739375rem;top:32.255858182907rem;left:2.563920378685rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozf0ePysNLnt20dq62U9NKCdfFKTP9de { width:16.1869375rem;height:1.298825rem;top:47.512426376343rem;left:2.520951628685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtieKqLIaLKmR9vyGTsUPXp96lm14O2 { width:15.25rem;height:7.7983125rem;top:50.22904586792rem;left:2.4999998807907rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yrfdRV4Jkobwxdi4LasxwgTmEucKaBvu { width:17.5rem;height:15.8125rem;top:22.826695203781rem;left:1.6294387578964rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOA8l1tbvMI2RPD6zXxJJPllNSm3CB6p { width:17.25rem;height:16.875rem;top:41.956698179245rem;left:1.6610440015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #DauOr3yToH8xRpcAIHaqyfNaatwKAZhw { display:flex;width:3.125rem;height:3.125rem;top:7.4733581542969rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #Je4EHID7oVdppMzKGrpT5PwLkDoUtNuk { display:flex;width:3.125rem;height:3.125rem;top:24.46111369133rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #hy8xHOQhNm5FkBMNSD9bW72TT2hpCe6r { display:flex;width:3.125rem;height:3.125rem;top:43.20046043396rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { display:block; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cawh70IJ533RaoAesz8JIfb7Jie0mkdh { width:20rem;height:53.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeLhKSkTP5MQLAFSuWQpAT04ESEZC9BV { width:14.437125rem;height:1.2180375rem;top:2.3579540252686rem;left:1.1212712526321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { width:16.75rem;height:1.2180375rem;top:6.35120677948rem;left:1.1212712526321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNNayuJLDHv2rlKKFN4bvfOhdFGB0PRZ { width:17.1875rem;height:2.43608125rem;top:9.7478675842288rem;left:1.1212712526321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RMA9Lr3uMp4HpyuFMIh902sJVAaH7t { width:15.3125rem;height:1.2180375rem;top:13.510297775269rem;left:1.1212712526321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { width:4.4992875rem;height:1.2180375rem;top:2.3544034957886rem;left:15.5625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CmOueLRl1B6cXPLl55KAN8nVZhtm69iE { width:4.4992875rem;height:1.2180375rem;top:6.3494310379031rem;left:15.501596808434rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FXGDiugnoX6LpMcXclZvGBivaNLgEcgU { width:4.4992875rem;height:1.2180375rem;top:10.912640571594rem;left:15.501596808434rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eDPEcpRPFcJPqT0vhsJ9HIg5Z5QXPAMC { width:4.4992875rem;height:1.2180375rem;top:13.696908950806rem;left:15.501596808434rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VnnWAPpyLbaFcDZm7nRbmC7NV7TUndg2 { width:20rem;height:0.3125rem;top:4.7569246292114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTS3dl6PSnGJToBrHetlfix8ZeUTblu { width:20rem;height:0.3125rem;top:8.6088418960569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2C6yTyKgDWeIZdBoEqdP5MH3MooMTUc { width:20rem;height:0.3125rem;top:12.128018379211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgUyoLO9H2FokZhZZHDR7NacXGCctMc { width:20rem;height:0.3125rem;top:15.797229766846rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oZRAN02ARe7lNhwggZs30x73HTA1Zl { width:12.5rem;height:1.62464375rem;top:18.357599258423rem;left:1.1212712526321rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvlAw1ABDg17NTKTVkaHoXqiDSfe4TCs { width:4.4992875rem;height:1.62464375rem;top:18.35671043396rem;left:15.501596808434rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsNPfkSga3JwTWkqsCL42sLS8SMvWopt { width:20rem;height:4.125rem;top:17.108486175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQmekMmw9vHXEhMy4lAJUbGFwSw57QL { width:12.5rem;height:2.59943125rem;top:23.552023291588rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z4C1zdKZPGa7V9o31Aoyu2D9KL2Cef { width:20rem;height:1.54385625rem;top:27.050779700279rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJJTRLXb3qrxcex3DPVVXITUBCWATn4U { width:19.5rem;height:7.8125rem;top:22.528419494629rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBnLwIKKv5wmrJ0zk0DQeySTHtJVhkM { width:18.9375rem;height:3.4375rem;top:32.547031760216rem;left:0.49893462657929rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZpCKgL3QSNHJ5PMpL5SIHSWlWXAskW { display:block; }
 }@media only screen and (max-width: 763px) { #urTI9iuQ3T0oxXqqDh2SD58AQTSaepS7 { width:20rem;height:15.92151875rem;top:37.890623092651rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6waHaWhfk6SEzgm31BoL7swEyv03JrR { display:block; }#I6waHaWhfk6SEzgm31BoL7swEyv03JrR > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mByGSTwUILb4OQbk6WuvF236lqqPs4eF { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS5brkbX19eXfcPg3x8CBwgWRpKuEuPH { width:20rem;height:22.9375rem;top:7.4362754821775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgwGbpdoDAm4RNH09yykyq8bDBTSeaKt { width:17.6243125rem;height:1.8679rem;top:11.944247245789rem;left:1.7613636255264rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsFXgT4pbob32y0dTl4fZOPpwXpr15Lw { width:17.3125rem;height:2.11115rem;top:15.87056016922rem;left:2.0001775026321rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTWfFAgwRHL4T4T3fnP4rsOeQpXdxhm { width:17.25rem;height:2.11115rem;top:18.48774766922rem;left:1.9176136255264rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhctyDh7EgH1ApifkahKw2E0mPoZbZxw { width:17.8125rem;height:2.11115rem;top:21.299537181854rem;left:1.8536931276321rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goCnQ3wVtoK99pFqbIDliGz2JoxTwKIT { width:17.562125rem;height:2.11115rem;top:24.175602436066rem;left:1.7906605005264rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRPOPLPRmTTdzpSZtVuWCJtFrkywuQ6 { width:17.9368125rem;height:2.11115rem;top:27.152164459229rem;left:1.7926136255264rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRfNSEuGxSR7Rr4c4I4HR1dZWbSlvkz { display:flex;width:1.25rem;height:1.25rem;top:16.17524766922rem;left:0.56818175315857rem; }
 }@media only screen and (max-width: 763px) { #yeUUtbEr1CFzO13ixTVZ3rQMtTMhITy5 { display:flex;width:4.5rem;height:4.5rem;top:7.4467430114744rem;left:7.749467253685rem; }
 }@media only screen and (max-width: 763px) { #S8MqgIUfliqSA0adcFf0T5GZEkXT3I2E { display:flex;width:1.25rem;height:1.25rem;top:18.665836811066rem;left:0.56729400157929rem; }
 }@media only screen and (max-width: 763px) { #VfAVQoLzltqPkivUg1bIzEuUP5mLRwfL { display:flex;width:1.25rem;height:1.25rem;top:21.374643802643rem;left:0.44229400157929rem; }
 }@media only screen and (max-width: 763px) { #rppS8F4vDTZAxQnogIumQWb6W39mhO8h { display:flex;width:1.25rem;height:1.25rem;top:24.417789936066rem;left:0.31729400157929rem; }
 }@media only screen and (max-width: 763px) { #J1p5twb1auwnBek2C9IzPAih5e4KWUyV { display:flex;width:1.25rem;height:1.25rem;top:27.580787658691rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #hS08gs6J3BSvuubq0hpTcgyhAgyBTffP { width:20rem;height:24.4375rem;top:32.592700958252rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVMOQ0TJImF87eOWCnHengTsTO0kM2Ay { width:17.6243125rem;height:1.8679rem;top:38.219104766846rem;left:1.186967253685rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRyqSrXQJGL6tDcskTNww58HZPFaU13 { width:17.5625rem;height:2.11115rem;top:42.141334533691rem;left:1.8749998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNtmCyUpVxVkHR9gMoiQATuQ3nQq1FQ { width:17.8125rem;height:2.11115rem;top:44.992008209229rem;left:1.6876775026321rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsVu4IaKrQDnyy2OHJvCfwL3xcgpNkRw { width:17.6875rem;height:2.11115rem;top:48.054862976074rem;left:1.7499998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ98iKmDm49JdPLNWlu5QMJctIVZxIIV { width:17.4375rem;height:2.11115rem;top:51.266510009766rem;left:1.6878551244736rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM91PfalkFADbfqSgttlwdICZ4tI4bkU { width:18.1875rem;height:2.11115rem;top:54.246622085571rem;left:1.5624998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOGiqdwlhG9J3DSp3mraAeTcmFf71xM { display:flex;width:4.8117875rem;height:4.8117875rem;top:32.842683792114rem;left:7.593217253685rem; }
 }@media only screen and (max-width: 763px) { #VnX5MvBLI2MFTaTDxyReHCk2LghyBAOf { display:flex;width:1.875rem;height:1.875rem;top:42.258522033691rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9qJGP25xlELKAM3IWw7XiTqGtXMvk7C { display:flex;width:1.875rem;height:1.875rem;top:45.109195709229rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uEgHXvJ52mfiPrZxgKIgtT8JEl5XF7Rl { display:flex;width:1.875rem;height:1.875rem;top:48.172050476074rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4rJidyqSnVDo39pFyAmMtdQo7bqeE4P { display:flex;width:1.875rem;height:1.875rem;top:51.321197509766rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VCT6stHVJ9oa8QaNJwPpQMUVBJDikblT { display:flex;width:1.875rem;height:1.875rem;top:54.112567901611rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK { display:block; }#Q6mbSTsIDXWrWPXrGxpSR5aUaailsdTK > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-heading-text { font-size:0.875rem;height:auto; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK { display:flex;height:auto;width:17.5rem;top:4.2462768554688rem;left:0rem; }
#zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #GeUmhbSTE84fmSDb4MGzaOMlyoPbszZx {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #R4iQpyu5LNmQTfo0Xbpp8kVq8ZBIMZbD {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FCDQn8ZZapBD0UGToRfTSWCR8UwvqKvR {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #palhTxDzfA6oN72T7gK0XVTlBurhu4EW {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RxwuaJ7lhqKdyaFTeQhg945OsMRk7eEm {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #x3lau6fpN16298nc5lW010EyZxlVsowf {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #QdaMq2tJd2cK6btNyVdaZMObCMehoEiG {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #t62w3gGpB4PSPdb9PbU11ksATSara2JJ {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TkIumlIETFfwxOvZTShbcC1f9l1PTTTF {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #dKTz8pbypTGn3WTXGWmPdBFF8S7WlSws {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #sDkNpBBsmyLTyJGLB98X3KrfNMvEKv52 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #rCTHExzDvOcHJPkcTsyX64BdTyPI2uod {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #cGlDbtMLZsgROtibdK95T4kCSR1bNq7m {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TGaHJTwzNciBGvXOn4nnsgiePnE2y7w6 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #fvcZxbZUeTvu0r2qcoNG6TT10LNNhPk7 {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TtTkyik66WhbyATbPz3moFPNeThlnF0q {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #RPsnrQ0ZkRpQEudLPAhz4X4wr8xPsgBg {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ac3MoflLtzMXKUUKi1FdJXnTVDWmyrBr {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #TzoMscU8wb0ZNM0ouSXDIrPfnTplstiv {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #DpQNWIbepSKCGUzO7XVofgrfwub9Mx9X {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #aQ3yIW9FFDS1zUdZVhMS7pu5q44TogzB {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #FDt0eAD4nBRsKv8xkbbN7fo3dKTaq9HU {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #JFocnpluK0Ldt3Hb6lDkJlySS9fPZy6Q {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #yKG5DckAd6dAMCPWX2VrTqZDPMwkTksI {  }
 }@media only screen and (max-width: 763px) { #zztU15oKWDUHR4TXdTdR4HVv6Nl8ATvK #ohJOI804nw5u6yLzxqZpTSpda0Ie1xNf {  }
 }@media only screen and (max-width: 763px) { #oxELZ10MFaO7Qu7bzEEtlf0zQzJraDRO { width:20rem;height:1.9504625rem;top:0.96768426895144rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ObSoL8X2eq71gia2UyKHeJbasJwo6a { width:18.9994375rem;height:3.4375rem;top:32.308229446411rem;left:0.49982237815857rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7w6mehV542rTgRvHDk8I3OqdwEGpDPG { display:block; }
 }@media only screen and (max-width: 763px) { #xh1492R7UAzKJ9Nx2ArGJATeFX31RNfn { width:20rem;height:0.8931125rem;top:44.560546875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOnqqrw1VfkTtyyfvP7QRpMBwapmJhBC { width:6.937125rem;height:6.81375rem;top:36.621980667114rem;left:6.530539393425rem;display:block; }
 }