.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:194,216,242;--color-primary-2:93,146,255;--color-primary-3:5,90,169;--color-primary-4:1,90,169;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { position:relative;display:none; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { border-width: 0; border-radius: 0; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .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; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;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:none; }#gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { 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:3.5625rem;width:7.5rem;top:1.625rem;left:1.09375rem;overflow:hidden;display:block; }
#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b3a30ed0-5da8-4c8d-9b2c-87ba01c9a5a6/Obszarroboczy57100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ.adaptive-delivery-prevent-bg, #d186CD75nK9SQt3W3Fi4etmkulgBIpVQ.lazyload, #d186CD75nK9SQt3W3Fi4etmkulgBIpVQ.lazyloading { background-image: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { background-color: transparent; background-image: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container > .video-iframe-container { display: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row > .video-iframe-container { display: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .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); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { border-width: 0; border-radius: 0; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#EL72cx2GnhX9JMcalK4Hb3motdBkoJ58 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.625rem;width:27.1875rem;top:4.560546875rem;left:0rem;display:block; }
#y0scTTdQ1Qwkp3JWGSh5upfJduWmObef { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.560546875rem;left:1.25rem;height:6rem;font-style:normal;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; }
#CUHiXMaOrhnw2pkg7sZlIlICe7mEKMVU { color:rgba(var(--color-primary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:10.873046875rem;left:1.25rem;height:3.45rem;font-style:normal;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; }
#y5AErvQ5uEgtm88rRHH1DFLJP13uKBdk { color:#065ea6;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.7060546875rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#UiKc0TlviH3cofR19GhkQlQN0ncZge9m { 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:1.25rem;width:1.75rem;display:none; }
#JG5bdWtBE9g2evC2m8mrwTxr3RvgToBN { background-color:rgba(var(--color-secondary-2),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.3125rem;left:0rem;display:block; }
#dJNXeNUl0edJq2rFQDV9vlOeKpifOdnn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mFoFA2u8nZRX8pvXxUbQurxoLr6PgE9u { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:27.1875rem;top:1.435546875rem;left:0rem;display:block; }
#fNOeHc0LhMyKPtzk3tyvuuOpyNwaqm8E { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.75rem;width:27.1875rem;top:9.90625rem;left:0rem;display:block; }
#QlvWaZAbH1UVpqTwCDhpy7pTTg0TTTdu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:9.5625rem;top:15.4560546875rem;left:1.09375rem;overflow:hidden;display:block; }
#lSpmBU9LLxMAraTCmH245WdebnsKQTQm { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:7.9375rem;left:0.5625rem;display:none; }
#onS4edpTVzuF2xoaITLDT5TFodEBIxTv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:13rem;left:1.6875rem;display:none; }
#Dt1P9XMRAxp53N7vwc0pG28yS0q8550K { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xPbJDMSVqcV6nIgeBFUBZm9zP1hHe914 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1rIcPJi9g9GziGczQUnEHRWqdHC9Tv5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:4.625rem;width:27.1875rem;top:25.6875rem;left:0rem;display:block; }
#bJBgihb33mCfGOzqx6Ud95nmKU8iD9mJ { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:28.48828125rem;left:5.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#eAND6vf7NSZR7BHqhia2FP1RW92trUpq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container { background-color: transparent; background-image: none; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container > .video-iframe-container { display: none; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row > .video-iframe-container { display: none; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .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); }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container { border-width: 0; border-radius: 0; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#Dphqg85pFie25MSnBIa7zZWoo9UrDoag { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.34375rem;height:6.49903125rem;display:block; }
#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container { background-color: transparent; background-image: none; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container > .video-iframe-container { display: none; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row > .video-iframe-container { display: none; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .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); }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container { border-width: 0; border-radius: 0; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#TEKbBx7dywXU2kQLxM1H3RKoBJOm1irD { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:6.25rem;height:1.3rem;display:block; }
#MqCytMwmPgR9mis3a5ElTftVWgpsQWWf { color:rgba(var(--color-primary-3),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:6.25rem;height:1.95rem;display:block; }
#WI7PiCISePrxafHcWGcPVRfpxRk1nV5f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:8rem;top:10.625rem;left:6.25rem;overflow:hidden;display:block; }
#kc4IoTDKDDZG6celuJuzWI1oFLG18POe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:6.625rem;top:23.375rem;left:6.9375rem;overflow:hidden;display:block; }
#QuxWrCHu86FMt3feMo6fZudC1JXoBihK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.625rem;top:10.875rem;left:42.96875rem;overflow:hidden;display:block; }
#cL9OlVTVKHt3Hdb9ixrPf2z6bGQ2xhXw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.3125rem;top:23.625rem;left:44.03125rem;overflow:hidden;display:block; }
#UQgpCaRBnv2ZpVxWSA1WxfpQeCW4zGgS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.650390625rem;left:16.40625rem;height:5.2rem;display:block; }
#R5bhOhS9FIMIU4tDG9cWFhe4u3hTdvTw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.087890625rem;left:16.5rem;height:3.9rem;display:block; }
#QieLWZEAXaXaaSikotKOzpNB2RwsNVuU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:51.90625rem;height:5.2rem;display:block; }
#CZ8TEet9WZgrozBubxXRuSM1A4lHycQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8759765625rem;left:51.90625rem;height:5.2rem;display:block; }
#Go4SErfZRcy5HhLov5s8isiH6zl8kAys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container { background-color: transparent; background-image: none; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container > .video-iframe-container { display: none; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row > .video-iframe-container { display: none; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .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); }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container { border-width: 0; border-radius: 0; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#MIk30TCUa2TPftoBMdNkKAlLmsDDQTyt { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:6.25rem;height:9.09863125rem;display:block; }
#DiFdUC1BLoXpUtt9KoOvC81keF1NznsI { color:rgba(var(--color-primary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:6.25rem;height:1.95rem;display:block; }
#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container { background-color: transparent; background-image: none; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container > .video-iframe-container { display: none; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row > .video-iframe-container { display: none; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .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); }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container { border-width: 0; border-radius: 0; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#eIQlv7UUBAG61kdqDtp1vNEum8pIZC09 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42.09375rem;height:6.499rem;display:block; }
#EJmtP9162MnJi0tV5tMoXBbT0yE2TA7x { color:rgba(var(--color-primary-3),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:6.25rem;height:1.95rem;display:block; }
#R4ITmXqX5s5DLVPGFThzdICuCesJX5W9 { color:rgba(var(--color-primary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.21875rem;height:3.8984375rem;display:block; }
#no1hwMXQWsnyiwWupZPan6xCB3hlc0Hx { color:rgba(var(--color-primary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.2890625rem;left:42rem;height:3.8984375rem;display:block; }
#Het9hWs8ddLosSVCaWuf36ehC23gecH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5rem;left:42.09375rem;height:2.6rem;display:block; }
#UXoV1iJH5OwnO6cC2myFgEcPipRyBQWd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:28.75rem;top:6.1875rem;left:5.748046875rem;overflow:hidden;display:block; }
#ST96VtLOqO3vcqiCZi7DkWi0H4UcAyg9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:1.8125rem;top:0rem;left:38.84375rem;overflow:hidden;display:block; }
#IwTVgHWneBd702pzmOfhEIpmktVmkPFB { color:rgba(var(--color-primary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4140625rem;left:42.09375rem;height:3.8984375rem;display:block; }
#KvXTLHTxiUIZUBDBp2o2Xxq1XVD72tXW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.83984375rem;left:42.09375rem;height:7.7988125rem;display:block; }
#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { position:relative;display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { background-color: transparent; background-image: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container > .video-iframe-container { display: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row > .video-iframe-container { display: none; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .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); }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { border-width: 0; border-radius: 0; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .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; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;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; }#Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { color:#e2eaf6;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.55078125rem;left:8.9375rem;height:1.95rem;display:block; }
#aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:7rem;width:62.4375rem;top:1.248046875rem;left:5.435546875rem;display:none; }
#U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:30.5rem;width:26.75rem;top:6.84375rem;left:42.0625rem;overflow:hidden;display:block; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .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; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-4),1); }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;height:auto; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .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; }#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.adaptive-delivery-prevent-bg, #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.lazyload, #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-trigger.lazyloading { background-image: none; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { box-sizing:content-box;height:auto;width:32.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.78125rem;left:6.875rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu { display:none; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED { display:block;position:relative; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg { display:none; }
#rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:30.5625rem;width:62.5rem;top:6.75rem;left:6.125rem;display:block; }
#q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 0.875rem #e2eaf6 ;height:26.5625rem;width:62.5rem;top:2.3125rem;left:6.25rem;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.05625rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7854156494141rem;left:52.0625rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.9375rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { background-color: transparent; background-image: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container > .video-iframe-container { display: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container { display: none; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .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); }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { border-width: 0; border-radius: 0; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { background-color:rgba(var(--color-secondary-2),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.625rem;left:15rem;display:block; }
#Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.4375rem;top:1.9375rem;left:17.5rem;overflow:hidden;display:block; }
#l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { background-color:rgba(var(--color-primary-4),1);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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.625rem;left:37.9375rem;display:block; }
#LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:1.9375rem;left:39.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { display:block; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { top:1.625rem;left:0rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d186CD75nK9SQt3W3Fi4etmkulgBIpVQ { display:block; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL72cx2GnhX9JMcalK4Hb3motdBkoJ58 { top:4.5rem;left:0rem;width:27.1875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0scTTdQ1Qwkp3JWGSh5upfJduWmObef { top:2.5rem;left:0rem;width:23.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUHiXMaOrhnw2pkg7sZlIlICe7mEKMVU { top:10.8125rem;left:0rem;width:25.5625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5AErvQ5uEgtm88rRHH1DFLJP13uKBdk { top:17.6875rem;left:0rem;width:22.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiKc0TlviH3cofR19GhkQlQN0ncZge9m { width:1.75rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG5bdWtBE9g2evC2m8mrwTxr3RvgToBN { width:27.1875rem;height:3.0625rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJNXeNUl0edJq2rFQDV9vlOeKpifOdnn { display:block; }
 }@media only screen and (max-width: 763px) { #mFoFA2u8nZRX8pvXxUbQurxoLr6PgE9u { top:1.375rem;left:0rem;width:27.1875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOeHc0LhMyKPtzk3tyvuuOpyNwaqm8E { top:9.875rem;left:0rem;width:27.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlvWaZAbH1UVpqTwCDhpy7pTTg0TTTdu { top:15.4375rem;left:0rem;width:9.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpmBU9LLxMAraTCmH245WdebnsKQTQm { top:7.9375rem;left:0rem;width:13rem;height:8.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #onS4edpTVzuF2xoaITLDT5TFodEBIxTv { top:13rem;left:0rem;width:16.125rem;height:4.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dt1P9XMRAxp53N7vwc0pG28yS0q8550K { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xPbJDMSVqcV6nIgeBFUBZm9zP1hHe914 { display:block; }
 }@media only screen and (max-width: 763px) { #O1rIcPJi9g9GziGczQUnEHRWqdHC9Tv5 { top:25.6875rem;left:0rem;width:27.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJBgihb33mCfGOzqx6Ud95nmKU8iD9mJ { top:28.4375rem;left:0rem;width:16.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAND6vf7NSZR7BHqhia2FP1RW92trUpq { display:block; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dphqg85pFie25MSnBIa7zZWoo9UrDoag { top:2.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs { display:block; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKbBx7dywXU2kQLxM1H3RKoBJOm1irD { top:4.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqCytMwmPgR9mis3a5ElTftVWgpsQWWf { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7PiCISePrxafHcWGcPVRfpxRk1nV5f { top:10.625rem;left:0rem;width:8rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4IoTDKDDZG6celuJuzWI1oFLG18POe { top:23.375rem;left:0rem;width:6.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuxWrCHu86FMt3feMo6fZudC1JXoBihK { top:10.875rem;left:29.34375rem;width:6.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL9OlVTVKHt3Hdb9ixrPf2z6bGQ2xhXw { top:23.625rem;left:30.40625rem;width:6.3125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgpCaRBnv2ZpVxWSA1WxfpQeCW4zGgS { top:11.625rem;left:2.78125rem;width:18.9375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bhOhS9FIMIU4tDG9cWFhe4u3hTdvTw { top:24.0625rem;left:2.875rem;width:18.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieLWZEAXaXaaSikotKOzpNB2RwsNVuU { top:11rem;left:29rem;width:18.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8TEet9WZgrozBubxXRuSM1A4lHycQ6 { top:23.875rem;left:29rem;width:18.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4SErfZRcy5HhLov5s8isiH6zl8kAys { display:block; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIk30TCUa2TPftoBMdNkKAlLmsDDQTyt { top:5rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFdUC1BLoXpUtt9KoOvC81keF1NznsI { top:1.8125rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B { display:block; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIQlv7UUBAG61kdqDtp1vNEum8pIZC09 { top:6.1875rem;left:17.5625rem;width:30.1875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJmtP9162MnJi0tV5tMoXBbT0yE2TA7x { top:1.625rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4ITmXqX5s5DLVPGFThzdICuCesJX5W9 { top:1.4375rem;left:23.9375rem;width:23.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #no1hwMXQWsnyiwWupZPan6xCB3hlc0Hx { top:14.25rem;left:24.625rem;width:23.125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Het9hWs8ddLosSVCaWuf36ehC23gecH7 { top:18.5rem;left:16.75rem;width:31rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXoV1iJH5OwnO6cC2myFgEcPipRyBQWd { top:6.1875rem;left:0rem;width:28.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST96VtLOqO3vcqiCZi7DkWi0H4UcAyg9 { top:0rem;left:25.21875rem;width:1.8125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTVgHWneBd702pzmOfhEIpmktVmkPFB { top:22.375rem;left:21.4375rem;width:26.3125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvXTLHTxiUIZUBDBp2o2Xxq1XVD72tXW { top:27.8125rem;left:17rem;width:30.75rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { top:3.5rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { top:1.1875rem;left:0rem;width:47.75rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { top:6.8125rem;left:21rem;width:26.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { display:flex;height:auto;width:27.8125rem;top:16.25rem;left:2.40625rem; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg {  }
 }@media only screen and (max-width: 763px) { #rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { top:6.75rem;left:0rem;width:47.5rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { top:2.3125rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:38.4375rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { width:18.6875rem;height:3.0625rem;top:1.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { top:1.9375rem;left:3.875rem;width:2.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { width:17.875rem;height:3.0625rem;top:1.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block; }
 }@media only screen and (max-width: 763px) { #pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { top:1.9375rem;left:26.1875rem;width:1.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d { display:none; }#MGE5dDgXEZWA9iZbbAcJTDGxU5b4Bh2d > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gVQf6WUpJuwsz63r3Lspd5E0V4FR9Z6L { width:5.625rem;height:2.625rem;top:1.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d186CD75nK9SQt3W3Fi4etmkulgBIpVQ { background-color:transparent;background-image:none;display:block; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { background-color: transparent; background-image: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container > .video-iframe-container { display: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row > .video-iframe-container { display: none; }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .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); }#d186CD75nK9SQt3W3Fi4etmkulgBIpVQ > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL72cx2GnhX9JMcalK4Hb3motdBkoJ58 { width:20rem;height:9.6875rem;top:12.048828125rem;left:0rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0scTTdQ1Qwkp3JWGSh5upfJduWmObef { width:17.375rem;height:0;top:6.875rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CUHiXMaOrhnw2pkg7sZlIlICe7mEKMVU { width:17.75rem;height:2.7rem;top:17.84375rem;left:1.125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #y5AErvQ5uEgtm88rRHH1DFLJP13uKBdk { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiKc0TlviH3cofR19GhkQlQN0ncZge9m { top:0rem;left:0rem;width:19.625rem;height:14.0625rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5bdWtBE9g2evC2m8mrwTxr3RvgToBN { width:19.875rem;height:2.8125rem;top:28.375rem;left:0.09375rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJNXeNUl0edJq2rFQDV9vlOeKpifOdnn { display:block; }
 }@media only screen and (max-width: 763px) { #mFoFA2u8nZRX8pvXxUbQurxoLr6PgE9u { width:20rem;height:5.25rem;top:11.361328125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fNOeHc0LhMyKPtzk3tyvuuOpyNwaqm8E { width:20rem;height:12.875rem;top:14.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QlvWaZAbH1UVpqTwCDhpy7pTTg0TTTdu { width:6.1875rem;height:3.125rem;top:22.173828125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpmBU9LLxMAraTCmH245WdebnsKQTQm { top:6.3125rem;left:0.9375rem;width:18.25rem;height:0;z-index:15023;color:#ffffff;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #onS4edpTVzuF2xoaITLDT5TFodEBIxTv { top:12.1484375rem;left:2.46875rem;width:13.6875rem;height:3.8984375rem;z-index:15024;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt1P9XMRAxp53N7vwc0pG28yS0q8550K { top:17.625rem;left:1.25rem;width:17.5rem;height:2.8125rem;z-index:15025;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPbJDMSVqcV6nIgeBFUBZm9zP1hHe914 { display:block; }
 }@media only screen and (max-width: 763px) { #O1rIcPJi9g9GziGczQUnEHRWqdHC9Tv5 { width:19.9375rem;height:4.4375rem;top:28.375rem;left:0.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #bJBgihb33mCfGOzqx6Ud95nmKU8iD9mJ { width:16.4375rem;height:0.975rem;top:31.4375rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAND6vf7NSZR7BHqhia2FP1RW92trUpq { display:block; }#eAND6vf7NSZR7BHqhia2FP1RW92trUpq > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dphqg85pFie25MSnBIa7zZWoo9UrDoag { width:18.0625rem;height:13.64059375rem;top:1.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs { display:block; }#sG7B3uR5KQiUJMKdfpJS7JmyvUHpgWKs > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKbBx7dywXU2kQLxM1H3RKoBJOm1irD { width:17.8125rem;height:3.41015625rem;top:4.90625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqCytMwmPgR9mis3a5ElTftVWgpsQWWf { width:17.375rem;height:2.923825rem;top:1.125rem;left:1.3125rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WI7PiCISePrxafHcWGcPVRfpxRk1nV5f { width:3.5rem;height:3.1875rem;top:10.3984375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4IoTDKDDZG6celuJuzWI1oFLG18POe { width:3.1875rem;height:3.375rem;top:19.3515625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuxWrCHu86FMt3feMo6fZudC1JXoBihK { width:3.375rem;height:3.375rem;top:27.86328125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL9OlVTVKHt3Hdb9ixrPf2z6bGQ2xhXw { width:3.1875rem;height:3.375rem;top:36.587890625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgpCaRBnv2ZpVxWSA1WxfpQeCW4zGgS { width:13.6875rem;height:5.68359375rem;top:10.3984375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bhOhS9FIMIU4tDG9cWFhe4u3hTdvTw { width:13.375rem;height:4.546875rem;top:18.765625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieLWZEAXaXaaSikotKOzpNB2RwsNVuU { width:13.3125rem;height:6.8203125rem;top:27.015625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8TEet9WZgrozBubxXRuSM1A4lHycQ6 { width:13.625rem;height:5.68359375rem;top:36.587890625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4SErfZRcy5HhLov5s8isiH6zl8kAys { display:block; }#Go4SErfZRcy5HhLov5s8isiH6zl8kAys > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIk30TCUa2TPftoBMdNkKAlLmsDDQTyt { width:17.25rem;height:21.59765625rem;top:4.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFdUC1BLoXpUtt9KoOvC81keF1NznsI { width:17.125rem;height:1.4625rem;top:1.25rem;left:1.6875rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B { display:block; }#lBD9oELq6lXeaaDqurFIfTTaQIPe7c2B > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIQlv7UUBAG61kdqDtp1vNEum8pIZC09 { width:17.625rem;height:7.957rem;top:6.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJmtP9162MnJi0tV5tMoXBbT0yE2TA7x { width:15.875rem;height:1.625rem;top:46.5625rem;left:1.25rem;font-size:1.25rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #R4ITmXqX5s5DLVPGFThzdICuCesJX5W9 { width:16.6875rem;height:2.923825rem;top:2.0625rem;left:1.65625rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #no1hwMXQWsnyiwWupZPan6xCB3hlc0Hx { width:16.125rem;height:2.923825rem;top:17.875rem;left:1.25rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Het9hWs8ddLosSVCaWuf36ehC23gecH7 { width:17.75rem;height:4.546875rem;top:22.5rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXoV1iJH5OwnO6cC2myFgEcPipRyBQWd { width:17.0625rem;height:18.125rem;top:49.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST96VtLOqO3vcqiCZi7DkWi0H4UcAyg9 { width:0.8125rem;height:15.375rem;top:62.8125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwTVgHWneBd702pzmOfhEIpmktVmkPFB { width:16.3125rem;height:2.923825rem;top:27.8125rem;left:1.1875rem;font-size:1.125rem;color:#015aa9;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KvXTLHTxiUIZUBDBp2o2Xxq1XVD72tXW { width:18.125rem;height:11.3671875rem;top:32.3935546875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola { display:block; }#CHN2aIbAuvwFDWSZJN1d2NQdxX7Ctola > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdie63Ik7xPynzmubxlgRiF5IWUpdt1o { width:4.375rem;height:1.625rem;top:1.5rem;left:1.875rem;font-size:1.25rem;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aBQMEblUpsWFRapwzuz2kR8MTVIb1c2q { width:18.9375rem;height:3.8125rem;top:0.5625rem;left:0.375rem;z-index:15001;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QTecDGSAQlCusN6TJxnq09MGmTwuh8 { width:10.25rem;height:11.6875rem;top:117.12206875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW { display:flex;height:auto;width:15.3125rem;top:4.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #KURpAHsaJ8Tcre1P9nSivhIcvLL6STF2 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #F5sQwJ0liGMyImMynD3Da9pUnifqB0tN {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #v23X8JvnNyTxX7kBv4kTfUPl0TrJaKOg {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OHHKFke8g7Bzq7DlxCbT4GzTpmrh7CcL {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #RSdTTez06kKBxovJ6FNPE6PhvNi1UuzA {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #CBMm76TJo32cCAvCTDvHL4ToBoRxSZA5 {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #ZlfTPTKHv8K57xdWcMStCGQZALW0C0wO {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #e2Z5IJqaLqLdANCIsx1uBAAsr6ysT7af {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #EPXPkPqEMHtxQwndW4ZaZKXomGM9P48h {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #eMZ0aTe91RAo7fwdeGsVBnmUNRwxU6Tu {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #pigNU09iLT0SITtE0T7vXevtetr1pgir {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NgqpPQ2mwqDOi94hASaBTRzqlOsXgMpZ {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #OSJUEt4aDTfhWTRdcHWVNvlTxDKs1HED {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #kt3vLX9UwhCTW2Rr3EU7BigekToxxr4e {  }
 }@media only screen and (max-width: 763px) { #Um5oulxZDNTLeqoN2oh2hsNyAOF89zxW #NyBtEQKRH6NkUgDApiPaD0J44Jq3JDzg {  }
 }@media only screen and (max-width: 763px) { #rGXsoyVvQbNGq4THq8EfhHpKCiKC30wO { width:18.75rem;height:55.375rem;top:0.625rem;left:0.5rem;z-index:15000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #q4mQTNwBwynKEM4LZM6av2hHiFJ80WJh { width:20rem;height:26.5625rem;top:78.5625rem;left:0rem;z-index:15000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.125rem 0.0625rem 0.875rem rgba(0,0,0,0.19) ;display:none; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:2.111325rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:1.05625rem;top:4.474609375rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:1.05625rem;top:6.466796875rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLq79CzztCTs3uW6PSEBBZTeGU4wv91R { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QLq79CzztCTs3uW6PSEBBZTeGU4wv91R > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwTeJeAA9uLnpKRaxJVIC4fN4AKvBK9T { width:17.3125rem;height:2.8125rem;top:0.8125rem;left:1.25rem;background-color:#13a538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pic761nZGuCpsBsr0Q5TOhh1m6IAMgFO { display:block; }
 }@media only screen and (max-width: 763px) { #Ab2TeNZMbcmO6wTBKTW8spsH9s2hTIzV { width:2.0625rem;height:2.125rem;top:1.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1k2A1uVou0IP5aWSGoUxUfIck8m6XqP { width:17.875rem;height:2.8125rem;top:4.5625rem;left:1.25rem;background-color:#055aa9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxK92nrckw9TuE3RXQKIDoMT80Xo7ZO { display:block; }
 }@media only screen and (max-width: 763px) { #pJ3BuDnFIKAituBQWQgDcTmQEDKAfHEA { width:1.75rem;height:2.125rem;top:4.8125rem;left:3.25rem;display:block; }
 }