.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: 959px) {
    html {
        width: 960px;
    }
}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); }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 { 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;z-index:auto;display:block; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container { background-color: transparent; background-image: none; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container > .video-iframe-container { display: none; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row > .video-iframe-container { display: none; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .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); }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container { border-width: 0; border-radius: 0; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#COLClLEPQ0awdpQqCVbbdTLo9muXcQzX { 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:2.375rem;width:8rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#nVQlXqUfdb4p7PeJJOGNXMlwkfwInl97 { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:47.125rem;display:block; }
#g1umRQR9V6sBf0M2N9r48yIx5tb6JLeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbxZknoAzMPoPdTZg7lBJJ8xm5aKkW4q { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:33.6875rem;display:block; }
#FZ4zMJioMdzPRvJZiElzM7IBPO1fhULJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qT7qXc66ThXP2oEnUCCZV4m7lD6N7TKz { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:28.4375rem;display:block; }
#pdHI224zuiFxXwIkNsR2GtUIlsgFigXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbkTVMisyImPUDLIJJwTiEfords0LnS8 { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:23.1875rem;display:block; }
#D3KWUwWTPQ5CPI9ClDlcngRdiDBmwk0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#au9nTkM8QppPtWp6ZSMgTL6cNO6BSBNI { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:18.3125rem;display:block; }
#cli4cwJhKyAFEeJsp7LxXwM780bi4cRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWQff22pzS806h5S2S4u6P4bcJdI2uVB { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.375rem;left:13.0625rem;display:block; }
#dbL1TPA1rdhlTplxlh5TuZUy8JXbgK9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWDddtkfDhFHXJBoQwRSHLiC2bATLLzN { background-color:#007bff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.40625rem;left:39.78125rem;display:block; }
#lAzDaEugw4SMhLBvqmAOKUsTBpHxsR91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8993b28c-5fad-4672-9b49-8099178d1f2c/grafiki_0622.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:35.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#UT28XhNZMVedvXqgoVN84PLErs8Kv0TM { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"plus jakarta sans";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2rem;height:11.69825rem;display:block; }
#hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.1875rem;left:2rem;height:3.8994125rem;display:block; }
#bdeaLHBkTvm9qLCT55SKSuElhQJt8gSD { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29rem;left:2rem;display:block; }
#C1wJvtf2QawHkix7KQugQbawX8o3lXgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deOSfAGAb7RMObEIrGvQFe85XotWUG1i { 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:7.6875rem;width:16.4375rem;top:32.0625rem;left:41.34375rem;overflow:hidden;display:block; }
#q9fsTB7RIVrpV58SnawOAXcbrFE3zuMw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:8.1875rem;width:9rem;top:10.875rem;left:45.0625rem;overflow:hidden;display:block; }
#kTK4b1WGR2l8qzpWA5fXzhQQnhnIi0oS { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8125rem;left:42.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#t3tXHc5ZRONuUokZGMf7wc7UhIQkKySK { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:41rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#IgCod2TuqTDS0H2HZZ8JblKgn58v6x3N { 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:10.9375rem;width:7.625rem;top:23.1875rem;left:31.119140625rem;overflow:hidden;display:block; }
#ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29rem;left:18.46875rem;display:block; }
#y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrxPAqiSt192GFyucyeyaI3zE930ogCl { position:relative;display:block; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl { background-color: transparent; background-image: none; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row .container > .video-iframe-container { display: none; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row > .video-iframe-container { display: none; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .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); }#VrxPAqiSt192GFyucyeyaI3zE930ogCl { border-width: 0; border-radius: 0; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .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; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .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:57.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eorTcAQJSWrW5PeiGIayA5JdJ9hOa4bp { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.5rem;height:6.82325rem;display:block; }
#VeiNUElieskB37kVHg0kOnus7FpTWGxU { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.5rem;height:7.7988125rem;display:block; }
#UyBNPHUe0TLdePzhkF7MBMyRDgC2Qr0y { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.5rem;height:6.5rem;display:block; }
#anIApTuXcN8AU4U2KlUk3mK6TN0tSo4U { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:32.5rem;height:32.4951rem;display:block; }
#NrBD3wM6CXWUsdTLD4UNao9nnZw09oZU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10.6875rem;top:2.0107421875rem;left:24.2548828125rem;overflow:hidden;display:block; }
#iQ1Wph3qEUUc8ndgcy88bnSnqQLhZLJJ { position:absolute;display:block;z-index:15007;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.4375rem;width:30rem;top:31.6806640625rem;left:0rem;overflow:hidden;display:block; }
#JDytgkBM6rS6J77b099PI7GTQQV46N6l { background-color:#2972e0;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.5625rem;left:2.5rem;display:block; }
#yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5625rem;left:16.90625rem;display:block; }
#H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI { position:relative;display:block; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI { background-color: transparent; background-image: none; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row .container > .video-iframe-container { display: none; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row > .video-iframe-container { display: none; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .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); }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI { border-width: 0; border-radius: 0; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .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; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2972e0;background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tBcbUc19MfwUr6T7G9zWtxdLTtH737c2 { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:16rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#uo489yTF78PGxxZnx31dzyGz6vJ53Mlg { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.375rem;left:16rem;display:block; }
#arqPRlAZyHBmoPRuS1E78o1030Ez1zbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKnnbZlL1OUBpWPHLuaQaR53obLWvxaq { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.375rem;left:31.25rem;display:block; }
#aw2EZa2H0yJ5sG9CgyK0vkg0B84UT6PW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA { position:relative;display:block; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA { background-color: transparent; background-image: none; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row .container > .video-iframe-container { display: none; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row > .video-iframe-container { display: none; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .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); }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA { border-width: 0; border-radius: 0; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .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; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .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:38.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xA8INTzHBT0sp5pAdpMspQHwkHJNR78z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.875rem;left:10rem;display:block; }
#dczQWtKOdqoOh3vCgOU2Wf4cxgdywF9F { color:#2972e0;display:block;width:36.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:11.75rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#DdoT8aNHmTEUfpSDXVi9ERvclx8IueGq { background-color:#2972e0;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.6875rem;left:16.6875rem;display:block; }
#BydUXGBWDgCc6u4CG9znVsGGW9lMPIp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRBfd2T2yPk5NVM60zTzD8Gu1NAaiQPa { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.6875rem;left:32.0625rem;display:block; }
#qE2IEv4PAweOMb72nFlGMv4h14W1sxeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fa;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; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container { background-color: transparent; background-image: none; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container > .video-iframe-container { display: none; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row > .video-iframe-container { display: none; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .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); }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container { border-width: 0; border-radius: 0; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#o6Zi5Pq3gVTLe32Hem3lBPcppfKTn6Kg { color:#2972e0;display:block;width:42.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:8.78125rem;height:6.82325rem;text-align:center;text-align-last:center;display:block; }
#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fa;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; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container { background-color: transparent; background-image: none; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container > .video-iframe-container { display: none; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row > .video-iframe-container { display: none; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .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); }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container { border-width: 0; border-radius: 0; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#IGP3BgWz3Ss1A29qN0eBAhz5Dok41q40 { color:#2f2f2f;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.4375rem;height:1.54296875rem;display:block; }
#XAQbARMtN5697fbbboOuREJIfbxcLZTn { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:2.4375rem;height:17.05078125rem;display:block; }
#qKlCT2E6Xik9eClb5nXOAtDc92VzA6V2 { color:#2f2f2f;display:block;width:14.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.4375rem;height:1.54345625rem;display:block; }
#iBVsnzVLepuQphyVDPwwIC9c8TsputqS { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:22.4375rem;height:7.957rem;display:block; }
#APpp828vUN4b9iL1B69fHlFVGvt0G5gb { color:#2f2f2f;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.8125rem;left:42.4375rem;height:1.54345625rem;display:block; }
#d0zRUTp6Nys5KG4BWlbV1LMFfFIi9QgH { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:42.4375rem;height:13.640625rem;display:block; }
#DTqVWJOZnoV5dZOOfzdXNH8CLJ2MFiP9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.1875rem;width:9rem;top:2.875rem;left:2.4375rem;overflow:hidden;display:block; }
#RkWdPNG8GmKo3aeJ2CVEPJRt3WtGxqOJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.1875rem;width:8.1875rem;top:2.875rem;left:22.4375rem;overflow:hidden;display:block; }
#hAbkeaTzyKP0R5Wr5hUWKUrCy3IkmdMk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.0625rem;width:9rem;top:2.875rem;left:42.4375rem;overflow:hidden;display:block; }
#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fa;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; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container { background-color: transparent; background-image: none; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container > .video-iframe-container { display: none; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row > .video-iframe-container { display: none; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .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); }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container { border-width: 0; border-radius: 0; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#SoKkXtr1XlFMsE7iP4VV03DW054mf3pv { color:#2f2f2f;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.4375rem;height:1.54345625rem;display:block; }
#p48I7aRdS5Pp9bmfP6UB01JlGU1i55ly { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:2.4375rem;height:9.09375rem;display:block; }
#KSXlwTH6MWoQb7vK1ycCIDDQIvyyTSPc { color:#2f2f2f;display:block;width:14.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.4375rem;height:1.54345625rem;display:block; }
#C64pydyVHSgXowLAWUX9pLR3snGkehBP { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.4375rem;left:22.4375rem;height:5.68359375rem;display:block; }
#Lrp0cBbCMyhg0Ty0ZepaeAHa7DrVGopC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.9375rem;width:9.3125rem;top:2.875rem;left:2.4375rem;overflow:hidden;display:block; }
#mDm9ZQsnyO4wz3SKfD9fsbnJptUvRK7U { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.1875rem;width:8.1875rem;top:2.875rem;left:22.4375rem;overflow:hidden;display:block; }
#dcnmOivODyPnTBLpneT2h2fRXptvRp3g { color:#2972e0;display:block;width:13.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:42.375rem;height:6.3369375rem;display:block; }
#q6emCSOzUl49GbpgGRidz06VF6Nlowgf { color:#2f2f2f;display:block;width:15.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:42.375rem;height:9.098625rem;display:block; }
#rcJuRIBbK43ICFgwd8gXk4XkN4yn2UGC { background-color:#2972e0;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.12109375rem;left:42.375rem;display:block; }
#uWtdgTtCdJOMJNiRGL5cVwVO6awTq8WW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oi69BqR7u55ShziC6bOdKa4ybsQxgToB { position:absolute;display:block;z-index:15007;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:3.375rem;top:15.4375rem;left:56.625rem;overflow:hidden;display:block; }
#JLlCSZMec2vMg0100wHZpPzO2f151Pgh { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.75rem;left:42.375rem;display:block; }
#zXRr7ovG3DvbN2FiTeLlxk3nDlW37zhn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP { background-color:#2972e0;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; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { background-color: transparent; background-image: none; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container > .video-iframe-container { display: none; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row > .video-iframe-container { display: none; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .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); }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { border-width: 0; border-radius: 0; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;overflow:visible;position:relative;display:block; }#PIlqnXmL9NGsHievxToBu3vJxE7bANHw { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:3.0625rem;height:8.125rem;display:block; }
#xxGcVTsCUuDGuhHJn1OAaXlbWloyb7TO { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.505859375rem;left:6.9375rem;height:1.29980625rem;display:block; }
#GMt3mTqwnFKuLzczTZWQDQK0JuE1VDpv { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.625rem;left:3.03125rem;height:3.25rem;display:block; }
#K6OcUAogP4uLn7JbggZqGoFyLNHE7AU7 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18rem;left:3.0625rem;height:4.0625rem;display:block; }
#B3W5t66lUySrpobrawbUo1elrgPr6s9s { 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:2.6875rem;width:2.6875rem;top:23.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#r2aK3X7CUZZwqocP1J1HyLE0fUP81dRI { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.5rem;left:22.75rem;height:1.29980625rem;display:block; }
#Dw2op0PP9w6lQ5gn0dKUKg5ySNO10vpA { position:absolute;display:block;z-index:15014;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.6875rem;width:2.6875rem;top:23.8125rem;left:18.875rem;overflow:hidden;display:block; }
#As3ssg784oBq3J8Im1HlsHEAVJWCPgyb { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:35.0625rem;height:1.29980625rem;display:block; }
#nFgT87tnoq1uxH794VTdTnR5MCCpKyXu { 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:2.6875rem;width:2.6875rem;top:23.8125rem;left:31.1875rem;overflow:hidden;display:block; }
#FNDIgqxmg2ZezTBtiXuiAHPNadHIHr2o { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2972e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.46875rem;left:34.53125rem;display:block; }
#vF72Myeq9ZCQadUsF4pqKMh3zS3pXp97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sopMqFvi5ZmOO1XeFvdBiBeuMiNSi7Dr { 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:5.5rem;width:7.8125rem;top:22.9375rem;left:52.1875rem;overflow:hidden;display:block; }
#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy { position:relative;display:block; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy { background-color: transparent; background-image: none; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row .container > .video-iframe-container { display: none; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row > .video-iframe-container { display: none; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .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); }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy { border-width: 0; border-radius: 0; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .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; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .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:51.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iTq377MN6qXcy7G4uIcRKmKiCDS8c3K3 { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.5rem;height:2.2749rem;display:block; }
#G4d15yN0kmwdaw3ou1trCXTTxIgIe6DS { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:2.5rem;height:13.640625rem;display:block; }
#Ttav4SObSKfJFTBpCWvundg5CnBWFKTL { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.5rem;height:3.25rem;display:block; }
#b9PsE5Z3J0e1tzA0iStJXTbQdHnt1hAS { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:32.5rem;height:2.5996125rem;display:block; }
#GJkJ9VH9KcCPLlGu9LHWI45Rv2kIq2o9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10.6875rem;top:2.0107421875rem;left:24.2548828125rem;overflow:hidden;display:block; }
#xBKKQhqwWuf9aaXS7Pp1bekukWM3OCzd { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:32.5rem;height:1.625rem;display:block; }
#IHTdgLQVO91uQSnsU8er58AoyutTlRGq { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.0625rem;left:32.5rem;height:7.7988125rem;display:block; }
#f01C4iDSfBEGeNLOXUTeczazRN30lzk7 { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4375rem;left:5.0625rem;height:6.82325rem;display:block; }
#EizBbDRc73mZ8mCGWf2bPnrbuyutCvry { position:absolute;display:block;z-index:15008;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.625rem;width:25.5625rem;top:32.8974609375rem;left:32.21875rem;overflow:hidden;display:block; }
#eNHcEStTuuoGE3lm1cLEC87THwlZwcPZ { background-color:#2972e0;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.875rem;left:9rem;display:block; }
#gcVQGp346SVun1VEuDHgNX3DWLQfrElc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPrkowud3R1vzTWele06smcauVBMG6su { position:absolute;display:block;z-index:15008;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:7.0625rem;width:4.875rem;top:38.375rem;left:2.5rem;overflow:hidden;display:block; }
#QD26fTEGnBuhG5BSfzzF9kl5DRSf7Msh { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.4599609375rem;left:9rem;display:block; }
#qhAccrWVdMIxxgQgzfucLf2HvGsHbPUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2972e0;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; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { background-color: transparent; background-image: none; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container > .video-iframe-container { display: none; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row > .video-iframe-container { display: none; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .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); }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { border-width: 0; border-radius: 0; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#QaGDTFHEI3PTIMTAI6vOMwhvkrek5eBk { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:1.375rem;height:4.548825rem;display:block; }
#sb5hWpIcTKCJotAkHEWN6QobQ2TmDsRz { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:5rem;height:3.25rem;display:block; }
#aINgFzoa5gHlTG7DklRo77LTnSkgI4Ex { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:5rem;height:4.875rem;display:block; }
#kvtCTSc6gfKLuHUPXT4WC82864gpfAEU { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:5rem;height:3.25rem;display:block; }
#b4iS62R1pS1fGzBTQsSZcNRhKKIiAHNO { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.6875rem;left:35rem;height:3.25rem;display:block; }
#xZRneXc5BFK89sChk5McUFkmvc4LEVZs { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.625rem;left:5rem;height:4.875rem;display:block; }
#dxUFQrnefnFF2SJHI8TwnELKL5T3xfkR { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:35rem;height:3.25rem;display:block; }
#blWl3mNm1p1VJiyT7ysXaWiFimpxxh5y { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:35rem;height:4.875rem;display:block; }
#HfWcaEy5e1383ET4P9XR3Orz2D7ItnQN { position:absolute;display:block;z-index:15011;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.6875rem;width:2.6875rem;top:10.625rem;left:1.375rem;overflow:hidden;display:block; }
#emivGoyucMt7kJL8bCnUhboGcpac7eos { 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:2.6875rem;width:2.6875rem;top:16.6875rem;left:1.375rem;overflow:hidden;display:block; }
#NvdyP7hwAnMvp2xQyvgByny5MT2NfNJI { position:absolute;display:block;z-index:15013;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.6875rem;width:2.6875rem;top:22.625rem;left:1.375rem;overflow:hidden;display:block; }
#ZJWqB0WC6v3FJU7EqmzcxbTwXH7DBgZH { position:absolute;display:block;z-index:15014;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.6875rem;width:2.6875rem;top:29.4375rem;left:1.375rem;overflow:hidden;display:block; }
#mKuNlp8Q0XxVDFTtATmnR8OxuzwukHuc { 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:2.6875rem;width:2.6875rem;top:22.6875rem;left:31.125rem;overflow:hidden;display:block; }
#wA4U5S39XVAIsTNXJ2UILTx7WLRL7z1k { 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:2.6875rem;width:2.6875rem;top:16.75rem;left:31.125rem;overflow:hidden;display:block; }
#NvTZeZiG7QR4TKsouC0aC2PbZr3oSpmo { 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:2.6875rem;width:2.6875rem;top:10.6875rem;left:31.125rem;overflow:hidden;display:block; }
#TyDxczg6i0H0d3ibE21pivvzLTRpiawk { background-color:#ffa800;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.7109375rem;left:44.6875rem;display:block; }
#riTrzTkdS8kSBTDE0iLLhJrbLOhGsNZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTInG7BimTwFaA9JAoCTpm6LbRSBWiXE { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.7109375rem;left:32.46875rem;display:block; }
#xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvW9XOx1E8m00mLywCFeccVdBchr3G5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff4fa;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; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { background-color: transparent; background-image: none; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container > .video-iframe-container { display: none; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row > .video-iframe-container { display: none; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .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); }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { border-width: 0; border-radius: 0; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;position:relative;display:block; }#R5oZxUTwdRgkgR6HB8k1HIfyGfb9U7Bw { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:2.5625rem;height:6.82325rem;display:block; }
#G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2.5625rem;height:6.8203125rem;display:block; }
#UJSsHzAwHr9rzCqm3RZDfz1BadkIIzVB { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.125rem;left:32.5625rem;height:3.25rem;display:block; }
#Py953ozF122TZrZv2NygW1QoGzOaWSEH { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:32.5625rem;height:14.8730625rem;display:block; }#Py953ozF122TZrZv2NygW1QoGzOaWSEH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Py953ozF122TZrZv2NygW1QoGzOaWSEH li:before{  }
#UiQ2qyveSPUrfbf8vIPupVOSLPWTMK8e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10.6875rem;top:9.9375rem;left:20.875rem;overflow:hidden;display:block; }
#WZcKpBurEEJrUw2ygv90TpQZPEywvlgu { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.375rem;left:2.5625rem;height:3.25rem;display:block; }
#pDbAX92kwAxWWNOF1Kehql3Ig73JSRPF { position:absolute;display:block;z-index:15009;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:18.4375rem;width:24.6875rem;top:2.0625rem;left:32.5625rem;overflow:hidden;display:block; }
#xyvL9cHU5SwWXNJaI4omJLMVrzSRJsv9 { background-color:#2972e0;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.123046875rem;left:2.5625rem;display:block; }
#OT1y6su0E5TR0fASVgQckX9NLWRgpKgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdJfTDirCNgewgKgu2EW0rGMpas8en7h { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.123046875rem;left:17.21875rem;display:block; }
#dfTS73Rtp6TqQ50c44Ir492TPiAMIsHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 { position:relative;display:block; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 { background-color: transparent; background-image: none; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row .container > .video-iframe-container { display: none; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row > .video-iframe-container { display: none; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .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); }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 { border-width: 0; border-radius: 0; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .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; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .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.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUOMHtBUFSL68M5oIKCfncwmhrdN57RG { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:1.875rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#evQzTTo1yTes4aOLNbNsZSRuB3TJ5AfH { 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:6.875rem;width:14.875rem;top:1.34375rem;left:42.15625rem;overflow:hidden;display:block; }
#qBuUa7l1ywf97RQaADki8wsZFpaggA9n { position:relative;display:block; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n { background-color: transparent; background-image: none; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row .container > .video-iframe-container { display: none; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row > .video-iframe-container { display: none; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .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); }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n { border-width: 0; border-radius: 0; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .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; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .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:27.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SqFx1McmUp2iZyJbAU90wroXCGkmHNbm { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.09375rem;height:20.4609375rem;display:block; }
#m4Xn9lHfTx7xxwwXTxgg9WH1Jp6XbHQQ { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.09375rem;height:18.1875rem;display:block; }
#v6PTSiqFKmTwhyfbU52vK6COHidULpSE { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:31.09375rem;height:15.9140625rem;display:block; }
#n1K9160a0DHJL6zcD07DZL6s1hew3Txv { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:46.09375rem;height:23.8710625rem;display:block; }
#JgCaAZarL0ouNA1QpofvOkkEVkTi3EWA { position:absolute;display:block;z-index:15014;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.875rem;width:5.1875rem;top:0rem;left:1.09375rem;overflow:hidden;display:block; }
#o8OlRtZSdTiX62sA5BCMohJFnapbXdfM { 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:0.875rem;width:5.1875rem;top:0rem;left:16.09375rem;overflow:hidden;display:block; }
#N9WD1wZSPHxr94Zo8bUnxBpGqyiy02TW { 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:0.875rem;width:5.1875rem;top:0rem;left:31.09375rem;overflow:hidden;display:block; }
#AGQkLd6e89gBStxeqSTt4sKaAlaNArFJ { 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:0.875rem;width:5.1875rem;top:0rem;left:46.09375rem;overflow:hidden;display:block; }
#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { position:relative;display:block; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { background-color: transparent; background-image: none; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row .container > .video-iframe-container { display: none; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row > .video-iframe-container { display: none; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .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); }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { border-width: 0; border-radius: 0; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .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; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .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.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n3OxdiGlcTsFI6sDv3Qk6fXyonovUTHE { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.525390625rem;left:17.5rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx { position:relative;display:block; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx { background-color: transparent; background-image: none; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row .container > .video-iframe-container { display: none; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row > .video-iframe-container { display: none; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .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); }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx { border-width: 0; border-radius: 0; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .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; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .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:20.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.275390625rem;left:2.5rem;height:12.94825rem;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:before{  }
#qmZfQ8tZfqIqQpAVEuESP19J31UFroEd { 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:16.0625rem;width:25.5rem;top:2.7177734375rem;left:32.25rem;overflow:hidden;display:block; }
#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2972e0;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; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { background-color: transparent; background-image: none; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container > .video-iframe-container { display: none; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row > .video-iframe-container { display: none; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .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); }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { border-width: 0; border-radius: 0; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#knKwUS8xxtwT5gLvXZMExNcqnyuom4tg { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:35rem;height:2.2749rem;display:block; }
#lotFkTsX3JEDIHIBpXcDGLeT6CwESifB { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.125rem;left:35rem;height:5.19921875rem;display:block; }
#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:35rem;height:13.57325rem;display:block; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:before{  }
#b5oZ3pbEkPk5IytkI6ulFTPrC1anLEa5 { position:absolute;display:block;z-index:15011;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:19.0625rem;width:33.75rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#y2dDcdXpXK4raou3m9XsMWBQUEGZILb3 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.1875rem;left:7.5rem;height:4.875rem;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; }
#QZFZsiNyX5B0HdCnAkLBqBqMo4l7oyrk { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5625rem;left:7.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKiasLI15mJgQZTcEmKNSb0BNTNHms8f { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.4375rem;left:7.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNDqsQA1OUP5QcaXpSwx8B1WRps2TReH { 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:2.6875rem;width:2.6875rem;top:24.1875rem;left:3.46875rem;overflow:hidden;display:block; }
#feD3xpx5zmUfQbrtobGrSyQcCctVI1iA { 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:2.6875rem;width:2.6875rem;top:31.03125rem;left:3.46875rem;overflow:hidden;display:block; }
#snXXq0Sfb5hpM7h0TkEhFNuVpKw3aFuJ { 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:2.6875rem;width:2.6875rem;top:35.71875rem;left:3.46875rem;overflow:hidden;display:block; }
#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { position:relative;display:block; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { background-color: transparent; background-image: none; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row .container > .video-iframe-container { display: none; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row > .video-iframe-container { display: none; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .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); }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { border-width: 0; border-radius: 0; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .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; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .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:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sIaPsAfTgb0pdwFnV5krQ4tBalo4RCeg { color:#2972e0;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.5rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .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:#eff4fa;background-image:none;vertical-align:top; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .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; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:"plus jakarta sans";height:auto; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"plus jakarta sans";height:auto; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .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; }#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-trigger.adaptive-delivery-prevent-bg, #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-trigger.lazyload, #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-trigger.lazyloading { background-image: none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw { box-sizing:content-box;height:auto;width:53.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:8.8125rem;left:2rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #VxEBrBP4TI8TI9JBXIdRlSBHSWPJ5c7S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #sGhIIiT98riTDQFobaFKFSfXVUgRwqRz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #afGP5RQMHrsBQuzyOfKxqJrLMxpZOcty { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rhnkDo9aQcevGLtZfZyvL1lmr9XsCw3p {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #UiX16krFEgRNFNt1PyqkJ5kLzeWFWdvQ {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rylU87OqaZTEtAHBCCAI9HkdEAxpQmK4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fWlNHtoKRELGIz3a2m67LWmBOVNoGzX0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #foLicb854y5y6w2TMieJtC7CKy3Py2Sp { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qzIo5C0IxmundR0V42bBuJ8cN7tc7l43 {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DsdsL55ONHh2vwU5UewJqOpLwnlL1gZF { display:none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aflPPLTEJwhT6AH1zk2zHizDpriDbhQo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #o6NKazG66qx28HlbbGaRf1zWMpah5hcZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CpFcs1Fgpv3VwEdDVFdQONxTNHCd0aie { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #WrMOIN12F58fREe6Jrekg5DHmcQtHfgn {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fMw8axuAhQul92C17XcFFt5p5wtdHbCU { display:none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #b6tcn1Xakt9NDxETXZi1cTTZzq9CFRcJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #hTWL8AAGsaGFJNoR1FQLIuM1gO1bgTEd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #LDh7Xux1UyIMSRvnI4fROy8AmUQVlEWc { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #EvSJPCfH8fc45bQluvmyz8vvIIeZANRU {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #tFx9TJJI2EIoV4WpWTLNJmonyQq6BpOy { display:none; }
#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt { background-color:#2972e0;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; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container { background-color: transparent; background-image: none; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container > .video-iframe-container { display: none; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row > .video-iframe-container { display: none; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .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); }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container { border-width: 0; border-radius: 0; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#KnWMs5ZcF4Gy2CDKx9uxuc5oxTlgn6kN { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.03125rem;height:10.4795rem;text-align:center;text-align-last:center;display:block; }
#ouFKRqLrs2dkGDI2mSU87dVzOA9PxiHt { background-color:#ff6a00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.6875rem;left:17rem;display:block; }
#K8ZmndZ2nNDCW1xsgRNax3yXaOxuFhVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIcWeX4ArnJmIxTu2Sc29BG4wnzsokBv { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff6a00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.6875rem;left:31.8125rem;display:block; }
#MxrEbrQpUGKVE1QCCgavJWS03zdKUwDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 { display:block; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COLClLEPQ0awdpQqCVbbdTLo9muXcQzX { top:1.75rem;left:0rem;width:8rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVQlXqUfdb4p7PeJJOGNXMlwkfwInl97 { width:12.875rem;height:3.125rem;top:1.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1umRQR9V6sBf0M2N9r48yIx5tb6JLeS { display:block; }
 }@media only screen and (max-width: 763px) { #nbxZknoAzMPoPdTZg7lBJJ8xm5aKkW4q { width:5.3125rem;height:3.125rem;top:1.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ4zMJioMdzPRvJZiElzM7IBPO1fhULJ { display:block; }
 }@media only screen and (max-width: 763px) { #qT7qXc66ThXP2oEnUCCZV4m7lD6N7TKz { width:5.3125rem;height:3.125rem;top:1.375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdHI224zuiFxXwIkNsR2GtUIlsgFigXI { display:block; }
 }@media only screen and (max-width: 763px) { #qbkTVMisyImPUDLIJJwTiEfords0LnS8 { width:5.3125rem;height:3.125rem;top:1.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3KWUwWTPQ5CPI9ClDlcngRdiDBmwk0i { display:block; }
 }@media only screen and (max-width: 763px) { #au9nTkM8QppPtWp6ZSMgTL6cNO6BSBNI { width:5.3125rem;height:3.125rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cli4cwJhKyAFEeJsp7LxXwM780bi4cRa { display:block; }
 }@media only screen and (max-width: 763px) { #xWQff22pzS806h5S2S4u6P4bcJdI2uVB { width:5.3125rem;height:3.125rem;top:1.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbL1TPA1rdhlTplxlh5TuZUy8JXbgK9e { display:block; }
 }@media only screen and (max-width: 763px) { #nWDddtkfDhFHXJBoQwRSHLiC2bATLLzN { width:6.5rem;height:3.125rem;top:1.375rem;left:33.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzDaEugw4SMhLBvqmAOKUsTBpHxsR91 { 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) { #UT28XhNZMVedvXqgoVN84PLErs8Kv0TM { top:10.3125rem;left:0rem;width:31.75rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { top:23.1875rem;left:0rem;width:31.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdeaLHBkTvm9qLCT55SKSuElhQJt8gSD { width:14.9375rem;height:3.125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1wJvtf2QawHkix7KQugQbawX8o3lXgB { display:block; }
 }@media only screen and (max-width: 763px) { #deOSfAGAb7RMObEIrGvQFe85XotWUG1i { top:32.0625rem;left:31.3125rem;width:16.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9fsTB7RIVrpV58SnawOAXcbrFE3zuMw { top:10.875rem;left:38.75rem;width:9rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTK4b1WGR2l8qzpWA5fXzhQQnhnIi0oS { top:20.8125rem;left:34.3125rem;width:13.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3tXHc5ZRONuUokZGMf7wc7UhIQkKySK { top:23.375rem;left:30.5625rem;width:17.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgCod2TuqTDS0H2HZZ8JblKgn58v6x3N { top:23.1875rem;left:24.994140625rem;width:7.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { width:11.25rem;height:3.125rem;top:29rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block; }
 }@media only screen and (max-width: 763px) { #VrxPAqiSt192GFyucyeyaI3zE930ogCl { display:block; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eorTcAQJSWrW5PeiGIayA5JdJ9hOa4bp { top:4.8125rem;left:0rem;width:25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiNUElieskB37kVHg0kOnus7FpTWGxU { top:12.6875rem;left:0rem;width:25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBNPHUe0TLdePzhkF7MBMyRDgC2Qr0y { top:11.625rem;left:22.75rem;width:25rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIApTuXcN8AU4U2KlUk3mK6TN0tSo4U { top:19.5625rem;left:22.75rem;width:25rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBD3wM6CXWUsdTLD4UNao9nnZw09oZU { top:2rem;left:13.1875rem;width:10.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1Wph3qEUUc8ndgcy88bnSnqQLhZLJJ { top:31.625rem;left:0rem;width:30rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDytgkBM6rS6J77b099PI7GTQQV46N6l { width:13.5rem;height:3.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block; }
 }@media only screen and (max-width: 763px) { #QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { width:11.25rem;height:3.125rem;top:22.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block; }
 }@media only screen and (max-width: 763px) { #oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI { display:block; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBcbUc19MfwUr6T7G9zWtxdLTtH737c2 { top:3.75rem;left:9.875rem;width:28rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo489yTF78PGxxZnx31dzyGz6vJ53Mlg { width:14.375rem;height:3.125rem;top:16.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arqPRlAZyHBmoPRuS1E78o1030Ez1zbh { display:block; }
 }@media only screen and (max-width: 763px) { #KKnnbZlL1OUBpWPHLuaQaR53obLWvxaq { width:11.25rem;height:3.125rem;top:16.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw2EZa2H0yJ5sG9CgyK0vkg0B84UT6PW { display:block; }
 }@media only screen and (max-width: 763px) { #U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA { display:block; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA8INTzHBT0sp5pAdpMspQHwkHJNR78z { top:8.875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dczQWtKOdqoOh3vCgOU2Wf4cxgdywF9F { top:2.8125rem;left:5.625rem;width:36.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoT8aNHmTEUfpSDXVi9ERvclx8IueGq { width:14.5rem;height:3.125rem;top:32.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BydUXGBWDgCc6u4CG9znVsGGW9lMPIp3 { display:block; }
 }@media only screen and (max-width: 763px) { #iRBfd2T2yPk5NVM60zTzD8Gu1NAaiQPa { width:11.25rem;height:3.125rem;top:32.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE2IEv4PAweOMb72nFlGMv4h14W1sxeP { display:block; }
 }@media only screen and (max-width: 763px) { #dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm { display:block; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Zi5Pq3gVTLe32Hem3lBPcppfKTn6Kg { top:1.3125rem;left:2.65625rem;width:42.4375rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCahbP6fmiwHAsp7HgLIyAr9IuphP72n { display:block; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGP3BgWz3Ss1A29qN0eBAhz5Dok41q40 { top:12.8125rem;left:0.375rem;width:13.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAQbARMtN5697fbbboOuREJIfbxcLZTn { top:15.4375rem;left:0.375rem;width:15.125rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKlCT2E6Xik9eClb5nXOAtDc92VzA6V2 { top:12.8125rem;left:16.25rem;width:14.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBVsnzVLepuQphyVDPwwIC9c8TsputqS { top:15.4375rem;left:16.25rem;width:15.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpp828vUN4b9iL1B69fHlFVGvt0G5gb { top:12.8125rem;left:32.125rem;width:13.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0zRUTp6Nys5KG4BWlbV1LMFfFIi9QgH { top:15.4375rem;left:32.125rem;width:15.125rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqVWJOZnoV5dZOOfzdXNH8CLJ2MFiP9 { top:2.875rem;left:0.375rem;width:9rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkWdPNG8GmKo3aeJ2CVEPJRt3WtGxqOJ { top:2.875rem;left:16.25rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAbkeaTzyKP0R5Wr5hUWKUrCy3IkmdMk { top:2.875rem;left:32.125rem;width:9rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs { display:block; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoKkXtr1XlFMsE7iP4VV03DW054mf3pv { top:12.8125rem;left:0.375rem;width:13.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p48I7aRdS5Pp9bmfP6UB01JlGU1i55ly { top:15.4375rem;left:0.375rem;width:15.125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXlwTH6MWoQb7vK1ycCIDDQIvyyTSPc { top:12.8125rem;left:16.25rem;width:14.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64pydyVHSgXowLAWUX9pLR3snGkehBP { top:15.4375rem;left:16.25rem;width:15.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrp0cBbCMyhg0Ty0ZepaeAHa7DrVGopC { top:2.875rem;left:0.375rem;width:9.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDm9ZQsnyO4wz3SKfD9fsbnJptUvRK7U { top:2.875rem;left:16.25rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcnmOivODyPnTBLpneT2h2fRXptvRp3g { top:2.875rem;left:32.0625rem;width:13.1875rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6emCSOzUl49GbpgGRidz06VF6Nlowgf { top:10.4375rem;left:32.0625rem;width:15.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJuRIBbK43ICFgwd8gXk4XkN4yn2UGC { width:14.5rem;height:3.125rem;top:21.0625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWtdgTtCdJOMJNiRGL5cVwVO6awTq8WW { display:block; }
 }@media only screen and (max-width: 763px) { #Oi69BqR7u55ShziC6bOdKa4ybsQxgToB { top:15.4375rem;left:44.25rem;width:3.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlCSZMec2vMg0100wHZpPzO2f151Pgh { width:14.4375rem;height:3.125rem;top:24.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXRr7ovG3DvbN2FiTeLlxk3nDlW37zhn { display:block; }
 }@media only screen and (max-width: 763px) { #nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP { display:block; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIlqnXmL9NGsHievxToBu3vJxE7bANHw { top:3rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGcVTsCUuDGuhHJn1OAaXlbWloyb7TO { top:24.5rem;left:0.8125rem;width:10.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMt3mTqwnFKuLzczTZWQDQK0JuE1VDpv { top:12.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OcUAogP4uLn7JbggZqGoFyLNHE7AU7 { top:18rem;left:0rem;width:30.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3W5t66lUySrpobrawbUo1elrgPr6s9s { top:23.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2aK3X7CUZZwqocP1J1HyLE0fUP81dRI { top:24.5rem;left:16.625rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2op0PP9w6lQ5gn0dKUKg5ySNO10vpA { top:23.8125rem;left:12.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3ssg784oBq3J8Im1HlsHEAVJWCPgyb { top:24.5rem;left:28.9375rem;width:13.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgT87tnoq1uxH794VTdTnR5MCCpKyXu { top:23.8125rem;left:25.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDIgqxmg2ZezTBtiXuiAHPNadHIHr2o { width:23.5rem;height:3.125rem;top:18.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF72Myeq9ZCQadUsF4pqKMh3zS3pXp97 { display:block; }
 }@media only screen and (max-width: 763px) { #sopMqFvi5ZmOO1XeFvdBiBeuMiNSi7Dr { top:22.9375rem;left:39.9375rem;width:7.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy { display:block; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTq377MN6qXcy7G4uIcRKmKiCDS8c3K3 { top:4.8125rem;left:0rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4d15yN0kmwdaw3ou1trCXTTxIgIe6DS { top:9rem;left:0rem;width:25rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttav4SObSKfJFTBpCWvundg5CnBWFKTL { top:11.625rem;left:22.75rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9PsE5Z3J0e1tzA0iStJXTbQdHnt1hAS { top:15.8125rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkJ9VH9KcCPLlGu9LHWI45Rv2kIq2o9 { top:2rem;left:13.1875rem;width:10.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBKKQhqwWuf9aaXS7Pp1bekukWM3OCzd { top:19.3125rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTdgLQVO91uQSnsU8er58AoyutTlRGq { top:22.0625rem;left:22.75rem;width:25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01C4iDSfBEGeNLOXUTeczazRN30lzk7 { top:34.4375rem;left:0rem;width:25rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizBbDRc73mZ8mCGWf2bPnrbuyutCvry { top:32.875rem;left:22.1875rem;width:25.5625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNHcEStTuuoGE3lm1cLEC87THwlZwcPZ { width:18.5625rem;height:3.125rem;top:42.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVQGp346SVun1VEuDHgNX3DWLQfrElc { display:block; }
 }@media only screen and (max-width: 763px) { #PPrkowud3R1vzTWele06smcauVBMG6su { top:38.375rem;left:0rem;width:4.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD26fTEGnBuhG5BSfzzF9kl5DRSf7Msh { width:18.5625rem;height:3.125rem;top:46.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAccrWVdMIxxgQgzfucLf2HvGsHbPUi { display:block; }
 }@media only screen and (max-width: 763px) { #ih70sDbJv1qutsHQvPe0tz4xw1MsusxC { display:block; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaGDTFHEI3PTIMTAI6vOMwhvkrek5eBk { top:3rem;left:0rem;width:25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5hWpIcTKCJotAkHEWN6QobQ2TmDsRz { top:10.625rem;left:0rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aINgFzoa5gHlTG7DklRo77LTnSkgI4Ex { top:15.75rem;left:0rem;width:25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtCTSc6gfKLuHUPXT4WC82864gpfAEU { top:22.625rem;left:0rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4iS62R1pS1fGzBTQsSZcNRhKKIiAHNO { top:22.6875rem;left:22.75rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZRneXc5BFK89sChk5McUFkmvc4LEVZs { top:28.625rem;left:0rem;width:25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUFQrnefnFF2SJHI8TwnELKL5T3xfkR { top:10.6875rem;left:22.75rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blWl3mNm1p1VJiyT7ysXaWiFimpxxh5y { top:15.8125rem;left:22.75rem;width:25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfWcaEy5e1383ET4P9XR3Orz2D7ItnQN { top:10.625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emivGoyucMt7kJL8bCnUhboGcpac7eos { top:16.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvdyP7hwAnMvp2xQyvgByny5MT2NfNJI { top:22.625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWqB0WC6v3FJU7EqmzcxbTwXH7DBgZH { top:29.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKuNlp8Q0XxVDFTtATmnR8OxuzwukHuc { top:22.6875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4U5S39XVAIsTNXJ2UILTx7WLRL7z1k { top:16.75rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTZeZiG7QR4TKsouC0aC2PbZr3oSpmo { top:10.6875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDxczg6i0H0d3ibE21pivvzLTRpiawk { width:12.875rem;height:3.125rem;top:3.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTrzTkdS8kSBTDE0iLLhJrbLOhGsNZE { display:block; }
 }@media only screen and (max-width: 763px) { #wTInG7BimTwFaA9JAoCTpm6LbRSBWiXE { width:11.25rem;height:3.125rem;top:3.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block; }
 }@media only screen and (max-width: 763px) { #AvW9XOx1E8m00mLywCFeccVdBchr3G5x { display:block; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5oZxUTwdRgkgR6HB8k1HIfyGfb9U7Bw { top:14.3125rem;left:0rem;width:25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv { top:22.3125rem;left:0rem;width:25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSsHzAwHr9rzCqm3RZDfz1BadkIIzVB { top:21.125rem;left:22.75rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py953ozF122TZrZv2NygW1QoGzOaWSEH { top:25.3125rem;left:22.75rem;width:25rem;height:14.8125rem;font-size:1rem;display:block; }#Py953ozF122TZrZv2NygW1QoGzOaWSEH li:before{  }
 }@media only screen and (max-width: 763px) { #UiQ2qyveSPUrfbf8vIPupVOSLPWTMK8e { top:9.9375rem;left:13.1875rem;width:10.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcKpBurEEJrUw2ygv90TpQZPEywvlgu { top:32.375rem;left:0rem;width:25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDbAX92kwAxWWNOF1Kehql3Ig73JSRPF { top:2.0625rem;left:23.0625rem;width:24.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvL9cHU5SwWXNJaI4omJLMVrzSRJsv9 { width:13.875rem;height:3.125rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1y6su0E5TR0fASVgQckX9NLWRgpKgk { display:block; }
 }@media only screen and (max-width: 763px) { #bdJfTDirCNgewgKgu2EW0rGMpas8en7h { width:11.25rem;height:3.125rem;top:37.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTS73Rtp6TqQ50c44Ir492TPiAMIsHw { display:block; }
 }@media only screen and (max-width: 763px) { #FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 { display:block; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUOMHtBUFSL68M5oIKCfncwmhrdN57RG { top:2.5rem;left:0rem;width:25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evQzTTo1yTes4aOLNbNsZSRuB3TJ5AfH { top:1.3125rem;left:32.875rem;width:14.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBuUa7l1ywf97RQaADki8wsZFpaggA9n { display:block; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqFx1McmUp2iZyJbAU90wroXCGkmHNbm { top:1.6875rem;left:0rem;width:12.8125rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Xn9lHfTx7xxwwXTxgg9WH1Jp6XbHQQ { top:1.75rem;left:11.0625rem;width:12.8125rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6PTSiqFKmTwhyfbU52vK6COHidULpSE { top:1.6875rem;left:23rem;width:12.8125rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1K9160a0DHJL6zcD07DZL6s1hew3Txv { top:1.75rem;left:34.9375rem;width:12.8125rem;height:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgCaAZarL0ouNA1QpofvOkkEVkTi3EWA { top:0rem;left:0rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8OlRtZSdTiX62sA5BCMohJFnapbXdfM { top:0rem;left:11.9375rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9WD1wZSPHxr94Zo8bUnxBpGqyiy02TW { top:0rem;left:23.875rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGQkLd6e89gBStxeqSTt4sKaAlaNArFJ { top:0rem;left:35.8125rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { display:block; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3OxdiGlcTsFI6sDv3Qk6fXyonovUTHE { top:2.5rem;left:11.375rem;width:25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx { display:block; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt { top:4.25rem;left:0rem;width:25rem;height:12.9375rem;font-size:1rem;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:before{  }
 }@media only screen and (max-width: 763px) { #qmZfQ8tZfqIqQpAVEuESP19J31UFroEd { top:2.6875rem;left:22.25rem;width:25.5rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCp06rWLGqMS64QnPOmGoTuRHA3Q096H { display:block; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knKwUS8xxtwT5gLvXZMExNcqnyuom4tg { top:13.8125rem;left:22.75rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lotFkTsX3JEDIHIBpXcDGLeT6CwESifB { top:17.125rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P { top:24.1875rem;left:22.75rem;width:25rem;height:13.5625rem;font-size:1rem;display:block; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:before{  }
 }@media only screen and (max-width: 763px) { #b5oZ3pbEkPk5IytkI6ulFTPrC1anLEa5 { top:2.4375rem;left:0rem;width:33.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2dDcdXpXK4raou3m9XsMWBQUEGZILb3 { top:24.1875rem;left:2.5625rem;width:21.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZFZsiNyX5B0HdCnAkLBqBqMo4l7oyrk { top:31.5625rem;left:2.5625rem;width:21.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKiasLI15mJgQZTcEmKNSb0BNTNHms8f { top:35.4375rem;left:2.5625rem;width:21.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNDqsQA1OUP5QcaXpSwx8B1WRps2TReH { top:24.1875rem;left:0.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feD3xpx5zmUfQbrtobGrSyQcCctVI1iA { top:31rem;left:0.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snXXq0Sfb5hpM7h0TkEhFNuVpKw3aFuJ { top:35.6875rem;left:0.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { display:block; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIaPsAfTgb0pdwFnV5krQ4tBalo4RCeg { top:2.375rem;left:11.375rem;width:25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw { display:flex;height:auto;width:27.8125rem;top:7.75rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #VxEBrBP4TI8TI9JBXIdRlSBHSWPJ5c7S {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #sGhIIiT98riTDQFobaFKFSfXVUgRwqRz {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #afGP5RQMHrsBQuzyOfKxqJrLMxpZOcty {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rhnkDo9aQcevGLtZfZyvL1lmr9XsCw3p {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #UiX16krFEgRNFNt1PyqkJ5kLzeWFWdvQ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rylU87OqaZTEtAHBCCAI9HkdEAxpQmK4 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fWlNHtoKRELGIz3a2m67LWmBOVNoGzX0 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #foLicb854y5y6w2TMieJtC7CKy3Py2Sp {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qzIo5C0IxmundR0V42bBuJ8cN7tc7l43 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DsdsL55ONHh2vwU5UewJqOpLwnlL1gZF {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aflPPLTEJwhT6AH1zk2zHizDpriDbhQo {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #o6NKazG66qx28HlbbGaRf1zWMpah5hcZ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CpFcs1Fgpv3VwEdDVFdQONxTNHCd0aie {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #WrMOIN12F58fREe6Jrekg5DHmcQtHfgn {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fMw8axuAhQul92C17XcFFt5p5wtdHbCU {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #b6tcn1Xakt9NDxETXZi1cTTZzq9CFRcJ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #hTWL8AAGsaGFJNoR1FQLIuM1gO1bgTEd {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #LDh7Xux1UyIMSRvnI4fROy8AmUQVlEWc {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #EvSJPCfH8fc45bQluvmyz8vvIIeZANRU {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #tFx9TJJI2EIoV4WpWTLNJmonyQq6BpOy {  }
 }@media only screen and (max-width: 763px) { #AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt { display:block; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnWMs5ZcF4Gy2CDKx9uxuc5oxTlgn6kN { top:2.6875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouFKRqLrs2dkGDI2mSU87dVzOA9PxiHt { width:13.9375rem;height:3.125rem;top:14.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ZmndZ2nNDCW1xsgRNax3yXaOxuFhVD { display:block; }
 }@media only screen and (max-width: 763px) { #dIcWeX4ArnJmIxTu2Sc29BG4wnzsokBv { width:11.25rem;height:3.125rem;top:14.6875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxrEbrQpUGKVE1QCCgavJWS03zdKUwDq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#axx1saPhrZ6XeqXfmmQgbZdTdORAQvb4 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COLClLEPQ0awdpQqCVbbdTLo9muXcQzX { width:8rem;height:2.375rem;top:1.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVQlXqUfdb4p7PeJJOGNXMlwkfwInl97 { width:20rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1umRQR9V6sBf0M2N9r48yIx5tb6JLeS { display:block; }
 }@media only screen and (max-width: 763px) { #nbxZknoAzMPoPdTZg7lBJJ8xm5aKkW4q { width:5.3125rem;height:3.125rem;top:22.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ4zMJioMdzPRvJZiElzM7IBPO1fhULJ { display:block; }
 }@media only screen and (max-width: 763px) { #qT7qXc66ThXP2oEnUCCZV4m7lD6N7TKz { width:5.3125rem;height:3.125rem;top:18rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdHI224zuiFxXwIkNsR2GtUIlsgFigXI { display:block; }
 }@media only screen and (max-width: 763px) { #qbkTVMisyImPUDLIJJwTiEfords0LnS8 { width:5.3125rem;height:3.125rem;top:13.625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3KWUwWTPQ5CPI9ClDlcngRdiDBmwk0i { display:block; }
 }@media only screen and (max-width: 763px) { #au9nTkM8QppPtWp6ZSMgTL6cNO6BSBNI { width:5.3125rem;height:3.125rem;top:9.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cli4cwJhKyAFEeJsp7LxXwM780bi4cRa { display:block; }
 }@media only screen and (max-width: 763px) { #xWQff22pzS806h5S2S4u6P4bcJdI2uVB { width:5.3125rem;height:3.125rem;top:4.875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbL1TPA1rdhlTplxlh5TuZUy8JXbgK9e { display:block; }
 }@media only screen and (max-width: 763px) { #nWDddtkfDhFHXJBoQwRSHLiC2bATLLzN { width:9.4375rem;height:2.4375rem;top:1.015625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzDaEugw4SMhLBvqmAOKUsTBpHxsR91 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT28XhNZMVedvXqgoVN84PLErs8Kv0TM { width:20rem;height:7.7988125rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { width:20rem;height:6.499rem;top:19.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdeaLHBkTvm9qLCT55SKSuElhQJt8gSD { width:13.6875rem;height:3.125rem;top:46.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1wJvtf2QawHkix7KQugQbawX8o3lXgB { display:block; }
 }@media only screen and (max-width: 763px) { #deOSfAGAb7RMObEIrGvQFe85XotWUG1i { width:15.4375rem;height:7.1875rem;top:55.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9fsTB7RIVrpV58SnawOAXcbrFE3zuMw { width:9rem;height:8.1875rem;top:28rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTK4b1WGR2l8qzpWA5fXzhQQnhnIi0oS { width:13.4375rem;height:1.54296875rem;top:37.5rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3tXHc5ZRONuUokZGMf7wc7UhIQkKySK { width:17.1875rem;height:5.68359375rem;top:40rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgCod2TuqTDS0H2HZZ8JblKgn58v6x3N { width:4.1875rem;height:6.0625rem;top:42.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { width:17.5rem;height:3.125rem;top:50.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block; }
 }@media only screen and (max-width: 763px) { #VrxPAqiSt192GFyucyeyaI3zE930ogCl { display:block; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row .container { width:20rem;height:104rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eorTcAQJSWrW5PeiGIayA5JdJ9hOa4bp { width:20rem;height:9.097625rem;top:9.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiNUElieskB37kVHg0kOnus7FpTWGxU { width:20rem;height:9.098625rem;top:20.412125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBNPHUe0TLdePzhkF7MBMyRDgC2Qr0y { width:20rem;height:8.125rem;top:53.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIApTuXcN8AU4U2KlUk3mK6TN0tSo4U { width:20rem;height:38.9940375rem;top:62.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBD3wM6CXWUsdTLD4UNao9nnZw09oZU { width:7.375rem;height:5.1875rem;top:2.2060546875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1Wph3qEUUc8ndgcy88bnSnqQLhZLJJ { width:20rem;height:13.625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDytgkBM6rS6J77b099PI7GTQQV46N6l { width:18.0625rem;height:3.125rem;top:30.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block; }
 }@media only screen and (max-width: 763px) { #QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { width:18.3125rem;height:3.125rem;top:34.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block; }
 }@media only screen and (max-width: 763px) { #oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI { display:block; }#oTSN5r2gZei4Q5AfcrbKhFCsQiaVSpKI > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBcbUc19MfwUr6T7G9zWtxdLTtH737c2 { width:16.5625rem;height:18.766625rem;top:3.5rem;left:1.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo489yTF78PGxxZnx31dzyGz6vJ53Mlg { width:13.0625rem;height:3.125rem;top:23.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arqPRlAZyHBmoPRuS1E78o1030Ez1zbh { display:block; }
 }@media only screen and (max-width: 763px) { #KKnnbZlL1OUBpWPHLuaQaR53obLWvxaq { width:13.0625rem;height:3.125rem;top:27.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw2EZa2H0yJ5sG9CgyK0vkg0B84UT6PW { display:block; }
 }@media only screen and (max-width: 763px) { #U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA { display:block; }#U0oyTEnU6tTbCQUuAMcnFZXpI3uZlDfA > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA8INTzHBT0sp5pAdpMspQHwkHJNR78z { height:11.25rem;width:20rem;top:11.5966875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dczQWtKOdqoOh3vCgOU2Wf4cxgdywF9F { width:20rem;height:9.097625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoT8aNHmTEUfpSDXVi9ERvclx8IueGq { width:12.8125rem;height:3.125rem;top:24.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BydUXGBWDgCc6u4CG9znVsGGW9lMPIp3 { display:block; }
 }@media only screen and (max-width: 763px) { #iRBfd2T2yPk5NVM60zTzD8Gu1NAaiQPa { width:12.8125rem;height:3.125rem;top:28rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE2IEv4PAweOMb72nFlGMv4h14W1sxeP { display:block; }
 }@media only screen and (max-width: 763px) { #dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm { display:block; }#dGekNIM04g2KmP1qwJOKTyJHhKQzJHVm > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Zi5Pq3gVTLe32Hem3lBPcppfKTn6Kg { width:20rem;height:11.209rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCahbP6fmiwHAsp7HgLIyAr9IuphP72n { display:block; }#HCahbP6fmiwHAsp7HgLIyAr9IuphP72n > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGP3BgWz3Ss1A29qN0eBAhz5Dok41q40 { width:13.4375rem;height:1.54345625rem;top:10.6875rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAQbARMtN5697fbbboOuREJIfbxcLZTn { width:15.125rem;height:17.05078125rem;top:13.48046875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKlCT2E6Xik9eClb5nXOAtDc92VzA6V2 { width:14.125rem;height:1.54345625rem;top:41.22559375rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBVsnzVLepuQphyVDPwwIC9c8TsputqS { width:15.125rem;height:7.957rem;top:44.0185625rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APpp828vUN4b9iL1B69fHlFVGvt0G5gb { width:13.4375rem;height:1.54345625rem;top:62.541rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0zRUTp6Nys5KG4BWlbV1LMFfFIi9QgH { width:15.125rem;height:13.640625rem;top:65.33396875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTqVWJOZnoV5dZOOfzdXNH8CLJ2MFiP9 { width:9rem;height:8.1875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkWdPNG8GmKo3aeJ2CVEPJRt3WtGxqOJ { width:8.1875rem;height:8.1875rem;top:31.78809375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAbkeaTzyKP0R5Wr5hUWKUrCy3IkmdMk { width:9rem;height:8.0625rem;top:53.2285rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs { display:block; }#p8nFew1eGyFOWANF7NEktFkgPOCLe9Vs > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoKkXtr1XlFMsE7iP4VV03DW054mf3pv { width:13.4375rem;height:1.54345625rem;top:10.4375rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p48I7aRdS5Pp9bmfP6UB01JlGU1i55ly { width:15.125rem;height:9.09375rem;top:13.23046875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSXlwTH6MWoQb7vK1ycCIDDQIvyyTSPc { width:14.125rem;height:1.54345625rem;top:33.01515625rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C64pydyVHSgXowLAWUX9pLR3snGkehBP { width:15.125rem;height:5.68359375rem;top:35.808125rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lrp0cBbCMyhg0Ty0ZepaeAHa7DrVGopC { width:9.3125rem;height:7.9375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDm9ZQsnyO4wz3SKfD9fsbnJptUvRK7U { width:8.1875rem;height:8.1875rem;top:23.57765625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcnmOivODyPnTBLpneT2h2fRXptvRp3g { width:13.1875rem;height:6.3369375rem;top:42.7441625rem;left:3.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6emCSOzUl49GbpgGRidz06VF6Nlowgf { width:15.4375rem;height:9.098625rem;top:50.3311rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcJuRIBbK43ICFgwd8gXk4XkN4yn2UGC { width:14.5625rem;height:3.125rem;top:60.6787109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWtdgTtCdJOMJNiRGL5cVwVO6awTq8WW { display:block; }
 }@media only screen and (max-width: 763px) { #Oi69BqR7u55ShziC6bOdKa4ybsQxgToB { width:3.375rem;height:4.8125rem;top:57.365234375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlCSZMec2vMg0100wHZpPzO2f151Pgh { width:14.375rem;height:3.125rem;top:64.6162109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXRr7ovG3DvbN2FiTeLlxk3nDlW37zhn { display:block; }
 }@media only screen and (max-width: 763px) { #nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP { display:block; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIlqnXmL9NGsHievxToBu3vJxE7bANHw { width:20rem;height:16.084rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGcVTsCUuDGuhHJn1OAaXlbWloyb7TO { width:10.5625rem;height:1.29980625rem;top:46.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMt3mTqwnFKuLzczTZWQDQK0JuE1VDpv { width:20rem;height:11.375rem;top:19.65625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OcUAogP4uLn7JbggZqGoFyLNHE7AU7 { width:20rem;height:8.125rem;top:32.78125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3W5t66lUySrpobrawbUo1elrgPr6s9s { width:2.6875rem;height:2.6875rem;top:42.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2aK3X7CUZZwqocP1J1HyLE0fUP81dRI { width:10.5625rem;height:1.29980625rem;top:53.0625rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2op0PP9w6lQ5gn0dKUKg5ySNO10vpA { width:2.6875rem;height:2.6875rem;top:49.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3ssg784oBq3J8Im1HlsHEAVJWCPgyb { width:13.4375rem;height:1.29980625rem;top:59.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgT87tnoq1uxH794VTdTnR5MCCpKyXu { width:2.6875rem;height:2.6875rem;top:55.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDIgqxmg2ZezTBtiXuiAHPNadHIHr2o { width:19rem;height:3.125rem;top:62.09375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF72Myeq9ZCQadUsF4pqKMh3zS3pXp97 { display:block; }
 }@media only screen and (max-width: 763px) { #sopMqFvi5ZmOO1XeFvdBiBeuMiNSi7Dr { width:7.8125rem;height:5.5rem;top:67.1806640625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy { display:block; }#pmHT6dTzUycOnRVQTN4xGSHiT8LHpfLy > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTq377MN6qXcy7G4uIcRKmKiCDS8c3K3 { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4d15yN0kmwdaw3ou1trCXTTxIgIe6DS { width:20rem;height:18.18746875rem;top:4.7744125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttav4SObSKfJFTBpCWvundg5CnBWFKTL { width:20rem;height:3.25rem;top:44.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9PsE5Z3J0e1tzA0iStJXTbQdHnt1hAS { width:20rem;height:2.5996125rem;top:48.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkJ9VH9KcCPLlGu9LHWI45Rv2kIq2o9 { width:10.6875rem;height:7.5625rem;top:24.219225rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBKKQhqwWuf9aaXS7Pp1bekukWM3OCzd { width:20rem;height:3.25rem;top:52.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTdgLQVO91uQSnsU8er58AoyutTlRGq { width:20rem;height:11.69825rem;top:57.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01C4iDSfBEGeNLOXUTeczazRN30lzk7 { width:16.6875rem;height:5.1181625rem;top:24.8125rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EizBbDRc73mZ8mCGWf2bPnrbuyutCvry { width:20rem;height:13.007334963325rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNHcEStTuuoGE3lm1cLEC87THwlZwcPZ { width:18.5625rem;height:3.125rem;top:35.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVQGp346SVun1VEuDHgNX3DWLQfrElc { display:block; }
 }@media only screen and (max-width: 763px) { #PPrkowud3R1vzTWele06smcauVBMG6su { width:4.875rem;height:7.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD26fTEGnBuhG5BSfzzF9kl5DRSf7Msh { width:18.5625rem;height:3.125rem;top:39.0498046875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAccrWVdMIxxgQgzfucLf2HvGsHbPUi { display:block; }
 }@media only screen and (max-width: 763px) { #ih70sDbJv1qutsHQvPe0tz4xw1MsusxC { display:block; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaGDTFHEI3PTIMTAI6vOMwhvkrek5eBk { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5hWpIcTKCJotAkHEWN6QobQ2TmDsRz { width:20rem;height:3.25rem;top:10.98730625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aINgFzoa5gHlTG7DklRo77LTnSkgI4Ex { width:20rem;height:4.875rem;top:19.42480625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvtCTSc6gfKLuHUPXT4WC82864gpfAEU { width:20rem;height:3.25rem;top:29.48730625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4iS62R1pS1fGzBTQsSZcNRhKKIiAHNO { width:20rem;height:3.25rem;top:68.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZRneXc5BFK89sChk5McUFkmvc4LEVZs { width:20rem;height:4.875rem;top:37.92480625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxUFQrnefnFF2SJHI8TwnELKL5T3xfkR { width:20rem;height:4.875rem;top:48.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blWl3mNm1p1VJiyT7ysXaWiFimpxxh5y { width:20rem;height:4.875rem;top:58.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfWcaEy5e1383ET4P9XR3Orz2D7ItnQN { width:2.6875rem;height:2.6875rem;top:7.04980625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emivGoyucMt7kJL8bCnUhboGcpac7eos { width:2.6875rem;height:2.6875rem;top:15.48730625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvdyP7hwAnMvp2xQyvgByny5MT2NfNJI { width:2.6875rem;height:2.6875rem;top:25.54980625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWqB0WC6v3FJU7EqmzcxbTwXH7DBgZH { width:2.6875rem;height:2.6875rem;top:33.98730625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKuNlp8Q0XxVDFTtATmnR8OxuzwukHuc { width:2.6875rem;height:2.6875rem;top:64.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4U5S39XVAIsTNXJ2UILTx7WLRL7z1k { width:2.6875rem;height:2.6875rem;top:54.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTZeZiG7QR4TKsouC0aC2PbZr3oSpmo { width:2.6875rem;height:2.6875rem;top:44.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDxczg6i0H0d3ibE21pivvzLTRpiawk { width:12.875rem;height:3.125rem;top:73.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTrzTkdS8kSBTDE0iLLhJrbLOhGsNZE { display:block; }
 }@media only screen and (max-width: 763px) { #wTInG7BimTwFaA9JAoCTpm6LbRSBWiXE { width:12.875rem;height:3.125rem;top:77.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block; }
 }@media only screen and (max-width: 763px) { #AvW9XOx1E8m00mLywCFeccVdBchr3G5x { display:block; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5oZxUTwdRgkgR6HB8k1HIfyGfb9U7Bw { width:20rem;height:9.097625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv { width:20rem;height:7.957rem;top:11.912109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSsHzAwHr9rzCqm3RZDfz1BadkIIzVB { width:20rem;height:3.25rem;top:60.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py953ozF122TZrZv2NygW1QoGzOaWSEH { width:20rem;height:17.472625rem;top:64.625rem;left:0rem;font-size:1rem;display:block; }#Py953ozF122TZrZv2NygW1QoGzOaWSEH li:before{  }
 }@media only screen and (max-width: 763px) { #UiQ2qyveSPUrfbf8vIPupVOSLPWTMK8e { width:7rem;height:4.9375rem;top:23.0478515625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcKpBurEEJrUw2ygv90TpQZPEywvlgu { width:20rem;height:4.875rem;top:29.6220625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDbAX92kwAxWWNOF1Kehql3Ig73JSRPF { width:20rem;height:14.936708860759rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvL9cHU5SwWXNJaI4omJLMVrzSRJsv9 { width:15.5rem;height:3.125rem;top:35.62158203125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1y6su0E5TR0fASVgQckX9NLWRgpKgk { display:block; }
 }@media only screen and (max-width: 763px) { #bdJfTDirCNgewgKgu2EW0rGMpas8en7h { width:15.25rem;height:3.125rem;top:39.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTS73Rtp6TqQ50c44Ir492TPiAMIsHw { display:block; }
 }@media only screen and (max-width: 763px) { #FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 { display:block; }#FZ18z4qWyOACl3dRVWhs4GTpUuIlSbn1 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUOMHtBUFSL68M5oIKCfncwmhrdN57RG { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evQzTTo1yTes4aOLNbNsZSRuB3TJ5AfH { width:11.375rem;height:5.3125rem;top:7.2373046875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBuUa7l1ywf97RQaADki8wsZFpaggA9n { display:block; }#qBuUa7l1ywf97RQaADki8wsZFpaggA9n > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqFx1McmUp2iZyJbAU90wroXCGkmHNbm { width:20rem;height:13.640625rem;top:3.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4Xn9lHfTx7xxwwXTxgg9WH1Jp6XbHQQ { width:19.9375rem;height:11.3671875rem;top:21.96923828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6PTSiqFKmTwhyfbU52vK6COHidULpSE { width:12.8125rem;height:0;top:48.7890625rem;left:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1K9160a0DHJL6zcD07DZL6s1hew3Txv { width:12.8125rem;height:0;top:68.0849375rem;left:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgCaAZarL0ouNA1QpofvOkkEVkTi3EWA { width:5.1875rem;height:0.875rem;top:1.5625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8OlRtZSdTiX62sA5BCMohJFnapbXdfM { width:5.1875rem;height:0.875rem;top:19.90673828125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9WD1wZSPHxr94Zo8bUnxBpGqyiy02TW { width:5.1875rem;height:0.875rem;top:46.6640625rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGQkLd6e89gBStxeqSTt4sKaAlaNArFJ { width:5.1875rem;height:0.875rem;top:65.9599375rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { display:block; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3OxdiGlcTsFI6sDv3Qk6fXyonovUTHE { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx { display:block; }#G74GawhqkHCgG2nFmLuwV8ZcT4WTVLlx > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt { width:20rem;height:15.547875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:before{  }
 }@media only screen and (max-width: 763px) { #qmZfQ8tZfqIqQpAVEuESP19J31UFroEd { width:20rem;height:12.598039215686rem;top:18.047875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCp06rWLGqMS64QnPOmGoTuRHA3Q096H { display:block; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knKwUS8xxtwT5gLvXZMExNcqnyuom4tg { width:20rem;height:2.2749rem;top:13.795875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lotFkTsX3JEDIHIBpXcDGLeT6CwESifB { width:20rem;height:6.499rem;top:17.3202875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P { width:20rem;height:16.172875rem;top:25.06885rem;left:0rem;font-size:1rem;display:block; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:before{  }
 }@media only screen and (max-width: 763px) { #b5oZ3pbEkPk5IytkI6ulFTPrC1anLEa5 { width:20rem;height:11.296296296296rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2dDcdXpXK4raou3m9XsMWBQUEGZILb3 { width:20rem;height:4.875rem;top:46.428734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZFZsiNyX5B0HdCnAkLBqBqMo4l7oyrk { width:20rem;height:1.625rem;top:56.491234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKiasLI15mJgQZTcEmKNSb0BNTNHms8f { width:20rem;height:3.25rem;top:63.303734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNDqsQA1OUP5QcaXpSwx8B1WRps2TReH { width:2.6875rem;height:2.6875rem;top:42.491234375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feD3xpx5zmUfQbrtobGrSyQcCctVI1iA { width:2.6875rem;height:2.6875rem;top:52.553734375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snXXq0Sfb5hpM7h0TkEhFNuVpKw3aFuJ { width:2.6875rem;height:2.6875rem;top:59.366234375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { display:block; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIaPsAfTgb0pdwFnV5krQ4tBalo4RCeg { width:20rem;height:4.548825rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw { display:flex;height:auto;width:17.5rem;top:7.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #VxEBrBP4TI8TI9JBXIdRlSBHSWPJ5c7S {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #sGhIIiT98riTDQFobaFKFSfXVUgRwqRz {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #afGP5RQMHrsBQuzyOfKxqJrLMxpZOcty {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rhnkDo9aQcevGLtZfZyvL1lmr9XsCw3p {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #UiX16krFEgRNFNt1PyqkJ5kLzeWFWdvQ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #rylU87OqaZTEtAHBCCAI9HkdEAxpQmK4 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fWlNHtoKRELGIz3a2m67LWmBOVNoGzX0 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #foLicb854y5y6w2TMieJtC7CKy3Py2Sp {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qzIo5C0IxmundR0V42bBuJ8cN7tc7l43 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DsdsL55ONHh2vwU5UewJqOpLwnlL1gZF {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aflPPLTEJwhT6AH1zk2zHizDpriDbhQo {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #o6NKazG66qx28HlbbGaRf1zWMpah5hcZ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CpFcs1Fgpv3VwEdDVFdQONxTNHCd0aie {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #WrMOIN12F58fREe6Jrekg5DHmcQtHfgn {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #fMw8axuAhQul92C17XcFFt5p5wtdHbCU {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #b6tcn1Xakt9NDxETXZi1cTTZzq9CFRcJ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #hTWL8AAGsaGFJNoR1FQLIuM1gO1bgTEd {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #LDh7Xux1UyIMSRvnI4fROy8AmUQVlEWc {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #EvSJPCfH8fc45bQluvmyz8vvIIeZANRU {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #tFx9TJJI2EIoV4WpWTLNJmonyQq6BpOy {  }
 }@media only screen and (max-width: 763px) { #AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt { display:block; }#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnWMs5ZcF4Gy2CDKx9uxuc5oxTlgn6kN { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouFKRqLrs2dkGDI2mSU87dVzOA9PxiHt { width:19rem;height:3.125rem;top:15.4980625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ZmndZ2nNDCW1xsgRNax3yXaOxuFhVD { display:block; }
 }@media only screen and (max-width: 763px) { #dIcWeX4ArnJmIxTu2Sc29BG4wnzsokBv { width:19rem;height:3.125rem;top:19.498046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxrEbrQpUGKVE1QCCgavJWS03zdKUwDq { display:block; }
 }