.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.29980625rem;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:31.6875rem;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:#e00b24;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:;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.37375rem;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.310190200806rem;left:7.9350137710569rem;height:4.7109375rem;text-align:left;text-align-last:left;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.357926125rem;height:3.295457375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.49733543396rem;left:19.386541366577rem;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; }
#M8k7BEOs0tTD90pfTQDa56lB1E66a3uN { color:rgba(var(--color-tertiary-4),1);display:block;width:26.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:20.623224258423rem;left:12.246980667114rem;height:4.875rem;display:block; }
#LPDq7ABTeIZHRpqRMbolWiQqmUgODl7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:20.623224258423rem;left:9.9476203918456rem; }
#UsL5NJXhtK5tvyXvB0WtTBRq32PA2Sav { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:23.802377700806rem;left:9.9476203918456rem; }
#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:49.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:15rem;text-align:center;text-align-last:center;display:block; }
#gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { color:#a70606;display:block;width:25.2494375rem;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:22.123579025269rem;left:25.735973358154rem;height:2.11230625rem;display:block; }
#y5EtbhiLPSrBtidW0yFdGA7XT1LU2QTO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.06125rem;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:24.944068908691rem;left:9.9689273834231rem;height:14.69530625rem;text-align:center;text-align-last:center;display:block; }
#FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { box-sizing:content-box;height:21.5625rem;width:62.4375rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:19.335049629211rem;left:5.99609375rem;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; }
#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.761725rem;display:block; }
#lpkdzLFcMuhhs8baArenLJvbnTxCx0LP { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;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.8627471923828rem;left:5.5211296081543rem;height:4.38743125rem;display:block; }
#e6RZWWHudFKMmPxibwbL8qognTcRqwmG { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6864375rem;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:9.02077293396rem;left:5.5220165252686rem;height:6.171875rem;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:18.344284057618rem;left:31.460403442382rem;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:23.323863983154rem;left:31.460403442382rem;height:1.8681625rem;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:25.888673782349rem;left:31.460403442382rem;height:14.619125rem;text-align:justify;text-align-last:initial;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.3119375rem;width:18.125rem;top:18.344284057618rem;left:9.2160873413088rem;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.343738625rem;height:3.281251125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.408380508423rem;left:52.446731567382rem;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:20.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; }#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.4375rem;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:60.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:9.74609375rem;height:9.75rem;text-align:center;text-align-last:center;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.94921875rem;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.7493125rem;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.561434745789rem;left:6.9248933792112rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#okVX8hFod1L5625yf1tJWV7a94k9lmxO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;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.164772987366rem;left:6.3689632415769rem;height:11.36721875rem;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.504616737366rem;left:29.843395233154rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { color:rgba(var(--color-tertiary-4),1);display:block;width:15.685375rem;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:16.164772987366rem;left:29.656425476074rem;height:10.2305rem;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:2.5996125rem;text-align:center;text-align-last:center;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.09375rem;text-align:justify;text-align-last:initial;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.50550365448rem;left:58.750888824463rem; }
#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:61.75rem;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.8125rem;width:40.5625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:1.322265625rem;left:17.8974609375rem;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:2.9521484375rem;left:20.52734375rem;height:1.46218125rem;display:block; }
#mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;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:6.763671875rem;left:20.71484375rem;height:1.46218125rem;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:10.7646484375rem;left:20.52734375rem;height:1.46218125rem;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:15.140625rem;left:20.52734375rem;height:1.46218125rem;display:block; }
#GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { color:#e81616;display:block;width:4.561525rem;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:2.951171875rem;left:50.58984375rem;height:1.46218125rem;display:block; }
#CmOueLRl1B6cXPLl55KAN8nVZhtm69iE { color:#e81616;display:block;width:4.561525rem;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:6.7626953125rem;left:50.58984375rem;height:1.46218125rem;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:10.763671875rem;left:50.58984375rem;height:1.46218125rem;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:15.1396484375rem;left:50.58984375rem;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:5.3271484375rem;left:20.75rem;display:block; }
#VgTS3dl6PSnGJToBrHetlfix8ZeUTblu { box-sizing:content-box;height:0.3125rem;width:33.499rem;position:absolute;display:block;z-index:15007;background-color:#fdfafb;background-image:none;top:9.4521484375rem;left:20.7490234375rem;display:block; }
#Q2C6yTyKgDWeIZdBoEqdP5MH3MooMTUc { box-sizing:content-box;height:0.3125rem;width:33.499rem;position:absolute;display:block;z-index:15008;background-color:#fdfafb;background-image:none;top:13.388671875rem;left:20.52734375rem;display:block; }
#dSgUyoLO9H2FokZhZZHDR7NacXGCctMc { box-sizing:content-box;height:0.3125rem;width:33.499rem;position:absolute;display:block;z-index:15009;background-color:#fdfafb;background-image:none;top:17.828125rem;left:20.52734375rem;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:20.076171875rem;left:20.52734375rem;height:1.625rem;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:20.076171875rem;left:49.7509765625rem;height:1.625rem;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:18.826171875rem;left:20.0625rem;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:24.9580078125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T7Z4C1zdKZPGa7V9o31Aoyu2D9KL2Cef { color:#1f7406;display:block;width:20.999rem;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:30.08203125rem;left:26.9990234375rem;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:24.14453125rem;left:21.78125rem;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.499rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.888671875rem;left:21.7490234375rem;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.124rem;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:44.1884765625rem;left:19.4365234375rem;height:15.18945625rem;text-align:center;text-align-last:center;display:block; }
#UdnwewsFPeTlNzhvhko12aDPVHytIUA6 { box-sizing:content-box;height:3.624025rem;width:32.0615rem;position:absolute;display:block;z-index:15015;background-color:#f1bf76;background-image:none;box-shadow: none;border-top:0.0625rem solid #f18c00;border-left:0.0625rem solid #f18c00;border-right:0.0625rem solid #f18c00;border-bottom:0.0625rem solid #f18c00;top:33.625rem;left:21.4052734375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#L48Pq0IHHkoMKAoxhv7naoy7gzfmm2Ec { color:#a4712a;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.646484375rem;left:28.3896484375rem;height:1.70605625rem;font-style:normal;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:41.5625rem;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.8681625rem;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.76171875rem;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.76171875rem;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.76171875rem;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.76171875rem;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.76171875rem;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.8681625rem;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.76171875rem;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.76171875rem;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.76171875rem;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.76171875rem;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.76171875rem;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.683625rem;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 #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; }
#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; }
#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.4375rem;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.499rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.03515625rem;left:23.4140625rem;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.0556625rem;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:;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUQTloFSaEzyiMVTCrm5rODnuy6JIWh { top:14.25rem;left:0rem;width:40.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSygOfTBhPFPx9sIJXvRNTxoSOETGs0 { width:17.3125rem;height:3.25rem;top:27.4375rem;left:5.7615413665771rem;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) { #M8k7BEOs0tTD90pfTQDa56lB1E66a3uN { top:20.5625rem;left:0rem;width:26.5625rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDq7ABTeIZHRpqRMbolWiQqmUgODl7K { top:20.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL5NJXhtK5tvyXvB0WtTBRq32PA2Sav { top:23.75rem;left:0rem;width:1.6875rem;height:1.6875rem;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:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { top:22.0625rem;left:12.110973358154rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5EtbhiLPSrBtidW0yFdGA7XT1LU2QTO { top:24.9375rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { top:19.3125rem;left:0rem;width:47.125rem;height:21.5625rem;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:45.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZWWHudFKMmPxibwbL8qognTcRqwmG { top:9rem;left:0rem;width:42.625rem;height:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWFkB9eJB7XqqcxCwTHTw2DCNiCQ8fm6 { top:18.3125rem;left:17.835403442382rem;width:27.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZtsuqoelg1dUdapJmcMCVp15fTAhNL { top:23.3125rem;left:17.835403442382rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzU8b105u2ETDwGqUibBW8VPJFShTuX { top:25.875rem;left:11.1875rem;width:36.5625rem;height:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR5ZuQ6AC19toWsqdFEMsbeslWsUPl3K { top:18.3125rem;left:0rem;width:18.125rem;height:24.3119375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2eJvPgVQWwfr1P9VzaiTetCV7XBaSn { width:17.3125rem;height:3.25rem;top:10.375rem;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.934837341309rem;width:28.125rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psW7PSx7BzARDrdyw6X4P3Q7KgfgESo3 { top:8.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;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.7744140625rem;width:21.75rem;height:1.9375rem;font-size:1.3125rem;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.5rem;left:0rem;width:15.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVX8hFod1L5625yf1tJWV7a94k9lmxO { top:16.125rem;left:0rem;width:16.375rem;height:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8T3afugIc76EdlRcwAIehqrveFl2HBS { top:13.5rem;left:16.218395233154rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { top:16.125rem;left:16.031425476074rem;width:15.625rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozf0ePysNLnt20dq62U9NKCdfFKTP9de { top:13.5625rem;left:31.625rem;width:16.125rem;height:2.5625rem;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:44.625rem;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:1.3125rem;left:4.2724609375rem;width:40.5625rem;height:58.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeLhKSkTP5MQLAFSuWQpAT04ESEZC9BV { top:2.9375rem;left:6.90234375rem;width:14.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { top:6.75rem;left:7.08984375rem;width:27.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNNayuJLDHv2rlKKFN4bvfOhdFGB0PRZ { top:10.75rem;left:6.90234375rem;width:30.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RMA9Lr3uMp4HpyuFMIh902sJVAaH7t { top:15.125rem;left:6.90234375rem;width:20.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { top:2.9375rem;left:36.96484375rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmOueLRl1B6cXPLl55KAN8nVZhtm69iE { top:6.75rem;left:36.96484375rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXGDiugnoX6LpMcXclZvGBivaNLgEcgU { top:10.75rem;left:36.96484375rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPEcpRPFcJPqT0vhsJ9HIg5Z5QXPAMC { top:15.125rem;left:36.96484375rem;width:4.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnWAPpyLbaFcDZm7nRbmC7NV7TUndg2 { top:5.3125rem;left:7.125rem;width:33.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTS3dl6PSnGJToBrHetlfix8ZeUTblu { top:9.4375rem;left:7.1240234375rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2C6yTyKgDWeIZdBoEqdP5MH3MooMTUc { top:13.375rem;left:6.90234375rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSgUyoLO9H2FokZhZZHDR7NacXGCctMc { top:17.8125rem;left:6.90234375rem;width:33.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oZRAN02ARe7lNhwggZs30x73HTA1Zl { top:20.0625rem;left:6.90234375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvlAw1ABDg17NTKTVkaHoXqiDSfe4TCs { top:20.0625rem;left:36.1259765625rem;width:4.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsNPfkSga3JwTWkqsCL42sLS8SMvWopt { top:18.8125rem;left:6.4375rem;width:34.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQmekMmw9vHXEhMy4lAJUbGFwSw57QL { top:24.9375rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z4C1zdKZPGa7V9o31Aoyu2D9KL2Cef { top:30.0625rem;left:13.3740234375rem;width:20.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJJTRLXb3qrxcex3DPVVXITUBCWATn4U { top:24.125rem;left:8.15625rem;width:30.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDBnLwIKKv5wmrJ0zk0DQeySTHtJVhkM { width:31.4375rem;height:3.4375rem;top:38.875rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZpCKgL3QSNHJ5PMpL5SIHSWlWXAskW { display:block; }
 }@media only screen and (max-width: 763px) { #urTI9iuQ3T0oxXqqDh2SD58AQTSaepS7 { top:44.1875rem;left:5.8115234375rem;width:36.0625rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnwewsFPeTlNzhvhko12aDPVHytIUA6 { top:33.625rem;left:7.7802734375rem;width:32rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48Pq0IHHkoMKAoxhv7naoy7gzfmm2Ec { top:34.625rem;left:14.7646484375rem;width:28.4375rem;height:1.6875rem;font-size:1.1875rem;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 #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) { #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) { #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:31rem;left:9.7890625rem;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.4375rem;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:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr6ofM8Xn5tkwQBP6SuFxHbMq2rRiT5b { width:20rem;height:7.1484375rem;top:1.1220703125rem;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:2.923825rem;top:8.7705078125rem;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.1581875rem;height:3.094725rem;top:23.1669921875rem;left:1.419921875rem;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:11.6923828125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8k7BEOs0tTD90pfTQDa56lB1E66a3uN { width:17.0625rem;height:4.62890625rem;top:27.6982421875rem;left:2.3876953125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDq7ABTeIZHRpqRMbolWiQqmUgODl7K { display:flex;width:1.6875rem;height:1.6875rem;top:27.5107421875rem;left:0.5751953125rem; }
 }@media only screen and (max-width: 763px) { #UsL5NJXhtK5tvyXvB0WtTBRq32PA2Sav { display:flex;width:1.6875rem;height:1.6875rem;top:30.8857421875rem;left:0.5751953125rem; }
 }@media only screen and (max-width: 763px) { #e92qD7Aizh68PVV2iHPJsV99KL1T1on8 { display:block; }#e92qD7Aizh68PVV2iHPJsV99KL1T1on8 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SckhSufL3F5ZEE9O58Ocn0UumCPmttgN { display:flex;width:2.31055rem;height:2.31055rem;top:29.001953125rem;left:16.5947265625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #u8bznRByChWg2gn21dbO4n6fR2M8snBO { width:20rem;height:25.3125rem;top:0.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFdQNmSUxl3z5Lq6ulu5RobWXHiAnEI { width:20rem;height:4.2246125rem;top:27.0263671875rem;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:18.369175rem;top:33.1865234375rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEBHxpwzCrkhfkoQLRIGIBXTzpyv9d0 { width:19.375rem;height:19.5625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 { display:block; }#pG5MtWJIzxvKAHoCu8zaDKAWvRGViV78 > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnLLzGy6kLHNbceciTaGSkx6oT0KUbl8 { width:20rem;height:2.761725rem;top:7.57421875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpkdzLFcMuhhs8baArenLJvbnTxCx0LP { width:20rem;height:6.5800625rem;top:0.369140625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RZWWHudFKMmPxibwbL8qognTcRqwmG { width:18.875rem;height:12.42775rem;top:9.6493310928344rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWFkB9eJB7XqqcxCwTHTw2DCNiCQ8fm6 { width:20rem;height:4.7109375rem;top:25.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZtsuqoelg1dUdapJmcMCVp15fTAhNL { width:12.5rem;height:1.8681625rem;top:57.085403442382rem;left:3.7499998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzU8b105u2ETDwGqUibBW8VPJFShTuX { width:19.0625rem;height:17.05075rem;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:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXLn0HQwUUMSWXK4s1KTlm28UoD9PIwc { width:20rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orfXKTmWFtNUlH2TJM37wTm3nl1JCDbm { width:18.1875rem;height:2.03125rem;top:5.8125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psW7PSx7BzARDrdyw6X4P3Q7KgfgESo3 { width:20rem;height:15.84375rem;top:7.90625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMG0euhleixgGzDDIcVryJJaGAivxib { display:block; }#hwMG0euhleixgGzDDIcVryJJaGAivxib > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1RE9czzdhuI0gKmqCZEbK25kfyBZ8sp { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVI5kzvemWhKQPwf2CteCwpJTb9ANAtv { width:17.3125rem;height:15.1875rem;top:4.3369140625rem;left:1.7529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmqhKlRft1VhtPc42mCy1Q1Th1eUAgp { width:15.3125rem;height:2.5996125rem;top:7.4619140625rem;left:2.8154296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVX8hFod1L5625yf1tJWV7a94k9lmxO { width:15.3125rem;height:9.7461125rem;top:10.21484375rem;left:2.8154296875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8T3afugIc76EdlRcwAIehqrveFl2HBS { width:15.124rem;height:2.5996125rem;top:25.0849609375rem;left:2.908203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOkyMRar0XLuEG0I3GqcJ1yaH4ols6C { width:15.625rem;height:7.796875rem;top:28.154296875rem;left:2.6591796875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozf0ePysNLnt20dq62U9NKCdfFKTP9de { width:16.1865rem;height:2.5996125rem;top:43.69921875rem;left:3.06640625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtieKqLIaLKmR9vyGTsUPXp96lm14O2 { width:15.25rem;height:7.796875rem;top:46.361328125rem;left:2.6875rem;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:20.576171875rem;left:1.6591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOA8l1tbvMI2RPD6zXxJJPllNSm3CB6p { width:17.25rem;height:16.875rem;top:38.0810546875rem;left:1.7841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DauOr3yToH8xRpcAIHaqyfNaatwKAZhw { display:flex;width:3.125rem;height:3.125rem;top:4.3369140625rem;left:8.9091796875rem; }
 }@media only screen and (max-width: 763px) { #Je4EHID7oVdppMzKGrpT5PwLkDoUtNuk { display:flex;width:3.125rem;height:3.125rem;top:21.3984375rem;left:8.9091796875rem; }
 }@media only screen and (max-width: 763px) { #hy8xHOQhNm5FkBMNSD9bW72TT2hpCe6r { display:flex;width:3.125rem;height:3.125rem;top:39.0751953125rem;left:8.9091796875rem; }
 }@media only screen and (max-width: 763px) { #edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh { display:block; }#edJvgF9A8KaTlQxTaULHJwf4xsqDRTkh > .row .container { width:20rem;height:61rem;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.21875rem;top:2.3579540252686rem;left:1.1212712526321rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhz4UEuqwbhCKy7R4NHdDKRrB8zHu5oE { width:16.75rem;height:2.4375rem;top:5.7392578125rem;left:1.12109375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNNayuJLDHv2rlKKFN4bvfOhdFGB0PRZ { width:17.1875rem;height:2.4375rem;top:9.2958984375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0RMA9Lr3uMp4HpyuFMIh902sJVAaH7t { width:15.3125rem;height:2.4375rem;top:13.0869140625rem;left:0.8701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXHaANLf3BTZumEJNPAxxN6c00KoXeVM { width:4.4992875rem;height:1.21875rem;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.21875rem;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.21875rem;top:9.912109375rem;left:15.2509765625rem;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.21875rem;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.625rem;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.625rem;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.5996125rem;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.9140625rem;top:37.890623092651rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnwewsFPeTlNzhvhko12aDPVHytIUA6 { width:19.875rem;height:3.5625rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48Pq0IHHkoMKAoxhv7naoy7gzfmm2Ec { width:17.375rem;height:1.54296875rem;top:56.947265625rem;left:1.3125rem;font-size:1.1875rem;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.8681625rem;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.111325rem;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.111325rem;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.111325rem;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.111325rem;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.111325rem;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.8681625rem;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.111325rem;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.111325rem;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.111325rem;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.111325rem;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.111325rem;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 #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) { #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) { #oxELZ10MFaO7Qu7bzEEtlf0zQzJraDRO { width:20rem;height:1.94921875rem;top:0.96768426895144rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ObSoL8X2eq71gia2UyKHeJbasJwo6a { width:18.999rem;height:3.4375rem;top:28.6826171875rem;left:0.4990234375rem;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.89355625rem;top:41.060546875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOnqqrw1VfkTtyyfvP7QRpMBwapmJhBC { width:6.9365rem;height:6.8135rem;top:33.37109375rem;left:6.5302734375rem;display:block; }
 }