.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:255,226,204;--color-primary-1:255,167,102;--color-primary-2:255,108,0;--color-primary-3:153,65,0;--color-primary-4:51,22,0;--color-secondary-0:219,228,245;--color-secondary-1:137,167,222;--color-secondary-2:18,78,188;--color-secondary-3:9,39,94;--color-secondary-4:3,12,28;--color-tertiary-0:255,255,255;--color-tertiary-1:195,231,194;--color-tertiary-2:55,174,52;--color-tertiary-3:28,87,26;--color-tertiary-4:5,17,5;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Exo"; }@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;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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { z-index:;position:relative;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/39326329-2d13-4ad0-bc80-af3a35750665/PRZYJEMNIACZKI1000x700px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container.lazyloading { background-image: none; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.5rem;left:0rem;height:6.2999375rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:25.685764312744rem;left:0rem;height:5.24739375rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:3.62413125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.1875rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { z-index:15003;top:32.3125rem;left:14.5rem;background-color:#012f94;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S4rtxIA442rvrnh9ZLvJOlqhsUqnbBAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9ebkQnNJHSgFPGfMXOhMmtfLTr9QEH1 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:9.75rem;width:33.5625rem;top:14.749349594116rem;left:0rem;overflow:hidden;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0623125rem;height:4.24913125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.980471313rem;left:47.154947280884rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-primary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:10.2763671875rem;left:38.71875rem;height:18.89325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-primary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.3115234375rem;left:38.6875rem;height:6.5625rem;font-style:normal;display:block; }
#pNAPmzzUQnV6DdwEqNUGa29JNavpPZCn { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:32.8125rem;width:35.375rem;top:2.3090271949768rem;left:0rem;overflow:hidden;display:block; }
#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container { background-color: transparent; background-image: none; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container > .video-iframe-container { display: none; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row > .video-iframe-container { display: none; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .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); }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container { border-width: 0; border-radius: 0; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#fesTRC8tfzXbWpqeSKDiU4BvTK6Mb0rF { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0623125rem;height:4.24913125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.402587890625rem;left:49.716796875rem;display:block; }
#o4c7tJSnUy4RGOZdweCLNrb48vC5e61P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 { color:rgba(var(--color-primary-2),1);display:block;width:35.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:1.8359375rem;left:1.21826171875rem;height:28.767375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc37277c8b7fedeeabfddda460e202f5aae17d7d.svg); }
#u7Vg4A9LHQhvETSPzANCCo1hMwEwnTCb { color:rgba(var(--color-primary-2),1);display:block;width:36.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:32.916259765625rem;left:0rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TSlPZpFpn2SgPaephF7BBxEsqh5TbKb3 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:28.6865rem;width:28.6865rem;top:2.794189453125rem;left:41.905517578125rem;overflow:hidden;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:rgba(var(--color-primary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.5rem;left:9.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:75rem;top:28.875rem;left:0rem;display:block; }
#ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { position:absolute;display:block;z-index:15026;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.3125rem;left:5.6875rem;display:block; }
#aPuT85lanIgSXddXP1EqW9k0f4l3G98A { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:34.624567508698rem;left:0.25716209411621rem;height:3.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aPuT85lanIgSXddXP1EqW9k0f4l3G98A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aPuT85lanIgSXddXP1EqW9k0f4l3G98A li:before{  }
#JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.2495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:30.749784946442rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:17.141922950744rem;left:9.4368495941163rem;height:4.162325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy li:before{  }
#IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:25.312500476837rem;left:8.3409290313719rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { position:absolute;display:block;z-index:15036;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.3125rem;left:12.9375rem;display:block; }
#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:17.143008232117rem;left:23.406034469604rem;height:6.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 li:before{  }
#lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:25.312500476837rem;left:22.564020156861rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { position:absolute;display:block;z-index:15041;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.80989375rem;width:0.80989375rem;top:28.308378696442rem;left:27.498918533325rem;display:block; }
#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:17.1875rem;left:38.873048782349rem;height:5.12478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ li:before{  }
#Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:25.312500476837rem;left:34.435766220093rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { position:absolute;display:block;z-index:15046;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.8094625rem;width:0.8094625rem;top:28.308378696442rem;left:42.686632156372rem;display:block; }
#tIMngUI05uNJEsT87DxzMv3lEUn4No6r { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:34.468317508698rem;left:16.159940719604rem;height:4.474825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tIMngUI05uNJEsT87DxzMv3lEUn4No6r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tIMngUI05uNJEsT87DxzMv3lEUn4No6r li:before{  }
#ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.435125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:30.749784946442rem;left:15.691190719604rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { position:absolute;display:block;z-index:15031;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.3125rem;left:20.625rem;display:block; }
#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:34.0625rem;left:32.75rem;height:5.12478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R li:before{  }
#PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.747375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:30.749784946442rem;left:28.625219345092rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { position:absolute;display:block;z-index:15036;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.80989375rem;width:0.80989375rem;top:28.308378696442rem;left:36.061197280884rem;display:block; }
#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:34.124359130859rem;left:48.499353408814rem;height:6.39975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc li:before{  }
#RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:30.749784946442rem;left:44.190538406372rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { position:absolute;display:block;z-index:15041;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.308378696442rem;left:52.184251785278rem;display:block; }
#muULBtgPLX7ywbSVKyWKLp3FzJBlUy9I { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10.625rem;top:33.625rem;left:15.6875rem;display:block; }
#MT3p2pMy9uxXdWfqqOgf7HZvX1ZMA4on { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:10.125rem;top:33.25rem;left:0rem;display:block; }
#WHwtqORpVsiFk3an58BEevvQQzvW2R2o { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9.75rem;top:16.0625rem;left:8.75rem;display:block; }
#XwoeBuJUeMccl5FQbbbZsPtzbCcfQk9z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:25.312500476837rem;left:53.689241409302rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNkIGOlnFoMqmzc7uTW97urfFMcZTgCq { position:absolute;display:block;z-index:15042;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.308378696442rem;left:60.315759658814rem;display:block; }
#AgJcT0zXE9NE4t2Z7eip48GRAzFddWMC { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top: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:9.4375rem;width:33.1875rem;top:2.09375rem;left:32.8125rem;overflow:hidden;display:block; }
#fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:17.140842437744rem;left:57.633470535278rem;height:6.39975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr li:before{  }
#vuNzrTwdMq2UKlQriWKWs8WmdCAs6Mfo { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:9.749375rem;top:16.0625rem;left:23.4375rem;display:block; }
#Hho5ru6qLTrTAWWvBx3zRH6qfzrEc4yg { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:10.625rem;top:33.625rem;left:32.1875rem;display:block; }
#V2TA7FPBJMVTCQSTl9ApMQIDifiGbSNl { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:9.749375rem;top:16.060114383697rem;left:38.436418533325rem;display:block; }
#Kaw30rwOJMLOmkeE62Oh4LXwXnPUhiuq { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:10.625rem;top:33.625rem;left:47.625rem;display:block; }
#EuMB2CuV69rLl83NqTiK84XHFlZm69yH { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:9.749375rem;top:16.060114383697rem;left:56.751306533814rem;display:block; }
#KkXoQKgQxTs4ksuhbgLEIXEtB3X82pq0 { position:absolute;display:block;z-index:15043;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.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:28.308378696442rem;left:69.562723159787rem;display:block; }
#DqIa86LbrazCHxfQyyxQw8EZu97C6uxs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:30.749784946442rem;left:63.91601753235rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giN9CUwSbKX0dAdZaPeHOaVhn9Cvrlc5 { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:10.625rem;top:33.58615732193rem;left:63.727220535281rem;display:block; }
#GMbhEC2JxPB99yfS6T4134p8WaNy7d9D { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:34.118925571442rem;left:64.133035659787rem;height:5.43728125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GMbhEC2JxPB99yfS6T4134p8WaNy7d9D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMbhEC2JxPB99yfS6T4134p8WaNy7d9D li:before{  }
#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/445ce25f-924a-4aa3-afa0-f192466fac13/szkolenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL.adaptive-delivery-prevent-bg, #oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL.lazyload, #oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL.lazyloading { background-image: none; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container { background-color: transparent; background-image: none; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container > .video-iframe-container { display: none; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row > .video-iframe-container { display: none; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .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); }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container { border-width: 0; border-radius: 0; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#ZT3eLJxy56pedtP5Tar0uDlQRf4ykPbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.75rem;left:47.625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsNvEsEQM9uLv34ybBrUidTCAJHwomFX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.0082504749298rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .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; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .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; }#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-trigger.adaptive-delivery-prevent-bg, #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-trigger.lazyload, #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-trigger.lazyloading { background-image: none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs { box-sizing:content-box;height:auto;width:66.934375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8769538402556rem;left:3.4776477813721rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VtfuhamFo1KSW85iNesHpsG0RnOL83as { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe { display:none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh { display:none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #TF64RpsIsJor35gzydJTavgWvEm13q0t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM { display:none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #JT879TG5hHk5WhLe2oy0phGocQaHDmmb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #kpbJ36wptptNOidMLliHaPf6t68WBuVA { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr { display:none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO { display:none; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nUontUSGaZKnF75aznM73hXxshGpF054 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fr6tgJm9D00IDDu4rUzdzLWCZElilmlQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #gVsOmenlIb9V6H23dtrkmxi2IJTgcGUG { display:block;position:relative; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nDiVGzGlFhupnIc83c2EcAyHtaiXgARe {  }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AUmOKqRp3sLM3UBFfnLL0p7xfE3kHmva { display:none; }
#PoPnGzuu5LiiSV2ixgV9Sb6vdQFBxRas { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.124rem;height:3.499025rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:38.373046875rem;left:26.9365234375rem;display:block; }
#qThEsuLthALfxK44Z0JTdBBvxbCCHpoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { color:rgba(var(--color-primary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:7.5625rem;left:4.15625rem;height:7.8721875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:4.6904296875rem;left:39.375rem;height:22.29816875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:26.9375rem;left:25.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.6230625rem;top:4.6904296875rem;left:23.75rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-secondary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.375rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#knmGkp2swFB9XeJQgvdAH2Ixlt2Q17Rl { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:32.75rem;width:32.75rem;top:7.875rem;left:1.65625rem;overflow:hidden;display:block; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .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; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .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; }#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-trigger.adaptive-delivery-prevent-bg, #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-trigger.lazyload, #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-trigger.lazyloading { background-image: none; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s { box-sizing:content-box;height:auto;width:31.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:29.1123046875rem;left:39.21875rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP { display:block;position:relative; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq { display:block;position:relative; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq { display:none; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX { display:block;position:relative; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP { display:none; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .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); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#cqCm8mNCMb4e5oP8TaBDF8e8Db2guOuO { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:31.6875rem;width:31.6875rem;top:9rem;left:41.25rem;overflow:hidden;display:block; }
#supSCg6iqgmTT3JxLkm5e2H67pb8UBlc { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.75rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qkqMdkT34s4P0WVqNarUeBch2Vn9LyNH { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:4.78125rem;left:0.75rem;height:20.81160625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .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; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .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; }#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-trigger.adaptive-delivery-prevent-bg, #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-trigger.lazyload, #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-trigger.lazyloading { background-image: none; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF { box-sizing:content-box;height:auto;width:31.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:26.6748046875rem;left:0.59375rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #bz8NoMibdRJnQRwqni7igWfE9OV5NItm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #FZnmITBkICgvWWRQq6CFZyQExOHf97JD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #m7831mkaMuvuqSL5kxOXQQ3a0k56RtBZ { display:block;position:relative; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #suTBo42lChMsfg6MuDTe5VPbK3xZ3koo {  }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #ynM9bTVXEQmh8u9NTDVcpxzG9JUPvPJp {  }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #XZXW2tSF1Q9QrRfBAFN0NhX089FXZil4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #TaVpMx0qacL06Bt3vi0twnppLb2QxN2K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #AlAl6d7tsmWppKEsAsgurVlfr7NeTc7l { display:block;position:relative; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #QrAyymth9uekTp2pz411HRAal5Tss74s {  }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #xABghfh42qku6b3rm6lpSXpR56pnQvKd { display:none; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #peEuxDxnvRkFOW04z4LMEIayH5umq33i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #SGuVUNGKMTaV2OM02NUuTrRJT1CLP2hI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #J2cHJEw7BEu0ZeqKlZA3G70XsdZ38TdN { display:block;position:relative; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #tSQVTrw4rPin14SrC5ZrsmmnvRkNzpfg {  }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #lTnMdDzWT4BkliADnEdAEarq8SQGeIuu { display:none; }
#ir1kOzZXJUTWLV9G0WJaHGLfHHUNNcop { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.6230625rem;top:6.03125rem;left:39.8125rem;display:block; }
#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container { background-color: transparent; background-image: none; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container > .video-iframe-container { display: none; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row > .video-iframe-container { display: none; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .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); }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container { border-width: 0; border-radius: 0; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#s9pnoGXqL2eKTRyNOwQAbREsl88K9GXB { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:7.688802063465rem;left:39.375rem;height:22.29816875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzGyywgAcfrodXEyoImQIyGleJogFqL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:26.9375rem;left:25.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGnFslONm8CgctbAst3kpGnes6yGaRrd { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.6230625rem;top:4.6904296875rem;left:23.75rem;display:block; }
#hZzhx7FwwHBd3VFxKRAbvaA77qLDH79L { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .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; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .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; }#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-trigger.adaptive-delivery-prevent-bg, #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-trigger.lazyload, #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-trigger.lazyloading { background-image: none; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi { box-sizing:content-box;height:auto;width:31.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:33.11198168993rem;left:39.21875rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP { display:block;position:relative; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq { display:block;position:relative; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq { display:none; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX { display:block;position:relative; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP { display:none; }
#UTm7lGns1Q4fyrTbfARiSPTg1TqWx6OM { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top: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:35.0625rem;width:35.0625rem;top:8.53125rem;left:1.21875rem;overflow:hidden;display:block; }
#lD58Dbza1herR4blyJ5qfsBIbTzghaLr { position:relative;display:block; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr { background-color: transparent; background-image: none; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row .container > .video-iframe-container { display: none; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row > .video-iframe-container { display: none; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .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); }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr { border-width: 0; border-radius: 0; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .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; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .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:15rem;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; }#HwUS2Bp6BPiVtLDTrtmTb7Hkyxt04PdO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:2.9361896514892rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpqypCsGTwEi9EsH81xTzk4dxGUHPPIo { color:rgba(var(--color-primary-4),1);display:block;width:74.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:7.4338107109069rem;left:0.3125rem;height:5.24739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { 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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:20.1875rem;left:52.375rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { color:rgba(var(--color-primary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:52.375rem;height:15.7421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:20.1875rem;left:1.5625rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlH3FIn8wCK0sfOKo3Swr3WmmAr5LxfP { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:23.373046875rem;left:1.71875rem;height:11.806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncmqDxNcvEZCvW7UlHAKnKky3RS4RnNT { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:0.5625rem;left:4.125rem;overflow:hidden;display:block; }
#X88qRM1xSIatC6HA7f1l06gULIMw9DvM { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:1.0625rem;left:54.625rem;overflow:hidden;display:block; }
#POwNkGtC34DeUQpRolNhaUMUugScHNsf { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:39.685546875rem;left:62rem;overflow:hidden;display:block; }
#wir1yk17119Oq05BBOyd5Mx5Ze6rhQzF { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:22.6875rem;left:25.8125rem;height:15.397125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tL9SpJ0LgiFs2KTQTOnVUGUq2X9flaGK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:20.125rem;left:26.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noHSKydpkm3E4dQzufZiFaVVOIVodLX7 { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:0rem;left:28rem;overflow:hidden;display:block; }
#tb5qwbiFEpl7lqNJzQOkmtDS4ppeCNiO { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.9375rem;left:36.1875rem;overflow:hidden;display:block; }
#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x { 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; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container { background-color: transparent; background-image: none; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container > .video-iframe-container { display: none; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row > .video-iframe-container { display: none; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .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); }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container { border-width: 0; border-radius: 0; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#CBSdDC9XvBUAG3U2nxGvipiebxMdrE3a { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:20.1875rem;left:26.5625rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDwwrtiwsT2srPwkh3KHsGyFvdilvNaR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:20.1875rem;left:51.96875rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxGQCgvPAQla9LWcyLAZVuyNNVtncB25 { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:51.1875rem;height:15.397125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfAnIg4yxPcZ0DR8VkSNhaXTxtJq2rrR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:20.1875rem;left:1.5625rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpHNWUheS4FU1DlWV7TvnvpiQhDV2qyn { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:1.71875rem;height:15.397125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2uyAFDXe58iNz7qkcH5WWcimGhu0Vud { color:rgba(var(--color-primary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:22.748046875rem;left:25.9375rem;height:15.397125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSWprJGAc2pOaXeHGh7UJMlXAFSrWtu8 { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:1.46875rem;left:29.0625rem;overflow:hidden;display:block; }
#tSctDzFTDcurEUxJ96chK9ghqvE5bHo2 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.978515625rem;left:36.1875rem;overflow:hidden;display:block; }
#AX4LkHXhgXGAw9tA4ygK7kdeJainKUas { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.978515625rem;left:10.375rem;overflow:hidden;display:block; }
#mVLOyUqiZSqThcaFGrLIZs7QzC7AQFsv { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:0.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#MnUTMglPDGdtuTlAWq6ORsQCrCVwFXei { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top: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:18rem;width:18rem;top:0.90625rem;left:54.6875rem;overflow:hidden;display:block; }
#FlXy7TbLxbma4EnUpNvKkZlIZKu5u4d5 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.978515625rem;left:61.59375rem;overflow:hidden;display:block; }
#n8kaSHLZRUwy6S931H3qhnSxp8JzNOzy { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3120625rem;width:19.3120625rem;top:42.8125rem;left:40rem;overflow:hidden;display:block; }
#gfEJEX3zfAbLFtnKDKrawgE2FN9ipTUs { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.624rem;width:18.624rem;top:43.375rem;left:15.375rem;overflow:hidden;display:block; }
#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU { 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; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container { background-color: transparent; background-image: none; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container > .video-iframe-container { display: none; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row > .video-iframe-container { display: none; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .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); }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container { border-width: 0; border-radius: 0; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#wENbg8eTFUeOEaA9S2J3clVHETUKA7wu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:19.4375rem;left:38.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWE9WgQqn4xfT9ReG79vE2rphVEU8pCV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:19.4375rem;left:13.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKl8Df4liSERnnaWtK2tqI0pSkTpJBhf { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:22rem;left:13.9375rem;height:12.597625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMAn2NqMtqw5TxNw0O4ay7HEbs5f0XTl { color:rgba(var(--color-primary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:22rem;left:38.125rem;height:15.397125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPHOuTm1ww3BzptWFoCmSCTE99VHZbQU { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.25rem;left:48.375rem;overflow:hidden;display:block; }
#b6MJXpvT9mXHm4py1zOoREn4qtIM4Nx2 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:2.625rem;top:38.25rem;left:22.5625rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/445ce25f-924a-4aa3-afa0-f192466fac13/szkolenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.75rem;left:47.625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CG5266O6zUMvHNKWqrkvUT2lDLgInbFs { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:5.9375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.9351139068606rem;left:19.843751907349rem;display:block; }
#HTxvBREMdpoZ1pONZFecH6ckMP6dpog3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb { 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; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container { background-color: transparent; background-image: none; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container > .video-iframe-container { display: none; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row > .video-iframe-container { display: none; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .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); }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container { border-width: 0; border-radius: 0; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#EXWTfe1IhBXepITmyQJ3qAUn6P4uuUy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;top:25.244142532349rem;left:51.562501907349rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4tSOPRpXsTksnyT2lT7srZzmPG3uws1 { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:25.245220184326rem;left:1.71875rem;height:4.94791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwBVKp6vfuxvd6UCUs2Ck5I5Vq5qM5sR { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top: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:22.8125rem;width:22.8125rem;top:1.4680995941162rem;left:0.53819465637207rem;overflow:hidden;display:block; }
#XzdVNzZ52aOZAWM6IXkte7vwNr1BQwtl { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:25.434022903443rem;left:26.718751907349rem;height:6.597225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNIJg9H7ZHO62fxsnLGO5JKA1QeUgs7f { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top: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:22.561875rem;width:22.561875rem;top:2.0030384063721rem;left:25.787763595581rem;overflow:hidden;display:block; }
#LQniXqn3EKqL0ULHpEnq7UMSh3Q1JVcw { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top: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:22.061625rem;width:22.061625rem;top:2.5043411254883rem;left:52.110460281372rem;overflow:hidden;display:block; }
#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/445ce25f-924a-4aa3-afa0-f192466fac13/szkolenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy.adaptive-delivery-prevent-bg, #t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy.lazyload, #t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy.lazyloading { background-image: none; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container { background-color: transparent; background-image: none; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container > .video-iframe-container { display: none; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row > .video-iframe-container { display: none; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .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); }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container { border-width: 0; border-radius: 0; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#FMQRS4zpVurH3i5RfdM1tecSFXvLP68k { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.75rem;left:47.625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTF9M1reBW0MWk0Cua3JIqpGmrU0hD2z { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.0082504749298rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .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; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .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; }#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-trigger.adaptive-delivery-prevent-bg, #aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-trigger.lazyload, #aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-trigger.lazyloading { background-image: none; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF { box-sizing:content-box;height:auto;width:66.934375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8769538402556rem;left:3.4776477813721rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VtfuhamFo1KSW85iNesHpsG0RnOL83as { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe { display:none; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh { display:none; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #TF64RpsIsJor35gzydJTavgWvEm13q0t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM { display:none; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #JT879TG5hHk5WhLe2oy0phGocQaHDmmb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #kpbJ36wptptNOidMLliHaPf6t68WBuVA { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr { display:none; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g { display:block;position:relative; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO { display:none; }
#BSfdSctXkrWMinEiePqTvLsoq4Hvia9U { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.124rem;height:3.499025rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:38.373046875rem;left:26.9365234375rem;display:block; }
#LBMTAh6FwSgHmIk9ZkIzgymbgmEA2t0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH { 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; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container { background-color: transparent; background-image: none; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container > .video-iframe-container { display: none; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row > .video-iframe-container { display: none; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .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); }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container { border-width: 0; border-radius: 0; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { background-color: transparent; background-image: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container > .video-iframe-container { display: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row > .video-iframe-container { display: none; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .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); }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { border-width: 0; border-radius: 0; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#wTMwJw7JnR7uiw3HUL8cvZektVo142qu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:3.9996337890625rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yORGWR6UGN8TJMRCOIpaT3WMr9SOGCm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:8.8932380676269rem;left:0rem;height:3.6762125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASWeOsBPnZXPJxrL8q7lnTiUc760ktHx { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top: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:11.3115rem;width:34.249rem;top:17.1015625rem;left:0.9375rem;overflow:hidden;display:block; }
#QAhmL1LMrNMkXOGmm1RpXVDWbMQZ4U1G { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:17.1015625rem;left:39.125rem;height:13.3789rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDZBTiKTWWmPd5QRxhPlvlRd2wLaBfZO { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:39.041015625rem;left:3.5rem;height:14.1699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kq9IPkTcsQCMNKbVTmFfQoFETKhvXqMx { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9365rem;width:21.9365rem;top:35.15625rem;left:45.03125rem;overflow:hidden;display:block; }
#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/445ce25f-924a-4aa3-afa0-f192466fac13/szkolenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo.adaptive-delivery-prevent-bg, #sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo.lazyload, #sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo.lazyloading { background-image: none; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container { background-color: transparent; background-image: none; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container > .video-iframe-container { display: none; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row > .video-iframe-container { display: none; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .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); }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container { border-width: 0; border-radius: 0; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container { font-size:0.875rem;font-family:arial;height:279.4375rem;width:75rem;position:relative;display:block; }#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-form-header {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.625rem;height:3.75rem;font-family:var(--headlines-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5625rem;vertical-align:middle;font-family:"open sans";font-size:1.1875rem;font-weight:300;color:#1c1515;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-container:first-of-type{padding-top:0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-container:last-of-type{padding-bottom:0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.685546875rem;left:21.433378219604rem; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia {display:block;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.685546875rem;left:21.433378219604rem; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gFAE90suixTLUnlazT8xZ58bxxDNsxLd { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FhoeOFQ0mEPUqi9x1CyeR4pccyy2s1LV { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TQlADFfhCXqxPKQTmO5T2PTZp28zSA5f { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #o4J4SpKytMBxv4Ldc3hfzSy3QobEh7J7 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ATZ8Jfvi8oIRcRES6grNxWuabARZOtzN { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZfudVREcivTaSQFMitbXJxfDy6wSBwRS { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #z10TkbuWdl6CTqoRWSTAM24I0IfS9rSi { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gn5bs8to08fZhPKNx7ekNtFqLAOFC1XA { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P7trVAdo3QqrJfMb2twEhs3SQ4SRZdLc { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qTkxb2PcQwnOu04knK8bDTIO2O5fklmg { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BQWZuuJoEAqTwOaCAmklms3RzNHW0SHv { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vLfXDa00Z1gJvUs6keNllNc3Fkq7fFdS { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #AHou0gnKwfzKbqRpmJ6XXIO6B3eNnweh { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rBsZLXZ8X9i3tWrMIqc8W1OJX8zRTa64 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TgPOp7KpgmtnUBHo3g6Ugo37oCEz6xJe { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDopxg6Tg8XHkAJ5a7GRc5AlZf95hhe5 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zPe7Th9hriC3LTC8xOlQETsR7zAVc9d8 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #T3nfMzCJA3OEi8AAKImeuBoguCMA7I2t { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ABUA3JAywVuCsTstfDQ6UezBHLNT9sWS { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e34sGMGRGFIM4l1kV2e7pV8uRor5MH31 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DJ00bBvlVMnWfCyu7iEPR1WBflMi1qQU { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TR0WAitD53qFRlAQ2IWwxR4TKFIVe06h { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NnpinznN8uTBC5VVS2QJXT8qBnG69iRn { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P55tlS8JPPiJIy7rDTteDFaOeiSdPI1p { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NDM5NLfu7XTQZmCvdGFySUpcTNGnIsok { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yFvDNaQLSzHS3czs9PWpUJcE38Of2Bza { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #tvJhJvcifkZPOr761vyH31DtPG3P51tA { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #q8rAzB5drsrTUU1ZMtt3rWp3g5w5res8 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qbt75wys9GvsIC1PGIpiwITW0pSigbkf { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #THVqGb14UXtzPnLS6sTE5nlDzmHsMXis { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #I2rIKX6HKipZbTCKsfKVlWRMTxBtIupq { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IUvDJe3buGHGeywrLNKVk6tr3XItyMdx { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fy4rq5W64HPbu1CTpWWAU2an1aZRFO0V { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ILeIzTsE78kMUAziD80ElMoTaxT3KONL { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vo350GZBd99DoT4eCfoCdiJW6BHTNwXs { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #D2TuDOgrg5vof7V1MkEXURPXEUrUlAHi { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ouxLRPFxifZbkNIrb6Ifl1BwHFGSqLTU { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HaGcfeEOFiTPz3J9GnN9zP7r2VOweqLM { position:relative;display:none; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VsLUZ1RZohTOrOpLSdF6xCS2rm4Mupuw { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDAWQKrgcULzMbpRSUW6rIBWzh0OVaT9 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EzNeThJNL7nRNQSMDtEh16voekbepyoS { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #sfJnJzSeH5ByOBS7ZFAom00fXpFN6qHQ { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP .container-column{width:50%;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #O7sPXgdKgUuiQfVetzc87zH5HzRz7eJC { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TEboWwaCiZKPZ105Gc1Hfs38CqyEskXV { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HAUBerHnbc0E48XQqMe8Nu9yGwb8eSo1 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lM3qbVs3HwDqT21DzJrlpIU8NQQCHz3W { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gWr6l2ILSfmMVoaaCHDIsNKlG8D98BxX { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QlAR6JSLxTIQzkFo5GOSEDc8iLsEl1Em { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n5oNK5TduQODRWhvH4DCBUEwRScbGbcC { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yTnVSlHnkwZQ345eM7ZGBUlUdkZioMiR { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bATCFkZgmXBzdu1QO5yG0qZe7JZSFN7R { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a .container-column{width:33%;;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ALmzpLnCwtnBpwHB7drUmXvRo8NIc7qN { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JT7qGUINART40ZCDBn6e3P0TdzZ176WD { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Q9lF8zBC4DGS6yulySPisUgDJaWocEMy { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xTCRL4r0xuswKqQqdPEwKzn1x3uMU1qR { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #useUTO8mohOeLkUrS1ScJWbToF9DZEel { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xRXimFnA6VA8MWhVgoTFiNLX6VFqRXSe { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ipOpMdrMTfnesbbqgzIgf6gS2A4tD0ud { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #odDynrqUvLTmG5pQ50HO2lXAxLBSl4ET { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qv0E2bOVCryF6uH049UVbiU7lIM1WqWF { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh .container-column{width:50%;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SzvDB1CATJTzwNyMF8OQuMU8zJKUsVyi { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Drx6J39IThZ6f09ZAZpMEZRK99De1ifU { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #KS9Uckid8kL7sJsKbenzDqvdEB8D0Gd1 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Jo7N0ONUGHCkNvmikN2MJowZ70GsicmB { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DGoEt3zhSfQmsshDNSlf55ZcyzbFIiy1 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXToI4Qkbq72ry96fe3VHgRMINlqX3wz { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bMslCexabQVFSRF7GVRVpH9upR7i4nJK { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zHuEHlLinnf5TbOWl1Q5vEHZwpW7nT3l { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kkAGk6haVMMOrdalzZxpmfOq5K6r7noy { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8qRaKSWbREcmwuHnHyFabtX2TX5QdeC { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #s0LN2ikdMM7gdyufwTy3im0msSnK4Lmp { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Bgw4W7N6aTABSGDoDG3qnlCLSfMgLl49 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS .container-column{width:50%;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #avyWyoydduTMK6bfKA7vaT5HkVIgO6hu { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JtM0Wx0aGHwiEgAcp1dIpTr9VADvFkOo { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8c2d2mPZO8A2n1dfcPCTMKKxVeLChwd { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pC0ezZPsOSzAuFy8sdlmXJOnq6TkrWOv { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kANXPaWAVRdQySz0m7i4TWpF87DvXFJP { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #S4K7OJBgmMUh9FkMIOy9NAtT4LRt9TZs { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #seET2XvPFDDQ25MJeE1VyQnJs5PieOH7 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #eQ4aO2U19xls4JZK51XnUTOIt4EJVcHq { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lXqRQ703KO4LOKdUGpRSAtSHPxbEIu8T { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mEm2O6uympb6EL7no5lwk8hTbhTsu5Mf { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TbfVXrcuzx5cSBgvuz6BlbXm4Gadv9I8 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #skoSACkM1m85JMrXCKrp9xeLmT20bxsZ { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #oTpTPNrTtKl6TM0uRrs6aDrDuTtCRuIN { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zw11utAWCCwt4JaW1pFiSccsyhlXGwLO { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #M7DBnDWcXmIntIS3SxzyNnRyG9UvETgv { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Lmp2ugJEohBtRc22WfV4MwCsTz4K6tr5 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IXB4XiM1KlglnLlsOgPHgJz00bnzliFV { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VUWoEQGEJ4EPnG22CCUzvN9vA55HVl6s { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rTnBWXpJaLKD6hFce7LwVMT1MtmOV404 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FMZRdIuFHkBFh2d8COliSItsF7mkNCsN { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FJlVTT1LyURu5sAmhcD30L8nVmKixWTI { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JEsrkTUQA09sa7epH2JdbI9xs2TffACf { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pouQ1ygy2cXfkSnW9TvHxSre8xgGTmv0 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iwQOFbCQ4P0Irs28kpGDVr110pHDwVHk { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw .container-column{width:50%;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IPIgypTy47lfQlO6BX26IAiWORqONxT8 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xDVPDWZNF72iG61lPvUd1ur0kBwfF2WP { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TkUPvOAkSt2zTSDtOTMiUGKWfT5ay4sK { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #MJNxQqOvmmFINeM9R8GGIr8TnOwRtVB1 { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ozwnHxhzo6opX20E8efn6kQ6cSf4NUbA { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8G6yokmO3TOiP1s5x8JCxKilX40WHea { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mRMyv19XwZbHZiIA8vaMTnoSXb0UM5fL { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Vc0iUWv5MPRCO2T0QX37bTTTzD3kRMJE { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e1ENd8SllKMdCIvn7oJqSMTwIrhy3Rfr { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zW7ETvAmNRERU008M3cZTSa7kUBEXMJQ { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #C1XuFFN6IyXss6ZKohnT4LMg0O5PHJXp { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #WOXsFTH8dmX7AHavFm4gGof3w3BGKSB9 { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BKKWqNCFiZpLSTl8604LtzX3RCGqypv1 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rKw150CnrKSw3D2yMWXNWND6GLrldOXE { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EsbQyPLuKAGmQfVZEaXThfG7l3vbVrBV { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #k7aGdkxKkyBa4OfrVhRTxGk2i82tHDEL { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rDX7SME3JOJpBLvSihrR04FToq44fXgq { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #nQhae1ykZt7aTVPdePF2fPEdSoseRWev { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #UAofUppIJeAU4zExOSl0fZHgoRWILxgf { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #l2JIyxANnVXu1b88xxSoTD4dZ40bkxGv { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QV3lyczN3Ms42sd65HN6BZsmMun8Jf0X { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EIWt6DtzRLPk9ZEbCouT2QkrWEu6fe5U { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #y5abBU8sffk66DaVTZKO6wUODUZ0UbrS { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ItlsXHkp4PKViTIo5GTEeCFRphcPHH7n { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Zswif2EDsxrlq4apXVD8AUMDk30hQyB1 { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXRcXaCreGrhRDqoPf4zbNQm3LBbCdRM { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fIxB76oXunCaN3JldHVn5b43iu4rsxiz { position:relative;z-index:2; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FHl30CQf7lSbmAlUiCdirFw0AsRTVBzp { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IRhMT49y2JWxE5U3FnCXfTf9pRIMOCbn { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mkH22p6NPo29HzE8nQnnSaEI6JLCopCW { position:relative;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #x5Tw3oMVWBgQsLACTeCRGLTgdun0p7oG { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SdvN0L0iKregwT2Eg48H4Xgayk87wxiJ { position:relative; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #noSG0eRvUqoTJhPwIxa12tG1LWMGShk4 { position:relative; }
#RgaAV9hnJZeP4NrgmWmbBotRqhcnE5y6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:10.130207061767rem;left:22.313371658325rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yvrMnSLMiKbcq1Wmc5WJCKgExW24eX1W { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.75rem;left:47.625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWNMDB0kTLKaBrQNHuOF4Po5hudO4TZQ { 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-bottom:0;border-left:0;border-right:0;border-top: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.999rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.8095703125rem;left:12.998046875rem;display:block; }
#tMTlJwOeNvZmnlv2th2gABVJQ9MmCPzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8gbDTuQVg8c7Oi78yfUWJ8HELw3OxFx { 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-bottom:0;border-left:0;border-right:0;border-top: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9980625rem;height:3.43555rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.810546875rem;left:39.5693359375rem;display:block; }
#xGpC8ONAticZCMBQJyPeRSsD5Tp3m7MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U62gJ6TIas9mLWDPyG1EJxOtCKlWTetW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:28.75rem;width:28.75rem;top:279.43685916066rem;left:41.374788284302rem;overflow:hidden;display:block; }
#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 { position:relative;display:block; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 { background-color: transparent; background-image: none; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row .container > .video-iframe-container { display: none; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row > .video-iframe-container { display: none; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .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); }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 { border-width: 0; border-radius: 0; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .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; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .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:29.625rem;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; }#HCpdtCas5m1PBLAI0LOipJL3GBnN4oR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:6.58962726593rem;left:3.3528652191162rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qsu2DJVDE8kmV5xqt2WiSOps1u8McW7R { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.9676656425rem;left:3.3528652191162rem;height:5.6857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT { position:relative;display:block; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT { background-color: transparent; background-image: none; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row .container > .video-iframe-container { display: none; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row > .video-iframe-container { display: none; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .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); }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT { border-width: 0; border-radius: 0; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .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; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .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:21.5625rem;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; }#LTtQQXkgBgXKnvFAGBb7X7JKWNQ3TJBq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:61.875rem;top:1.1241149902344rem;left:6.2185344696045rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:45.9375rem;height:6.25rem;top:6.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:5.1875rem;top:25.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.6875rem;height:3.5625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { top:32.3125rem;left:0.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4rtxIA442rvrnh9ZLvJOlqhsUqnbBAr { display:block; }
 }@media only screen and (max-width: 763px) { #V9ebkQnNJHSgFPGfMXOhMmtfLTr9QEH1 { top:14.6875rem;left:0rem;width:33.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:16rem;height:4.1875rem;top:29.9375rem;left:26.717447280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:35rem;height:18.875rem;top:10.25rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:36.3125rem;height:6.5625rem;top:2.25rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNAPmzzUQnV6DdwEqNUGa29JNavpPZCn { top:2.25rem;left:0rem;width:35.375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2yVUf7ftT765252fnJxlLzn3hBsHmnJ { display:block; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fesTRC8tfzXbWpqeSKDiU4BvTK6Mb0rF { width:16rem;height:4.1875rem;top:31.375rem;left:29.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4c7tJSnUy4RGOZdweCLNrb48vC5e61P { display:block; }
 }@media only screen and (max-width: 763px) { #yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 { width:35rem;height:28.75rem;top:1.8125rem;left:0rem;font-size:1.1875rem;display:block; }#yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc37277c8b7fedeeabfddda460e202f5aae17d7d.svg); }
 }@media only screen and (max-width: 763px) { #u7Vg4A9LHQhvETSPzANCCo1hMwEwnTCb { width:36.25rem;height:2.8125rem;top:32.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlPZpFpn2SgPaephF7BBxEsqh5TbKb3 { top:2.75rem;left:19.0625rem;width:28.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:33.25rem;height:2.625rem;top:5.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:47.75rem;height:0.375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.75rem;height:0.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:9.375rem;height:3.1875rem;top:34.5625rem;left:0rem;font-size:0.6875rem;display:block; }#aPuT85lanIgSXddXP1EqW9k0f4l3G98A li:before{  }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:10.1875rem;height:2.5rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:8.25rem;height:4.125rem;top:17.125rem;left:0rem;font-size:0.6875rem;display:block; }#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy li:before{  }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:10.4375rem;height:2.5rem;top:25.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.75rem;height:0.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:9.6875rem;height:6.0625rem;top:17.125rem;left:9.7810344696044rem;font-size:0.6875rem;display:block; }#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 li:before{  }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:11.3125rem;height:2.5rem;top:25.3125rem;left:8.9390201568606rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.75rem;height:0.75rem;top:28.25rem;left:13.873918533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:9.375rem;height:5.0625rem;top:17.1875rem;left:25.247613906861rem;font-size:0.6875rem;display:block; }#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ li:before{  }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.6875rem;height:2.5rem;top:25.3125rem;left:20.810766220092rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.75rem;height:0.75rem;top:28.25rem;left:29.061632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:9.4375rem;height:4.4375rem;top:34.4375rem;left:2.5349407196045rem;font-size:0.6875rem;display:block; }#tIMngUI05uNJEsT87DxzMv3lEUn4No6r li:before{  }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:10.375rem;height:2.5rem;top:30.6875rem;left:2.0661907196045rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.75rem;height:0.75rem;top:28.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:9.4375rem;height:5.0625rem;top:34.0625rem;left:19.124567031861rem;font-size:0.6875rem;display:block; }#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R li:before{  }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.6875rem;height:2.5rem;top:30.6875rem;left:15.000219345092rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.75rem;height:0.75rem;top:28.25rem;left:22.436197280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:8.3125rem;height:6.375rem;top:34.0625rem;left:34.874353408814rem;font-size:0.6875rem;display:block; }#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc li:before{  }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.5rem;height:2.5rem;top:30.6875rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.75rem;height:0.75rem;top:28.25rem;left:38.559251785278rem;display:block; }
 }@media only screen and (max-width: 763px) { #muULBtgPLX7ywbSVKyWKLp3FzJBlUy9I { width:10.625rem;height:6.9375rem;top:33.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3p2pMy9uxXdWfqqOgf7HZvX1ZMA4on { width:10.0625rem;height:7.3125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwtqORpVsiFk3an58BEevvQQzvW2R2o { width:9.6875rem;height:8.1875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwoeBuJUeMccl5FQbbbZsPtzbCcfQk9z { width:15.8125rem;height:2.5rem;top:25.3125rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkIGOlnFoMqmzc7uTW97urfFMcZTgCq { width:0.75rem;height:0.75rem;top:28.25rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJcT0zXE9NE4t2Z7eip48GRAzFddWMC { top:2.0625rem;left:14.5625rem;width:33.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr { width:8.875rem;height:6.375rem;top:17.125rem;left:38.8125rem;font-size:0.6875rem;display:block; }#fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr li:before{  }
 }@media only screen and (max-width: 763px) { #vuNzrTwdMq2UKlQriWKWs8WmdCAs6Mfo { width:9.6875rem;height:8.1875rem;top:16.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5ru6qLTrTAWWvBx3zRH6qfzrEc4yg { width:10.625rem;height:6.875rem;top:33.625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TA7FPBJMVTCQSTl9ApMQIDifiGbSNl { width:9.6875rem;height:8.1875rem;top:16rem;left:24.811418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaw30rwOJMLOmkeE62Oh4LXwXnPUhiuq { width:10.625rem;height:6.875rem;top:33.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuMB2CuV69rLl83NqTiK84XHFlZm69yH { width:9.6875rem;height:8.1875rem;top:16rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXoQKgQxTs4ksuhbgLEIXEtB3X82pq0 { width:0.75rem;height:0.75rem;top:28.25rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIa86LbrazCHxfQyyxQw8EZu97C6uxs { width:10.1875rem;height:2.5rem;top:30.6875rem;left:37.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giN9CUwSbKX0dAdZaPeHOaVhn9Cvrlc5 { width:10.625rem;height:6.875rem;top:33.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMbhEC2JxPB99yfS6T4134p8WaNy7d9D { width:9.75rem;height:5.375rem;top:34.0625rem;left:38rem;font-size:0.6875rem;display:block; }#GMbhEC2JxPB99yfS6T4134p8WaNy7d9D li:before{  }
 }@media only screen and (max-width: 763px) { #oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL { display:block; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT3eLJxy56pedtP5Tar0uDlQRf4ykPbZ { width:18.125rem;height:1.9375rem;top:20.75rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsNvEsEQM9uLv34ybBrUidTCAJHwomFX { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VtfuhamFo1KSW85iNesHpsG0RnOL83as {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #TF64RpsIsJor35gzydJTavgWvEm13q0t {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #JT879TG5hHk5WhLe2oy0phGocQaHDmmb {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #kpbJ36wptptNOidMLliHaPf6t68WBuVA {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nUontUSGaZKnF75aznM73hXxshGpF054 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fr6tgJm9D00IDDu4rUzdzLWCZElilmlQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #gVsOmenlIb9V6H23dtrkmxi2IJTgcGUG {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nDiVGzGlFhupnIc83c2EcAyHtaiXgARe {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AUmOKqRp3sLM3UBFfnLL0p7xfE3kHmva {  }
 }@media only screen and (max-width: 763px) { #PoPnGzuu5LiiSV2ixgV9Sb6vdQFBxRas { width:20.0625rem;height:3.4375rem;top:38.3125rem;left:13.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThEsuLthALfxK44Z0JTdBBvxbCCHpoB { display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:47.75rem;height:2.625rem;top:3.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:47.75rem;height:7.8125rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:33.75rem;height:22.25rem;top:4.6875rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { width:10.4375rem;height:1.25rem;top:26.9375rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:11.5625rem;height:31.4375rem;top:4.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:33.75rem;height:1.9375rem;top:1.9375rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmGkp2swFB9XeJQgvdAH2Ixlt2Q17Rl { top:7.875rem;left:0rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s { display:flex;height:auto;width:27.8125rem;top:28.1875rem;left:17.4375rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP {  }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqCm8mNCMb4e5oP8TaBDF8e8Db2guOuO { top:9rem;left:16.0625rem;width:31.6875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #supSCg6iqgmTT3JxLkm5e2H67pb8UBlc { width:33.75rem;height:1.9375rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqMdkT34s4P0WVqNarUeBch2Vn9LyNH { width:33.75rem;height:20.8125rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF { display:flex;height:auto;width:27.8125rem;top:28.1875rem;left:17.4375rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #bz8NoMibdRJnQRwqni7igWfE9OV5NItm {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #FZnmITBkICgvWWRQq6CFZyQExOHf97JD {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #m7831mkaMuvuqSL5kxOXQQ3a0k56RtBZ {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #suTBo42lChMsfg6MuDTe5VPbK3xZ3koo {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #ynM9bTVXEQmh8u9NTDVcpxzG9JUPvPJp {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #XZXW2tSF1Q9QrRfBAFN0NhX089FXZil4 {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #TaVpMx0qacL06Bt3vi0twnppLb2QxN2K {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #AlAl6d7tsmWppKEsAsgurVlfr7NeTc7l {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #QrAyymth9uekTp2pz411HRAal5Tss74s {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #xABghfh42qku6b3rm6lpSXpR56pnQvKd {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #peEuxDxnvRkFOW04z4LMEIayH5umq33i {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #SGuVUNGKMTaV2OM02NUuTrRJT1CLP2hI {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #J2cHJEw7BEu0ZeqKlZA3G70XsdZ38TdN {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #tSQVTrw4rPin14SrC5ZrsmmnvRkNzpfg {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #lTnMdDzWT4BkliADnEdAEarq8SQGeIuu {  }
 }@media only screen and (max-width: 763px) { #ir1kOzZXJUTWLV9G0WJaHGLfHHUNNcop { width:11.5625rem;height:31.4375rem;top:6rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M { display:block; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9pnoGXqL2eKTRyNOwQAbREsl88K9GXB { width:33.75rem;height:22.25rem;top:7.6875rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGyywgAcfrodXEyoImQIyGleJogFqL8 { width:10.4375rem;height:1.25rem;top:26.9375rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnFslONm8CgctbAst3kpGnes6yGaRrd { width:11.5625rem;height:31.4375rem;top:4.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZzhx7FwwHBd3VFxKRAbvaA77qLDH79L { width:33.75rem;height:3.875rem;top:1.9375rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi { display:flex;height:auto;width:27.8125rem;top:28.1875rem;left:17.4375rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP {  }
 }@media only screen and (max-width: 763px) { #UTm7lGns1Q4fyrTbfARiSPTg1TqWx6OM { top:8.5rem;left:0rem;width:35.0625rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD58Dbza1herR4blyJ5qfsBIbTzghaLr { display:block; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwUS2Bp6BPiVtLDTrtmTb7Hkyxt04PdO { width:47.75rem;height:3.125rem;top:2.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqypCsGTwEi9EsH81xTzk4dxGUHPPIo { width:47.75rem;height:5.1875rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:21.875rem;height:1.5rem;top:20.1875rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:22.625rem;height:15.75rem;top:22.6875rem;left:25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:21.875rem;height:1.5rem;top:20.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlH3FIn8wCK0sfOKo3Swr3WmmAr5LxfP { width:21.5625rem;height:11.8125rem;top:23.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmqDxNcvEZCvW7UlHAKnKky3RS4RnNT { top:0.5625rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X88qRM1xSIatC6HA7f1l06gULIMw9DvM { top:1.0625rem;left:30.125rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POwNkGtC34DeUQpRolNhaUMUugScHNsf { top:39.625rem;left:39.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wir1yk17119Oq05BBOyd5Mx5Ze6rhQzF { width:23.4375rem;height:15.375rem;top:22.6875rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL9SpJ0LgiFs2KTQTOnVUGUq2X9flaGK { width:21.875rem;height:1.5rem;top:20.125rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHSKydpkm3E4dQzufZiFaVVOIVodLX7 { top:0rem;left:12.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5qwbiFEpl7lqNJzQOkmtDS4ppeCNiO { top:38.9375rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x { display:block; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBSdDC9XvBUAG3U2nxGvipiebxMdrE3a { width:21.875rem;height:1.5rem;top:20.1875rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDwwrtiwsT2srPwkh3KHsGyFvdilvNaR { width:21.875rem;height:1.5rem;top:20.1875rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGQCgvPAQla9LWcyLAZVuyNNVtncB25 { width:23.4375rem;height:15.375rem;top:22.6875rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfAnIg4yxPcZ0DR8VkSNhaXTxtJq2rrR { width:21.875rem;height:1.5rem;top:20.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHNWUheS4FU1DlWV7TvnvpiQhDV2qyn { width:21.5625rem;height:15.375rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uyAFDXe58iNz7qkcH5WWcimGhu0Vud { width:23.125rem;height:15.375rem;top:22.6875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSWprJGAc2pOaXeHGh7UJMlXAFSrWtu8 { top:1.4375rem;left:14.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSctDzFTDcurEUxJ96chK9ghqvE5bHo2 { top:38.9375rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX4LkHXhgXGAw9tA4ygK7kdeJainKUas { top:38.9375rem;left:5.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVLOyUqiZSqThcaFGrLIZs7QzC7AQFsv { top:0.5625rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnUTMglPDGdtuTlAWq6ORsQCrCVwFXei { top:0.875rem;left:29.625rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXy7TbLxbma4EnUpNvKkZlIZKu5u4d5 { top:38.9375rem;left:38.78125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kaSHLZRUwy6S931H3qhnSxp8JzNOzy { top:42.8125rem;left:12.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfEJEX3zfAbLFtnKDKrawgE2FN9ipTUs { top:43.375rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU { display:block; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wENbg8eTFUeOEaA9S2J3clVHETUKA7wu { width:21.875rem;height:1.5rem;top:19.4375rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWE9WgQqn4xfT9ReG79vE2rphVEU8pCV { width:21.875rem;height:1.5rem;top:19.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKl8Df4liSERnnaWtK2tqI0pSkTpJBhf { width:21.5625rem;height:12.5625rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMAn2NqMtqw5TxNw0O4ay7HEbs5f0XTl { width:23.125rem;height:15.375rem;top:22rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHOuTm1ww3BzptWFoCmSCTE99VHZbQU { top:38.25rem;left:29.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6MJXpvT9mXHm4py1zOoREn4qtIM4Nx2 { top:38.25rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:18.125rem;height:1.9375rem;top:20.75rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5266O6zUMvHNKWqrkvUT2lDLgInbFs { width:35.4375rem;height:5.9375rem;top:7.875rem;left:6.2187519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxvBREMdpoZ1pONZFecH6ckMP6dpog3 { display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZmt2badawEhc59vDLWLI3JukhvRoMcb { display:block; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXWTfe1IhBXepITmyQJ3qAUn6P4uuUy4 { width:21.875rem;height:3.25rem;top:25.1875rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4tSOPRpXsTksnyT2lT7srZzmPG3uws1 { width:21.5625rem;height:4.9375rem;top:25.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBVKp6vfuxvd6UCUs2Ck5I5Vq5qM5sR { top:1.4375rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzdVNzZ52aOZAWM6IXkte7vwNr1BQwtl { width:21.5625rem;height:6.5625rem;top:25.375rem;left:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIJg9H7ZHO62fxsnLGO5JKA1QeUgs7f { top:2rem;left:9.1875rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQniXqn3EKqL0ULHpEnq7UMSh3Q1JVcw { top:2.5rem;left:25.5625rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy { display:block; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMQRS4zpVurH3i5RfdM1tecSFXvLP68k { width:18.125rem;height:1.9375rem;top:20.75rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTF9M1reBW0MWk0Cua3JIqpGmrU0hD2z { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF { display:flex;height:auto;width:27.8125rem;top:10.75rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VtfuhamFo1KSW85iNesHpsG0RnOL83as {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #TF64RpsIsJor35gzydJTavgWvEm13q0t {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #JT879TG5hHk5WhLe2oy0phGocQaHDmmb {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #kpbJ36wptptNOidMLliHaPf6t68WBuVA {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO {  }
 }@media only screen and (max-width: 763px) { #BSfdSctXkrWMinEiePqTvLsoq4Hvia9U { width:20.0625rem;height:3.4375rem;top:38.3125rem;left:13.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMTAh6FwSgHmIk9ZkIzgymbgmEA2t0Z { display:block; }
 }@media only screen and (max-width: 763px) { #CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH { display:block; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:47.75rem;height:3.125rem;top:3.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yORGWR6UGN8TJMRCOIpaT3WMr9SOGCm3 { width:47.75rem;height:3.625rem;top:8.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASWeOsBPnZXPJxrL8q7lnTiUc760ktHx { top:17.0625rem;left:0rem;width:34.1875rem;height:11.291188246372rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhmL1LMrNMkXOGmm1RpXVDWbMQZ4U1G { width:33.75rem;height:13.375rem;top:17.0625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZBTiKTWWmPd5QRxhPlvlRd2wLaBfZO { width:33.75rem;height:14.125rem;top:39rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq9IPkTcsQCMNKbVTmFfQoFETKhvXqMx { top:35.125rem;left:25.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo { display:block; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia  { width:32.75rem;height:auto;top:12.625rem;left:7.8083782196044rem; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia {display:block;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia { width:32.75rem;height:auto;top:12.625rem;left:7.8083782196044rem; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gFAE90suixTLUnlazT8xZ58bxxDNsxLd {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FhoeOFQ0mEPUqi9x1CyeR4pccyy2s1LV { display:none; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TQlADFfhCXqxPKQTmO5T2PTZp28zSA5f {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #o4J4SpKytMBxv4Ldc3hfzSy3QobEh7J7 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ATZ8Jfvi8oIRcRES6grNxWuabARZOtzN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZfudVREcivTaSQFMitbXJxfDy6wSBwRS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #z10TkbuWdl6CTqoRWSTAM24I0IfS9rSi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gn5bs8to08fZhPKNx7ekNtFqLAOFC1XA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P7trVAdo3QqrJfMb2twEhs3SQ4SRZdLc {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qTkxb2PcQwnOu04knK8bDTIO2O5fklmg {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BQWZuuJoEAqTwOaCAmklms3RzNHW0SHv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vLfXDa00Z1gJvUs6keNllNc3Fkq7fFdS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #AHou0gnKwfzKbqRpmJ6XXIO6B3eNnweh {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rBsZLXZ8X9i3tWrMIqc8W1OJX8zRTa64 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TgPOp7KpgmtnUBHo3g6Ugo37oCEz6xJe {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDopxg6Tg8XHkAJ5a7GRc5AlZf95hhe5 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zPe7Th9hriC3LTC8xOlQETsR7zAVc9d8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #T3nfMzCJA3OEi8AAKImeuBoguCMA7I2t {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ABUA3JAywVuCsTstfDQ6UezBHLNT9sWS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e34sGMGRGFIM4l1kV2e7pV8uRor5MH31 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DJ00bBvlVMnWfCyu7iEPR1WBflMi1qQU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TR0WAitD53qFRlAQ2IWwxR4TKFIVe06h {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NnpinznN8uTBC5VVS2QJXT8qBnG69iRn {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P55tlS8JPPiJIy7rDTteDFaOeiSdPI1p {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NDM5NLfu7XTQZmCvdGFySUpcTNGnIsok {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yFvDNaQLSzHS3czs9PWpUJcE38Of2Bza {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #tvJhJvcifkZPOr761vyH31DtPG3P51tA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #q8rAzB5drsrTUU1ZMtt3rWp3g5w5res8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qbt75wys9GvsIC1PGIpiwITW0pSigbkf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #THVqGb14UXtzPnLS6sTE5nlDzmHsMXis {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #I2rIKX6HKipZbTCKsfKVlWRMTxBtIupq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IUvDJe3buGHGeywrLNKVk6tr3XItyMdx {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fy4rq5W64HPbu1CTpWWAU2an1aZRFO0V {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ILeIzTsE78kMUAziD80ElMoTaxT3KONL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vo350GZBd99DoT4eCfoCdiJW6BHTNwXs {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #D2TuDOgrg5vof7V1MkEXURPXEUrUlAHi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ouxLRPFxifZbkNIrb6Ifl1BwHFGSqLTU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HaGcfeEOFiTPz3J9GnN9zP7r2VOweqLM { display:none; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VsLUZ1RZohTOrOpLSdF6xCS2rm4Mupuw {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDAWQKrgcULzMbpRSUW6rIBWzh0OVaT9 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EzNeThJNL7nRNQSMDtEh16voekbepyoS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #sfJnJzSeH5ByOBS7ZFAom00fXpFN6qHQ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #O7sPXgdKgUuiQfVetzc87zH5HzRz7eJC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TEboWwaCiZKPZ105Gc1Hfs38CqyEskXV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HAUBerHnbc0E48XQqMe8Nu9yGwb8eSo1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lM3qbVs3HwDqT21DzJrlpIU8NQQCHz3W {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gWr6l2ILSfmMVoaaCHDIsNKlG8D98BxX {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QlAR6JSLxTIQzkFo5GOSEDc8iLsEl1Em {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n5oNK5TduQODRWhvH4DCBUEwRScbGbcC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yTnVSlHnkwZQ345eM7ZGBUlUdkZioMiR {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bATCFkZgmXBzdu1QO5yG0qZe7JZSFN7R {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ALmzpLnCwtnBpwHB7drUmXvRo8NIc7qN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JT7qGUINART40ZCDBn6e3P0TdzZ176WD {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Q9lF8zBC4DGS6yulySPisUgDJaWocEMy {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xTCRL4r0xuswKqQqdPEwKzn1x3uMU1qR {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #useUTO8mohOeLkUrS1ScJWbToF9DZEel {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xRXimFnA6VA8MWhVgoTFiNLX6VFqRXSe {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ipOpMdrMTfnesbbqgzIgf6gS2A4tD0ud {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #odDynrqUvLTmG5pQ50HO2lXAxLBSl4ET {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qv0E2bOVCryF6uH049UVbiU7lIM1WqWF {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SzvDB1CATJTzwNyMF8OQuMU8zJKUsVyi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Drx6J39IThZ6f09ZAZpMEZRK99De1ifU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #KS9Uckid8kL7sJsKbenzDqvdEB8D0Gd1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Jo7N0ONUGHCkNvmikN2MJowZ70GsicmB {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DGoEt3zhSfQmsshDNSlf55ZcyzbFIiy1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXToI4Qkbq72ry96fe3VHgRMINlqX3wz {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bMslCexabQVFSRF7GVRVpH9upR7i4nJK {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zHuEHlLinnf5TbOWl1Q5vEHZwpW7nT3l {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kkAGk6haVMMOrdalzZxpmfOq5K6r7noy {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8qRaKSWbREcmwuHnHyFabtX2TX5QdeC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #s0LN2ikdMM7gdyufwTy3im0msSnK4Lmp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Bgw4W7N6aTABSGDoDG3qnlCLSfMgLl49 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #avyWyoydduTMK6bfKA7vaT5HkVIgO6hu {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JtM0Wx0aGHwiEgAcp1dIpTr9VADvFkOo {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8c2d2mPZO8A2n1dfcPCTMKKxVeLChwd {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pC0ezZPsOSzAuFy8sdlmXJOnq6TkrWOv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kANXPaWAVRdQySz0m7i4TWpF87DvXFJP {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #S4K7OJBgmMUh9FkMIOy9NAtT4LRt9TZs {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #seET2XvPFDDQ25MJeE1VyQnJs5PieOH7 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #eQ4aO2U19xls4JZK51XnUTOIt4EJVcHq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lXqRQ703KO4LOKdUGpRSAtSHPxbEIu8T {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mEm2O6uympb6EL7no5lwk8hTbhTsu5Mf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TbfVXrcuzx5cSBgvuz6BlbXm4Gadv9I8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #skoSACkM1m85JMrXCKrp9xeLmT20bxsZ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #oTpTPNrTtKl6TM0uRrs6aDrDuTtCRuIN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zw11utAWCCwt4JaW1pFiSccsyhlXGwLO {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #M7DBnDWcXmIntIS3SxzyNnRyG9UvETgv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Lmp2ugJEohBtRc22WfV4MwCsTz4K6tr5 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IXB4XiM1KlglnLlsOgPHgJz00bnzliFV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VUWoEQGEJ4EPnG22CCUzvN9vA55HVl6s {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rTnBWXpJaLKD6hFce7LwVMT1MtmOV404 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FMZRdIuFHkBFh2d8COliSItsF7mkNCsN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FJlVTT1LyURu5sAmhcD30L8nVmKixWTI {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JEsrkTUQA09sa7epH2JdbI9xs2TffACf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pouQ1ygy2cXfkSnW9TvHxSre8xgGTmv0 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iwQOFbCQ4P0Irs28kpGDVr110pHDwVHk {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IPIgypTy47lfQlO6BX26IAiWORqONxT8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xDVPDWZNF72iG61lPvUd1ur0kBwfF2WP {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TkUPvOAkSt2zTSDtOTMiUGKWfT5ay4sK {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #MJNxQqOvmmFINeM9R8GGIr8TnOwRtVB1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ozwnHxhzo6opX20E8efn6kQ6cSf4NUbA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8G6yokmO3TOiP1s5x8JCxKilX40WHea {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mRMyv19XwZbHZiIA8vaMTnoSXb0UM5fL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Vc0iUWv5MPRCO2T0QX37bTTTzD3kRMJE {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e1ENd8SllKMdCIvn7oJqSMTwIrhy3Rfr {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zW7ETvAmNRERU008M3cZTSa7kUBEXMJQ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #C1XuFFN6IyXss6ZKohnT4LMg0O5PHJXp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #WOXsFTH8dmX7AHavFm4gGof3w3BGKSB9 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BKKWqNCFiZpLSTl8604LtzX3RCGqypv1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rKw150CnrKSw3D2yMWXNWND6GLrldOXE {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EsbQyPLuKAGmQfVZEaXThfG7l3vbVrBV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #k7aGdkxKkyBa4OfrVhRTxGk2i82tHDEL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rDX7SME3JOJpBLvSihrR04FToq44fXgq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #nQhae1ykZt7aTVPdePF2fPEdSoseRWev {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #UAofUppIJeAU4zExOSl0fZHgoRWILxgf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #l2JIyxANnVXu1b88xxSoTD4dZ40bkxGv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QV3lyczN3Ms42sd65HN6BZsmMun8Jf0X {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EIWt6DtzRLPk9ZEbCouT2QkrWEu6fe5U {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #y5abBU8sffk66DaVTZKO6wUODUZ0UbrS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ItlsXHkp4PKViTIo5GTEeCFRphcPHH7n {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Zswif2EDsxrlq4apXVD8AUMDk30hQyB1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXRcXaCreGrhRDqoPf4zbNQm3LBbCdRM {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fIxB76oXunCaN3JldHVn5b43iu4rsxiz {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FHl30CQf7lSbmAlUiCdirFw0AsRTVBzp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IRhMT49y2JWxE5U3FnCXfTf9pRIMOCbn {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mkH22p6NPo29HzE8nQnnSaEI6JLCopCW {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #x5Tw3oMVWBgQsLACTeCRGLTgdun0p7oG {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SdvN0L0iKregwT2Eg48H4Xgayk87wxiJ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #noSG0eRvUqoTJhPwIxa12tG1LWMGShk4 {  }
 }@media only screen and (max-width: 763px) { #RgaAV9hnJZeP4NrgmWmbBotRqhcnE5y6 { width:34.375rem;height:2.5625rem;top:10.125rem;left:8.688371658325rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrMnSLMiKbcq1Wmc5WJCKgExW24eX1W { width:18.125rem;height:1.9375rem;top:20.75rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWNMDB0kTLKaBrQNHuOF4Po5hudO4TZQ { width:18.9375rem;height:3.4375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTlJwOeNvZmnlv2th2gABVJQ9MmCPzv { display:block; }
 }@media only screen and (max-width: 763px) { #c8gbDTuQVg8c7Oi78yfUWJ8HELw3OxFx { width:18.9375rem;height:3.375rem;top:2.75rem;left:25.9443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpC8ONAticZCMBQJyPeRSsD5Tp3m7MT { display:block; }
 }@media only screen and (max-width: 763px) { #U62gJ6TIas9mLWDPyG1EJxOtCKlWTetW { top:279.375rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 { display:block; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCpdtCas5m1PBLAI0LOipJL3GBnN4oR1 { width:36.6875rem;height:3.125rem;top:6.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsu2DJVDE8kmV5xqt2WiSOps1u8McW7R { width:41.3125rem;height:5.625rem;top:12.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT { display:block; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtQQXkgBgXKnvFAGBb7X7JKWNQ3TJBq { top:1.0625rem;left:0rem;width:47.75rem;height:15.675505050505rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b34027-677e-41a6-8d0a-5ac7a51273d6/Intro_Photo4.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:3.99956875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:3.93555rem;top:13.55903125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.6248125rem;height:3.4375rem;top:18.74458125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { top:23.43208125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4rtxIA442rvrnh9ZLvJOlqhsUqnbBAr { display:block; }
 }@media only screen and (max-width: 763px) { #V9ebkQnNJHSgFPGfMXOhMmtfLTr9QEH1 { width:20rem;height:5.8100558659218rem;top:6.49956875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.6248125rem;height:3.4375rem;top:67.0334375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:31.48875rem;top:34.29475rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:11.9954375rem;top:21.050375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pNAPmzzUQnV6DdwEqNUGa29JNavpPZCn { width:20rem;height:18.551236749117rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2yVUf7ftT765252fnJxlLzn3hBsHmnJ { display:block; }#d2yVUf7ftT765252fnJxlLzn3hBsHmnJ > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fesTRC8tfzXbWpqeSKDiU4BvTK6Mb0rF { width:12.6248125rem;height:3.4375rem;top:68.94531875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4c7tJSnUy4RGOZdweCLNrb48vC5e61P { display:block; }
 }@media only screen and (max-width: 763px) { #yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 { width:20rem;height:41.548375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }#yA9VhTMmteTqJtAz8vOmM3HrK6KpEqJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc37277c8b7fedeeabfddda460e202f5aae17d7d.svg); }
 }@media only screen and (max-width: 763px) { #u7Vg4A9LHQhvETSPzANCCo1hMwEwnTCb { width:20rem;height:2.3990875rem;top:44.0473125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TSlPZpFpn2SgPaephF7BBxEsqh5TbKb3 { width:20rem;height:20rem;top:47.69531875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:none;display:none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:190.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:20rem;height:2.3990875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:0.3125rem;height:59.249125rem;top:75.406059130863rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.74978125rem;height:0.74978125rem;top:74.842918261719rem;left:15.499349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:14.561625rem;height:4.51171875rem;top:148.52890800781rem;left:5.1946620941162rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }#aPuT85lanIgSXddXP1EqW9k0f4l3G98A li:before{  }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:17.5rem;height:2.5rem;top:135.90412163086rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.561625rem;height:5.91145625rem;top:12.960085131836rem;left:5.438375rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy li:before{  }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:17.5rem;height:2.5rem;top:60.406059130859rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.74978125rem;height:0.74978125rem;top:74.842918261719rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.561625rem;height:8.7109375rem;top:21.772585131836rem;left:4.9361991882324rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 li:before{  }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:17.5rem;height:2.5rem;top:64.156059130863rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.74978125rem;height:0.74978125rem;top:74.839652880863rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.561625rem;height:7.3111875rem;top:31.733522631836rem;left:2.6875rem;text-align:right;text-align-last:right;font-size:1rem;color:#666666;display:block; }#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ li:before{  }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.5rem;height:2.5rem;top:67.906059130863rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.74978125rem;height:0.74978125rem;top:74.839652880863rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:14.749375rem;height:6.22395625rem;top:156.56079887696rem;left:5.1605911254883rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#tIMngUI05uNJEsT87DxzMv3lEUn4No6r li:before{  }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:17.5rem;height:1.25rem;top:152.8422625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.74978125rem;height:0.74978125rem;top:74.842918261719rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.8123125rem;height:5.91145625rem;top:164.47204362793rem;left:5.1876875rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R li:before{  }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.5rem;height:2.5rem;top:139.65412163086rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.74978125rem;height:0.74978125rem;top:74.839652880863rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:15.186625rem;height:7.6236875rem;top:172.6588875rem;left:4.813375rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc li:before{  }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.5rem;height:2.5rem;top:143.40412163086rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.74978125rem;height:0.74978125rem;top:74.839652880863rem;left:18.62521875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muULBtgPLX7ywbSVKyWKLp3FzJBlUy9I { width:10.625rem;height:6.9375rem;top:155.71662163086rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3p2pMy9uxXdWfqqOgf7HZvX1ZMA4on { width:10.0625rem;height:7.3125rem;top:147.15412163086rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwtqORpVsiFk3an58BEevvQQzvW2R2o { width:9.6875rem;height:8.1875rem;top:11.83485625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwoeBuJUeMccl5FQbbbZsPtzbCcfQk9z { width:15.811625rem;height:2.5rem;top:71.656059130863rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkIGOlnFoMqmzc7uTW97urfFMcZTgCq { width:0.75rem;height:0.75rem;top:74.839652880863rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJcT0zXE9NE4t2Z7eip48GRAzFddWMC { width:20rem;height:5.6873822975518rem;top:4.89800625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr { width:10.625rem;height:9.0234375rem;top:50.132621630859rem;left:5.4971771240234rem;text-align:right;text-align-last:right;font-size:1rem;color:#666666;display:block; }#fuI6T3U6xJc3n1FQ3c7rT1VTF5be0KJr li:before{  }
 }@media only screen and (max-width: 763px) { #vuNzrTwdMq2UKlQriWKWs8WmdCAs6Mfo { width:9.6875rem;height:8.1875rem;top:21.27235625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5ru6qLTrTAWWvBx3zRH6qfzrEc4yg { width:10.625rem;height:6.875rem;top:164.03367387695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TA7FPBJMVTCQSTl9ApMQIDifiGbSNl { width:9.6875rem;height:8.1875rem;top:40.293647631836rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaw30rwOJMLOmkeE62Oh4LXwXnPUhiuq { width:10.625rem;height:6.875rem;top:172.15867387695rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuMB2CuV69rLl83NqTiK84XHFlZm69yH { width:9.6875rem;height:8.1875rem;top:49.731147631836rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXoQKgQxTs4ksuhbgLEIXEtB3X82pq0 { width:0.75rem;height:0.75rem;top:74.839652880863rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIa86LbrazCHxfQyyxQw8EZu97C6uxs { width:10.186625rem;height:2.5rem;top:178.69513249512rem;left:4.8762969970703rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giN9CUwSbKX0dAdZaPeHOaVhn9Cvrlc5 { width:10.625rem;height:6.875rem;top:181.5315125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMbhEC2JxPB99yfS6T4134p8WaNy7d9D { width:9.749375rem;height:7.6236875rem;top:182.06427312012rem;left:5.0933151245117rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }#GMbhEC2JxPB99yfS6T4134p8WaNy7d9D li:before{  }
 }@media only screen and (max-width: 763px) { #oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL { display:block; }#oRsZH49H4lNnKXhhGOQz5UuJtumWIwnL > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT3eLJxy56pedtP5Tar0uDlQRf4ykPbZ { width:14.6245625rem;height:1.462675rem;top:18.02300625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NsNvEsEQM9uLv34ybBrUidTCAJHwomFX { width:20rem;height:2.3990875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs { display:flex;height:9.375rem;width:17.5rem;top:4.89800625rem;left:0rem; }
#Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VtfuhamFo1KSW85iNesHpsG0RnOL83as {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #TF64RpsIsJor35gzydJTavgWvEm13q0t {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #JT879TG5hHk5WhLe2oy0phGocQaHDmmb {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #kpbJ36wptptNOidMLliHaPf6t68WBuVA {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nUontUSGaZKnF75aznM73hXxshGpF054 {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #fr6tgJm9D00IDDu4rUzdzLWCZElilmlQ {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #gVsOmenlIb9V6H23dtrkmxi2IJTgcGUG {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #nDiVGzGlFhupnIc83c2EcAyHtaiXgARe {  }
 }@media only screen and (max-width: 763px) { #Bo3v19ElXksnNLgQl1rB4fRIhQnAkqSs #AUmOKqRp3sLM3UBFfnLL0p7xfE3kHmva {  }
 }@media only screen and (max-width: 763px) { #PoPnGzuu5LiiSV2ixgV9Sb6vdQFBxRas { width:18.9985rem;height:3.4375rem;top:43.233509063721rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThEsuLthALfxK44Z0JTdBBvxbCCHpoB { display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:20rem;height:4.798175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:20rem;height:26.7654375rem;top:7.29709375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:99.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:20rem;height:42.5098125rem;top:52.103936865234rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { width:6.749125rem;height:0.96136875rem;top:44.747161865234rem;left:7.5620651245119rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:8.8748125rem;height:15rem;top:22.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:20rem;height:3.89756875rem;top:46.957449365234rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #knmGkp2swFB9XeJQgvdAH2Ixlt2Q17Rl { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s { display:flex;height:0;width:17.5rem;top:95.863686865231rem;left:0rem; }
#pb7KHI5uCTirzTNFTCEUcONuhZ765M1s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
 }@media only screen and (max-width: 763px) { #pb7KHI5uCTirzTNFTCEUcONuhZ765M1s #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP {  }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:119.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cqCm8mNCMb4e5oP8TaBDF8e8Db2guOuO { width:20rem;height:20rem;top:98.2096275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #supSCg6iqgmTT3JxLkm5e2H67pb8UBlc { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qkqMdkT34s4P0WVqNarUeBch2Vn9LyNH { width:20rem;height:39.3609375rem;top:4.4487875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF { display:flex;height:16.4355625rem;width:17.5rem;top:45.0596625rem;left:0rem; }
#Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #bz8NoMibdRJnQRwqni7igWfE9OV5NItm {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #FZnmITBkICgvWWRQq6CFZyQExOHf97JD {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #m7831mkaMuvuqSL5kxOXQQ3a0k56RtBZ {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #suTBo42lChMsfg6MuDTe5VPbK3xZ3koo {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #ynM9bTVXEQmh8u9NTDVcpxzG9JUPvPJp {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #XZXW2tSF1Q9QrRfBAFN0NhX089FXZil4 {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #TaVpMx0qacL06Bt3vi0twnppLb2QxN2K {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #AlAl6d7tsmWppKEsAsgurVlfr7NeTc7l {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #QrAyymth9uekTp2pz411HRAal5Tss74s {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #xABghfh42qku6b3rm6lpSXpR56pnQvKd {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #peEuxDxnvRkFOW04z4LMEIayH5umq33i {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #SGuVUNGKMTaV2OM02NUuTrRJT1CLP2hI {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #J2cHJEw7BEu0ZeqKlZA3G70XsdZ38TdN {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #tSQVTrw4rPin14SrC5ZrsmmnvRkNzpfg {  }
 }@media only screen and (max-width: 763px) { #Jm9xtdhD6SaTDnK67Jhrabqxl1wq7OJF #lTnMdDzWT4BkliADnEdAEarq8SQGeIuu {  }
 }@media only screen and (max-width: 763px) { #ir1kOzZXJUTWLV9G0WJaHGLfHHUNNcop { width:11.5625rem;height:31.4375rem;top:65.245225rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M { display:none; }#w0BBcU8rCmUQBcREkBKVsdLDz7hEwH5M > .row .container { width:20rem;height:115.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s9pnoGXqL2eKTRyNOwQAbREsl88K9GXB { width:20rem;height:40.935375rem;top:54.053836132812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #DzGyywgAcfrodXEyoImQIyGleJogFqL8 { width:6.749125rem;height:0.96136875rem;top:44.747192382812rem;left:7.5620651245119rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cGnFslONm8CgctbAst3kpGnes6yGaRrd { width:8.8748125rem;height:15rem;top:22.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZzhx7FwwHBd3VFxKRAbvaA77qLDH79L { width:20rem;height:5.84635625rem;top:46.957479882812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi { display:flex;height:15.37325rem;width:17.5rem;top:96.239148632813rem;left:0rem; }
#bbpJz6sP15xGKPXepr1ty2NemSAPdQGi .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #XrBHAOQK9TEmuTt1DnlGqQKxV8SzUz6e {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #dJvF30t03DgiFfMIzvv0TdgQ2JIsGHaF {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #Sf6plnnQpBv1y5WcpttHFolT7dhZqcaP {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #iQXT8HEMb8rmF6zZKgb91dNo5Pn1viJN {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #N1OWTbEkKwAQOCFUZMwntmw7UKMTRrnc {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #nT1mm7xOWEEWV0JL62hxdIEoSZaOxHzI {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #SJKUsUmTZne2BBabE7HmuNfGcPybqN9s {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #PoSoHqmTBUyXH0ZBgCBonhncw8m6yQXq {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #TqGd3QdNqNvJRIIkhgCBoBOZEiHK1XiV {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #hh8TXi4uhrO4Rc4Nr3cD85hvIIoRs4Gq {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #FwbInizPeabtETyv9LsmVyCgPEWyk1i8 {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #w1WOJxMZdeBsr8T7a8A11JsBIrfiUuf5 {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #bJKiici7IZ52Acp5MeN04BKGZdIUCRZX {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #vTfettOmqSKAkOc1s4Eh1SsPyT3MSW6R {  }
 }@media only screen and (max-width: 763px) { #bbpJz6sP15xGKPXepr1ty2NemSAPdQGi #cAghz1QXOfzkwuR5mh8ld5C5kknwK8fP {  }
 }@media only screen and (max-width: 763px) { #UTm7lGns1Q4fyrTbfARiSPTg1TqWx6OM { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD58Dbza1herR4blyJ5qfsBIbTzghaLr { display:none; }#lD58Dbza1herR4blyJ5qfsBIbTzghaLr > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HwUS2Bp6BPiVtLDTrtmTb7Hkyxt04PdO { width:20rem;height:2.3990875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OpqypCsGTwEi9EsH81xTzk4dxGUHPPIo { width:20rem;height:15.744375rem;top:4.89800625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:134.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:20rem;height:1.49956875rem;top:104.091825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:20rem;height:22.3958125rem;top:106.84139375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:1.49956875rem;top:19.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlH3FIn8wCK0sfOKo3Swr3WmmAr5LxfP { width:19.375rem;height:15.397125rem;top:21.99956875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ncmqDxNcvEZCvW7UlHAKnKky3RS4RnNT { width:16.75rem;height:16.75rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X88qRM1xSIatC6HA7f1l06gULIMw9DvM { width:17.625rem;height:17.625rem;top:85.216825rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POwNkGtC34DeUQpRolNhaUMUugScHNsf { width:2.625rem;height:2.625rem;top:130.48614375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wir1yk17119Oq05BBOyd5Mx5Ze6rhQzF { width:20rem;height:18.196625rem;top:61.8952rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #tL9SpJ0LgiFs2KTQTOnVUGUq2X9flaGK { width:20rem;height:1.49956875rem;top:59.14563125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHSKydpkm3E4dQzufZiFaVVOIVodLX7 { width:19.25rem;height:19.25rem;top:38.64563125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5qwbiFEpl7lqNJzQOkmtDS4ppeCNiO { width:2.625rem;height:2.625rem;top:81.341825rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x { display:none; }#sprUyVpghI8zwf5uNA5KkSOtwxOw8k1x > .row .container { width:20rem;height:175.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBSdDC9XvBUAG3U2nxGvipiebxMdrE3a { width:20rem;height:1.49956875rem;top:84.00869375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDwwrtiwsT2srPwkh3KHsGyFvdilvNaR { width:20rem;height:1.49956875rem;top:149.8298875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGQCgvPAQla9LWcyLAZVuyNNVtncB25 { width:20rem;height:18.196625rem;top:152.57945625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #qfAnIg4yxPcZ0DR8VkSNhaXTxtJq2rrR { width:20rem;height:1.49956875rem;top:20rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHNWUheS4FU1DlWV7TvnvpiQhDV2qyn { width:19.375rem;height:18.196625rem;top:22.74956875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #E2uyAFDXe58iNz7qkcH5WWcimGhu0Vud { width:20rem;height:18.196625rem;top:86.7582625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #BSWprJGAc2pOaXeHGh7UJMlXAFSrWtu8 { width:16.875rem;height:16.875rem;top:65.88369375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSctDzFTDcurEUxJ96chK9ghqvE5bHo2 { width:2.625rem;height:2.625rem;top:106.2048875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX4LkHXhgXGAw9tA4ygK7kdeJainKUas { width:2.625rem;height:2.625rem;top:42.19619375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVLOyUqiZSqThcaFGrLIZs7QzC7AQFsv { width:17.5rem;height:17.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnUTMglPDGdtuTlAWq6ORsQCrCVwFXei { width:18rem;height:18rem;top:130.5798875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXy7TbLxbma4EnUpNvKkZlIZKu5u4d5 { width:2.625rem;height:2.625rem;top:172.02608125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kaSHLZRUwy6S931H3qhnSxp8JzNOzy { width:19.25rem;height:19.25rem;top:110.0798875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfEJEX3zfAbLFtnKDKrawgE2FN9ipTUs { width:18.5625rem;height:18.5625rem;top:46.07119375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU { display:none; }#m0EgP2oFbnN3OT99Fwe0vqqV3TMDlcOU > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wENbg8eTFUeOEaA9S2J3clVHETUKA7wu { width:20rem;height:1.49956875rem;top:21.72113125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWE9WgQqn4xfT9ReG79vE2rphVEU8pCV { width:20rem;height:1.49956875rem;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) { #GKl8Df4liSERnnaWtK2tqI0pSkTpJBhf { width:19.375rem;height:12.597625rem;top:3.99956875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #QMAn2NqMtqw5TxNw0O4ay7HEbs5f0XTl { width:20rem;height:18.196625rem;top:24.4707rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #nPHOuTm1ww3BzptWFoCmSCTE99VHZbQU { width:2.625rem;height:2.625rem;top:43.917325rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6MJXpvT9mXHm4py1zOoREn4qtIM4Nx2 { width:2.625rem;height:2.625rem;top:17.84613125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:14.6245625rem;height:1.462675rem;top:5.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CG5266O6zUMvHNKWqrkvUT2lDLgInbFs { width:12.375rem;height:3.125rem;top:1.25rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxvBREMdpoZ1pONZFecH6ckMP6dpog3 { display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZmt2badawEhc59vDLWLI3JukhvRoMcb { display:block; }#mZmt2badawEhc59vDLWLI3JukhvRoMcb > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXWTfe1IhBXepITmyQJ3qAUn6P4uuUy4 { width:20rem;height:4.94791875rem;top:75.201825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4tSOPRpXsTksnyT2lT7srZzmPG3uws1 { width:19.375rem;height:3.30078125rem;top:22.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #FwBVKp6vfuxvd6UCUs2Ck5I5Vq5qM5sR { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzdVNzZ52aOZAWM6IXkte7vwNr1BQwtl { width:20rem;height:4.40104375rem;top:48.30078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #TNIJg9H7ZHO62fxsnLGO5JKA1QeUgs7f { width:20rem;height:20rem;top:27.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQniXqn3EKqL0ULHpEnq7UMSh3Q1JVcw { width:20rem;height:20rem;top:53.951825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy { display:block; }#t8U8sG0KSm6IKvZyt5AQZfUOToySLPdy > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMQRS4zpVurH3i5RfdM1tecSFXvLP68k { width:14.6245625rem;height:1.462675rem;top:45.52300625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LTF9M1reBW0MWk0Cua3JIqpGmrU0hD2z { width:20rem;height:2.3990875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF { display:flex;height:36.875rem;width:17.5rem;top:4.89800625rem;left:0rem; }
#aibTBv7rfqQNxo24nHdaHGavwimWPJMF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VtfuhamFo1KSW85iNesHpsG0RnOL83as {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ARWLDIBrhrQV7In8TqfHdutJZ0wUbokX {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #epTSx9dw6mhzq7EhJADzVNAF1q3XgLMt {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ewSUCDecP5xCEdRIzGE9e8XGp1woyUuP {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VLCmz3o6iqT6o39Fuoc8WT0X29b2kR9g {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #QXJ5pJdM2yPiLBXsyFggDLUUlKGWMTzO {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #EDonf0bHgVvZIHAvQEz9bKru8CDWP0Qx {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VBZAsOBt4v0wHurvattyR9Ek1WtbedPo {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wmhuWIHfX93q7Xy1CUzGUsZ9Sz7olOhD {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #T3PersuhFsfGHlU8RFdW2kLhz1es4CLe {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #WAfDIg5G3TMoAsqtQcMR3cwXc538Kqc6 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #Pnb7LsJMiLRscCWoZUz6SWxKCZZv1Aau {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #VJfCQqK4m1tkOQ9CRaVeUrW50yqcw9QQ {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #npwQGdTuyN5k4hHZEP5oL3AmRHvASTNS {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #p7ohWDtQQo0xFRqrUIrVLV1WXNanlSbh {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #TF64RpsIsJor35gzydJTavgWvEm13q0t {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #z0zlKB1TpuFpz9c9J7yZwzT8UqV0lD9F {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #xCKGaaVKKfotZecoq0sZQHJowlbTVf80 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #l1y14t1LaN2qv8QxT3caeG9V1Wc5SCaT {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #q9hZpcG39L4Dkeh1UOx9BupA5ANdGTdM {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #ixWLpCf9sWznofyFLdWiH1Gd68TaJmZr {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #JT879TG5hHk5WhLe2oy0phGocQaHDmmb {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #kpbJ36wptptNOidMLliHaPf6t68WBuVA {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #fU8r3Z1wfawQuvlx1mMZcHpsLNA4BqMl {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #zt6QN1Z5lsJnTMM2cd4UzGoNaoOGTxvr {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #AnBhJPxedozISOBfTvbNvmQ70sOBQMBQ {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #wbiaVzqbtrRlhbHeJ8aI6tKzqAcNkoo8 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #bEkXkZbzHqgMMLiiq2kTaTrbTzhaWF2g {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #cOx7Xiz8Xt2lnrb1yxy9IIPDX4EA8Up0 {  }
 }@media only screen and (max-width: 763px) { #aibTBv7rfqQNxo24nHdaHGavwimWPJMF #rhmU8g4UyzLrFlpR591duFHAT7rJfOVO {  }
 }@media only screen and (max-width: 763px) { #BSfdSctXkrWMinEiePqTvLsoq4Hvia9U { width:19rem;height:3.4375rem;top:48.23568125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMTAh6FwSgHmIk9ZkIzgymbgmEA2t0Z { display:block; }
 }@media only screen and (max-width: 763px) { #CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH { display:block; }#CzcmHdCW3zSMvIDaVmUsOLAg97nTfyZH > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM { display:block; }#ewQUV5i0Zqfrc5Sm58EHkRTmUJe3lguM > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:20rem;height:2.3990875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yORGWR6UGN8TJMRCOIpaT3WMr9SOGCm3 { width:20rem;height:14.1796875rem;top:4.89800625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ASWeOsBPnZXPJxrL8q7lnTiUc760ktHx { width:20rem;height:6.6054483342579rem;top:20.32769375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhmL1LMrNMkXOGmm1RpXVDWbMQZ4U1G { width:20rem;height:23.6165625rem;top:28.18250625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #RDZBTiKTWWmPd5QRxhPlvlRd2wLaBfZO { width:20rem;height:22.042125rem;top:53.04906875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #kq9IPkTcsQCMNKbVTmFfQoFETKhvXqMx { width:20rem;height:20rem;top:76.34119375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo { display:block; }#sXu2oeVoLTa4QRwWKr4cwEqay0QGgoMo > .row .container { width:20rem;height:377rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-text {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-select {padding-top: 0; padding-bottom: 0;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia  { width:17.5rem;height:16.7979375rem;top:10.5625rem;left:0rem; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia {display:block;}#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia { width:17.5rem;height:16.7979375rem;top:10.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gFAE90suixTLUnlazT8xZ58bxxDNsxLd {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FhoeOFQ0mEPUqi9x1CyeR4pccyy2s1LV { display:none; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TQlADFfhCXqxPKQTmO5T2PTZp28zSA5f {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #o4J4SpKytMBxv4Ldc3hfzSy3QobEh7J7 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ATZ8Jfvi8oIRcRES6grNxWuabARZOtzN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZfudVREcivTaSQFMitbXJxfDy6wSBwRS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #z10TkbuWdl6CTqoRWSTAM24I0IfS9rSi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gn5bs8to08fZhPKNx7ekNtFqLAOFC1XA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P7trVAdo3QqrJfMb2twEhs3SQ4SRZdLc {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qTkxb2PcQwnOu04knK8bDTIO2O5fklmg {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BQWZuuJoEAqTwOaCAmklms3RzNHW0SHv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vLfXDa00Z1gJvUs6keNllNc3Fkq7fFdS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #AHou0gnKwfzKbqRpmJ6XXIO6B3eNnweh {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rBsZLXZ8X9i3tWrMIqc8W1OJX8zRTa64 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TgPOp7KpgmtnUBHo3g6Ugo37oCEz6xJe {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDopxg6Tg8XHkAJ5a7GRc5AlZf95hhe5 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zPe7Th9hriC3LTC8xOlQETsR7zAVc9d8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #T3nfMzCJA3OEi8AAKImeuBoguCMA7I2t {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ABUA3JAywVuCsTstfDQ6UezBHLNT9sWS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e34sGMGRGFIM4l1kV2e7pV8uRor5MH31 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DJ00bBvlVMnWfCyu7iEPR1WBflMi1qQU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TR0WAitD53qFRlAQ2IWwxR4TKFIVe06h {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NnpinznN8uTBC5VVS2QJXT8qBnG69iRn {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #P55tlS8JPPiJIy7rDTteDFaOeiSdPI1p {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #NDM5NLfu7XTQZmCvdGFySUpcTNGnIsok {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yFvDNaQLSzHS3czs9PWpUJcE38Of2Bza {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #tvJhJvcifkZPOr761vyH31DtPG3P51tA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #q8rAzB5drsrTUU1ZMtt3rWp3g5w5res8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qbt75wys9GvsIC1PGIpiwITW0pSigbkf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #THVqGb14UXtzPnLS6sTE5nlDzmHsMXis {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #I2rIKX6HKipZbTCKsfKVlWRMTxBtIupq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IUvDJe3buGHGeywrLNKVk6tr3XItyMdx {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fy4rq5W64HPbu1CTpWWAU2an1aZRFO0V {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ILeIzTsE78kMUAziD80ElMoTaxT3KONL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #vo350GZBd99DoT4eCfoCdiJW6BHTNwXs {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #D2TuDOgrg5vof7V1MkEXURPXEUrUlAHi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ouxLRPFxifZbkNIrb6Ifl1BwHFGSqLTU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HaGcfeEOFiTPz3J9GnN9zP7r2VOweqLM { display:none; }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VsLUZ1RZohTOrOpLSdF6xCS2rm4Mupuw {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EDAWQKrgcULzMbpRSUW6rIBWzh0OVaT9 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EzNeThJNL7nRNQSMDtEh16voekbepyoS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #sfJnJzSeH5ByOBS7ZFAom00fXpFN6qHQ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iyZxohDAQfVBEipoNPCVZtZMcTSPTERP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #O7sPXgdKgUuiQfVetzc87zH5HzRz7eJC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TEboWwaCiZKPZ105Gc1Hfs38CqyEskXV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #HAUBerHnbc0E48XQqMe8Nu9yGwb8eSo1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lM3qbVs3HwDqT21DzJrlpIU8NQQCHz3W {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #gWr6l2ILSfmMVoaaCHDIsNKlG8D98BxX {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QlAR6JSLxTIQzkFo5GOSEDc8iLsEl1Em {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n5oNK5TduQODRWhvH4DCBUEwRScbGbcC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yTnVSlHnkwZQ345eM7ZGBUlUdkZioMiR {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bATCFkZgmXBzdu1QO5yG0qZe7JZSFN7R {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #f8JkPXM04kO8uyGZZDPSRoW4NV2wzX7a .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ALmzpLnCwtnBpwHB7drUmXvRo8NIc7qN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JT7qGUINART40ZCDBn6e3P0TdzZ176WD {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Q9lF8zBC4DGS6yulySPisUgDJaWocEMy {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xTCRL4r0xuswKqQqdPEwKzn1x3uMU1qR {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #useUTO8mohOeLkUrS1ScJWbToF9DZEel {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xRXimFnA6VA8MWhVgoTFiNLX6VFqRXSe {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ipOpMdrMTfnesbbqgzIgf6gS2A4tD0ud {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #odDynrqUvLTmG5pQ50HO2lXAxLBSl4ET {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #qv0E2bOVCryF6uH049UVbiU7lIM1WqWF {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #yp4PPqXmX3KdH575l7TmXZSgbIG1Oxqh .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SzvDB1CATJTzwNyMF8OQuMU8zJKUsVyi {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Drx6J39IThZ6f09ZAZpMEZRK99De1ifU {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #KS9Uckid8kL7sJsKbenzDqvdEB8D0Gd1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Jo7N0ONUGHCkNvmikN2MJowZ70GsicmB {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #DGoEt3zhSfQmsshDNSlf55ZcyzbFIiy1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXToI4Qkbq72ry96fe3VHgRMINlqX3wz {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #bMslCexabQVFSRF7GVRVpH9upR7i4nJK {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zHuEHlLinnf5TbOWl1Q5vEHZwpW7nT3l {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kkAGk6haVMMOrdalzZxpmfOq5K6r7noy {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8qRaKSWbREcmwuHnHyFabtX2TX5QdeC {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #s0LN2ikdMM7gdyufwTy3im0msSnK4Lmp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Bgw4W7N6aTABSGDoDG3qnlCLSfMgLl49 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Tv1IZT3WrnOBEUo6iT2JzN7248sVoGaS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #avyWyoydduTMK6bfKA7vaT5HkVIgO6hu {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JtM0Wx0aGHwiEgAcp1dIpTr9VADvFkOo {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8c2d2mPZO8A2n1dfcPCTMKKxVeLChwd {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pC0ezZPsOSzAuFy8sdlmXJOnq6TkrWOv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #kANXPaWAVRdQySz0m7i4TWpF87DvXFJP {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #S4K7OJBgmMUh9FkMIOy9NAtT4LRt9TZs {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #seET2XvPFDDQ25MJeE1VyQnJs5PieOH7 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #eQ4aO2U19xls4JZK51XnUTOIt4EJVcHq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #lXqRQ703KO4LOKdUGpRSAtSHPxbEIu8T {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mEm2O6uympb6EL7no5lwk8hTbhTsu5Mf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TbfVXrcuzx5cSBgvuz6BlbXm4Gadv9I8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #skoSACkM1m85JMrXCKrp9xeLmT20bxsZ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #oTpTPNrTtKl6TM0uRrs6aDrDuTtCRuIN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zw11utAWCCwt4JaW1pFiSccsyhlXGwLO {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #M7DBnDWcXmIntIS3SxzyNnRyG9UvETgv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Lmp2ugJEohBtRc22WfV4MwCsTz4K6tr5 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IXB4XiM1KlglnLlsOgPHgJz00bnzliFV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #VUWoEQGEJ4EPnG22CCUzvN9vA55HVl6s {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rTnBWXpJaLKD6hFce7LwVMT1MtmOV404 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FMZRdIuFHkBFh2d8COliSItsF7mkNCsN {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FJlVTT1LyURu5sAmhcD30L8nVmKixWTI {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #JEsrkTUQA09sa7epH2JdbI9xs2TffACf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #pouQ1ygy2cXfkSnW9TvHxSre8xgGTmv0 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #iwQOFbCQ4P0Irs28kpGDVr110pHDwVHk {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw {  }
#g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #GBlFXSyJ2VHBFOhf18fPb8xbTE0g4bZw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IPIgypTy47lfQlO6BX26IAiWORqONxT8 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #xDVPDWZNF72iG61lPvUd1ur0kBwfF2WP {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #TkUPvOAkSt2zTSDtOTMiUGKWfT5ay4sK {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #MJNxQqOvmmFINeM9R8GGIr8TnOwRtVB1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ozwnHxhzo6opX20E8efn6kQ6cSf4NUbA {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #n8G6yokmO3TOiP1s5x8JCxKilX40WHea {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mRMyv19XwZbHZiIA8vaMTnoSXb0UM5fL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Vc0iUWv5MPRCO2T0QX37bTTTzD3kRMJE {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #e1ENd8SllKMdCIvn7oJqSMTwIrhy3Rfr {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #zW7ETvAmNRERU008M3cZTSa7kUBEXMJQ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #C1XuFFN6IyXss6ZKohnT4LMg0O5PHJXp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #WOXsFTH8dmX7AHavFm4gGof3w3BGKSB9 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #BKKWqNCFiZpLSTl8604LtzX3RCGqypv1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rKw150CnrKSw3D2yMWXNWND6GLrldOXE {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EsbQyPLuKAGmQfVZEaXThfG7l3vbVrBV {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #k7aGdkxKkyBa4OfrVhRTxGk2i82tHDEL {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #rDX7SME3JOJpBLvSihrR04FToq44fXgq {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #nQhae1ykZt7aTVPdePF2fPEdSoseRWev {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #UAofUppIJeAU4zExOSl0fZHgoRWILxgf {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #l2JIyxANnVXu1b88xxSoTD4dZ40bkxGv {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #QV3lyczN3Ms42sd65HN6BZsmMun8Jf0X {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #EIWt6DtzRLPk9ZEbCouT2QkrWEu6fe5U {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #y5abBU8sffk66DaVTZKO6wUODUZ0UbrS {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ItlsXHkp4PKViTIo5GTEeCFRphcPHH7n {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #Zswif2EDsxrlq4apXVD8AUMDk30hQyB1 {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #ZXRcXaCreGrhRDqoPf4zbNQm3LBbCdRM {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #fIxB76oXunCaN3JldHVn5b43iu4rsxiz {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #FHl30CQf7lSbmAlUiCdirFw0AsRTVBzp {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #IRhMT49y2JWxE5U3FnCXfTf9pRIMOCbn {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #mkH22p6NPo29HzE8nQnnSaEI6JLCopCW {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #x5Tw3oMVWBgQsLACTeCRGLTgdun0p7oG {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #SdvN0L0iKregwT2Eg48H4Xgayk87wxiJ {  }
 }@media only screen and (max-width: 763px) { #g9mnBQEu8g5fbLPHewPuoqPZERS3bVia #noSG0eRvUqoTJhPwIxa12tG1LWMGShk4 {  }
 }@media only screen and (max-width: 763px) { #RgaAV9hnJZeP4NrgmWmbBotRqhcnE5y6 { width:20rem;height:0;top:3.2747392654419rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yvrMnSLMiKbcq1Wmc5WJCKgExW24eX1W { width:14.6245625rem;height:1.462675rem;top:37.15646875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bWNMDB0kTLKaBrQNHuOF4Po5hudO4TZQ { width:18.9375rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTlJwOeNvZmnlv2th2gABVJQ9MmCPzv { display:block; }
 }@media only screen and (max-width: 763px) { #c8gbDTuQVg8c7Oi78yfUWJ8HELw3OxFx { width:18.936625rem;height:3.37456875rem;top:6.6276044845581rem;left:0.5316841006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpC8ONAticZCMBQJyPeRSsD5Tp3m7MT { display:block; }
 }@media only screen and (max-width: 763px) { #U62gJ6TIas9mLWDPyG1EJxOtCKlWTetW { width:20rem;height:20rem;top:365.05532264709rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 { display:block; }#QNhemhr4rLpfw8pIbFtbCf5uQKIgGbs7 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCpdtCas5m1PBLAI0LOipJL3GBnN4oR1 { width:20rem;height:4.798175rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qsu2DJVDE8kmV5xqt2WiSOps1u8McW7R { width:18.811875rem;height:4.049475rem;top:7.4826393127444rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT { display:block; }#opqdE5TtvNr5UiTa3zIXiG0dg2WOhkwT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtQQXkgBgXKnvFAGBb7X7JKWNQ3TJBq { width:20rem;height:6.5656565656566rem;top:1.25rem;left:0rem;display:block; }
 }