.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:#ffc183;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:#222243;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.6875rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:47.3125rem;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:#231d1a;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:34.25rem;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:#231d1a;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:29rem;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:#231d1a;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.75rem;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:#231d1a;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.4375rem;left:18.5rem;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:#231d1a;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.40625rem;left:13.25rem;display:block; }
#dbL1TPA1rdhlTplxlh5TuZUy8JXbgK9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWDddtkfDhFHXJBoQwRSHLiC2bATLLzN { background-color:#222243;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.5625rem;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/c35c2150-2e64-4f7b-a9fd-2ae811a6e49c/grafiki_23409.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:13.076171875rem;left:1.8125rem;height:7.798825rem;display:block; }
#hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:1.8125rem;height:4.38574375rem;display:block; }
#bdeaLHBkTvm9qLCT55SKSuElhQJt8gSD { 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:#222243;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:15.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.25rem;left:1.8125rem;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:20.5rem;left:30.869140625rem;overflow:hidden;display:block; }
#ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { background-color:#ffc183;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:#222243;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:28.25rem;left:17.875rem;display:block; }
#y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlkz14I9JsKlhH4C1vEl3DDCgJ9ivRFX { position:absolute;display:block;z-index:15014;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:4.1875rem;width:4.1875rem;top:9.5625rem;left:44.53125rem;overflow:hidden;display:block; }
#AvW9XOx1E8m00mLywCFeccVdBchr3G5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ef;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:#222243;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0654296875rem;left:2.5rem;height:7.5556875rem;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:12.625rem;left:2.5rem;height:15.402375rem;display:block; }#G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv 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:4.875rem;width:10.6875rem;top:1rem;left:21.875rem;overflow:hidden;display:block; }
#a5nhWG9Vi34sCgnAA9SokK98IBw9BDzP { background-color:#ffc183;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:#222243;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:15.25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.3125rem;left:2.5rem;display:block; }
#xsA1untCD5yZXNHTQfCXAtSCXMENlwzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhIIhyTRDZX7gBzqo2yAgNfCT8rweOqv { color:#222243;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:24rem;left:32.5rem;height:9.097625rem;display:block; }
#qfrZK5IP68bl1wLetinNRfrl9Zo22aFr { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.375rem;left:32.5rem;height:9.40625rem;display:block; }#qfrZK5IP68bl1wLetinNRfrl9Zo22aFr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qfrZK5IP68bl1wLetinNRfrl9Zo22aFr li:before{  }
#Uq9faVJKVDIq0myLwTyn5adUBNaaFr1d { 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:17.1875rem;width:25.125rem;top:4.0654296875rem;left:32.295454545454rem;overflow:hidden;display:block; }
#QccMruafXHO789hE5Mbb9qFwLOfDFGCQ { background-color:#222243;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:15.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.375rem;left:2.5rem;display:block; }
#UON1P8NpwGpV711ZaXntm4PHnfeD5hZi { 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:40.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; }#eorTcAQJSWrW5PeiGIayA5JdJ9hOa4bp { color:#222243;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:4.548825rem;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:10.4375rem;left:2.5rem;height:6.499rem;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:9.75rem;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:22.818359375rem;left:32.5rem;height:3.8994125rem;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:18.625rem;width:24.9375rem;top:19.75rem;left:1.9375rem;overflow:hidden;display:block; }
#JDytgkBM6rS6J77b099PI7GTQQV46N6l { background-color:#222243;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:15.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.75rem;left:32.5rem;display:block; }
#yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { background-color:#ffc183;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:#222243;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:15.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.6875rem;left:32.5rem;display:block; }
#H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBDXieS95StTSzDFvPcXTBUggTSBmgJZ { 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.875rem;width:10.6875rem;top:15.625rem;left:19.375rem;overflow:hidden;display:block; }
#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222243;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; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container { background-color: transparent; background-image: none; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container > .video-iframe-container { display: none; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row > .video-iframe-container { display: none; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .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); }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container { border-width: 0; border-radius: 0; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#MFdiuqiVcioKRx3Pw6H9kZ0vGvfqgJ3k { color:#ffffff;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; }
#TizoNHMvk4CzDT7Fr8ac0OdHJq0mhJOa { color:#ffffff;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:13.5625rem;left:2.5rem;height:5.19921875rem;display:block; }
#kE5xOdwXJi2cz8BHlHhZedApi8lWhvvQ { 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:#222243;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:16.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.625rem;left:32.5rem;display:block; }
#JGrEwLlxHDaVxPNLycpOTyuODbDdeJT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9II321ze1pQXabJpgWp1HK7r0BUMZKJ { background-color:#ffc183;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:#222243;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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.5625rem;left:32.5rem;display:block; }
#B8q3Wpbuqkxnld4TP1UwFnRyQd8D1nqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21rem;left:2.5rem;height:11.3359375rem;display:block; }#HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B li:before{  }
#ZXyoz41NJIfDdsZQ7QIAoACURNraeN8L { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.5rem;height:14.21875rem;display:block; }
#P56RiTt2SDF0NL9OPGW7uCo8XDDpIBAn { 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:4.5625rem;width:6.5rem;top:4.8125rem;left:27.5rem;overflow:hidden;display:block; }
#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a { position:relative;display:block; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a { background-color: transparent; background-image: none; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row .container > .video-iframe-container { display: none; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row > .video-iframe-container { display: none; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .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); }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a { border-width: 0; border-radius: 0; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .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; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .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:26.125rem;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; }#oNNXVvpyG9Sd6oBzBc0AAcW1o8EkzIBZ { color:#222243;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; }
#WGVc3EVrxi1XiNB3emTGk8wn3WxSle2v { 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:18.8125rem;left:17.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ArE1XPW8peDp0i9FdNZfB5OT4COVXxZ7 { position:absolute;display:block;z-index:15014;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:9.3125rem;width:10.25rem;top:8.40625rem;left:24.875rem;overflow:hidden;display:block; }
#tqG4hHkHFe0N2uk6sTcqrVgKyy7Bq1QO { position:absolute;display:block;z-index:15015;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:2.125rem;width:2.125rem;top:9.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#O3Jyh0glzBn31eQherWJFcETGqDTJm3J { position:absolute;display:block;z-index:15016;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:2.125rem;width:2.125rem;top:13.6875rem;left:24.09375rem;overflow:hidden;display:block; }
#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222243;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; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container { background-color: transparent; background-image: none; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container > .video-iframe-container { display: none; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row > .video-iframe-container { display: none; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .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); }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container { border-width: 0; border-radius: 0; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#BxUcQTFOV2691o8bh36aJSU2RW3Md4Pe { 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:3.625rem;left:3.25rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#cm2zCwJTBeZI7h0DMr5zf3vyWkGZHH6e { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.25rem;height:15.59765625rem;text-align:left;text-align-last:left;display:block; }
#LUbNV32WJTmTX0w8OEuIVGgU37VSCSlg { 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:17.0625rem;width:24.9375rem;top:4.53125rem;left:32.65625rem;overflow:hidden;display:block; }
#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ef;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:31.5rem;width:60rem;position:relative;display:block; }#QaGDTFHEI3PTIMTAI6vOMwhvkrek5eBk { color:#222243;display:block;width:24.875rem;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:3.875rem;left:2.5625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#sb5hWpIcTKCJotAkHEWN6QobQ2TmDsRz { color:#2f2f2f;display:block;width:19.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:5.125rem;height:3.736325rem;text-align:center;text-align-last:center;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.4375rem;left:13.6875rem;overflow:hidden;display:block; }
#TyDxczg6i0H0d3ibE21pivvzLTRpiawk { background-color:#222243;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:24.8125rem;left:8.5rem;display:block; }
#riTrzTkdS8kSBTDE0iLLhJrbLOhGsNZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTInG7BimTwFaA9JAoCTpm6LbRSBWiXE { background-color:#ffc183;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:#222243;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.0625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.9375rem;left:8.5rem;display:block; }
#xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7UkrOVSw6rfGkqy9xXwr3frgcT0VJTn { 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:19rem;width:29.1875rem;top:5.78125rem;left:30rem;overflow:hidden;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:#222243;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.1875rem;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:11.3671875rem;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:13.640625rem;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:10.2304375rem;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:15.9140625rem;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; }
#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ef;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; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container { background-color: transparent; background-image: none; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container > .video-iframe-container { display: none; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row > .video-iframe-container { display: none; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .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); }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container { border-width: 0; border-radius: 0; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#HfGz1MU7UNdDx1f9lQNvqraEgBBE3Nx1 { color:#222243;display:block;width:50.1875rem;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:4.90625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ef;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; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container { background-color: transparent; background-image: none; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container > .video-iframe-container { display: none; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row > .video-iframe-container { display: none; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .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); }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container { border-width: 0; border-radius: 0; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#Pg6QWK1S1gXCch1PC0lupNJXF80uRhJC { color:#2f2f2f;display:block;width:11.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5478515625rem;left:1.71875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#iLGereFk06yGRhSR2PSNrZUI16KuavdP { 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:1.75rem;left:6.15625rem;overflow:hidden;display:block; }
#hnZPwLTcJEn3CVGMhmAXKIZ2pSU6zmAt { color:#2f2f2f;display:block;width:11.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:16.75rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Sh7RsSHCnmb9ua0NJHaW2GQnTep4Z8xz { 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:1.8125rem;left:21.1875rem;overflow:hidden;display:block; }
#d103ixs1oHo2X5hTqlXkQ1uT4HTcr2sd { color:#2f2f2f;display:block;width:11.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.625rem;left:31.75rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#EUWyG8P4NMfuhlBFEtkHGc03QTla4wtB { 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:1.8125rem;left:36.1875rem;overflow:hidden;display:block; }
#OETyT1PdyQSzLrsNSaulxmlPzoRe8kwv { color:#2f2f2f;display:block;width:11.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:46.75rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#gvew92a12yO1DUdqgUqDrR3p5zULCEBJ { 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:1.8125rem;left:51.1875rem;overflow:hidden;display:block; }
#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222243;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:39.3125rem;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.2744125rem;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:;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:21.1875rem;width:28.3125rem;top:7.9375rem;left:0.84375rem;overflow:hidden;display:block; }
#lvtST6GoOUOkU0sf6f46WPGKWAVnggXN { 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:4.5625rem;width:6.5rem;top:6.625rem;left:27.40625rem;overflow:hidden;display:block; }
#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O { position:relative;display:block; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O { background-color: transparent; background-image: none; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row .container > .video-iframe-container { display: none; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row > .video-iframe-container { display: none; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .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); }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O { border-width: 0; border-radius: 0; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .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; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .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:8.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; }#sIaPsAfTgb0pdwFnV5krQ4tBalo4RCeg { color:#222243;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.099609375rem;left:17.5rem;height:4.548825rem;text-align:center;text-align-last:center;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:37.125rem;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; }#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:rgba(34,34,67,0.13);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;line-height:1.5;overflow:hidden; }
#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:57.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:0rem;left:0rem; }
#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 #Z8bsqBeFELomOJKNIGaimLphpOgMdg6z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #HwCktCFfixdW3yKIUkWB648A2TTkVRl4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #oN72vSKpDetP32SsuIe4IR27QptRyrqQ { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #RetycoJH596JhK2V6x4auQy6AxGvwUus {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CFz7DAQJ4ZXc1Kez2diAhole9vVSfeGG { display:none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #skgyMJqtQzUsxfVEKnfC1KMdavgQNfPT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Mt3qFsdiZLzk2mEnUD37rlJezp7pim4Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ZnDC25N1uPxagKWRwr4rwkIOfUxTwQzW { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DRv3IGWtu6PDJEFud1XzuhzwIuFnTMJT {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #lvITIkJc8C6Z6FIAdcQJb0iMf6Df27zT { display:none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #dnPZlSzuo9h3llKZWNNxJXZmBlZkzO5T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #QMKk98SnhAca9B8WE8zJfIPG09XhZabm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ODkgMRTnW8gVxOKcWyny22awrryQ4FvB { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #G5SXeZw1wMRCoZtVotCFCOWiymiyHFRO {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #k43vqqhpHwt4d40UrBz5ihc1MmtJl5rd { display:none; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qgsurpV7Mn9xTcMDW5mpC8rcc7mHKGT9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #O69BPG6XMO2HpSvA7OXsrnLdcquWL81e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #D5ZbcrTfqFeTS52VWsNELCO4usEHar2C { display:block;position:relative; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Tx5hLs6nhIKxQmhf9MK8XMhC6LPPtJOw {  }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aTErLyidkm2OqKK7Vb7aohnsVyWe9GfF { display:none; }
#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt { position:relative;display:block; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt { background-color: transparent; background-image: none; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row .container > .video-iframe-container { display: none; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row > .video-iframe-container { display: none; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .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); }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt { border-width: 0; border-radius: 0; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .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; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .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:12.3125rem;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; }#J17kTTTszbE7A19KyHZyT2wxniaTJiQt { color:#2f2f2f;display:block;width:22.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#h0sF0Go2OxI6tVBPoJDw7bhrTRoUzkWc { background-color:#222243;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:16.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7rem;left:21.84375rem;display:block; }
#bXQQcHTRBWe48GdKp6XNWQKIfuH7Wr1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP { background-color:#222243;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:86rem;width:60rem;overflow:visible;position:relative;display:block; }#PIlqnXmL9NGsHievxToBu3vJxE7bANHw { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"plus jakarta sans";font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.0625rem;height:5.5234375rem;display:block; }
#oVruMXbqRoam47CKPEKRMGqGpoFMTkIu { color:#ffffff;display:block;width:17.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:17.6875rem;left:2.75rem;height:12.99804375rem;text-align:center;text-align-last:center;display:block; }
#elO7tdUHDraLI3B0yVrRV3f8Teoihrde { color:#ffffff;display:block;width:17.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:17.6875rem;left:21.0625rem;height:11.69823125rem;text-align:center;text-align-last:center;display:block; }
#mQxNA5PMlkAVhHa4Noy13rSsZcVeqowg { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.6875rem;left:39.875rem;height:9.0986125rem;text-align:center;text-align-last:center;display:block; }
#yd0GDIVGHdfWSaXdc3bRv1PRGkzDu4wy { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.0625rem;left:8.1875rem;height:15.59375rem;text-align:center;text-align-last:center;display:block; }
#SbPLM8xoaOn0gMGNpXgb0lad07wwXDvq { 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:14rem;width:20.4375rem;top:53.6875rem;left:5.34375rem;overflow:hidden;display:block; }
#VmnKbEA7RZ0hRhsBzBaRgL2RNJEemmcF { 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:14rem;width:21.5rem;top:53rem;left:31.375rem;overflow:hidden;display:block; }
#PheRTRyJ9uesUdOMGOVvVSZiT7xbETyF { 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:14rem;width:18.75rem;top:69rem;left:33.3125rem;overflow:hidden;display:block; }
#yzcflzILNgNPdWx98TPoCeQeUMH95MIS { 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:14rem;width:21.5rem;top:69rem;left:8.4375rem;overflow:hidden;display:block; }
#LmUrmXCnDSSWiN5IbIcWaTkZpL87w75D { background-color:#ffc183;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:#222243;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:15006;text-align:center;text-align-last:center;top:4.1875rem;left:46.25rem;display:block; }
#iBRr5EAiKt0n3TNhgmSdxQh13EOQfViF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMPcpPLbi3P5klGMPrAGPfRmqlBBSuq1 { 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:#222243;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:15005;text-align:center;text-align-last:center;top:4.1875rem;left:31rem;display:block; }
#TK2sHEDHApFu9Ty7KXrumQOTzgpBsAGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jgt6p37Qwsess2TkQxnaONe9aqG8pxlc { 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:4.5625rem;width:6.5rem;top:47rem;left:48.3125rem;overflow:hidden;display:block; }
#v8BW1JcpaCKqTXKSAHpuBuAEFaV6CaTq { 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:13.375rem;left:10.03125rem;overflow:hidden;display:block; }
#PvvQPCtyWSOdk4QWVtsCd5v0V7qh0XE4 { 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:13.375rem;left:28.65625rem;overflow:hidden;display:block; }
#bTm2keTJPm1KQRUIGD1paS82zfw70nra { 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:13.375rem;left:47.15625rem;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:#222243;display:block;width:34.125rem;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:12.9375rem;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:28.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; }#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:3.5078125rem;left:2.5rem;height:;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:18.0625rem;width:28.625rem;top:5.34375rem;left:30.6875rem;overflow:hidden;display:block; }
#AaxtI6g4cnuuS7tkhrRPBqRvuzcBJFCt { background-color:#222243;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:4.6875rem;left:3.03125rem;height:6.9863125rem;text-align:center;text-align-last:center;display:block; }
#ouFKRqLrs2dkGDI2mSU87dVzOA9PxiHt { background-color:#ffc183;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:#222243;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:#222243;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.6875rem;height:3.125rem;top:1.375rem;left:35.0625rem;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:28.125rem;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.875rem;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.625rem;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.4375rem;left:12.375rem;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:7.125rem;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.4375rem;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:13.0625rem;left:0rem;width:31.75rem;height:7.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { top:22.4375rem;left:0rem;width:27.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdeaLHBkTvm9qLCT55SKSuElhQJt8gSD { width:15.5rem;height:3.125rem;top:28.25rem;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:20.5rem;left:24.744140625rem;width:7.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { width:11.25rem;height:3.125rem;top:28.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block; }
 }@media only screen and (max-width: 763px) { #rlkz14I9JsKlhH4C1vEl3DDCgJ9ivRFX { top:9.5625rem;left:38.40625rem;width:4.1875rem;height:4.1875rem;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:4.0625rem;left:0rem;width:25rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv { top:12.625rem;left:0rem;width:25rem;height:;font-size:0.875rem;display:block; }#G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv li:before{  }
 }@media only screen and (max-width: 763px) { #UiQ2qyveSPUrfbf8vIPupVOSLPWTMK8e { top:1rem;left:13.1875rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5nhWG9Vi34sCgnAA9SokK98IBw9BDzP { width:15.25rem;height:3.125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsA1untCD5yZXNHTQfCXAtSCXMENlwzV { display:block; }
 }@media only screen and (max-width: 763px) { #rhIIhyTRDZX7gBzqo2yAgNfCT8rweOqv { top:24rem;left:22.75rem;width:25rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrZK5IP68bl1wLetinNRfrl9Zo22aFr { top:34.375rem;left:22.75rem;width:25rem;height:;font-size:0.875rem;display:block; }#qfrZK5IP68bl1wLetinNRfrl9Zo22aFr li:before{  }
 }@media only screen and (max-width: 763px) { #Uq9faVJKVDIq0myLwTyn5adUBNaaFr1d { top:4.0625rem;left:22.625rem;width:25.125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QccMruafXHO789hE5Mbb9qFwLOfDFGCQ { width:15.25rem;height:3.125rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UON1P8NpwGpV711ZaXntm4PHnfeD5hZi { 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:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiNUElieskB37kVHg0kOnus7FpTWGxU { top:10.4375rem;left:0rem;width:25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBNPHUe0TLdePzhkF7MBMyRDgC2Qr0y { top:11.625rem;left:22.75rem;width:25rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIApTuXcN8AU4U2KlUk3mK6TN0tSo4U { top:22.8125rem;left:22.75rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1Wph3qEUUc8ndgcy88bnSnqQLhZLJJ { top:19.75rem;left:0rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDytgkBM6rS6J77b099PI7GTQQV46N6l { width:15.375rem;height:3.125rem;top:28.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block; }
 }@media only screen and (max-width: 763px) { #QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { width:15.375rem;height:3.125rem;top:32.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block; }
 }@media only screen and (max-width: 763px) { #eBDXieS95StTSzDFvPcXTBUggTSBmgJZ { top:15.625rem;left:13.1875rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf { display:block; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFdiuqiVcioKRx3Pw6H9kZ0vGvfqgJ3k { top:4.8125rem;left:0rem;width:25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizoNHMvk4CzDT7Fr8ac0OdHJq0mhJOa { top:13.5625rem;left:0rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5xOdwXJi2cz8BHlHhZedApi8lWhvvQ { width:16.125rem;height:3.125rem;top:26.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrEwLlxHDaVxPNLycpOTyuODbDdeJT9 { display:block; }
 }@media only screen and (max-width: 763px) { #O9II321ze1pQXabJpgWp1HK7r0BUMZKJ { width:16.0625rem;height:3.125rem;top:30.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8q3Wpbuqkxnld4TP1UwFnRyQd8D1nqK { display:block; }
 }@media only screen and (max-width: 763px) { #HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B { top:21rem;left:0rem;width:25rem;height:;font-size:1rem;display:block; }#HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B li:before{  }
 }@media only screen and (max-width: 763px) { #ZXyoz41NJIfDdsZQ7QIAoACURNraeN8L { top:11.625rem;left:22.75rem;width:23.375rem;height:14.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P56RiTt2SDF0NL9OPGW7uCo8XDDpIBAn { top:4.8125rem;left:17.375rem;width:6.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a { display:block; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNNXVvpyG9Sd6oBzBc0AAcW1o8EkzIBZ { top:2.375rem;left:11.375rem;width:25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVc3EVrxi1XiNB3emTGk8wn3WxSle2v { top:18.8125rem;left:11.375rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArE1XPW8peDp0i9FdNZfB5OT4COVXxZ7 { top:8.375rem;left:18.75rem;width:10.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqG4hHkHFe0N2uk6sTcqrVgKyy7Bq1QO { top:9.0625rem;left:26.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Jyh0glzBn31eQherWJFcETGqDTJm3J { top:13.6875rem;left:17.96875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG { display:block; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxUcQTFOV2691o8bh36aJSU2RW3Md4Pe { top:3.625rem;left:0rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2zCwJTBeZI7h0DMr5zf3vyWkGZHH6e { top:6.9375rem;left:0rem;width:25.375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbNV32WJTmTX0w8OEuIVGgU37VSCSlg { top:4.5rem;left:22.8125rem;width:24.9375rem;height:17.0625rem;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:3.875rem;left:0rem;width:24.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5hWpIcTKCJotAkHEWN6QobQ2TmDsRz { top:14.5625rem;left:2.0625rem;width:19.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfWcaEy5e1383ET4P9XR3Orz2D7ItnQN { top:10.4375rem;left:10.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDxczg6i0H0d3ibE21pivvzLTRpiawk { width:12.875rem;height:3.125rem;top:24.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTrzTkdS8kSBTDE0iLLhJrbLOhGsNZE { display:block; }
 }@media only screen and (max-width: 763px) { #wTInG7BimTwFaA9JAoCTpm6LbRSBWiXE { width:13.0625rem;height:3.125rem;top:20.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block; }
 }@media only screen and (max-width: 763px) { #G7UkrOVSw6rfGkqy9xXwr3frgcT0VJTn { top:5.75rem;left:18.5625rem;width:29.1875rem;height:19rem;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:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Xn9lHfTx7xxwwXTxgg9WH1Jp6XbHQQ { top:1.75rem;left:11.0625rem;width:12.8125rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6PTSiqFKmTwhyfbU52vK6COHidULpSE { top:1.6875rem;left:23rem;width:12.8125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1K9160a0DHJL6zcD07DZL6s1hew3Txv { top:1.75rem;left:34.9375rem;width:12.8125rem;height:15.875rem;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) { #Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp { display:block; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfGz1MU7UNdDx1f9lQNvqraEgBBE3Nx1 { top:2.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU { display:block; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg6QWK1S1gXCch1PC0lupNJXF80uRhJC { top:5.5rem;left:0.1875rem;width:11.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLGereFk06yGRhSR2PSNrZUI16KuavdP { top:1.75rem;left:4.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZPwLTcJEn3CVGMhmAXKIZ2pSU6zmAt { top:5.625rem;left:12.15625rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7RsSHCnmb9ua0NJHaW2GQnTep4Z8xz { top:1.8125rem;left:16.59375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d103ixs1oHo2X5hTqlXkQ1uT4HTcr2sd { top:5.625rem;left:24.09375rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUWyG8P4NMfuhlBFEtkHGc03QTla4wtB { top:1.8125rem;left:28.53125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETyT1PdyQSzLrsNSaulxmlPzoRe8kwv { top:5.625rem;left:36.03125rem;width:11.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvew92a12yO1DUdqgUqDrR3p5zULCEBJ { top:1.8125rem;left:40.46875rem;width:2.6875rem;height:2.6875rem;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:;font-size:1rem;display:block; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:before{  }
 }@media only screen and (max-width: 763px) { #b5oZ3pbEkPk5IytkI6ulFTPrC1anLEa5 { top:7.9375rem;left:0rem;width:28.3125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtST6GoOUOkU0sf6f46WPGKWAVnggXN { top:6.625rem;left:17.375rem;width:6.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O { display:block; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIaPsAfTgb0pdwFnV5krQ4tBalo4RCeg { top:2.0625rem;left:11.375rem;width:25rem;height:4.5rem;font-size:1.75rem;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) { #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 #Z8bsqBeFELomOJKNIGaimLphpOgMdg6z {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #HwCktCFfixdW3yKIUkWB648A2TTkVRl4 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #oN72vSKpDetP32SsuIe4IR27QptRyrqQ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #RetycoJH596JhK2V6x4auQy6AxGvwUus {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CFz7DAQJ4ZXc1Kez2diAhole9vVSfeGG {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #skgyMJqtQzUsxfVEKnfC1KMdavgQNfPT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Mt3qFsdiZLzk2mEnUD37rlJezp7pim4Q {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ZnDC25N1uPxagKWRwr4rwkIOfUxTwQzW {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DRv3IGWtu6PDJEFud1XzuhzwIuFnTMJT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #lvITIkJc8C6Z6FIAdcQJb0iMf6Df27zT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #dnPZlSzuo9h3llKZWNNxJXZmBlZkzO5T {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #QMKk98SnhAca9B8WE8zJfIPG09XhZabm {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ODkgMRTnW8gVxOKcWyny22awrryQ4FvB {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #G5SXeZw1wMRCoZtVotCFCOWiymiyHFRO {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #k43vqqhpHwt4d40UrBz5ihc1MmtJl5rd {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qgsurpV7Mn9xTcMDW5mpC8rcc7mHKGT9 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #O69BPG6XMO2HpSvA7OXsrnLdcquWL81e {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #D5ZbcrTfqFeTS52VWsNELCO4usEHar2C {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Tx5hLs6nhIKxQmhf9MK8XMhC6LPPtJOw {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aTErLyidkm2OqKK7Vb7aohnsVyWe9GfF {  }
 }@media only screen and (max-width: 763px) { #fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt { display:block; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J17kTTTszbE7A19KyHZyT2wxniaTJiQt { top:2.1875rem;left:12.625rem;width:22.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0sF0Go2OxI6tVBPoJDw7bhrTRoUzkWc { width:16.3125rem;height:3.125rem;top:7rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQQcHTRBWe48GdKp6XNWQKIfuH7Wr1a { 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:3.5625rem;left:0rem;width:25rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVruMXbqRoam47CKPEKRMGqGpoFMTkIu { top:17.6875rem;left:0rem;width:17.25rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elO7tdUHDraLI3B0yVrRV3f8Teoihrde { top:17.6875rem;left:14.9375rem;width:17.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQxNA5PMlkAVhHa4Noy13rSsZcVeqowg { top:17.6875rem;left:30.5rem;width:17.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd0GDIVGHdfWSaXdc3bRv1PRGkzDu4wy { top:34.0625rem;left:2.0625rem;width:43.625rem;height:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbPLM8xoaOn0gMGNpXgb0lad07wwXDvq { top:53.6875rem;left:0rem;width:20.4375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmnKbEA7RZ0hRhsBzBaRgL2RNJEemmcF { top:53rem;left:25.25rem;width:21.5rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PheRTRyJ9uesUdOMGOVvVSZiT7xbETyF { top:69rem;left:27.1875rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzcflzILNgNPdWx98TPoCeQeUMH95MIS { top:69rem;left:2.3125rem;width:21.5rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmUrmXCnDSSWiN5IbIcWaTkZpL87w75D { width:11.25rem;height:3.125rem;top:4.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBRr5EAiKt0n3TNhgmSdxQh13EOQfViF { display:block; }
 }@media only screen and (max-width: 763px) { #CMPcpPLbi3P5klGMPrAGPfRmqlBBSuq1 { width:14.4375rem;height:3.125rem;top:4.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2sHEDHApFu9Ty7KXrumQOTzgpBsAGB { display:block; }
 }@media only screen and (max-width: 763px) { #Jgt6p37Qwsess2TkQxnaONe9aqG8pxlc { top:47rem;left:41.25rem;width:6.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BW1JcpaCKqTXKSAHpuBuAEFaV6CaTq { top:13.375rem;left:3.90625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvQPCtyWSOdk4QWVtsCd5v0V7qh0XE4 { top:13.375rem;left:22.53125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTm2keTJPm1KQRUIGD1paS82zfw70nra { top:13.375rem;left:41.03125rem;width:2.6875rem;height:2.6875rem;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:6.8125rem;width:34.125rem;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:3.5rem;left:0rem;width:25rem;height:;font-size:1rem;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:before{  }
 }@media only screen and (max-width: 763px) { #qmZfQ8tZfqIqQpAVEuESP19J31UFroEd { top:5.3125rem;left:19.125rem;width:28.625rem;height:18.0625rem;display:block; }
 }@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:4.6875rem;left:0rem;width:47.75rem;height:6.9375rem;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.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVQlXqUfdb4p7PeJJOGNXMlwkfwInl97 { width:19.875rem;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.203125rem;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:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UT28XhNZMVedvXqgoVN84PLErs8Kv0TM { width:20rem;height:9.01758125rem;top:10.2265625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBHiZeW4t9v8WsiHc3inHhSLTqUT23qc { width:20rem;height:3.8994125rem;top:22.9375rem;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:48.625rem;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:57.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9fsTB7RIVrpV58SnawOAXcbrFE3zuMw { width:9rem;height:8.1875rem;top:30.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTK4b1WGR2l8qzpWA5fXzhQQnhnIi0oS { width:13.4375rem;height:1.54296875rem;top:39.5625rem;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:42.0625rem;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:44.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaQwzHi6KW5TETFE3Ff325LMtRd6iOt { width:17.5rem;height:3.125rem;top:52.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4CFiTrSeXhP3ndr0bVEZ3lvTJb5ee0f { display:block; }
 }@media only screen and (max-width: 763px) { #rlkz14I9JsKlhH4C1vEl3DDCgJ9ivRFX { width:4.1875rem;height:4.1875rem;top:28.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvW9XOx1E8m00mLywCFeccVdBchr3G5x { display:block; }#AvW9XOx1E8m00mLywCFeccVdBchr3G5x > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5oZxUTwdRgkgR6HB8k1HIfyGfb9U7Bw { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv { width:20rem;height:17.67575rem;top:9.662109375rem;left:0rem;font-size:0.875rem;display:block; }#G7OimldDkuwiLeDKNcFOFV2Dxye8qTuv li:before{  }
 }@media only screen and (max-width: 763px) { #UiQ2qyveSPUrfbf8vIPupVOSLPWTMK8e { width:7rem;height:3.1875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5nhWG9Vi34sCgnAA9SokK98IBw9BDzP { width:17.6875rem;height:3.125rem;top:28.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsA1untCD5yZXNHTQfCXAtSCXMENlwzV { display:block; }
 }@media only screen and (max-width: 763px) { #rhIIhyTRDZX7gBzqo2yAgNfCT8rweOqv { width:20rem;height:9.097625rem;top:53.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrZK5IP68bl1wLetinNRfrl9Zo22aFr { width:20rem;height:11.6796875rem;top:63.875rem;left:0rem;font-size:0.875rem;display:block; }#qfrZK5IP68bl1wLetinNRfrl9Zo22aFr li:before{  }
 }@media only screen and (max-width: 763px) { #Uq9faVJKVDIq0myLwTyn5adUBNaaFr1d { width:20rem;height:13.6875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QccMruafXHO789hE5Mbb9qFwLOfDFGCQ { width:11.25rem;height:3.125rem;top:32.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UON1P8NpwGpV711ZaXntm4PHnfeD5hZi { display:block; }
 }@media only screen and (max-width: 763px) { #VrxPAqiSt192GFyucyeyaI3zE930ogCl { display:block; }#VrxPAqiSt192GFyucyeyaI3zE930ogCl > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eorTcAQJSWrW5PeiGIayA5JdJ9hOa4bp { width:20rem;height:6.82325rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiNUElieskB37kVHg0kOnus7FpTWGxU { width:20rem;height:7.7988125rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBNPHUe0TLdePzhkF7MBMyRDgC2Qr0y { width:20rem;height:13rem;top:44.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIApTuXcN8AU4U2KlUk3mK6TN0tSo4U { width:20rem;height:5.19921875rem;top:58.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1Wph3qEUUc8ndgcy88bnSnqQLhZLJJ { width:17.375rem;height:13rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDytgkBM6rS6J77b099PI7GTQQV46N6l { width:20rem;height:3.125rem;top:19.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDgywNHgaaIILUUJ8BaIlSV6MxAHzgC { display:block; }
 }@media only screen and (max-width: 763px) { #QsVLUCDT94CpDUfQvD5kekaCHJ2GzwFq { width:20rem;height:3.125rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tu1tG4LFctN07srVKZ6EQSRTDSTtOs { display:block; }
 }@media only screen and (max-width: 763px) { #eBDXieS95StTSzDFvPcXTBUggTSBmgJZ { width:10.6875rem;height:4.875rem;top:38.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf { display:block; }#C9CqS8CitBoDyt0uFsFo9XGHSBysiTPf > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFdiuqiVcioKRx3Pw6H9kZ0vGvfqgJ3k { width:20rem;height:9.097625rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizoNHMvk4CzDT7Fr8ac0OdHJq0mhJOa { width:20rem;height:6.499rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5xOdwXJi2cz8BHlHhZedApi8lWhvvQ { width:20rem;height:3.125rem;top:41.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrEwLlxHDaVxPNLycpOTyuODbDdeJT9 { display:block; }
 }@media only screen and (max-width: 763px) { #O9II321ze1pQXabJpgWp1HK7r0BUMZKJ { width:20rem;height:3.125rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8q3Wpbuqkxnld4TP1UwFnRyQd8D1nqK { display:block; }
 }@media only screen and (max-width: 763px) { #HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B { width:20rem;height:12.63575rem;top:20.935546875rem;left:0rem;font-size:1rem;display:block; }#HsAduzsAlQuZbvoKcsKciR6SlhLWPh7B li:before{  }
 }@media only screen and (max-width: 763px) { #ZXyoz41NJIfDdsZQ7QIAoACURNraeN8L { width:18.8125rem;height:17.543rem;top:50.8125rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P56RiTt2SDF0NL9OPGW7uCo8XDDpIBAn { width:6.5rem;height:4.5625rem;top:35.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a { display:block; }#vPHTtLmrtkDbeLi1SBazm8NwfNKmWx8a > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNNXVvpyG9Sd6oBzBc0AAcW1o8EkzIBZ { width:20rem;height:6.82325rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVc3EVrxi1XiNB3emTGk8wn3WxSle2v { width:18.375rem;height:5.19921875rem;top:19.3857421875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArE1XPW8peDp0i9FdNZfB5OT4COVXxZ7 { width:9rem;height:8.1875rem;top:10.01075rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqG4hHkHFe0N2uk6sTcqrVgKyy7Bq1QO { width:2.125rem;height:2.125rem;top:11.3974609375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Jyh0glzBn31eQherWJFcETGqDTJm3J { width:2.125rem;height:2.125rem;top:15.2294921875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG { display:block; }#MO6eFoMn63PHd3dy87ue7Pg9VkQaTgEG > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxUcQTFOV2691o8bh36aJSU2RW3Md4Pe { width:14.4375rem;height:4.548825rem;top:2.125rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2zCwJTBeZI7h0DMr5zf3vyWkGZHH6e { width:18.375rem;height:22.09664375rem;top:7.5732421875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbNV32WJTmTX0w8OEuIVGgU37VSCSlg { width:20rem;height:13.684210526316rem;top:32.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih70sDbJv1qutsHQvPe0tz4xw1MsusxC { display:block; }#ih70sDbJv1qutsHQvPe0tz4xw1MsusxC > .row .container { width:20rem;height:42.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:13.4375rem;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:9.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDxczg6i0H0d3ibE21pivvzLTRpiawk { width:12.875rem;height:3.125rem;top:18.5625rem;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:22.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDERrTat4O3Ti2qe0xi2ieZPTUVC5rN3 { display:block; }
 }@media only screen and (max-width: 763px) { #G7UkrOVSw6rfGkqy9xXwr3frgcT0VJTn { width:20rem;height:13rem;top:27.125rem;left:0rem;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:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqFx1McmUp2iZyJbAU90wroXCGkmHNbm { width:20rem;height:7.95703125rem;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:9.09375rem;top:14.8125rem;left:0.0625rem;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:12.75rem;left:7.5rem;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) { #Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp { display:block; }#Tnh5zQc9Gpft3K4081vNT6eLNFFuJPhp > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfGz1MU7UNdDx1f9lQNvqraEgBBE3Nx1 { width:16rem;height:9.3408125rem;top:2.7041015625rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU { display:block; }#cPU4Gaqp6firl1oNUtbdwGTrJTQAiDuU > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg6QWK1S1gXCch1PC0lupNJXF80uRhJC { width:11.5625rem;height:4.142575rem;top:5.1875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLGereFk06yGRhSR2PSNrZUI16KuavdP { width:2.6875rem;height:2.6875rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZPwLTcJEn3CVGMhmAXKIZ2pSU6zmAt { width:11.5625rem;height:2.76171875rem;top:14.5166rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7RsSHCnmb9ua0NJHaW2GQnTep4Z8xz { width:2.6875rem;height:2.6875rem;top:10.5791rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d103ixs1oHo2X5hTqlXkQ1uT4HTcr2sd { width:11.5625rem;height:1.3808625rem;top:22.46581875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUWyG8P4NMfuhlBFEtkHGc03QTla4wtB { width:2.6875rem;height:2.6875rem;top:18.52831875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETyT1PdyQSzLrsNSaulxmlPzoRe8kwv { width:11.5625rem;height:4.142575rem;top:29.03418125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvew92a12yO1DUdqgUqDrR3p5zULCEBJ { width:2.6875rem;height:2.6875rem;top:25.09668125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCp06rWLGqMS64QnPOmGoTuRHA3Q096H { display:block; }#QCp06rWLGqMS64QnPOmGoTuRHA3Q096H > .row .container { width:20rem;height:44.1875rem;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.847625rem;top:25.06885rem;left:0rem;font-size:1rem;display:block; }#SkTrtnSmWSuTHRvqPwPTV8ztme0mqx0P li:before{  }
 }@media only screen and (max-width: 763px) { #b5oZ3pbEkPk5IytkI6ulFTPrC1anLEa5 { width:15.0625rem;height:11.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtST6GoOUOkU0sf6f46WPGKWAVnggXN { width:6.5rem;height:4.5625rem;top:6.4423828125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O { display:block; }#JCRmyWpr5eJ7eox02OEGT9D6IDMVTH6O > .row .container { width:20rem;height:8.75rem;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) { #mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd { display:block; }#mmB5Gt6cJuw6sZuWRCfmacrqRU5IclKd > .row .container { width:20rem;height:106.125rem;position:relative;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;flex-direction:row; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw .accordion-trigger { height:1.4375rem;width:1.4375rem;min-width:1.4375rem; }
#uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;padding-top:1.3125rem;padding-right:1.3125rem;padding-bottom:1.3125rem;padding-left:1.3125rem;gap:1.5rem; }
 }@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 #Z8bsqBeFELomOJKNIGaimLphpOgMdg6z {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #HwCktCFfixdW3yKIUkWB648A2TTkVRl4 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #oN72vSKpDetP32SsuIe4IR27QptRyrqQ {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #RetycoJH596JhK2V6x4auQy6AxGvwUus {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #CFz7DAQJ4ZXc1Kez2diAhole9vVSfeGG {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #skgyMJqtQzUsxfVEKnfC1KMdavgQNfPT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Mt3qFsdiZLzk2mEnUD37rlJezp7pim4Q {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ZnDC25N1uPxagKWRwr4rwkIOfUxTwQzW {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #DRv3IGWtu6PDJEFud1XzuhzwIuFnTMJT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #lvITIkJc8C6Z6FIAdcQJb0iMf6Df27zT {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #dnPZlSzuo9h3llKZWNNxJXZmBlZkzO5T {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #QMKk98SnhAca9B8WE8zJfIPG09XhZabm {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #ODkgMRTnW8gVxOKcWyny22awrryQ4FvB {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #G5SXeZw1wMRCoZtVotCFCOWiymiyHFRO {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #k43vqqhpHwt4d40UrBz5ihc1MmtJl5rd {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #qgsurpV7Mn9xTcMDW5mpC8rcc7mHKGT9 {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #O69BPG6XMO2HpSvA7OXsrnLdcquWL81e {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #D5ZbcrTfqFeTS52VWsNELCO4usEHar2C {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #Tx5hLs6nhIKxQmhf9MK8XMhC6LPPtJOw {  }
 }@media only screen and (max-width: 763px) { #uaXIFsZ7ZZcmPoXDNqlOTIZ6PT6Ayprw #aTErLyidkm2OqKK7Vb7aohnsVyWe9GfF {  }
 }@media only screen and (max-width: 763px) { #fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt { display:block; }#fZDP3xTNWe7c0fbE3Q7LJqFHPOog1vSt > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J17kTTTszbE7A19KyHZyT2wxniaTJiQt { width:18.5625rem;height:3.4121125rem;top:1.625rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0sF0Go2OxI6tVBPoJDw7bhrTRoUzkWc { width:11.25rem;height:3.125rem;top:6.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQQcHTRBWe48GdKp6XNWQKIfuH7Wr1a { display:block; }
 }@media only screen and (max-width: 763px) { #nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP { display:block; }#nAmN77tJmVrBBoHS6iBgeLOfHKTixMpP > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIlqnXmL9NGsHievxToBu3vJxE7bANHw { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVruMXbqRoam47CKPEKRMGqGpoFMTkIu { width:17.25rem;height:12.99804375rem;top:10.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elO7tdUHDraLI3B0yVrRV3f8Teoihrde { width:17.25rem;height:11.69823125rem;top:29.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQxNA5PMlkAVhHa4Noy13rSsZcVeqowg { width:17.25rem;height:9.0986125rem;top:46.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd0GDIVGHdfWSaXdc3bRv1PRGkzDu4wy { width:17rem;height:19.33201875rem;top:66.875rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SbPLM8xoaOn0gMGNpXgb0lad07wwXDvq { width:13.9375rem;height:9.5rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmnKbEA7RZ0hRhsBzBaRgL2RNJEemmcF { width:12.6875rem;height:8.25rem;top:95.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PheRTRyJ9uesUdOMGOVvVSZiT7xbETyF { width:11.9375rem;height:8.875rem;top:110.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzcflzILNgNPdWx98TPoCeQeUMH95MIS { width:14.9375rem;height:9.6875rem;top:102.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmUrmXCnDSSWiN5IbIcWaTkZpL87w75D { width:14.75rem;height:3.125rem;top:62.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBRr5EAiKt0n3TNhgmSdxQh13EOQfViF { display:block; }
 }@media only screen and (max-width: 763px) { #CMPcpPLbi3P5klGMPrAGPfRmqlBBSuq1 { width:14.75rem;height:3.125rem;top:57.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2sHEDHApFu9Ty7KXrumQOTzgpBsAGB { display:block; }
 }@media only screen and (max-width: 763px) { #Jgt6p37Qwsess2TkQxnaONe9aqG8pxlc { width:6.5rem;height:4.5625rem;top:84rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BW1JcpaCKqTXKSAHpuBuAEFaV6CaTq { width:2.6875rem;height:2.6875rem;top:42.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvQPCtyWSOdk4QWVtsCd5v0V7qh0XE4 { width:2.6875rem;height:2.6875rem;top:25.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTm2keTJPm1KQRUIGD1paS82zfw70nra { width:2.6875rem;height:2.6875rem;top:6.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe { display:block; }#Gc4mrtH4dqLCXKUe6HqhSG8TSBpGttUe > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3OxdiGlcTsFI6sDv3Qk6fXyonovUTHE { width:20rem;height:9.097625rem;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:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt { width:20rem;height:29.5331875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#GAQOqRkmpSwmq8gFhT9saXFhCqLs6XRt li:before{  }
 }@media only screen and (max-width: 763px) { #qmZfQ8tZfqIqQpAVEuESP19J31UFroEd { width:19.875rem;height:12.5625rem;top:33.0478515625rem;left:0rem;display:block; }
 }@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:10.3984375rem;top:2.625rem;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:19.0625rem;height:3.125rem;top:19.873046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxrEbrQpUGKVE1QCCgavJWS03zdKUwDq { display:block; }
 }