.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fdc9c4;background-image:url("https://images.assets-landingi.com/uc/20f4463c-7ed0-46f6-bc26-b3fe0a0194c8/header.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;overflow:visible;position:relative;display:block; }#ay67zEMTc78qmuCQXeDnr7uT1XlrRT3x { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#emKDlxOQw87OJHo31NhFWtTsdFnmqVJW { box-sizing:content-box;height:13.5rem;width:38.1875rem;position:absolute;display:block;z-index:15002;background-color:#eb140a;background-image:none;top:34.4375rem;left:3.75rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#Jb7h9yKKsSriNuqIolHDLba2AWnxKXtt { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"a1 serif";font-size:2.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.8193359375rem;left:5.375rem;height:3.49365rem;display:block; }
#iDdTTVTveUobkXZGaESg2OM2UJIlOGlA { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:41.25rem;left:5.375rem;height:4.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container { background-color: transparent; background-image: none; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container > .video-iframe-container { display: none; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row > .video-iframe-container { display: none; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .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); }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container { border-width: 0; border-radius: 0; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container { font-size:0.875rem;font-family:arial;height:155rem;width:60rem;position:relative;display:block; }#GWN1sBa5R22TCkqeg3xZc5TwieDilePe { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.3125rem;left:28.9375rem;height:4.875rem;font-style:normal;display:block; }
#RcgL5NVyHN4VMm7i5R5wT6ehAwhr5FBd { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.25rem;height:4.0625rem;text-align:justify;text-align-last:initial;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; }
#hk7w45UzOthNckRVnpNifEC2Q6u9WHxS { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.4375rem;left:10.625rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EBEOoSK3BhxPsGOlcJQZ3eopc4R5T9su { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:6.25rem;height:6.09375rem;text-align:justify;text-align-last:initial;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; }
#weJna6RkUKzMmCnAFoqkpLCWNJt4lVzg { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.9375rem;left:10.5rem;height:6.09375rem;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; }
#LO7aoKdJWlfkfLqPVkGQtx6eR6RouLU7 { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:86rem;left:6.25rem;height:4.0625rem;text-align:justify;text-align-last:initial;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; }
#VeHi0hTmyBggfmNPM13rm05NNacRWhah { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:137.5625rem;left:6.25rem;height:8.125rem;text-align:justify;text-align-last:initial;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; }
#dLnGatBPN2VM8dnH6UQAayieIBOfnLLv { box-sizing:content-box;height:24.5625rem;width:49.3125rem;position:absolute;display:block;z-index:14997;background-color:#f3f3f3;background-image:none;top:9.625rem;left:5.375rem;display:block; }
#rAdr0u542TE06Xh5yMoIHOK5kZ6FJqnr { box-sizing:content-box;height:48.9375rem;width:49.3125rem;position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;top:42.5625rem;left:5.375rem;display:block; }
#I6aggLfSJFSQmHHEqQ5lsaDqktiSnitX { box-sizing:content-box;height:11.8125rem;width:49.3125rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:135.9375rem;left:5.375rem;display:block; }
#rGE5FyxVhtfqpHt5atcPT2X1lW6JumL5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:15.6875rem;left:6.25rem;overflow:hidden;display:block; }
#Hha2lgzZGc3K2nuLcyrlMQ1EWxDxJdZK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:19.9375rem;left:6.25rem;overflow:hidden;display:block; }
#VrZK8NNH7ad0yGCTtNlQ69Xlry4SnmyQ { position:absolute;display:block;z-index:15017;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.5625rem;width:6.5625rem;top:2.5625rem;left:26.5625rem;overflow:hidden;display:block; }
#D99fdtOAb2rP9z3DRKKVH5ybAws2WT4M { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.125rem;left:28.9375rem;height:4.875rem;font-style:normal;display:block; }
#GRvBpzFb6wz3IFHB1usrfPtk6E4G9AD6 { position:absolute;display:block;z-index:15019;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.5625rem;width:6.5625rem;top:35.375rem;left:26.5625rem;overflow:hidden;display:block; }
#c6u4wW0xW36iGDdVxgmQfvVX5NSieho4 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:95.6875rem;left:29.125rem;height:4.874875rem;font-style:normal;display:block; }
#dQaOBTiTU2d2PDqpvVlVoULCN1aPbOFS { position:absolute;display:block;z-index:15021;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.5625rem;width:6.5625rem;top:94.9375rem;left:26.75rem;overflow:hidden;display:block; }
#sbuRpV3TnbZbe8WLSyLZffUR2HCvGHc9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:43.875rem;left:6.25rem;overflow:hidden;display:block; }
#EV2vSq1TNtD3dm2MkNUTruZqvwBugyNL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:48.25rem;left:6.25rem;overflow:hidden;display:block; }
#SiRLZbxTH9ZmN6D8BnAVycI6GtEFpAuu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:76.8125rem;left:6.25rem;overflow:hidden;display:block; }
#IbggnOpadAL3HFZfkBfG3m98bCNKGiUp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:80.625rem;left:6.25rem;overflow:hidden;display:block; }
#TFmgUEu0XznmmCptT4hQCGnzWqUCR5Ph { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:77.4375rem;left:10.625rem;height:6.09375rem;display:block; }
#OLb3hycs0JKcsVxTgQ5dpNXXcKpQVVvK { position:absolute;display:block;z-index:15024;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:20.75rem;width:19.5rem;top:54.0625rem;left:20.25rem;display:block; }
#zCTItnDhGk6iA0iiHKoA07fzWKzEXbq0 { position:absolute;display:block;z-index:15023;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.5625rem;width:6.5625rem;top:127.875rem;left:26.75rem;overflow:hidden;display:block; }
#gAbK7LGFXbZnIDLNznQ4cDAKvToxmpnM { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:128.625rem;left:29.0625rem;height:4.874875rem;font-style:normal;display:block; }
#eAOVbKb88yUpivzz5pirLndDsUxbJ7V6 { box-sizing:content-box;height:20.125rem;width:49.3125rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;top:104.49951171875rem;left:5.3125rem;display:block; }
#DbWtmMd0QZOM83q8OHx6mWsvZxzpnLW8 { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:106.12487792969rem;left:10.625rem;height:14.21875rem;text-align:justify;text-align-last:initial;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; }
#ANakntR4zRtux9obdG159dM1p0MvT5iB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:3.8745125rem;top:106.12487792969rem;left:6.25rem;overflow:hidden;display:block; }
#M7BNSiHtrTgefTcR9Kf0r6w0kuPSAUBq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:3.8745125rem;top:113.42895507812rem;left:6.25rem;overflow:hidden;display:block; }
#THN15qqv7JsNc5UWpHnBTdUiABvhKm6t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:3.8745125rem;top:118.53942871094rem;left:6.25rem;overflow:hidden;display:block; }
#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff372d, #820000);background-image: -moz-linear-gradient(90deg, #ff372d, #820000);background-image: -ms-linear-gradient(90deg, #ff372d, #820000);background-image: -o-linear-gradient(90deg, #ff372d, #820000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#820000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#820000' );";background-image: linear-gradient(90deg, #ff372d, #820000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container { background-color: transparent; background-image: none; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container > .video-iframe-container { display: none; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row > .video-iframe-container { display: none; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .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); }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container { border-width: 0; border-radius: 0; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#huq67HxnLR99SA9bi1QkrkOetGSxLk2e { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"a1 serif";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4368457794189rem;left:2.40625rem;height:2.6001rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hKx5WbtmPyXTOpVhiHfWRJknSNODW0RO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.6875rem;width:47.5rem;top:9.0618457794187rem;left:6.25rem;display:block; }
#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container { background-color: transparent; background-image: none; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container > .video-iframe-container { display: none; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row > .video-iframe-container { display: none; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .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); }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container { border-width: 0; border-radius: 0; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#rdMsIbQxyx5TyVU52yFqdVKJi4ZeS75q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ciIy82BXrO9IGJLTc8cT4KFDGt0qN2v0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:21.75rem;top:27.5625rem;left:38.25rem;overflow:hidden;display:block; }
#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container { background-color: transparent; background-image: none; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container > .video-iframe-container { display: none; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row > .video-iframe-container { display: none; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .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); }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container { border-width: 0; border-radius: 0; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#a8DF6CQObW9lTVvQ8VEmF0RHuRnmRVHQ { color:#ff0042;display:block;width:47.5rem;position:absolute;font-family:"a1 serif";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0000019073486rem;left:6.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#ZrhBPIchgTUmtuN9DeIcHT3uLF1q4a1o { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6868495941163rem;left:6.25rem;height:4.0625rem;text-align:justify;text-align-last:initial;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; }
#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container { background-color: transparent; background-image: none; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container > .video-iframe-container { display: none; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row > .video-iframe-container { display: none; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .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); }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container { border-width: 0; border-radius: 0; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:60rem;position:relative;display:block; }#gbrwdwmI3pmMqHWxAx0G43UsEfUf32Ju { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 serif";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#tUqfNDespRncVyltNvWequ4LHX3SJhUN { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:6.25rem;height:2.03125rem;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; }
#dckZXOE3AtCob1qke6OlyT3h0Tn21RfB { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.0625rem;left:6.25rem;height:4.0625rem;text-align:justify;text-align-last:initial;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; }
#MozF027dZweZmR5WfMOG1NTTqoVkJrkq { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"a1 sans";font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:61.0625rem;left:6.25rem;height:4.0625rem;text-align:justify;text-align-last:initial;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; }
#b6RwPeUqAifCqCeITIEAOcJL6Tt9kdqI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:22.9375rem;top:33.71826171875rem;left:18.5302734375rem;overflow:hidden;display:block; }
#JFTeXb5SNBI7CKiXUNqsR4JiUF88VTgu { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.125rem;left:29.125rem;height:4.875rem;font-style:normal;display:block; }
#dogiGfWFXGpi6hTvJ8JNRhRC6R0LoMML { position:absolute;display:block;z-index:15023;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.5625rem;width:6.5625rem;top:6.375rem;left:26.75rem;overflow:hidden;display:block; }
#FInMWI9LAEZV4BhLZAd48GJs7m5MWoap { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.9375rem;left:29.125rem;height:4.875rem;font-style:normal;display:block; }
#EwFPdrWxJFh512Rp3dBpoMr9bKMgG3Vl { position:absolute;display:block;z-index:15025;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.5625rem;width:6.5625rem;top:19.1875rem;left:26.75rem;overflow:hidden;display:block; }
#UhBH41H9VSV7A8GvO58EiDqy8eXtG85q { color:#ffffff;display:block;width:2.062375rem;position:absolute;font-family:"a1 serif";font-size:3.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:53.9375rem;left:29rem;height:4.874875rem;font-style:normal;display:block; }
#eNdTHCmPotcvzIkRkyAqcgmRBCmnvb8l { position:absolute;display:block;z-index:15026;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.5625rem;width:6.5625rem;top:53.0625rem;left:26.75rem;overflow:hidden;display:block; }
#Qcakte3XAS8AtrqTDeycEIrauetOFOSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff372d, #820000);background-image: -moz-linear-gradient(90deg, #ff372d, #820000);background-image: -ms-linear-gradient(90deg, #ff372d, #820000);background-image: -o-linear-gradient(90deg, #ff372d, #820000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#820000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#820000' );";background-image: linear-gradient(90deg, #ff372d, #820000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container { background-color: transparent; background-image: none; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container > .video-iframe-container { display: none; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row > .video-iframe-container { display: none; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .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); }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container { border-width: 0; border-radius: 0; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .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:transparent;background-image: -webkit-linear-gradient(90deg, rgba(185,10,5,0.4), rgba(130,0,0,0.4));background-image: -moz-linear-gradient(90deg, rgba(185,10,5,0.4), rgba(130,0,0,0.4));background-image: -ms-linear-gradient(90deg, rgba(185,10,5,0.4), rgba(130,0,0,0.4));background-image: -o-linear-gradient(90deg, rgba(185,10,5,0.4), rgba(130,0,0,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b90a05', endColorstr='#66820000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b90a05', endColorstr='#66820000' );";background-image: linear-gradient(90deg, rgba(185,10,5,0.4), rgba(130,0,0,0.4));background-size:contain !important;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .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; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5625rem;font-family:"a1 sans";color:#ffffff;height:auto;line-height:1.3;overflow:hidden; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .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.5625rem;font-family:"a1 sans";color:#ffffff;height:auto;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-trigger.adaptive-delivery-prevent-bg, #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-trigger.lazyload, #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-trigger.lazyloading { background-image: none; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 { box-sizing:content-box;height:auto;width:45.5609375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.8125rem;left:7.125rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #SEtBPdL9xFCrtKRU1qsvHlABHETVdnqr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TlExRfztc6AgJCAtTfpCP9E7k2DPONnI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AXJBbiMZ8NrWVSMDrWRheoHVC5pQnytn { display:block;position:relative; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #XTFF4wKTTG8dNP5HpsJsf3vmQENma4wb {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #GrG6h3LdRlQrbmU6sL9ExnmVITO2GCTF {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #VZonEST6qdzHVu1GXTnB9JzKFUSVoB6Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #O1TsSgcZbrZcyaksAAZ42z6kbNqnih7J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #iuDyRasCIQBWu2LbBCTBrqCikbxKDebX { display:block;position:relative; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kldkET8nmgCfT1maN0oice2cTLgKLx8p {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #Wmd9qmfw8dXfSTFF2yUz15Zs6WoDJ1T8 { display:none; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kHC04f7caSpdbzpB2c2aQVRMtkQcHlwt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #suRTNTTRXzoHqAZnTthLQHbtKPi0cdKI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #oi2GfirhmhAmbV72EaosxXJK1Xo4ePI2 { display:block;position:relative; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QWzTiWFldTOJW58Vl9y05q782NGxlrlZ {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #fVwNR0TxOSPLEGpdTRDuJJdUBG7JlRI9 { display:none; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TP7OTuMTpmhUDAQb2q4QAqDikHZ1WTTB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QCZy5vqtm83IPsF4x7JeIKUCRy7A5PVy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #wC38PQAswwJ86EIuAIQCJGs7fWrKhCqM { display:block;position:relative; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #sd4qsLkkFQq3xJ1BzEITzmufCRbHQGC6 {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RydusKILIEyNqq0NA1cCFvWdfdhZfnC1 { display:none; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ctXLHyp3G7FPgZBNKWQgJNQBnz0uF7MV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ZKJmS2JsM6RuiqsuIbvFZrCXvdyPfQcI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AVQelZc7dvTZZpwNqVZnCVIcPWgIrker { display:block;position:relative; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RMtoLmuaRB1H9PxwfhZPLmAlL9CX5IGw {  }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #v6S0pAN7ztO6Jn6TzobmCPEH36nAPaWM { display:none; }
#yzpTAdTFSE8cqlzGDWsNedZFdCcJ9JVh { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"a1 serif";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.25rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2PCe48xP7CA769LWuwORHJs2TTLfVte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#460000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container { background-color: transparent; background-image: none; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container > .video-iframe-container { display: none; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row > .video-iframe-container { display: none; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .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); }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container { border-width: 0; border-radius: 0; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#gxc554mul480T7LQuTZJoCRyL5cgSfnK { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"a1 sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#k4p8HOWpLlTHmUFTpVavhb1FdOJw2zMX { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"a1 sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nP97OoL2c6AzLy2P4w1TD1Kek3kKu2k0 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"a1 sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:24.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VSi6md3VTL51S1PbCr9WBQS0pbgDo0C7 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"a1 sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:45.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay67zEMTc78qmuCQXeDnr7uT1XlrRT3x { top:0rem;left:0rem;width:47.75rem;height:31.684114583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #emKDlxOQw87OJHo31NhFWtTsdFnmqVJW { top:34.4375rem;left:0rem;width:38.1875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb7h9yKKsSriNuqIolHDLba2AWnxKXtt { top:35.8125rem;left:0rem;width:32.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdTTVTveUobkXZGaESg2OM2UJIlOGlA { top:41.25rem;left:0rem;width:32.6875rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk { display:block; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWN1sBa5R22TCkqeg3xZc5TwieDilePe { top:3.3125rem;left:22.8125rem;width:2.0625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcgL5NVyHN4VMm7i5R5wT6ehAwhr5FBd { top:10.625rem;left:0.125rem;width:47.5rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7w45UzOthNckRVnpNifEC2Q6u9WHxS { top:16.4375rem;left:4.5rem;width:28.4375rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBEOoSK3BhxPsGOlcJQZ3eopc4R5T9su { top:27rem;left:0.125rem;width:47.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJna6RkUKzMmCnAFoqkpLCWNJt4lVzg { top:44.9375rem;left:4.375rem;width:42.5rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO7aoKdJWlfkfLqPVkGQtx6eR6RouLU7 { top:85.9375rem;left:0.125rem;width:47.5rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeHi0hTmyBggfmNPM13rm05NNacRWhah { top:137.5rem;left:0.125rem;width:47.5rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLnGatBPN2VM8dnH6UQAayieIBOfnLLv { top:9.625rem;left:0rem;width:47.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdr0u542TE06Xh5yMoIHOK5kZ6FJqnr { top:42.5625rem;left:0rem;width:47.75rem;height:48.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aggLfSJFSQmHHEqQ5lsaDqktiSnitX { top:135.9375rem;left:0rem;width:47.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGE5FyxVhtfqpHt5atcPT2X1lW6JumL5 { top:15.6875rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hha2lgzZGc3K2nuLcyrlMQ1EWxDxJdZK { top:19.9375rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZK8NNH7ad0yGCTtNlQ69Xlry4SnmyQ { top:2.5625rem;left:20.4375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D99fdtOAb2rP9z3DRKKVH5ybAws2WT4M { top:36.125rem;left:22.8125rem;width:2.0625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRvBpzFb6wz3IFHB1usrfPtk6E4G9AD6 { top:35.375rem;left:20.4375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6u4wW0xW36iGDdVxgmQfvVX5NSieho4 { top:95.6875rem;left:23rem;width:2.0625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQaOBTiTU2d2PDqpvVlVoULCN1aPbOFS { top:94.9375rem;left:20.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbuRpV3TnbZbe8WLSyLZffUR2HCvGHc9 { top:43.875rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2vSq1TNtD3dm2MkNUTruZqvwBugyNL { top:48.25rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRLZbxTH9ZmN6D8BnAVycI6GtEFpAuu { top:76.8125rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbggnOpadAL3HFZfkBfG3m98bCNKGiUp { top:80.625rem;left:0.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmgUEu0XznmmCptT4hQCGnzWqUCR5Ph { top:77.4375rem;left:4.5rem;width:35.625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLb3hycs0JKcsVxTgQ5dpNXXcKpQVVvK { top:54.0625rem;left:14.125rem;width:19.5rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTItnDhGk6iA0iiHKoA07fzWKzEXbq0 { top:127.875rem;left:20.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbK7LGFXbZnIDLNznQ4cDAKvToxmpnM { top:128.625rem;left:22.9375rem;width:2rem;height:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAOVbKb88yUpivzz5pirLndDsUxbJ7V6 { top:104.4375rem;left:0rem;width:47.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbWtmMd0QZOM83q8OHx6mWsvZxzpnLW8 { top:106.125rem;left:4.4375rem;width:42.5rem;height:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANakntR4zRtux9obdG159dM1p0MvT5iB { top:106.0625rem;left:0.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BNSiHtrTgefTcR9Kf0r6w0kuPSAUBq { top:113.375rem;left:0.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THN15qqv7JsNc5UWpHnBTdUiABvhKm6t { top:118.5rem;left:0.125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 { display:block; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huq67HxnLR99SA9bi1QkrkOetGSxLk2e { top:3.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKx5WbtmPyXTOpVhiHfWRJknSNODW0RO { top:9rem;left:0.125rem;width:47.5rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIfoDBvR1K7DWHIznMELuD8EVZqE97TI { display:block; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdMsIbQxyx5TyVU52yFqdVKJi4ZeS75q { top:0rem;left:0rem;width:47.75rem;height:25.317447916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciIy82BXrO9IGJLTc8cT4KFDGt0qN2v0 { top:27.5625rem;left:26rem;width:21.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 { display:block; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8DF6CQObW9lTVvQ8VEmF0RHuRnmRVHQ { top:2rem;left:0.125rem;width:47.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhBPIchgTUmtuN9DeIcHT3uLF1q4a1o { top:8.6875rem;left:0.125rem;width:47.5rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP { display:block; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbrwdwmI3pmMqHWxAx0G43UsEfUf32Ju { top:0rem;left:0.125rem;width:47.5rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUqfNDespRncVyltNvWequ4LHX3SJhUN { top:14.625rem;left:0.125rem;width:47.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dckZXOE3AtCob1qke6OlyT3h0Tn21RfB { top:27.0625rem;left:0.125rem;width:47.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MozF027dZweZmR5WfMOG1NTTqoVkJrkq { top:61rem;left:0.125rem;width:47.5rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6RwPeUqAifCqCeITIEAOcJL6Tt9kdqI { top:33.6875rem;left:12.4052734375rem;width:22.9375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTeXb5SNBI7CKiXUNqsR4JiUF88VTgu { top:7.125rem;left:23rem;width:2.0625rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dogiGfWFXGpi6hTvJ8JNRhRC6R0LoMML { top:6.375rem;left:20.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FInMWI9LAEZV4BhLZAd48GJs7m5MWoap { top:19.9375rem;left:23rem;width:2.0625rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwFPdrWxJFh512Rp3dBpoMr9bKMgG3Vl { top:19.1875rem;left:20.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBH41H9VSV7A8GvO58EiDqy8eXtG85q { top:53.9375rem;left:22.875rem;width:2rem;height:4.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNdTHCmPotcvzIkRkyAqcgmRBCmnvb8l { top:53.0625rem;left:20.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcakte3XAS8AtrqTDeycEIrauetOFOSe { display:block; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 { display:flex;height:auto;width:45.25rem;top:6.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #SEtBPdL9xFCrtKRU1qsvHlABHETVdnqr {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TlExRfztc6AgJCAtTfpCP9E7k2DPONnI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AXJBbiMZ8NrWVSMDrWRheoHVC5pQnytn {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #XTFF4wKTTG8dNP5HpsJsf3vmQENma4wb {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #GrG6h3LdRlQrbmU6sL9ExnmVITO2GCTF {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #VZonEST6qdzHVu1GXTnB9JzKFUSVoB6Q {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #O1TsSgcZbrZcyaksAAZ42z6kbNqnih7J {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #iuDyRasCIQBWu2LbBCTBrqCikbxKDebX {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kldkET8nmgCfT1maN0oice2cTLgKLx8p {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #Wmd9qmfw8dXfSTFF2yUz15Zs6WoDJ1T8 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kHC04f7caSpdbzpB2c2aQVRMtkQcHlwt {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #suRTNTTRXzoHqAZnTthLQHbtKPi0cdKI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #oi2GfirhmhAmbV72EaosxXJK1Xo4ePI2 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QWzTiWFldTOJW58Vl9y05q782NGxlrlZ {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #fVwNR0TxOSPLEGpdTRDuJJdUBG7JlRI9 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TP7OTuMTpmhUDAQb2q4QAqDikHZ1WTTB {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QCZy5vqtm83IPsF4x7JeIKUCRy7A5PVy {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #wC38PQAswwJ86EIuAIQCJGs7fWrKhCqM {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #sd4qsLkkFQq3xJ1BzEITzmufCRbHQGC6 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RydusKILIEyNqq0NA1cCFvWdfdhZfnC1 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ctXLHyp3G7FPgZBNKWQgJNQBnz0uF7MV {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ZKJmS2JsM6RuiqsuIbvFZrCXvdyPfQcI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AVQelZc7dvTZZpwNqVZnCVIcPWgIrker {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RMtoLmuaRB1H9PxwfhZPLmAlL9CX5IGw {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #v6S0pAN7ztO6Jn6TzobmCPEH36nAPaWM {  }
 }@media only screen and (max-width: 763px) { #yzpTAdTFSE8cqlzGDWsNedZFdCcJ9JVh { top:3.1875rem;left:0.125rem;width:47.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2PCe48xP7CA769LWuwORHJs2TTLfVte { display:block; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxc554mul480T7LQuTZJoCRyL5cgSfnK { top:1.125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4p8HOWpLlTHmUFTpVavhb1FdOJw2zMX { top:1.125rem;left:2.5rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP97OoL2c6AzLy2P4w1TD1Kek3kKu2k0 { top:1.125rem;left:18.5rem;width:18.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSi6md3VTL51S1PbCr9WBQS0pbgDo0C7 { top:1.125rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay67zEMTc78qmuCQXeDnr7uT1XlrRT3x { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emKDlxOQw87OJHo31NhFWtTsdFnmqVJW { width:14.8125rem;height:8.5625rem;top:12.1435546875rem;left:1rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Jb7h9yKKsSriNuqIolHDLba2AWnxKXtt { width:12.4375rem;height:4.0625rem;top:12.1435546875rem;left:2.1875rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #iDdTTVTveUobkXZGaESg2OM2UJIlOGlA { width:12rem;height:2.436525rem;top:17.25146484375rem;left:2.1875rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk { display:block; }#b03aKVes1t4E1v0TnHCmsuSaJcyGJhRk > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWN1sBa5R22TCkqeg3xZc5TwieDilePe { width:2.0625rem;height:3.25rem;top:2.0625rem;left:9rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcgL5NVyHN4VMm7i5R5wT6ehAwhr5FBd { width:20rem;height:2.436525rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7w45UzOthNckRVnpNifEC2Q6u9WHxS { width:16.125rem;height:4.87305rem;top:11.375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBEOoSK3BhxPsGOlcJQZ3eopc4R5T9su { width:20rem;height:4.87305rem;top:17.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weJna6RkUKzMmCnAFoqkpLCWNJt4lVzg { width:16.125rem;height:6.0913125rem;top:31.875rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO7aoKdJWlfkfLqPVkGQtx6eR6RouLU7 { width:20rem;height:2.436525rem;top:58.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeHi0hTmyBggfmNPM13rm05NNacRWhah { width:20rem;height:6.0913125rem;top:93.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLnGatBPN2VM8dnH6UQAayieIBOfnLLv { width:20rem;height:16.625rem;top:6.4996337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdr0u542TE06Xh5yMoIHOK5kZ6FJqnr { width:20rem;height:32.75rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6aggLfSJFSQmHHEqQ5lsaDqktiSnitX { width:20rem;height:7.9375rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGE5FyxVhtfqpHt5atcPT2X1lW6JumL5 { width:2.8125rem;height:2.8125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hha2lgzZGc3K2nuLcyrlMQ1EWxDxJdZK { width:2.8125rem;height:2.8125rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZK8NNH7ad0yGCTtNlQ69Xlry4SnmyQ { width:4.125rem;height:4.125rem;top:1.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D99fdtOAb2rP9z3DRKKVH5ybAws2WT4M { width:2.0625rem;height:3.2495125rem;top:25.8125rem;left:9rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRvBpzFb6wz3IFHB1usrfPtk6E4G9AD6 { width:4.125rem;height:4.125rem;top:25.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6u4wW0xW36iGDdVxgmQfvVX5NSieho4 { width:2.0625rem;height:3.2495125rem;top:65.25rem;left:9.0625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQaOBTiTU2d2PDqpvVlVoULCN1aPbOFS { width:4.125rem;height:4.125rem;top:64.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbuRpV3TnbZbe8WLSyLZffUR2HCvGHc9 { width:2.8125rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2vSq1TNtD3dm2MkNUTruZqvwBugyNL { width:2.8125rem;height:2.8125rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRLZbxTH9ZmN6D8BnAVycI6GtEFpAuu { width:2.8125rem;height:2.8125rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbggnOpadAL3HFZfkBfG3m98bCNKGiUp { width:2.8125rem;height:2.8125rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmgUEu0XznmmCptT4hQCGnzWqUCR5Ph { width:16.125rem;height:4.87305rem;top:51.125rem;left:3.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OLb3hycs0JKcsVxTgQ5dpNXXcKpQVVvK { width:9.1875rem;height:9.8125rem;top:39.5rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zCTItnDhGk6iA0iiHKoA07fzWKzEXbq0 { width:4.125rem;height:4.125rem;top:87.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbK7LGFXbZnIDLNznQ4cDAKvToxmpnM { width:1.9995125rem;height:2.6001rem;top:88.625rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAOVbKb88yUpivzz5pirLndDsUxbJ7V6 { width:20rem;height:15.8125rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbWtmMd0QZOM83q8OHx6mWsvZxzpnLW8 { width:16.125rem;height:13.4008875rem;top:70.9375rem;left:3.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ANakntR4zRtux9obdG159dM1p0MvT5iB { width:2.8125rem;height:2.8125rem;top:70.374755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BNSiHtrTgefTcR9Kf0r6w0kuPSAUBq { width:2.8125rem;height:2.8125rem;top:76.311645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THN15qqv7JsNc5UWpHnBTdUiABvhKm6t { width:2.8125rem;height:2.8125rem;top:79.124145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 { display:block; }#vJBF9M6C53VIW9N8tLVNbb1iW7p60I02 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huq67HxnLR99SA9bi1QkrkOetGSxLk2e { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKx5WbtmPyXTOpVhiHfWRJknSNODW0RO { height:11.25rem;width:20rem;top:8.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIfoDBvR1K7DWHIznMELuD8EVZqE97TI { display:block; }#PIfoDBvR1K7DWHIznMELuD8EVZqE97TI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdMsIbQxyx5TyVU52yFqdVKJi4ZeS75q { width:20rem;height:10.6035rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciIy82BXrO9IGJLTc8cT4KFDGt0qN2v0 { width:8.25rem;height:1.625rem;top:10.2900390625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 { display:block; }#xlKBIuJ6fJ9TqxFlrt3aMnBeuUHdR3i7 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8DF6CQObW9lTVvQ8VEmF0RHuRnmRVHQ { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhBPIchgTUmtuN9DeIcHT3uLF1q4a1o { width:20rem;height:4.87305rem;top:4.51171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP { display:block; }#bXe0zRR0h81vyk9kfDoan5WV2bzxqQZP > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbrwdwmI3pmMqHWxAx0G43UsEfUf32Ju { width:20rem;height:4.0625rem;top:1.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUqfNDespRncVyltNvWequ4LHX3SJhUN { width:20rem;height:1.21875rem;top:12.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dckZXOE3AtCob1qke6OlyT3h0Tn21RfB { width:20rem;height:3.6547875rem;top:20.875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MozF027dZweZmR5WfMOG1NTTqoVkJrkq { width:20rem;height:3.6547875rem;top:47.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6RwPeUqAifCqCeITIEAOcJL6Tt9kdqI { width:20rem;height:14.0625rem;top:26.561279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTeXb5SNBI7CKiXUNqsR4JiUF88VTgu { width:2.0625rem;height:3.65625rem;top:7.9375rem;left:9rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dogiGfWFXGpi6hTvJ8JNRhRC6R0LoMML { width:4.125rem;height:4.125rem;top:7.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FInMWI9LAEZV4BhLZAd48GJs7m5MWoap { width:2.0625rem;height:3.65625rem;top:16.375rem;left:9rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwFPdrWxJFh512Rp3dBpoMr9bKMgG3Vl { width:4.125rem;height:4.125rem;top:16.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBH41H9VSV7A8GvO58EiDqy8eXtG85q { width:2.062375rem;height:3.65600625rem;top:42.3125rem;left:9rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNdTHCmPotcvzIkRkyAqcgmRBCmnvb8l { width:4.12475625rem;height:4.12475625rem;top:42.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcakte3XAS8AtrqTDeycEIrauetOFOSe { display:block; }#Qcakte3XAS8AtrqTDeycEIrauetOFOSe > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.3;overflow:hidden; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 { display:flex;height:auto;width:20rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #SEtBPdL9xFCrtKRU1qsvHlABHETVdnqr {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TlExRfztc6AgJCAtTfpCP9E7k2DPONnI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AXJBbiMZ8NrWVSMDrWRheoHVC5pQnytn {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #XTFF4wKTTG8dNP5HpsJsf3vmQENma4wb {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #GrG6h3LdRlQrbmU6sL9ExnmVITO2GCTF {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #VZonEST6qdzHVu1GXTnB9JzKFUSVoB6Q {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #O1TsSgcZbrZcyaksAAZ42z6kbNqnih7J {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #iuDyRasCIQBWu2LbBCTBrqCikbxKDebX {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kldkET8nmgCfT1maN0oice2cTLgKLx8p {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #Wmd9qmfw8dXfSTFF2yUz15Zs6WoDJ1T8 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #kHC04f7caSpdbzpB2c2aQVRMtkQcHlwt {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #suRTNTTRXzoHqAZnTthLQHbtKPi0cdKI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #oi2GfirhmhAmbV72EaosxXJK1Xo4ePI2 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QWzTiWFldTOJW58Vl9y05q782NGxlrlZ {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #fVwNR0TxOSPLEGpdTRDuJJdUBG7JlRI9 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #TP7OTuMTpmhUDAQb2q4QAqDikHZ1WTTB {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #QCZy5vqtm83IPsF4x7JeIKUCRy7A5PVy {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #wC38PQAswwJ86EIuAIQCJGs7fWrKhCqM {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #sd4qsLkkFQq3xJ1BzEITzmufCRbHQGC6 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RydusKILIEyNqq0NA1cCFvWdfdhZfnC1 {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ctXLHyp3G7FPgZBNKWQgJNQBnz0uF7MV {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #ZKJmS2JsM6RuiqsuIbvFZrCXvdyPfQcI {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #AVQelZc7dvTZZpwNqVZnCVIcPWgIrker {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #RMtoLmuaRB1H9PxwfhZPLmAlL9CX5IGw {  }
 }@media only screen and (max-width: 763px) { #C8Q2hZZ8HdNLlnh0kxZXQV1G4l7OiHy3 #v6S0pAN7ztO6Jn6TzobmCPEH36nAPaWM {  }
 }@media only screen and (max-width: 763px) { #yzpTAdTFSE8cqlzGDWsNedZFdCcJ9JVh { width:20rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2PCe48xP7CA769LWuwORHJs2TTLfVte { display:block; }#w2PCe48xP7CA769LWuwORHJs2TTLfVte > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxc554mul480T7LQuTZJoCRyL5cgSfnK { width:6.4375rem;height:1.29980625rem;top:1.25rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4p8HOWpLlTHmUFTpVavhb1FdOJw2zMX { width:14.125rem;height:1.29980625rem;top:3.79980625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP97OoL2c6AzLy2P4w1TD1Kek3kKu2k0 { width:18.3125rem;height:1.29980625rem;top:6.3496125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSi6md3VTL51S1PbCr9WBQS0pbgDo0C7 { width:14.4375rem;height:1.29980625rem;top:8.89941875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }