.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;
}
@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:#ffffff;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); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { background-color:#ffffff;background-image:none;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; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { background-color: transparent; background-image: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container > .video-iframe-container { display: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container { display: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .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); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { border-width: 0; border-radius: 0; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { font-size:0.875rem;font-family:poppins;height:3.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ff0000;padding-top:0.351875rem;padding-right:0.31375rem;padding-bottom:0.351875rem;padding-left:0.31375rem;display:block;align-items:center;width:1.880625rem;min-width:1.880625rem;height:1.89125rem;position:relative;font-family:poppins;font-size:1.4075rem;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { background-color:;background-image:none;color:#f72020;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5075rem;height:0.7475rem;position:relative;font-family:poppins;font-size:0.5275rem;font-weight:400;line-height:11.96px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:50.5rem;z-index:15002; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC { width:auto; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
#DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { color:#000000;display:block;width:11rem;position:absolute;font-family:"forgotten futurist";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.880859375rem;left:1.0625rem;height:1.79904375rem;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;font-style:normal;display:block; }
#imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { position:absolute;display:block;z-index:15008;background-color:#f72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:1.6875rem;left:66.25rem;display:block; }
#DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { position:absolute;display:block;z-index:15009;background-color:#f72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:35.3125rem;top:1.6875rem;left:13rem;display:block; }
#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { background-color: transparent; background-image: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .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); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { border-width: 0; border-radius: 0; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { font-size:0.875rem;font-family:poppins;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { background-color:#f72020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"forgotten futurist";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"forgotten futurist";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:52.0625rem;display:block; }
#ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"forgotten futurist";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:43.9375rem;display:block; }
#VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR1n74D0UUR72lZvGhFdwCQRR3triigm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"forgotten futurist";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:35.875rem;display:block; }
#wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QskkGLvDupEc6skgRho054G7fmucVUsX { position:absolute;display:block;z-index:15010;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.8125rem;width:22.1875rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, #6b0e0e);background-image: -moz-linear-gradient(360deg, #000000, #6b0e0e);background-image: -ms-linear-gradient(360deg, #000000, #6b0e0e);background-image: -o-linear-gradient(360deg, #000000, #6b0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6b0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6b0e0e' );";background-image: linear-gradient(360deg, #000000, #6b0e0e);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; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { background-color: transparent; background-image: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .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); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { border-width: 0; border-radius: 0; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { font-size:0.875rem;font-family:poppins;height:20.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:"forgotten futurist";font-size:6.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.1875rem;left:15rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.3125rem;left:4.125rem; }
#Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:7.6875rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#ffdfdf;background-image:none;vertical-align:top; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .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; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#621010;font-family:poppins; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .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;color:#a00202;font-family:poppins;height:auto;line-height:1.5;overflow:hidden; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .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; }#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-trigger.adaptive-delivery-prevent-bg, #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-trigger.lazyload, #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-trigger.lazyloading { background-image: none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:20.185547351837rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #s7vpuUkyPxXg2dpcCGci26hTwyDnVaCM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #oIBpRaZwtyRG178iL0nfpOyR2zmmHCI3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #MwVTTz9CTz0nZ04Zn6I8guIGXphQtPHa { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #b5ZoOaK6siKJe2zLmtHxNuWCyor4PDCF {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #a0TirAP0wGIDlT7CrnFsbp9r768U2eMg {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #eziDvOUhSnD91gFgfKCsn1K6Dtu7UQ2X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #AUPTNRAw5a5d9MDoZ4ecEbdSpcdxr8SM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #RW2psGQTOsmi0xG9JbGtg14LFrIIZk4M { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #fL9coCwAfzDBsAsaCnEV4yrpRaTnCJxp {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #vEtJo9IU6bWnA2sBQXuqq460afrnTZWq { display:none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SINqA49ppWJw5JIl2JB7Wf0sLyglfOhh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qc0FP89hfANlKBWi9RT0NPAoEFkC2lUX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #dMRu6kqFD7SoEowKNDMcNfWoFZlxkV2u { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #sovD6z6cnrrvnql0FtXphNhm6cD5HawJ {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #zKqRurK0gpf10aQIgQcnTyU3GAifKsEe { display:none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #mxOhqglExKotuV1uLxUGUofDTvKPNL9Z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #XxpErPDQQbLA8dvT194wxHONDZiOS2QO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qhTR4ZZmgG5Hz8fNInMKEcosdbyBypex { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #KlbHVdgFmqeTzncJ3zXboohTQG1WKrHl {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #alNEkZzG3eoTVAT0gvwEWATJTTk8N8PO { display:none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #el2ubUcTQsJgKNIxexIWyJcChb6RH4dC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #ksOASQztqQ8iVRtJLJMS7fqbQ0Jq4bz1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SGnXqJAeNsHp689lJrc7tlh1NEzMIeOe { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #Bteus5m5yMuVeFOnfqZcrSB8gff7kaTu {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #TmBhzb5HvyooHw5GaRbfFDuLch2ABw5c { display:none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #h3qOxefbhNVckgnA3uIPUXTMX2uHlgCx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #rXFJMTW3r9MA6nilFzQTTlMoqmk7Kgvz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #tcHANR5Bv8cqPX0oyJUooktzgferN392 { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #QJeQCAR1qm4wXnl9pR0vWE7pT192xMh6 {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DukEGulVOTqP5cz1CmdiH4D1papKvM1A { display:none; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #cXz3WDypRNQrSzS4bgtCsa0BZFf8CeP8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DTOWkwODMy8zIgJB06TaUocC3zXeMB5L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #q0bb0qTPXCpUiEv0msQxU5cJ2P3H80sv { display:block;position:relative; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #luKwWmGDh6dDiTwZWSd2603dbv4sxLOF {  }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #hnIJzhwSvKi0z5T1rnCaxETgpTEkvevQ { display:none; }
#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu { position:relative;display:block; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu { background-color: transparent; background-image: none; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row .container > .video-iframe-container { display: none; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row > .video-iframe-container { display: none; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .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); }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu { border-width: 0; border-radius: 0; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .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; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;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; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { border-top:0.0625rem solid #dedcdd;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedcdd;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; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { background-color: transparent; background-image: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container > .video-iframe-container { display: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container { display: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .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); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { border-width: 0; border-radius: 0; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { font-size:0.875rem;font-family:arial;height:18.73611125rem;width:75rem;position:relative;display:block; }#hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { position:absolute;display:block;z-index:15002;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:5.3125rem;width:5.625rem;top:1.75rem;left:5.75rem;overflow:hidden;display:block; }
#f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.625rem;top:1.75rem;left:19.25rem;overflow:hidden;display:block; }
#itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.0625rem;left:3.8125rem;height:1.79904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.0625rem;left:17.75rem;height:1.79904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3701171875rem;left:4.34375rem;height:3.897575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.625rem;top:1.8125rem;left:49.0625rem;overflow:hidden;display:block; }
#NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.625rem;left:45.625rem;height:2.69856875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.625rem;top:1.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.0625rem;left:60.625rem;height:1.79904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { position:absolute;display:block;z-index:15012;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.3125rem;width:18.125rem;top:2.8125rem;left:28.4375rem;overflow:hidden;display:block; }
#zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { color:#8d8d8d;display:block;width:11.624375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:0rem;height:1.2999125rem;display:block; }
#wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { color:#000000;display:block;width:10.499125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:14.934898376465rem;height:1.2999125rem;display:block; }
#wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:29.843753814698rem;height:1.2999125rem;display:block; }
#U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { color:#000000;display:block;width:10.4373125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.312282562256rem;left:49.062503814698rem;height:1.2999125rem;display:block; }
#mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:61.748050689698rem;height:1.2999125rem;display:block; }
#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { position:relative;display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { background-color: transparent; background-image: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container > .video-iframe-container { display: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row > .video-iframe-container { display: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .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); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { border-width: 0; border-radius: 0; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .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; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { color:#000000;display:block;width:9.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3172721862793rem;left:0rem;height:1.2999125rem;display:block; }
#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { position:relative;display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { background-color: transparent; background-image: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container > .video-iframe-container { display: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row > .video-iframe-container { display: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .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); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { border-width: 0; border-radius: 0; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .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; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { color:#7f7f7f;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.515625rem;left:19.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { 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:2.0625rem;width:1.0625rem;top:1.0625rem;left:59.75rem;overflow:hidden;display:block; }
#UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { position:absolute;display:block;z-index:15002;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:2.0625rem;width:2.0625rem;top:1.125rem;left:62.1875rem;overflow:hidden;display:block; }
#BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.9375rem;top:1.1875rem;left:65.6875rem;overflow:hidden;display:block; }
#lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.0625rem;top:1.25rem;left:68.75rem;overflow:hidden;display:block; }
#Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.9375rem;top:1.4375rem;left:72rem;overflow:hidden;display:block; }
#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { background-color: transparent; background-image: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .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); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { border-width: 0; border-radius: 0; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.025390625rem;left:0rem;height:4.140625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { display:block; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
 }@media only screen and (max-width: 763px) { #DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block; }
 }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #QskkGLvDupEc6skgRho054G7fmucVUsX { top:0.25rem;left:0rem;width:22.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { top:10.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { top:6.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX { display:flex;height:auto;width:45.25rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #s7vpuUkyPxXg2dpcCGci26hTwyDnVaCM {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #oIBpRaZwtyRG178iL0nfpOyR2zmmHCI3 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #MwVTTz9CTz0nZ04Zn6I8guIGXphQtPHa {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #b5ZoOaK6siKJe2zLmtHxNuWCyor4PDCF {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #a0TirAP0wGIDlT7CrnFsbp9r768U2eMg {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #eziDvOUhSnD91gFgfKCsn1K6Dtu7UQ2X {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #AUPTNRAw5a5d9MDoZ4ecEbdSpcdxr8SM {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #RW2psGQTOsmi0xG9JbGtg14LFrIIZk4M {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #fL9coCwAfzDBsAsaCnEV4yrpRaTnCJxp {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #vEtJo9IU6bWnA2sBQXuqq460afrnTZWq {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SINqA49ppWJw5JIl2JB7Wf0sLyglfOhh {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qc0FP89hfANlKBWi9RT0NPAoEFkC2lUX {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #dMRu6kqFD7SoEowKNDMcNfWoFZlxkV2u {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #sovD6z6cnrrvnql0FtXphNhm6cD5HawJ {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #zKqRurK0gpf10aQIgQcnTyU3GAifKsEe {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #mxOhqglExKotuV1uLxUGUofDTvKPNL9Z {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #XxpErPDQQbLA8dvT194wxHONDZiOS2QO {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qhTR4ZZmgG5Hz8fNInMKEcosdbyBypex {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #KlbHVdgFmqeTzncJ3zXboohTQG1WKrHl {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #alNEkZzG3eoTVAT0gvwEWATJTTk8N8PO {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #el2ubUcTQsJgKNIxexIWyJcChb6RH4dC {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #ksOASQztqQ8iVRtJLJMS7fqbQ0Jq4bz1 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SGnXqJAeNsHp689lJrc7tlh1NEzMIeOe {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #Bteus5m5yMuVeFOnfqZcrSB8gff7kaTu {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #TmBhzb5HvyooHw5GaRbfFDuLch2ABw5c {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #h3qOxefbhNVckgnA3uIPUXTMX2uHlgCx {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #rXFJMTW3r9MA6nilFzQTTlMoqmk7Kgvz {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #tcHANR5Bv8cqPX0oyJUooktzgferN392 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #QJeQCAR1qm4wXnl9pR0vWE7pT192xMh6 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DukEGulVOTqP5cz1CmdiH4D1papKvM1A {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #cXz3WDypRNQrSzS4bgtCsa0BZFf8CeP8 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DTOWkwODMy8zIgJB06TaUocC3zXeMB5L {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #q0bb0qTPXCpUiEv0msQxU5cJ2P3H80sv {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #luKwWmGDh6dDiTwZWSd2603dbv4sxLOF {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #hnIJzhwSvKi0z5T1rnCaxETgpTEkvevQ {  }
 }@media only screen and (max-width: 763px) { #tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu { display:block; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { display:block; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { top:1.75rem;left:0rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { top:1.75rem;left:5.625rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { top:8.0625rem;left:0rem;width:9.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { top:8.0625rem;left:4.125rem;width:8.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { top:12.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { top:1.8125rem;left:35.4375rem;width:5.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { top:7.625rem;left:32rem;width:12.5625rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { top:1.8125rem;left:42.125rem;width:5.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { top:8.0625rem;left:37.1875rem;width:10.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { top:2.8125rem;left:14.8125rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { top:17.375rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { top:17.375rem;left:1.3098983764649rem;width:10.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { top:17.375rem;left:16.218753814698rem;width:15.3125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { top:17.25rem;left:35.437503814698rem;width:10.375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { top:17.375rem;left:36.5rem;width:11.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { top:1.3125rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { top:1.5rem;left:5.625rem;width:36.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { top:1.0625rem;left:46.125rem;width:1.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { top:1.125rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { top:1.1875rem;left:45.8125rem;width:1.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { top:1.25rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { top:1.4375rem;left:45.8125rem;width:1.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { top:1rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { display:block; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { display:flex;width:13.1875rem;height:3.186875rem;top:2.4375rem;left:3.53125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
 }@media only screen and (max-width: 763px) { #DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { width:20rem;height:1.2000875rem;top:1.14453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { width:8.75rem;height:0.1875rem;top:5.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { width:20rem;height:0.1875rem;top:0.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block; }
 }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:4.6875rem;height:2.1875rem;top:4.5rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { width:4.6875rem;height:2.1875rem;top:4.5rem;left:7.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:4.6875rem;height:2.1875rem;top:4.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #QskkGLvDupEc6skgRho054G7fmucVUsX { width:6.0625rem;height:1.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { width:20rem;height:3.4375rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { display:flex;width:2.3125rem;height:2.3125rem;top:3.4375rem;left:17.6875rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { display:flex;width:2.5625rem;height:2.5625rem;top:0rem;left:0rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #s7vpuUkyPxXg2dpcCGci26hTwyDnVaCM {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #oIBpRaZwtyRG178iL0nfpOyR2zmmHCI3 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #MwVTTz9CTz0nZ04Zn6I8guIGXphQtPHa {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #b5ZoOaK6siKJe2zLmtHxNuWCyor4PDCF {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #a0TirAP0wGIDlT7CrnFsbp9r768U2eMg {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #eziDvOUhSnD91gFgfKCsn1K6Dtu7UQ2X {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #AUPTNRAw5a5d9MDoZ4ecEbdSpcdxr8SM {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #RW2psGQTOsmi0xG9JbGtg14LFrIIZk4M {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #fL9coCwAfzDBsAsaCnEV4yrpRaTnCJxp {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #vEtJo9IU6bWnA2sBQXuqq460afrnTZWq {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SINqA49ppWJw5JIl2JB7Wf0sLyglfOhh {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qc0FP89hfANlKBWi9RT0NPAoEFkC2lUX {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #dMRu6kqFD7SoEowKNDMcNfWoFZlxkV2u {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #sovD6z6cnrrvnql0FtXphNhm6cD5HawJ {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #zKqRurK0gpf10aQIgQcnTyU3GAifKsEe {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #mxOhqglExKotuV1uLxUGUofDTvKPNL9Z {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #XxpErPDQQbLA8dvT194wxHONDZiOS2QO {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #qhTR4ZZmgG5Hz8fNInMKEcosdbyBypex {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #KlbHVdgFmqeTzncJ3zXboohTQG1WKrHl {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #alNEkZzG3eoTVAT0gvwEWATJTTk8N8PO {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #el2ubUcTQsJgKNIxexIWyJcChb6RH4dC {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #ksOASQztqQ8iVRtJLJMS7fqbQ0Jq4bz1 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #SGnXqJAeNsHp689lJrc7tlh1NEzMIeOe {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #Bteus5m5yMuVeFOnfqZcrSB8gff7kaTu {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #TmBhzb5HvyooHw5GaRbfFDuLch2ABw5c {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #h3qOxefbhNVckgnA3uIPUXTMX2uHlgCx {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #rXFJMTW3r9MA6nilFzQTTlMoqmk7Kgvz {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #tcHANR5Bv8cqPX0oyJUooktzgferN392 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #QJeQCAR1qm4wXnl9pR0vWE7pT192xMh6 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DukEGulVOTqP5cz1CmdiH4D1papKvM1A {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #cXz3WDypRNQrSzS4bgtCsa0BZFf8CeP8 {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #DTOWkwODMy8zIgJB06TaUocC3zXeMB5L {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #q0bb0qTPXCpUiEv0msQxU5cJ2P3H80sv {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #luKwWmGDh6dDiTwZWSd2603dbv4sxLOF {  }
 }@media only screen and (max-width: 763px) { #HzQ8I6S2qTix0dgfAtv9STZZT1H3PoyX #hnIJzhwSvKi0z5T1rnCaxETgpTEkvevQ {  }
 }@media only screen and (max-width: 763px) { #tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu { display:block; }#tI8y3sa1VgKEM9ARZ6UKJLoENLIwyJAu > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { display:block; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { width:4rem;height:3.75rem;top:8.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { width:4rem;height:3.75rem;top:8.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { width:6.4375rem;height:1.6484375rem;top:13.1875rem;left:1.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { width:7.3125rem;height:1.6484375rem;top:13.1875rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { width:20rem;height:7.3125rem;top:24.844792366028rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { width:4rem;height:3.6875rem;top:16.124999046326rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { width:8.6875rem;height:2.47265625rem;top:20.187499046326rem;left:0.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { width:4rem;height:3.6875rem;top:16.124999046326rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { width:8.375rem;height:1.6484375rem;top:20.599999427796rem;left:10.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { width:18.125rem;height:4.31206875rem;top:1.9661455154419rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { width:7.561875rem;height:0.8125rem;top:37.811416625976rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { width:6.749125rem;height:0.8125rem;top:39.348960876465rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { width:10.061875rem;height:0.8125rem;top:34.886070251465rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { width:6.749125rem;height:0.8125rem;top:36.398654937744rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { width:11.25rem;height:0.8125rem;top:33.523220062256rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { width:5.87456875rem;height:0.8125rem;top:0.60980987548828rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { width:20rem;height:0.8941rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { width:0.5625rem;height:1.1875rem;top:2.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { width:1.1875rem;height:1.1875rem;top:2.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { width:1.1875rem;height:1.125rem;top:2.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { width:1.1875rem;height:1rem;top:2.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { width:1.1875rem;height:0.8125rem;top:2.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { position:relative;z-index:auto;display:none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { width:20rem;height:7.1484375rem;top:0.20625114440918rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;font-weight:700;font-style:normal;display:block; }
 }