.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/4c32fa26-0930-4921-9cc9-d3e390204f35/PSIWebHeader.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf.adaptive-delivery-prevent-bg, #lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf.lazyload, #lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf.lazyloading { background-image: none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container { border-width: 0; border-radius: 0; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#ceRwK8R8l3EL33AkDXs7sDsbyLm489r7 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#kiUKs9HxmXRZe20lfUlTqpgFBzEKp22J { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:34.0625rem;height:1.625rem;font-style:normal;display:block; }
#MougFMPJnPUJgb1UtrMoNmHxA35s8Gff { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:45.6875rem;height:1.625rem;font-style:normal;display:block; }
#wGOyaWlwITSKgKUZ2NCWk6iJz6yHyMeu { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:51.625rem;height:1.625rem;font-style:normal;display:block; }
#SVaTeaCSxLqKq72fUThs7idlVDxOgCLw { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:59.4375rem;height:1.625rem;font-style:normal;display:block; }
#bk10a4s1ZN5uasp6zTlaS7h2UFUFDkiI { color:#000000;display:block;width:8.875rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:44.25rem;height:1.29948125rem;font-style:normal;display:block; }
#T4hPQub5ZXO2gqwrW0ZOKpumLpL8vhPC { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:54.0625rem;height:1.29948125rem;font-style:normal;display:block; }
#BvWLRNawlnIIQrJ10x5iOch3L76RWILI { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:59.8125rem;height:1.29948125rem;font-style:normal;display:block; }
#WH8mqTOGKaCThFbKD1xfLTtbyaH6lem9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DMIaTeMC1anPlclB5afCi8MgVD7V0FOo { 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:27.5rem;width:75rem;display:none; }
#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d919', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d919', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container { background-color: transparent; background-image: none; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container > .video-iframe-container { display: none; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row > .video-iframe-container { display: none; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .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); }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container { border-width: 0; border-radius: 0; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#WpwySnd3N95ZrwsFqAqOuUhs1b7DnvuK { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:31.9375rem;height:1.62539375rem;font-style:normal;display:block; }
#aRQEpR1RqMiWbLKZ4vXrgMkd9Mu1nhSu { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.75rem;height:1.62539375rem;font-style:normal;display:block; }
#he5CXanvxcod12z8VmfOkA9qWrNe76H7 { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.375rem;height:1.62539375rem;font-style:normal;display:block; }
#CzlwCc8BfKCRpIneiFfIqQ2G3g7M5VG4 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:57.3125rem;height:1.62539375rem;font-style:normal;display:block; }
#DoGDSSW038PmRawqn4IPTPEuXDyi7bDP { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:notosans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:65.125rem;height:1.62539375rem;font-style:normal;display:block; }
#uMlVfzcG8L2BvFWG6E8DTJmgKv8FcmTl { color:#000000;display:block;width:8.875rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:56.03125rem;height:1.3rem;font-style:normal;display:block; }
#xM8PUCu4TG5TOBGDvm285n7X6Z9RLUzK { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:51.375rem;height:1.3rem;font-style:normal;display:block; }
#ZFbtIhih2rNnlO2J7Jh71FMJ4UxtLvKg { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:65.5rem;height:1.3rem;font-style:normal;display:block; }
#BQMzOh2sHl9FcTbTNNuWTesGOD5D3cmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MUkVQ76iNiLUVQaxgMQMGgiKQed5gOJ9 { 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:27.5rem;width:75rem;display:none; }
#M6yizzVABzJn6vnZFUcTIrQ4ruLhCDbW { 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:1.9375rem;width:5.5625rem;top:3.21875rem;left:0rem;overflow:hidden;display:block; }
#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2591e9f4-6d44-4fa4-ac2e-0f5ce5709e1a/250218_LP_Headerimage_1920x500_Europe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.adaptive-delivery-prevent-bg, #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.lazyload, #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.lazyloading { background-image: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { background-color: transparent; background-image: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container > .video-iframe-container { display: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container { display: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .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); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { border-width: 0; border-radius: 0; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(180,210,45,0.05), #ffffff);background-image: -moz-linear-gradient(360deg, rgba(180,210,45,0.05), #ffffff);background-image: -ms-linear-gradient(360deg, rgba(180,210,45,0.05), #ffffff);background-image: -o-linear-gradient(360deg, rgba(180,210,45,0.05), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d22d0c', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d22d0c', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, rgba(180,210,45,0.05), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container { background-color: transparent; background-image: none; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container > .video-iframe-container { display: none; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row > .video-iframe-container { display: none; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .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); }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container { border-width: 0; border-radius: 0; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#tc6xrFAOmK5oKDH0UTzXwKqzHEsqvTAI { color:#070606;display:block;width:46.5rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:11.031251907349rem;left:14.249218940735rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b4d22d;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.3124990463257rem;left:27.875000953674rem;z-index:15007; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #tGXO9zawHgqSmN2AkEFJ13ETopZNl0IB { display:flex;position:relative;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EOqSrtISZEt58zoi3uGJlWSX9VEWhXO2 { width:auto; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #pWfizrga4esIrKQLZKlxatcLTMn1KUvs {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #nBBorB6ydhWmHrzkTtJT57LFJL53cJZN { display:flex;position:relative;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #f8s8oTn535p4UsgUu5ugR8do1mfIWmvy {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hR63BhnN1U946XTUidlvSPngoOHIKzF3 {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #FuO4JGuFwCkfxwB8NkTNt0Ai3gT1GdCk { display:flex;position:relative;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hq5TtP2q3GeiWgckpEPdOIXwdzGs1C9t {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #DDoFkaalxN1IDa6tuFrRdxTqDRGk1p79 {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EIxAVKaVPKqdp6lASTIXIG0uzoJ2UxCH { display:flex;position:relative;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #GMxTiQ8kuC1lwDlXJZrTdl5yaTz8ayD9 {  }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #Nsq2PAR70aoWWyvbVCZvi7z8Wlh2Opsm {  }
#roi2dc9f17sFG1nUdXqNLTEmqCvRIkJi { background-color:#ffd325;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.243055343628rem;left:29.680557250976rem;display:block; }
#R6VT7yRgfe6ed78pzZlGkcPzznwH7k1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container { background-color: transparent; background-image: none; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container > .video-iframe-container { display: none; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row > .video-iframe-container { display: none; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .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); }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container { border-width: 0; border-radius: 0; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#PlrK6t9HfoEdi66O4oBeXekJdu9mska5 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:5.5625rem;left:21.8125rem;display:block; }
#rdwAcJN4ykUUKODE8EahtgTsrP0SeG7R { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.75rem;top:5.5625rem;left:17.6875rem;display:block; }
#pqGdW7DNaFVmphFM8fLatsAC1K5KuoJm { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:5.5625rem;left:10.375rem;display:block; }
#x7dI2xUdDOyROnvyUJGN5fdEOEa5CWe8 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:27.125rem;top:12.875rem;left:10.368057250976rem;display:block; }
#DrTchSbg0OGtDewvQ9PXx34nz2xUy1eS { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:notosans;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:19.5625rem;height:2.275rem;font-style:normal;display:block; }
#a85SSUK6peLVWu1nM4zhy1xyoIFe9GSl { 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:4.375rem;width:4.375rem;top:7.0625rem;left:11.875rem;overflow:hidden;display:block; }
#snLA6uf9irq23yCETQuiH8oA83QUmuBi { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14rem;left:11.8125rem;height:1.62539375rem;font-style:normal;display:block; }
#ZdPKJsWntkbbnCiKP9ilipEXx8FcnOSI { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:16rem;left:11.4375rem;display:block; }
#Fr1CPuMcyeidwhyC0ZTNNzyHNSomTsZ8 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:11.75rem;height:1.62539375rem;font-style:normal;display:block; }
#k4L8F4qaWFrMuiBQTItNfw0dkm39QnfM { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:22.5rem;left:11.4375rem;display:block; }
#rcq0MCVfUgl7MAc4E0IaoaEJeJSDeeMT { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:24.875rem;height:1.62539375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CS6oO9KDOTaCi0NvDqg3DfRrHg2Br2WT { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:21.375rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AV6RJNyXb1TdPawSgo1EvSSC3gpcc3En { position:absolute;display:block;z-index:14999;height:17rem;width:36.125rem;top:5.5625rem;left:37.5rem;display:block; }
#m9469xSpBGHKbWHDgf4wPaqcvA02p0SI { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(180,210,45,0.05);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; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#IM6BrvZrWX4aDsrDVbUgbBrdof81e3w3 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:notosans;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1148438453674rem;left:31.125000953674rem;height:8.125rem;font-style:normal;display:block; }
#ONoe6Qmeau1qqIqV9kewnilCGfInRSpQ { color:#f60a0a;display:block;width:59.5625rem;position:absolute;font-family:notosans;font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:8.1250038146975rem;left:7.71875rem;height:66.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9qhGBCZtV2GcJJKNwt6PG1XNw6TSfSE { box-sizing:content-box;height:0.3125rem;width:3.125rem;position:absolute;display:block;z-index:15024;background-color:#b4d22d;background-image:none;top:6.94921875rem;left:35.937500953674rem;display:block; }
#FkKLcoSxJplUCyxb520dIfr68AEtPACG { background-color:#ffd325;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:82.873699188231rem;left:27.4375rem;display:block; }
#u51h4T95B6GJkVWMVRVWRJSyOv4xrtUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DagvJ5G5uRtZSCbht4THsT3UfOurSanp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,244,245,0.5);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; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container { background-color: transparent; background-image: none; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container > .video-iframe-container { display: none; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row > .video-iframe-container { display: none; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .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); }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container { border-width: 0; border-radius: 0; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#c0XIUJPybyWPCTicLpNxVTncDE1h3ryO { color:#000000;display:block;width:62.125rem;position:absolute;font-family:notosans;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqLT82SSLM5aF9hEWsMsBuzZT1PlFoiC { position:absolute;display:block;z-index:15001;background-color:#f6fcdc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:30.8125rem;top:10.956676483154rem;left:6.2485799789429rem;display:block; }
#iD4IUsqctaM9twmfLC0DoyI7Jhu3BnJ9 { color:#000000;display:block;width:30.249rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.83203125rem;left:6.529296875rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#UHREimmtmcm2rhw4lxHWQ5WoEAWd9OsK { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25.83203125rem;left:38.066407203674rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#QNU5t1OrTDpkmqRmZ6A1iu0TNTzT9Jau { position:absolute;display:block;z-index:15002;background-color:#fffbd9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:30.8125rem;top:10.957292675972rem;left:37.879167556763rem;display:block; }
#fVtPOdQHq7aQQnxOLzlBhIk0C39Xx1gZ { color:#000000;display:block;width:63rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:48.010543823243rem;left:6.2496070861816rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#tZTiZlak9PNoaSPFUBRM9m7CwuUVf79x { 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:7.6875rem;width:10.25rem;top:16.157292485237rem;left:6.2489585876465rem;overflow:hidden;display:block; }
#Omopd6PuA394cvfaDTu8JQ256NsGLqhM { 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:7.6875rem;width:10.4375rem;top:16.157293021679rem;left:16.465598553743rem;overflow:hidden;display:block; }
#CNvWE62HKU9xATTyT9lEraQpvKyoKQMt { 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:7.6875rem;width:10.375rem;top:16.157292485237rem;left:26.690626144409rem;overflow:hidden;display:block; }
#W2VVoIfKnCiIKbsuDqSzeoaKLBRBduCx { 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:7.625rem;width:10.25rem;top:16.157031059265rem;left:37.878907203674rem;overflow:hidden;display:block; }
#QHiw0rT2za3pJ8q0KWotwyPOMklfDHoX { 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:7.625rem;width:10.3125rem;top:16.156250357628rem;left:48.128124237061rem;overflow:hidden;display:block; }
#pRqBEytNBsEg6zOvXeWCKViUlvZZ6tWt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.1875rem;top:16.157118141651rem;left:58.440102577209rem;overflow:hidden;display:block; }
#e78halwSDuG580nMOHg4tBE2g4W2xX8d { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.5rem;left:7.5914068222044rem;height:3.89930625rem;font-style:normal;display:block; }
#hgaVtCGiudX6GT760zSETiNvTD62a1a3 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.691407203674rem;height:3.89930625rem;font-style:normal;display:block; }
#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(180,210,45,0.05);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; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container { background-color: transparent; background-image: none; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container > .video-iframe-container { display: none; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row > .video-iframe-container { display: none; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .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); }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container { border-width: 0; border-radius: 0; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#B7Tu2wHLJf1lORNOLfS76rEmF7NCx2GU { background-color:#ffd325;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.0625rem;left:28.750000953674rem;display:block; }
#HhRWn17P6QdOcshEMq14XayOSkD9sp1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9vEApqXKSA2F1XEAxru0irTyflqV24G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,244,245,0.5);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; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container { background-color: transparent; background-image: none; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container > .video-iframe-container { display: none; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row > .video-iframe-container { display: none; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .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); }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container { border-width: 0; border-radius: 0; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#X1lTuA6AmOcmVIRWS4tKThi3pUZM3aNO { color:#000000;display:block;width:17.25rem;position:absolute;font-family:notosans;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:2.84414375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lfQF28rJPtxmIL1btTNOTrTbCXh9daSP { background-color:#ffd325;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.5rem;left:29.187501192093rem;display:block; }
#pIGNlyBhfTXCwruUVvikg1Txp32QEIVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOiCgVvyoVCIrkRdW8qB4lddRlCmiFfk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:22.9375rem;top:11.25rem;left:52.062500953674rem;display:block; }
#bFaiwKg0gPDHwOzL1Qc7DuXKmGUgvvXQ { box-sizing:content-box;height:0.3125rem;width:3.125rem;position:absolute;display:block;z-index:15020;background-color:#b4d22d;background-image:none;top:8.125rem;left:34.5rem;display:block; }
#IDKIpTxw16qfWTRRtb79sbKQRTI9TepT { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:#b4d22d;background-image:none;top:41.1875rem;left:7.5rem;display:block; }
#MVkZ6D7UmPs2aSuTVyX4EJ04W62FJ2yT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:22.9375rem;top:11.25rem;left:26.03125rem;display:block; }
#PXeI8vL64fuQKryo2AA7RnrL97wZFt6r { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:22.9375rem;top:11.25rem;left:0.46875rem;display:block; }
#VsbyvUmhCVWcVnAOTewxOgDGnbRgDOuC { color:#000000;display:block;width:22rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:28.5rem;left:0.46875rem;height:2.59895625rem;font-style:normal;display:block; }
#kk933LZOBaPeUFUECbV86FBPZiMqhpqA { color:#000000;display:block;width:22rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5rem;left:26.0625rem;height:2.59895625rem;font-style:normal;display:block; }
#I6qAxxh2q81iTKZMV5RcMP1LtoAW6Vfn { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:28.5rem;left:52.0625rem;height:1.29948125rem;font-style:normal;display:block; }
#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL { position:relative;display:block; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL { background-color: transparent; background-image: none; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row .container > .video-iframe-container { display: none; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row > .video-iframe-container { display: none; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .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); }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL { border-width: 0; border-radius: 0; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .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; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .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:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262b31;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; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container { background-color: transparent; background-image: none; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container > .video-iframe-container { display: none; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row > .video-iframe-container { display: none; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .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); }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container { border-width: 0; border-radius: 0; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#B3xH4WpBZN1GTLT9CVkf6lrGwvFsHbrb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.875rem;height:1.4625rem;display:block; }
#PL2LxxZZItnKmqpfkBKJopO07uQJM8wv { box-sizing:content-box;height:0.1875rem;width:2.5rem;position:absolute;display:block;z-index:15001;background-color:#b4d22d;background-image:none;top:5rem;left:7.875rem;display:block; }
#oKTqAGaIsUI59VMCEoeer5fnainu4qrQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:7.875rem;height:1.3rem;display:block; }
#y8GXLpPAnkDcz7mRXAn5tV0eXuX0PxZy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:7.875rem;height:1.3rem;display:block; }
#oFs9gxi9Ikw3ka7R2GbplUoQ8MqdxlSn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:7.875rem;height:1.3rem;display:block; }
#qT9i2swpDZUmQCxoh54eppoVlAs5paaM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22.625rem;height:1.4625rem;display:block; }
#tLrVs7dvXQEa2MpGhxQu92RTP8ICgXiV { box-sizing:content-box;height:0.1875rem;width:2.5rem;position:absolute;display:block;z-index:15003;background-color:#b4d22d;background-image:none;top:5rem;left:22.625rem;display:block; }
#yGvvOpnJ3bac6ze50uJq69Ab7kevQ0al { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:22.625rem;height:1.3rem;display:block; }
#bkaTcHXkJb2kbaqlM1q7r0OmkwmZISA6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:22.625rem;height:1.3rem;display:block; }
#JysOXUX4zRV8bvJtQrmTOTJw3peXJWvL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:22.625rem;height:1.3rem;display:block; }
#GUupRPlkfzpq2gbiCly11WMmn16dC0uA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.4375rem;height:1.4625rem;display:block; }
#yseK4lvFQxP3iMlZubr3L7MEB7mR0VMn { box-sizing:content-box;height:0.1875rem;width:2.5rem;position:absolute;display:block;z-index:15008;background-color:#b4d22d;background-image:none;top:5rem;left:38.4375rem;display:block; }
#XtHo7xlW5bftByRTmSBQz1Bh7VkQ741r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.9375rem;left:38.4375rem;height:1.3rem;display:block; }
#boqIShr07ahKFumoToCyoNC24cvK22t9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.3rem;display:block; }
#Rs0VvVRNTGccD3LK1SquWdIaHcHPnhcv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:38.4375rem;height:1.3rem;display:block; }
#XuGLeACsHnS5zuPdr8DnnvcTaK5eo6TG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:54.1875rem;height:1.4625rem;display:block; }
#bwPHnQJo2lshXCP8c1zkegJPZyB9xRUu { box-sizing:content-box;height:0.1875rem;width:2.5rem;position:absolute;display:block;z-index:15013;background-color:#b4d22d;background-image:none;top:5rem;left:54.1875rem;display:block; }
#emVDFCAzIZmlO7NM9DEM6tAZEx7cfIRE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.1875rem;height:1.3rem;display:block; }
#txUStPgKTssyuAwOd1l0MvJeb2z0lKyL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:38.4375rem;height:1.3rem;display:block; }
#ZQXfRP2q9NXh26MCAcMiFowPvLPlLifN { box-sizing:content-box;height:0.1875rem;width:53.75rem;position:absolute;display:block;z-index:15017;background-color:#7e8185;background-image:none;top:15rem;left:7.875rem;display:block; }
#W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.5830078125rem;left:7.875rem; }
#W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#puo4PwoalSRUSdOqok50CT9coHozTSmI { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:16.5830078125rem;left:10.5rem; }
#puo4PwoalSRUSdOqok50CT9coHozTSmI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#gXUh9EiptFf7TQbGQS6cK4OuHd67rawR { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.5830078125rem;left:13.09375rem; }
#gXUh9EiptFf7TQbGQS6cK4OuHd67rawR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.5830078125rem;left:15.46875rem; }
#AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#oKgKGehhnzT4pUo7A9MfI5gV95E4BIo8 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.9208984375rem;left:22.625rem;height:1.1375rem;display:block; }
#loQ4aACJTKwiJ5Je7ex6KCF44N5d2IBG { color:#000000;display:block;width:3.3125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9208984375rem;left:31.125rem;height:1.1375rem;display:block; }
#GsucgHmWczmu6TvTGMIccf8q8DlV3OdG { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.8125rem;height:1.1375rem;display:block; }
#txqxttnmoKQcM64C9HeXTJT1qMHvPxMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.0625rem;left:51.8125rem; }
#uhTwOQk4sBLVxRlZ20QuctRusy6V5UCP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.9208984375rem;left:26.875rem;height:1.1375rem;display:block; }
#NCt2mVdtn8TIK6TwO47TAsm6fGQHV7de { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.875rem;height:1.3rem;display:block; }
#JwfUTQTOOeLQvp7zbionBzxFMQc30Lzm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.875rem;height:1.3rem;display:block; }
#xMr7pdtZ2pxBTg0xoP8iTVu3GLhS90co { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.625rem;height:1.3rem;display:block; }
#IzON1SsAU4HCiElzhpi4ADlra7kEnKN0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:notosans;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5rem;left:54.1875rem;height:1.3rem;display:block; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .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; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .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; }#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-trigger.adaptive-delivery-prevent-bg, #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-trigger.lazyload, #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-trigger.lazyloading { background-image: none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK { box-sizing:content-box;height:auto;width:17.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;display:none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UHc4BnnET5BQaSUVXkBagd4rI8UV5W0b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #Xnw9IJd1swA9eKHuBiEr70P4BTaFc7pH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zpbUfDhJmyT98I444GgdEwgDfkl1Ki2H { display:block;position:relative; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #OWW4hIsqNJR1P8sIqAkkq8WttK8XXJvi {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #yyC6QRfc9r65QWDbO1xByqwkvRexhNVS {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uwvGDKmToBRfX2xqIWMrABxXdDcgTcxp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fnHPWeoxNkAoixkIxuUXKtR8d5LnWXuL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #qWyAQN7AEVPITm2myge2ycxIZBGW4W5v { display:block;position:relative; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zg48DoXU5e5JkXUNFSbnEgLhuEAzCncM {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uv8ciQpX6BcoXZ2KRApfdEkChUZvzD0g { display:none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #LvTzm7aSk9OtvpUhabUuznHsOkdSXVo0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xIfoEmtkcJKpWyTp1zE5cRKpq6lxmbt4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #wsCRduXeoETely36U2OFkV3fI9UkUqiW { display:block;position:relative; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ohGf7s8aEvi6HfnTrqlaN8JUOJLyTEz5 {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #eqXP9zxBdM5BlxAgHes1iVvOvC3ZAiyr { display:none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xTQusmzpUFODQTomwKBJcILT9uMDTtTt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #iREs1gHBn68u52JQKCgwTg7Mlec7iqLh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ZHWqdpCUEloE7IWGrmlkKbbwTXLcpGOm { display:block;position:relative; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #kgIFc7CuKhtfEtTvM5dWfk5R4hd0UX3u {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #MA0UGXRX9kn1dPgKt1TBKyQ020a6v0C7 { display:none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #GyJESWdgHMOAswytoVKfU4UsI3lbtTlL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fHfsWXuBHFA7BGM2JOTyIaeR060KqapL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UTKRweVN6RizmMDX0lWpXTD3KGtzi4i5 { display:block;position:relative; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #gVdikcO6HpZTJNN37wT1GrVbWHKatseg {  }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #R93dkm6bv5wiDhTyA7rftXvSdq1h3WWQ { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf { display:none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ceRwK8R8l3EL33AkDXs7sDsbyLm489r7 { top:2.75rem;left:12.625rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUKs9HxmXRZe20lfUlTqpgFBzEKp22J { top:2.75rem;left:20.4375rem;width:10.4375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MougFMPJnPUJgb1UtrMoNmHxA35s8Gff { top:2.75rem;left:32.0625rem;width:5.1875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOyaWlwITSKgKUZ2NCWk6iJz6yHyMeu { top:6.25rem;left:0rem;width:6.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVaTeaCSxLqKq72fUThs7idlVDxOgCLw { top:2.75rem;left:41.4375rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk10a4s1ZN5uasp6zTlaS7h2UFUFDkiI { top:0.75rem;left:30.625rem;width:8.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hPQub5ZXO2gqwrW0ZOKpumLpL8vhPC { top:0.75rem;left:40.4375rem;width:4.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvWLRNawlnIIQrJ10x5iOch3L76RWILI { top:0.75rem;left:42.1875rem;width:5.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH8mqTOGKaCThFbKD1xfLTtbyaH6lem9 { display:none; }
 }@media only screen and (max-width: 763px) { #DMIaTeMC1anPlclB5afCi8MgVD7V0FOo { width:47.75rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJJZ6hn09hDghIrTQHtLcnCosTho4bwc { display:block; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpwySnd3N95ZrwsFqAqOuUhs1b7DnvuK { top:3.375rem;left:18.3125rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQEpR1RqMiWbLKZ4vXrgMkd9Mu1nhSu { top:3.375rem;left:26.125rem;width:10.4375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5CXanvxcod12z8VmfOkA9qWrNe76H7 { top:3.375rem;left:37.75rem;width:5.1875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzlwCc8BfKCRpIneiFfIqQ2G3g7M5VG4 { top:3.375rem;left:41.4375rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoGDSSW038PmRawqn4IPTPEuXDyi7bDP { top:3.375rem;left:41.4375rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMlVfzcG8L2BvFWG6E8DTJmgKv8FcmTl { top:1.375rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM8PUCu4TG5TOBGDvm285n7X6Z9RLUzK { top:1.375rem;left:37.75rem;width:4.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbtIhih2rNnlO2J7Jh71FMJ4UxtLvKg { top:1.375rem;left:42.1875rem;width:5.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQMzOh2sHl9FcTbTNNuWTesGOD5D3cmN { display:none; }
 }@media only screen and (max-width: 763px) { #MUkVQ76iNiLUVQaxgMQMGgiKQed5gOJ9 { width:47.75rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6yizzVABzJn6vnZFUcTIrQ4ruLhCDbW { top:3.1875rem;left:0rem;width:5.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP { display:block; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK { display:block; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc6xrFAOmK5oKDH0UTzXwKqzHEsqvTAI { top:11rem;left:0.62413024902344rem;width:46.5rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ { display:flex;width:18rem;height:5.0625rem;top:3.25rem;left:14.250000953674rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #tGXO9zawHgqSmN2AkEFJ13ETopZNl0IB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EOqSrtISZEt58zoi3uGJlWSX9VEWhXO2 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #pWfizrga4esIrKQLZKlxatcLTMn1KUvs {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #nBBorB6ydhWmHrzkTtJT57LFJL53cJZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #f8s8oTn535p4UsgUu5ugR8do1mfIWmvy {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hR63BhnN1U946XTUidlvSPngoOHIKzF3 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #FuO4JGuFwCkfxwB8NkTNt0Ai3gT1GdCk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hq5TtP2q3GeiWgckpEPdOIXwdzGs1C9t {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #DDoFkaalxN1IDa6tuFrRdxTqDRGk1p79 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EIxAVKaVPKqdp6lASTIXIG0uzoJ2UxCH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #GMxTiQ8kuC1lwDlXJZrTdl5yaTz8ayD9 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #Nsq2PAR70aoWWyvbVCZvi7z8Wlh2Opsm {  }
 }@media only screen and (max-width: 763px) { #roi2dc9f17sFG1nUdXqNLTEmqCvRIkJi { width:17.5rem;height:4.5625rem;top:37.1875rem;left:16.055557250976rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6VT7yRgfe6ed78pzZlGkcPzznwH7k1o { display:block; }
 }@media only screen and (max-width: 763px) { #ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl { display:block; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlrK6t9HfoEdi66O4oBeXekJdu9mska5 { width:4.5rem;height:0.125rem;top:5.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdwAcJN4ykUUKODE8EahtgTsrP0SeG7R { width:19.75rem;height:7.3125rem;top:5.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdW7DNaFVmphFM8fLatsAC1K5KuoJm { width:7.3125rem;height:7.3125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dI2xUdDOyROnvyUJGN5fdEOEa5CWe8 { width:27.125rem;height:13.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTchSbg0OGtDewvQ9PXx34nz2xUy1eS { width:16.4375rem;height:2.25rem;top:8.4375rem;left:5.9374990463257rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a85SSUK6peLVWu1nM4zhy1xyoIFe9GSl { width:4.375rem;height:4.375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snLA6uf9irq23yCETQuiH8oA83QUmuBi { top:14rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdPKJsWntkbbnCiKP9ilipEXx8FcnOSI { top:16rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1CPuMcyeidwhyC0ZTNNzyHNSomTsZ8 { top:17.1875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L8F4qaWFrMuiBQTItNfw0dkm39QnfM { top:22.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcq0MCVfUgl7MAc4E0IaoaEJeJSDeeMT { top:14rem;left:11.25rem;width:11.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6oO9KDOTaCi0NvDqg3DfRrHg2Br2WT { top:17.1875rem;left:7.75rem;width:15.0625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6RJNyXb1TdPawSgo1EvSSC3gpcc3En { top:5.5625rem;left:11.625rem;width:36.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9469xSpBGHKbWHDgf4wPaqcvA02p0SI { display:none; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IM6BrvZrWX4aDsrDVbUgbBrdof81e3w3 { top:2.0625rem;left:17.437500953674rem;width:12.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONoe6Qmeau1qqIqV9kewnilCGfInRSpQ { top:8.125rem;left:0rem;width:47.75rem;height:73.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9qhGBCZtV2GcJJKNwt6PG1XNw6TSfSE { top:6.9375rem;left:22.250000953674rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKLcoSxJplUCyxb520dIfr68AEtPACG { width:21.3125rem;height:4.625rem;top:82.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u51h4T95B6GJkVWMVRVWRJSyOv4xrtUQ { display:block; }
 }@media only screen and (max-width: 763px) { #DagvJ5G5uRtZSCbht4THsT3UfOurSanp { display:block; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0XIUJPybyWPCTicLpNxVTncDE1h3ryO { top:5.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqLT82SSLM5aF9hEWsMsBuzZT1PlFoiC { width:30.8125rem;height:34.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4IUsqctaM9twmfLC0DoyI7Jhu3BnJ9 { top:25.8125rem;left:0rem;width:30.1875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHREimmtmcm2rhw4lxHWQ5WoEAWd9OsK { top:25.8125rem;left:17.3125rem;width:30.4375rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNU5t1OrTDpkmqRmZ6A1iu0TNTzT9Jau { width:30.8125rem;height:34.5rem;top:10.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtPOdQHq7aQQnxOLzlBhIk0C39Xx1gZ { top:48rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTiZlak9PNoaSPFUBRM9m7CwuUVf79x { top:16.125rem;left:0rem;width:10.25rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omopd6PuA394cvfaDTu8JQ256NsGLqhM { top:16.125rem;left:9.6530985537431rem;width:10.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNvWE62HKU9xATTyT9lEraQpvKyoKQMt { top:16.125rem;left:13.5rem;width:10.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VVoIfKnCiIKbsuDqSzeoaKLBRBduCx { top:16.125rem;left:23.875rem;width:10.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHiw0rT2za3pJ8q0KWotwyPOMklfDHoX { top:16.125rem;left:27.690624237061rem;width:10.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRqBEytNBsEg6zOvXeWCKViUlvZZ6tWt { top:16.125rem;left:36.375rem;width:10.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78halwSDuG580nMOHg4tBE2g4W2xX8d { top:12.5rem;left:0rem;width:28.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgaVtCGiudX6GT760zSETiNvTD62a1a3 { top:12.5rem;left:23.875rem;width:23.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v { display:block; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7Tu2wHLJf1lORNOLfS76rEmF7NCx2GU { width:17.5rem;height:4.5625rem;top:3.0625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRWn17P6QdOcshEMq14XayOSkD9sp1s { display:block; }
 }@media only screen and (max-width: 763px) { #E9vEApqXKSA2F1XEAxru0irTyflqV24G { display:block; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1lTuA6AmOcmVIRWS4tKThi3pUZM3aNO { width:17.25rem;height:2.8125rem;top:4.3125rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfQF28rJPtxmIL1btTNOTrTbCXh9daSP { width:13.75rem;height:3.75rem;top:34.5rem;left:15.562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIGNlyBhfTXCwruUVvikg1Txp32QEIVe { display:block; }
 }@media only screen and (max-width: 763px) { #iOiCgVvyoVCIrkRdW8qB4lddRlCmiFfk { width:22.9375rem;height:16.625rem;top:11.25rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFaiwKg0gPDHwOzL1Qc7DuXKmGUgvvXQ { top:8.125rem;left:20.875rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDKIpTxw16qfWTRRtb79sbKQRTI9TepT { top:41.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkZ6D7UmPs2aSuTVyX4EJ04W62FJ2yT { width:22.9375rem;height:16.625rem;top:11.25rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXeI8vL64fuQKryo2AA7RnrL97wZFt6r { width:22.9375rem;height:16.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsbyvUmhCVWcVnAOTewxOgDGnbRgDOuC { top:28.5rem;left:0rem;width:22rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk933LZOBaPeUFUECbV86FBPZiMqhpqA { top:28.5rem;left:12.4375rem;width:22rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6qAxxh2q81iTKZMV5RcMP1LtoAW6Vfn { top:28.5rem;left:24.8125rem;width:22.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL { display:block; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh { display:block; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3xH4WpBZN1GTLT9CVkf6lrGwvFsHbrb { top:3.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL2LxxZZItnKmqpfkBKJopO07uQJM8wv { top:5rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKTqAGaIsUI59VMCEoeer5fnainu4qrQ { top:5.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8GXLpPAnkDcz7mRXAn5tV0eXuX0PxZy { top:7.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFs9gxi9Ikw3ka7R2GbplUoQ8MqdxlSn { top:9.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9i2swpDZUmQCxoh54eppoVlAs5paaM { top:3.0625rem;left:9rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLrVs7dvXQEa2MpGhxQu92RTP8ICgXiV { top:5rem;left:9rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGvvOpnJ3bac6ze50uJq69Ab7kevQ0al { top:5.9375rem;left:9rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkaTcHXkJb2kbaqlM1q7r0OmkwmZISA6 { top:7.5rem;left:9rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysOXUX4zRV8bvJtQrmTOTJw3peXJWvL { top:9.0625rem;left:9rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUupRPlkfzpq2gbiCly11WMmn16dC0uA { top:3.0625rem;left:24.8125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseK4lvFQxP3iMlZubr3L7MEB7mR0VMn { top:5rem;left:24.8125rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtHo7xlW5bftByRTmSBQz1Bh7VkQ741r { top:5.9375rem;left:24.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqIShr07ahKFumoToCyoNC24cvK22t9 { top:7.5rem;left:24.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0VvVRNTGccD3LK1SquWdIaHcHPnhcv { top:9.0625rem;left:24.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuGLeACsHnS5zuPdr8DnnvcTaK5eo6TG { top:3.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwPHnQJo2lshXCP8c1zkegJPZyB9xRUu { top:5rem;left:40.5625rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVDFCAzIZmlO7NM9DEM6tAZEx7cfIRE { top:5.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txUStPgKTssyuAwOd1l0MvJeb2z0lKyL { top:10.625rem;left:24.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQXfRP2q9NXh26MCAcMiFowPvLPlLifN { top:15rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 { top:16.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
#W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #puo4PwoalSRUSdOqok50CT9coHozTSmI { top:16.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
#puo4PwoalSRUSdOqok50CT9coHozTSmI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #gXUh9EiptFf7TQbGQS6cK4OuHd67rawR { top:16.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
#gXUh9EiptFf7TQbGQS6cK4OuHd67rawR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH { top:16.5625rem;left:1.84375rem;width:1.8125rem;height:1.8125rem;display:block; }
#AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #oKgKGehhnzT4pUo7A9MfI5gV95E4BIo8 { top:16.9375rem;left:9rem;width:3.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loQ4aACJTKwiJ5Je7ex6KCF44N5d2IBG { top:16.9375rem;left:17.5rem;width:3.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsucgHmWczmu6TvTGMIccf8q8DlV3OdG { top:16.9375rem;left:38.875rem;width:8.875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqxttnmoKQcM64C9HeXTJT1qMHvPxMF { top:17.0625rem;left:38.1875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTwOQk4sBLVxRlZ20QuctRusy6V5UCP { top:16.9375rem;left:13.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCt2mVdtn8TIK6TwO47TAsm6fGQHV7de { top:10.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwfUTQTOOeLQvp7zbionBzxFMQc30Lzm { top:12.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMr7pdtZ2pxBTg0xoP8iTVu3GLhS90co { top:10.625rem;left:9rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzON1SsAU4HCiElzhpi4ADlra7kEnKN0 { top:7.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UHc4BnnET5BQaSUVXkBagd4rI8UV5W0b {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #Xnw9IJd1swA9eKHuBiEr70P4BTaFc7pH {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zpbUfDhJmyT98I444GgdEwgDfkl1Ki2H {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #OWW4hIsqNJR1P8sIqAkkq8WttK8XXJvi {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #yyC6QRfc9r65QWDbO1xByqwkvRexhNVS {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uwvGDKmToBRfX2xqIWMrABxXdDcgTcxp {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fnHPWeoxNkAoixkIxuUXKtR8d5LnWXuL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #qWyAQN7AEVPITm2myge2ycxIZBGW4W5v {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zg48DoXU5e5JkXUNFSbnEgLhuEAzCncM {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uv8ciQpX6BcoXZ2KRApfdEkChUZvzD0g {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #LvTzm7aSk9OtvpUhabUuznHsOkdSXVo0 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xIfoEmtkcJKpWyTp1zE5cRKpq6lxmbt4 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #wsCRduXeoETely36U2OFkV3fI9UkUqiW {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ohGf7s8aEvi6HfnTrqlaN8JUOJLyTEz5 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #eqXP9zxBdM5BlxAgHes1iVvOvC3ZAiyr {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xTQusmzpUFODQTomwKBJcILT9uMDTtTt {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #iREs1gHBn68u52JQKCgwTg7Mlec7iqLh {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ZHWqdpCUEloE7IWGrmlkKbbwTXLcpGOm {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #kgIFc7CuKhtfEtTvM5dWfk5R4hd0UX3u {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #MA0UGXRX9kn1dPgKt1TBKyQ020a6v0C7 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #GyJESWdgHMOAswytoVKfU4UsI3lbtTlL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fHfsWXuBHFA7BGM2JOTyIaeR060KqapL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UTKRweVN6RizmMDX0lWpXTD3KGtzi4i5 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #gVdikcO6HpZTJNN37wT1GrVbWHKatseg {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #R93dkm6bv5wiDhTyA7rftXvSdq1h3WWQ {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-image: -o-linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d919', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d919', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(213,215,217,0.1), #ffffff);background-size:contain !important;display:block; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container { background-color: transparent; background-image: none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container > .video-iframe-container { display: none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row > .video-iframe-container { display: none; }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .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); }#lUSRgct3V4dMUVyzxbbKd4kGliJ5uaCf > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceRwK8R8l3EL33AkDXs7sDsbyLm489r7 { width:4.75rem;height:0.8125rem;top:3.0625rem;left:14.5rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kiUKs9HxmXRZe20lfUlTqpgFBzEKp22J { width:5.6875rem;height:0.8125rem;top:4.0625rem;left:13.15625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MougFMPJnPUJgb1UtrMoNmHxA35s8Gff { width:5.1875rem;height:0.8125rem;top:4.875rem;left:14.75rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wGOyaWlwITSKgKUZ2NCWk6iJz6yHyMeu { width:6rem;height:0.8125rem;top:5.75rem;left:14rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SVaTeaCSxLqKq72fUThs7idlVDxOgCLw { width:4.4375rem;height:0.8125rem;top:6.625rem;left:14.71875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bk10a4s1ZN5uasp6zTlaS7h2UFUFDkiI { width:8.25rem;height:0.8125rem;top:8.3125rem;left:11.75rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T4hPQub5ZXO2gqwrW0ZOKpumLpL8vhPC { width:4.1875rem;height:0.8125rem;top:7.5rem;left:15.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BvWLRNawlnIIQrJ10x5iOch3L76RWILI { width:5.5625rem;height:0.8125rem;top:9.1875rem;left:13.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #WH8mqTOGKaCThFbKD1xfLTtbyaH6lem9 { display:flex;top:1rem;left:16.5625rem;width:1.875rem;height:1.875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #DMIaTeMC1anPlclB5afCi8MgVD7V0FOo { top:1.6875rem;left:0.6875rem;width:3.9375rem;height:1.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AJJZ6hn09hDghIrTQHtLcnCosTho4bwc { background-color:rgba(243,244,245,0.3);background-image:none;display:none; }#AJJZ6hn09hDghIrTQHtLcnCosTho4bwc > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WpwySnd3N95ZrwsFqAqOuUhs1b7DnvuK { width:6.3125rem;height:0.8125rem;top:4.6249995231628rem;left:13.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #aRQEpR1RqMiWbLKZ4vXrgMkd9Mu1nhSu { width:10.4375rem;height:0.8125rem;top:4.6249995231628rem;left:9.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #he5CXanvxcod12z8VmfOkA9qWrNe76H7 { width:5.1875rem;height:0.8125rem;top:4.6249995231628rem;left:14.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CzlwCc8BfKCRpIneiFfIqQ2G3g7M5VG4 { width:6.3125rem;height:0.8125rem;top:4.6249995231628rem;left:13.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DoGDSSW038PmRawqn4IPTPEuXDyi7bDP { width:6.3125rem;height:0.8125rem;top:4.6249995231628rem;left:13.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #uMlVfzcG8L2BvFWG6E8DTJmgKv8FcmTl { width:8.875rem;height:0.8125rem;top:2.6246089935302rem;left:11.125rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xM8PUCu4TG5TOBGDvm285n7X6Z9RLUzK { width:4.1875rem;height:0.8125rem;top:2.6246089935302rem;left:15.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbtIhih2rNnlO2J7Jh71FMJ4UxtLvKg { width:5.5625rem;height:0.8125rem;top:2.6246089935302rem;left:14.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BQMzOh2sHl9FcTbTNNuWTesGOD5D3cmN { display:flex;top:1.25rem;left:8rem;width:1.875rem;height:1.875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #MUkVQ76iNiLUVQaxgMQMGgiKQed5gOJ9 { top:1.25rem;left:8rem;width:3.9375rem;height:1.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M6yizzVABzJn6vnZFUcTIrQ4ruLhCDbW { width:5.5625rem;height:1.9375rem;top:4.4679684638977rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/246133ef-e6d2-4244-82ca-9ef4921f037c/250128_LP_Headerimage_1920x500_Americas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.adaptive-delivery-prevent-bg, #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.lazyload, #HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP.lazyloading { background-image: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { background-color: transparent; background-image: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container > .video-iframe-container { display: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container { display: none; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .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); }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { border-width: 0; border-radius: 0; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ4SHfQfuXZy2NQmvc3t0gMnfBBiDwvP > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK { display:block; }#ERIqWgUXTubt6GDpJFaZddH9CZsBTzmK > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc6xrFAOmK5oKDH0UTzXwKqzHEsqvTAI { width:18.5rem;height:24rem;top:6.79625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-number { padding-top:0.343125rem;padding-right:0.299375rem;padding-bottom:0.343125rem;padding-left:0.299375rem;width:1.798125rem;min-width:1.798125rem;height:1.84625rem;font-size:1.37375rem;line-height:29.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.214375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.3975rem;height:0.73rem;font-size:0.515rem;line-height:11.68px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ { display:flex;width:12.3125rem;height:3.4375rem;top:1.25rem;left:3.4375rem;padding-top:0.429375rem;padding-right:0.428125rem;padding-bottom:0.429375rem;padding-left:0.428125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #tGXO9zawHgqSmN2AkEFJ13ETopZNl0IB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EOqSrtISZEt58zoi3uGJlWSX9VEWhXO2 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #pWfizrga4esIrKQLZKlxatcLTMn1KUvs {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #nBBorB6ydhWmHrzkTtJT57LFJL53cJZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #f8s8oTn535p4UsgUu5ugR8do1mfIWmvy {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hR63BhnN1U946XTUidlvSPngoOHIKzF3 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #FuO4JGuFwCkfxwB8NkTNt0Ai3gT1GdCk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #hq5TtP2q3GeiWgckpEPdOIXwdzGs1C9t {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #DDoFkaalxN1IDa6tuFrRdxTqDRGk1p79 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #EIxAVKaVPKqdp6lASTIXIG0uzoJ2UxCH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #GMxTiQ8kuC1lwDlXJZrTdl5yaTz8ayD9 {  }
 }@media only screen and (max-width: 763px) { #BNPE4ikmqM7ioD0PorTVCGqiT9gZTBmJ #Nsq2PAR70aoWWyvbVCZvi7z8Wlh2Opsm {  }
 }@media only screen and (max-width: 763px) { #roi2dc9f17sFG1nUdXqNLTEmqCvRIkJi { width:17.5rem;height:4.5625rem;top:32.04625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6VT7yRgfe6ed78pzZlGkcPzznwH7k1o { display:block; }
 }@media only screen and (max-width: 763px) { #ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl { display:block; }#ohZEZDoD9No9SHbGB8zeoQ3d7Te3KxUl > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlrK6t9HfoEdi66O4oBeXekJdu9mska5 { width:4.5625rem;height:0.125rem;top:0rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdwAcJN4ykUUKODE8EahtgTsrP0SeG7R { width:20rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGdW7DNaFVmphFM8fLatsAC1K5KuoJm { width:5.25rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dI2xUdDOyROnvyUJGN5fdEOEa5CWe8 { width:20rem;height:15.75rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTchSbg0OGtDewvQ9PXx34nz2xUy1eS { width:11.75rem;height:1.3rem;top:3.1875rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a85SSUK6peLVWu1nM4zhy1xyoIFe9GSl { width:3.25rem;height:3.25rem;top:2rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snLA6uf9irq23yCETQuiH8oA83QUmuBi { width:9.5625rem;height:1.4625rem;top:7.0625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdPKJsWntkbbnCiKP9ilipEXx8FcnOSI { width:18.75rem;height:0.0625rem;top:10.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1CPuMcyeidwhyC0ZTNNzyHNSomTsZ8 { width:9.5625rem;height:1.4625rem;top:12rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L8F4qaWFrMuiBQTItNfw0dkm39QnfM { width:18.75rem;height:0.0625rem;top:20.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcq0MCVfUgl7MAc4E0IaoaEJeJSDeeMT { width:10.8125rem;height:1.4625rem;top:7.0625rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6oO9KDOTaCi0NvDqg3DfRrHg2Br2WT { width:12.75rem;height:4.3875rem;top:12rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6RJNyXb1TdPawSgo1EvSSC3gpcc3En { width:20rem;height:17rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9469xSpBGHKbWHDgf4wPaqcvA02p0SI { top:22.25rem;left:0rem;width:19.3125rem;height:21.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { background-color:rgba(180,210,45,0.05);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IM6BrvZrWX4aDsrDVbUgbBrdof81e3w3 { width:8.75rem;height:5.1979125rem;top:0.86328125rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONoe6Qmeau1qqIqV9kewnilCGfInRSpQ { width:18.375rem;height:42.1875rem;top:6rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9qhGBCZtV2GcJJKNwt6PG1XNw6TSfSE { width:3.125rem;height:0.125rem;top:51.13671875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKLcoSxJplUCyxb520dIfr68AEtPACG { width:19rem;height:3.4375rem;top:52.51171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u51h4T95B6GJkVWMVRVWRJSyOv4xrtUQ { display:block; }
 }@media only screen and (max-width: 763px) { #DagvJ5G5uRtZSCbht4THsT3UfOurSanp { display:block; }#DagvJ5G5uRtZSCbht4THsT3UfOurSanp > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0XIUJPybyWPCTicLpNxVTncDE1h3ryO { width:20rem;height:5.19791875rem;top:0.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqLT82SSLM5aF9hEWsMsBuzZT1PlFoiC { width:20rem;height:32.6875rem;top:6.4476547241213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD4IUsqctaM9twmfLC0DoyI7Jhu3BnJ9 { width:19.9980625rem;height:12rem;top:26.698785305023rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UHREimmtmcm2rhw4lxHWQ5WoEAWd9OsK { width:20rem;height:12rem;top:62.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNU5t1OrTDpkmqRmZ6A1iu0TNTzT9Jau { width:20rem;height:32.6875rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtPOdQHq7aQQnxOLzlBhIk0C39Xx1gZ { width:18.875rem;height:13.5rem;top:75.562500953675rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZTiZlak9PNoaSPFUBRM9m7CwuUVf79x { width:9.0625rem;height:6.75rem;top:11.1875rem;left:10.476107233253rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omopd6PuA394cvfaDTu8JQ256NsGLqhM { width:9.25rem;height:6.75rem;top:18.6875rem;left:5.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNvWE62HKU9xATTyT9lEraQpvKyoKQMt { width:9.25rem;height:6.75rem;top:11.1875rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VVoIfKnCiIKbsuDqSzeoaKLBRBduCx { width:9.125rem;height:6.6875rem;top:46.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHiw0rT2za3pJ8q0KWotwyPOMklfDHoX { width:9.25rem;height:6.6875rem;top:46.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRqBEytNBsEg6zOvXeWCKViUlvZZ6tWt { width:9.1875rem;height:6.875rem;top:53.875rem;left:5.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78halwSDuG580nMOHg4tBE2g4W2xX8d { width:20rem;height:3.75rem;top:6.8342018127444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hgaVtCGiudX6GT760zSETiNvTD62a1a3 { width:20rem;height:1.875rem;top:43.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v { display:block; }#w20xTwGSXCF9vUVRnV8WhBrKJnkxqW6v > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7Tu2wHLJf1lORNOLfS76rEmF7NCx2GU { width:13.75rem;height:3.75rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRWn17P6QdOcshEMq14XayOSkD9sp1s { display:block; }
 }@media only screen and (max-width: 763px) { #E9vEApqXKSA2F1XEAxru0irTyflqV24G { display:block; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G { border-width: 0; border-radius: 0; }#E9vEApqXKSA2F1XEAxru0irTyflqV24G > .row .container { width:20rem;height:67.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1lTuA6AmOcmVIRWS4tKThi3pUZM3aNO { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfQF28rJPtxmIL1btTNOTrTbCXh9daSP { width:13.8125rem;height:3.4375rem;top:61.30080625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIGNlyBhfTXCwruUVvikg1Txp32QEIVe { display:block; }
 }@media only screen and (max-width: 763px) { #iOiCgVvyoVCIrkRdW8qB4lddRlCmiFfk { height:11.1875rem;width:20rem;top:37.31446875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFaiwKg0gPDHwOzL1Qc7DuXKmGUgvvXQ { width:3.125rem;height:0.125rem;top:4.44921875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDKIpTxw16qfWTRRtb79sbKQRTI9TepT { width:20rem;height:0.3125rem;top:65.98830625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkZ6D7UmPs2aSuTVyX4EJ04W62FJ2yT { height:14.495125rem;width:20rem;top:21.56934375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXeI8vL64fuQKryo2AA7RnrL97wZFt6r { height:14.495125rem;width:20rem;top:5.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsbyvUmhCVWcVnAOTewxOgDGnbRgDOuC { width:20rem;height:2.6rem;top:49.75196875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kk933LZOBaPeUFUECbV86FBPZiMqhpqA { width:20rem;height:2.6rem;top:53.60158125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6qAxxh2q81iTKZMV5RcMP1LtoAW6Vfn { width:20rem;height:2.6rem;top:57.45119375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL { display:block; }#rsMtUiuLd3KUmUhyP6oDmwTD4qsHmFsL > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh { display:block; }#TSZLCClmKWVclO5CEW7trGm2gD2xA6Zh > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3xH4WpBZN1GTLT9CVkf6lrGwvFsHbrb { width:12.5rem;height:1.4619125rem;top:26.4736328125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PL2LxxZZItnKmqpfkBKJopO07uQJM8wv { width:2.5rem;height:0.1875rem;top:37.3173828125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKTqAGaIsUI59VMCEoeer5fnainu4qrQ { width:12.5rem;height:1.29980625rem;top:43.0673828125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y8GXLpPAnkDcz7mRXAn5tV0eXuX0PxZy { width:12.5rem;height:1.29980625rem;top:53.2666078125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oFs9gxi9Ikw3ka7R2GbplUoQ8MqdxlSn { width:12.5rem;height:1.29980625rem;top:63.4658328125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qT9i2swpDZUmQCxoh54eppoVlAs5paaM { width:12.5rem;height:1.4619125rem;top:29.1845703125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLrVs7dvXQEa2MpGhxQu92RTP8ICgXiV { width:2.5rem;height:0.1875rem;top:38.7548828125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGvvOpnJ3bac6ze50uJq69Ab7kevQ0al { width:12.5rem;height:1.29980625rem;top:45.6171890625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bkaTcHXkJb2kbaqlM1q7r0OmkwmZISA6 { width:12.5rem;height:1.29980625rem;top:55.8164140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JysOXUX4zRV8bvJtQrmTOTJw3peXJWvL { width:12.5rem;height:1.29980625rem;top:66.0156390625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GUupRPlkfzpq2gbiCly11WMmn16dC0uA { width:12.5rem;height:1.4619125rem;top:31.8955078125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yseK4lvFQxP3iMlZubr3L7MEB7mR0VMn { width:2.5rem;height:0.1875rem;top:40.1923828125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtHo7xlW5bftByRTmSBQz1Bh7VkQ741r { width:12.5rem;height:1.29980625rem;top:48.1669953125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #boqIShr07ahKFumoToCyoNC24cvK22t9 { width:12.5rem;height:1.29980625rem;top:58.3662203125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rs0VvVRNTGccD3LK1SquWdIaHcHPnhcv { width:12.5rem;height:1.29980625rem;top:68.5654453125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XuGLeACsHnS5zuPdr8DnnvcTaK5eo6TG { width:12.5rem;height:1.4619125rem;top:34.6064453125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bwPHnQJo2lshXCP8c1zkegJPZyB9xRUu { width:2.5rem;height:0.1875rem;top:41.6298828125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #emVDFCAzIZmlO7NM9DEM6tAZEx7cfIRE { width:12.5rem;height:1.29980625rem;top:60.9160265625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #txUStPgKTssyuAwOd1l0MvJeb2z0lKyL { width:12.5rem;height:1.29980625rem;top:71.1152515625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZQXfRP2q9NXh26MCAcMiFowPvLPlLifN { width:17.5rem;height:0.1875rem;top:31.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 { display:flex;width:1.8125rem;height:1.8125rem;top:35.0625rem;left:9.0625rem;font-size:1.25rem; }
#W1AQDMbBq8NH7zlnw7SvE8RXroOvaTh8 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #puo4PwoalSRUSdOqok50CT9coHozTSmI { display:flex;width:1.8125rem;height:1.8125rem;top:38.125rem;left:9.0625rem;font-size:1.25rem; }
#puo4PwoalSRUSdOqok50CT9coHozTSmI > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #gXUh9EiptFf7TQbGQS6cK4OuHd67rawR { display:flex;width:1.8125rem;height:1.8125rem;top:41.1875rem;left:9.0625rem;font-size:1.25rem; }
#gXUh9EiptFf7TQbGQS6cK4OuHd67rawR > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH { display:flex;width:1.8125rem;height:1.8125rem;top:44.25rem;left:9.0625rem;font-size:1.25rem; }
#AIDtDrIFdtEKDwCefzd29zlbnAVWkyEH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #oKgKGehhnzT4pUo7A9MfI5gV95E4BIo8 { width:12.5rem;height:1.13671875rem;top:33.045715332031rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #loQ4aACJTKwiJ5Je7ex6KCF44N5d2IBG { width:12.5rem;height:2.2734375rem;top:33.045715332031rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GsucgHmWczmu6TvTGMIccf8q8DlV3OdG { width:6.75rem;height:0.8125rem;top:47.3125rem;left:6.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txqxttnmoKQcM64C9HeXTJT1qMHvPxMF { display:flex;width:0.625rem;height:0.625rem;top:33.1875rem;left:19.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #uhTwOQk4sBLVxRlZ20QuctRusy6V5UCP { width:12.5rem;height:0;top:33.045715332031rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NCt2mVdtn8TIK6TwO47TAsm6fGQHV7de { width:12.5rem;height:auto;top:10.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JwfUTQTOOeLQvp7zbionBzxFMQc30Lzm { width:12.5rem;height:0;top:28.3125rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMr7pdtZ2pxBTg0xoP8iTVu3GLhS90co { width:12.5rem;height:auto;top:10.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IzON1SsAU4HCiElzhpi4ADlra7kEnKN0 { width:12.5rem;height:auto;top:7.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-element-container { background-color:#e8e9ea;background-image:none; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK { display:flex;height:26.125rem;width:17.5rem;top:1.25rem;left:0rem;z-index:15018;background-color:#262b31;background-image:none; }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UHc4BnnET5BQaSUVXkBagd4rI8UV5W0b {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #Xnw9IJd1swA9eKHuBiEr70P4BTaFc7pH {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zpbUfDhJmyT98I444GgdEwgDfkl1Ki2H {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #OWW4hIsqNJR1P8sIqAkkq8WttK8XXJvi {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #yyC6QRfc9r65QWDbO1xByqwkvRexhNVS {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uwvGDKmToBRfX2xqIWMrABxXdDcgTcxp {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fnHPWeoxNkAoixkIxuUXKtR8d5LnWXuL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #qWyAQN7AEVPITm2myge2ycxIZBGW4W5v {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #zg48DoXU5e5JkXUNFSbnEgLhuEAzCncM {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #uv8ciQpX6BcoXZ2KRApfdEkChUZvzD0g {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #LvTzm7aSk9OtvpUhabUuznHsOkdSXVo0 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xIfoEmtkcJKpWyTp1zE5cRKpq6lxmbt4 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #wsCRduXeoETely36U2OFkV3fI9UkUqiW {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ohGf7s8aEvi6HfnTrqlaN8JUOJLyTEz5 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #eqXP9zxBdM5BlxAgHes1iVvOvC3ZAiyr {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #xTQusmzpUFODQTomwKBJcILT9uMDTtTt {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #iREs1gHBn68u52JQKCgwTg7Mlec7iqLh {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #ZHWqdpCUEloE7IWGrmlkKbbwTXLcpGOm {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #kgIFc7CuKhtfEtTvM5dWfk5R4hd0UX3u {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #MA0UGXRX9kn1dPgKt1TBKyQ020a6v0C7 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #GyJESWdgHMOAswytoVKfU4UsI3lbtTlL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #fHfsWXuBHFA7BGM2JOTyIaeR060KqapL {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #UTKRweVN6RizmMDX0lWpXTD3KGtzi4i5 {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #gVdikcO6HpZTJNN37wT1GrVbWHKatseg {  }
 }@media only screen and (max-width: 763px) { #AsTAGikBOHbAmnMQrPEi5y6BQWfI7MbK #R93dkm6bv5wiDhTyA7rftXvSdq1h3WWQ {  }
 }