.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container { background-color: transparent; background-image: none; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container > .video-iframe-container { display: none; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row > .video-iframe-container { display: none; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .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); }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container { border-width: 0; border-radius: 0; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#aQCCB9tIRAlokZ3t7PUesdqL4rhSUZDr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.75rem;top:1.21875rem;left:1.3125rem;overflow:hidden;display:block; }
#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container { background-color: transparent; background-image: none; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container > .video-iframe-container { display: none; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row > .video-iframe-container { display: none; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .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); }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container { border-width: 0; border-radius: 0; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#ELJq2t7uGqZBCMplZ29R51TCT8CLz17h { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.53125rem;left:2.1875rem;height:9.075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHGvHE7kWruOkvd2MBtshcbWHsnyozSb { position:absolute;display:block;z-index:15002;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:37.875rem;width:37.1875rem;top:0.03125rem;left:28.375rem;overflow:hidden;display:block; }
#g7QUu8DDtnCZR1WBhz5W4iWqRh0kqfPi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:98.5rem;width:60rem;display:none; }
#fsT72WCtCPiqclB4NU6BEkt9q1SHu9C3 { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.25rem;left:2.1875rem;display:block; }
#czDpzm9FSi76czPGL2gVZfNtIDATnOCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tM6PSOlIVuWctLCP0eeGxH5tf95F3znb { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.078125rem;left:2.125rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cl97VgJcBhBTwGrcLn20V4zqs6Vhf0b6 { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LIAavbglhTCwS94yKkcZK9SdJAkxAOz3 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.84375rem;left:2.125rem;height:9.0745625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container { background-color: transparent; background-image: none; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container > .video-iframe-container { display: none; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row > .video-iframe-container { display: none; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .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); }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container { border-width: 0; border-radius: 0; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#ne7X7iF7cGUfV6Q2nfvdlwZuuqabaIAq { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.7685546875rem;left:8.625rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container { background-color: transparent; background-image: none; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container > .video-iframe-container { display: none; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row > .video-iframe-container { display: none; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .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); }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container { border-width: 0; border-radius: 0; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#X4eM3hpQNbF2g0ZD8amiSDZ7XiMgGs7P { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.4375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xriQDqmiTtZ1y5iT5btVnLbwU40F4UZZ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:5.4375rem;left:21.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIfMLOIu4QvHFJZyvs3ZCRTsy7DQTzOR { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:5.4375rem;left:42.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pyc24QPfmEb3dBoynLUovdEi0aLNHHVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:1.5rem;left:8.4375rem; }
#H2wgrk9tUEPI5kgprgFgPzPx7JEKvDWG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:1.5rem;left:28.4375rem; }
#A1VSv1S8THOohF33QUgIsBTJkZIaE3O3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:1.5rem;left:48.4375rem; }
#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container { background-color: transparent; background-image: none; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container > .video-iframe-container { display: none; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row > .video-iframe-container { display: none; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .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); }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container { border-width: 0; border-radius: 0; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#TD9l9XSERoozDwhTI4n8JyxFBX0THr6o { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:4.9375rem;left:3.53125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXwpiTlu3BpgDTaWJH9TbcMJIuHmx713 { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:4.9375rem;left:32rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1XH3vImK3OFJ0qdTCFgRzoTXC1dk5ZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:1.1875rem;left:13.4375rem; }
#R2btKRevKlQpaH8ZI4tP4CWkz33bbQ9Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:1.1875rem;left:43.4375rem; }
#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container { background-color: transparent; background-image: none; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container > .video-iframe-container { display: none; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row > .video-iframe-container { display: none; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .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); }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container { border-width: 0; border-radius: 0; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#vkfus8c1NO9VbWFCHHZHA5zTOHT1Tbat { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.22607421875rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnAwxZSw0kKFSlxBLOyKwD78r2ksBSK8 { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.75rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:30.25rem;left:33.0625rem;display:block; }
#l6LfXLZR9BbtVyKPMydH56zpXFLWH4VU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faDunIB4ZpFQmcZedTUUVFEh81t2TeA7 { position:absolute;display:block;z-index:15078;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:28.4375rem;width:26.375rem;top:8.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#WTLxCt3iKQ3kJWbbVWk2sHMrpKUcaAf6 { position:absolute;display:block;z-index:15079;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:29.375rem;width:29.375rem;top:0.9375rem;left:30rem;overflow:hidden;display:block; }
#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container { background-color: transparent; background-image: none; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container > .video-iframe-container { display: none; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row > .video-iframe-container { display: none; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .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); }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container { border-width: 0; border-radius: 0; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#Sph3qzNF3xbdOIhWOhhSQrCAUCVeSmq9 { color:#000000;display:block;width:57.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:3.1875rem;left:1.1875rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEgXEx26W8ouOT4HUV20e0QVtcqBKky1 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.25rem;width:25.75rem;top:19.625rem;left:17.0625rem;display:block; }
#DVdXsPsaCKzV8J4yAOVSpzDwcNPBr9VI { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:30.5625rem;top:18rem;left:14.71875rem;overflow:hidden;display:block; }
#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container { background-color: transparent; background-image: none; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container > .video-iframe-container { display: none; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row > .video-iframe-container { display: none; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .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); }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container { border-width: 0; border-radius: 0; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:60rem;position:relative;display:block; }#k0QDTrnpHVxAzd5sbDUT3WBE5W0lUPH5 { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.75rem;left:8.625rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRB1mQ06IVcOzMvs9aZok6uoqX4o6TMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.875rem;left:2.625rem; }
#uTlqGn7TGMDqPIntOPGRt45PGomklvnz { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.56875038147rem;left:6.1875009536743rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnTDL4U8eC2M8tIiDMBPT0JEiBEWW24i { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:6.1875009536743rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#unXT74wVkv5MqDnadT16ZdMIQ81lJ0O4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.393751144409rem;left:2.6250009536743rem; }
#VO6zrymO0cM1DpVuzBIHvKRoDI9fphA2 { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5rem;left:6.1875rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kI0fCMMDbsQRXI3V5TwAZu8lfIpQoID9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.268751144409rem;left:2.6250009536743rem; }
#qq6Hz4g3JcqutNEtIpFLXT1Nal5yxHat { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.9375rem;left:6.1875rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfz02OTSsRsEyM2rzVWc12TWH2zvJp6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.706250190735rem;left:2.6250009536743rem; }
#QMtHoz7gyCia4gHHNi5SIgHHFTB8sBRK { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:33.4375rem;left:6.1875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VknttbmmpgxTvIfESgEig101JIC76ug5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:34.47500038147rem;left:2.6250009536743rem; }
#AKTAkCnxFTdV7tEmVRHR1lhXfDaM4SmI { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:39.6875rem;left:6.1875rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AVzHyH9LTv5nSPOk7eESzv0IpLBT17gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.875rem;left:2.625rem; }
#i5nD8c1i0u5G7TCtMvdHqlv0VvPieDzT { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:46.0625rem;left:6.1875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dt9HNq3Uc7NfKlRr812RTcwxqaNDfWxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:46.0625rem;left:2.625rem; }
#xu8ToTamW9uupVJNkIagH7mSofW633UJ { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54rem;left:16.531250953674rem;display:block; }
#A8HUbwRAmnDdl7pHi5JpFZOLIDNPeaQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container { background-color: transparent; background-image: none; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container > .video-iframe-container { display: none; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row > .video-iframe-container { display: none; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .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); }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container { border-width: 0; border-radius: 0; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#i6mm3zA9ifNJzR6N00PVfzctOLLPQiBC { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:3.4375rem;left:8.625rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFLzOekgwOXUxypGTE56gz4ufJACyl5L { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.08642578125rem;left:8.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container { background-color: transparent; background-image: none; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container > .video-iframe-container { display: none; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row > .video-iframe-container { display: none; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .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); }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container { border-width: 0; border-radius: 0; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#LusckgRkqDBVoycuEI9HBbpcQ7AeCCkL { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:14.037109375rem;left:49.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpU8TfswP0DigWfvnA7Hm0X3z8kwSq7N { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:14.25rem;left:1.8125rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCw80MqNmzB4gBGCE4vx3Dlk3FGPNWBJ { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:17.5rem;left:4.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoQwtMnh4JKTAMXtFNgabsMQur7OhAy6 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:12.75rem;left:4.25rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTAt4NL4ZuILSpJUSME82UTThlcB3JyB { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:12.75rem;left:19.250001907349rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dshmqhtFoMVtdpuJCmm6zQq3bqc3EicV { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.125rem;left:16.8125rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJ4NXrBr0DumZKaHuGKCXG8PqUTe6a3a { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:17.375rem;left:19.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHQToDu7FopxLpWgNTki2rWr8C9zDI6l { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:12.537109375rem;left:34.25rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTsRXWyT2aDKlA67GfcgBGL5RU4fWp0E { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:14.037109375rem;left:31.8125rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WlgWrLDT6UUrGSsTbRsmwq6GHznzcEqe { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:12.537109375rem;left:49.25rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0NdQ2VlXlv7xXXfpRxpJEZtLl1xi1RU { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:17.25rem;left:34.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCSNprfbP1ORK3TsXvuDzUT35F651ZqA { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:17.25rem;left:49.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htMB0UHTnqny5eL3V3zk9PnJRanIXsIi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.662109375rem;left:30.78125rem;overflow:hidden;display:block; }
#TVMPosTI60KassUX4fSHrcTOeIpUmq8v { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.662109375rem;left:45.78125rem;overflow:hidden;display:block; }
#A3uMElCVMSJGQ2Q4eup27sx3MTAL0rbr { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:12.75rem;left:34.250001907349rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRFeUcxF0bkrG4tHCPIr7WUfTegZbl16 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.64921873807906rem;left:15.781251907349rem;overflow:hidden;display:block; }
#EIQy5mG8A7iv3MAZDBtPvG3dyvpshuIq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.86249999701975rem;left:0.78125rem;overflow:hidden;display:block; }
#eKPnW58KOpnBHWhS4RMMOTwopfEqIZai { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:12.75rem;left:49.249219894409rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiedT8piV809nmhhxQNbWFdwUOyy7Mty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container { background-color: transparent; background-image: none; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container > .video-iframe-container { display: none; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row > .video-iframe-container { display: none; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .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); }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container { border-width: 0; border-radius: 0; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#OSD8piTkLRw1Kz59BoFyiaFKqTezoXK8 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:14rem;left:46.3125rem;height:4.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3QE3SbnzL839bX64dnVhDCHCKCDbZLS { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:14rem;left:1.75rem;height:4.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kxAfu8bu3DJ0pXKitBNgJVOxHPCmUnMP { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:21.125rem;left:4.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CE6f2vnBzrxuE3HJA7aRPhkACyrTvtsd { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.0625rem;left:16.75rem;height:4.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yv2Dxh0PlMSbER4g7idhJou8T1t8OomZ { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:21.125rem;left:19.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHy9A5kTK6NoR5vupCuniO4Ben7u0khG { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:14rem;left:30.96875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eysgxi75NvOHhogUgzDzgfWk1BKycepk { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:21.125rem;left:34.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BchV3mkFmlvLwx9rdoEwvuMNdfgTdwy9 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:21.125rem;left:49.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sr3Td6JCCze0TRRd8XaZo8mi32ZrT8kC { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:12.375rem;left:4.1875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRyJJMgdRqEVUMQnfNba3fD4q3wcfz6t { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:12.375rem;left:19.1875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRvl5HaesXXPbKlTKsoEIH1aQzuaW9sk { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:12.375rem;left:34.1875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhzflGJsVA8zrP6JFCSf2IqXpNoz1Bnm { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:12.375rem;left:49.1875rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNPGRT94IMpTiQfBRQ2WEqb7EbAMCs1W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.6875rem;left:0.78125rem;overflow:hidden;display:block; }
#gO1QBFLmWMGmM3kUopsZ6FmerF4cEpbX { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.625rem;left:15.78125rem;overflow:hidden;display:block; }
#tExGTxCJaEDCn7A7DPTEQGoPTeDwafKZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.625rem;left:30.78125rem;overflow:hidden;display:block; }
#oDqvppsqBmZMlg1Puo7F2hostwUDBZL6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.625rem;left:45.78125rem;overflow:hidden;display:block; }
#GTcZ2KU92pao5dlhIvT4bygfgRIH6rpM { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:12.581249237061rem;left:4.25rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STMv5d0OH1DdCxeV57TQySuM0Fgp0h8L { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:12.580471038818rem;left:34.250001907349rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oM5MziX17nTtEoMiDZSqsXROxByo8H3L { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:12.580471038818rem;left:19.250001907349rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJ5UF9P2kQe9arupTQ6KyqqbG6DSVMM7 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:12.581251144409rem;left:47.592969894409rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container { background-color: transparent; background-image: none; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container > .video-iframe-container { display: none; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row > .video-iframe-container { display: none; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .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); }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container { border-width: 0; border-radius: 0; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#HreVb7ZxHIXTQnAn8GnJqCQS20sTW86S { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.218750834465rem;left:16.531251907349rem;display:block; }
#HwzaBVnVizbfTC9qXk3Bb2zM07hrtDcl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osacgOFeQpyrq1MTScRM7Uein4BLRTI5 { color:#f2f2f2;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8yWrd5xVPhHvT4oTrPMcxxph3ecC6kD { color:#f2f2f2;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:8.1875rem;left:8.625rem;height:3.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsTAnTEMv87Qf3hBOhELCThMrHwPNxpz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:45.0625rem;top:11.830469012261rem;left:7.46875rem;overflow:hidden;display:block; }
#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container { background-color: transparent; background-image: none; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container > .video-iframe-container { display: none; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row > .video-iframe-container { display: none; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .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); }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container { border-width: 0; border-radius: 0; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#P8ddfWIGNvq7udI88K6PdMhXqiq7bN9a { color:#000000;display:block;width:46.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:3.63671875rem;left:6.875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biaoW2cVzEbSeP3IWRUBoRwIp3n0FWrC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.25rem;top:7rem;left:25.875rem;overflow:hidden;display:block; }
#Uf81dareKm74BpMmz4OINBRaDIsUMVor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container { background-color: transparent; background-image: none; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container > .video-iframe-container { display: none; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row > .video-iframe-container { display: none; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .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); }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container { border-width: 0; border-radius: 0; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#DxrfL0cHF1pWN6AOlAXOHIyylesoI6I8 { color:#bc8e5f;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:20.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#vr5bTX733RqMO58VkXl97TkXiBbHmQm6 { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.5625009536744rem;left:17.500001907349rem;display:block; }
#Mhrubieu8JVobOqC94bOzgCsFfTRCuzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3RiXTmhbUvrFfTikrNb4mFvB8U7pPIa { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.3125rem;left:19.4375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:none; }#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 > .row .container { border-width: 0; border-radius: 0; }#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:none; }#Li5vmXiRD4oOzxwvXc8m4QoDyIcHVQR4 { color:#bc8e5f;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.48828125rem;left:5.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#nyoP7fq0lfNpwSr1Jkp8HkdOByuMqxv4 { color:#bc8e5f;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.48828125rem;left:35.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Jq08Lb6WyHDdkgLv9wtbo7yZAXLeSca9 { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.8125rem;left:17.46875rem;display:block; }
#zp6LmA1P9mJMOyPRxBD6WHxSCuSyU4y0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7yTtmhkwtC9PshysQTrROrllSTEzK0L { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.21875rem;left:4.46875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CP3ZnRMOXBQ9zF5ukK8qUsLU0W21XrBC { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.21875rem;left:33.71875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container { background-color: transparent; background-image: none; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container > .video-iframe-container { display: none; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row > .video-iframe-container { display: none; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .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); }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container { border-width: 0; border-radius: 0; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#P4JToLxs1NcsWI7cXhApuGtFp6u5gaxy { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.9750003814698rem;left:4.3125rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro { position:relative;display:block; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro { background-color: transparent; background-image: none; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row .container > .video-iframe-container { display: none; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row > .video-iframe-container { display: none; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .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); }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro { border-width: 0; border-radius: 0; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .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; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row .container { border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4250625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UwaiPK0hqroXly9f2HUy2g7lhHatZT8w { color:#000000;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.9;letter-spacing:0;top:1.1054689884186rem;left:3.5750007629394rem;height:32.0625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UwaiPK0hqroXly9f2HUy2g7lhHatZT8w li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#UwaiPK0hqroXly9f2HUy2g7lhHatZT8w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#cfZ6BTzanet5mms62MN7ivgkEgnDSTkL { position:absolute;display:block;z-index:15009;background-color:#be0039;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:5.125rem;width:12.5rem;top:36.875rem;left:3.625rem;display:block; }
#zk2o1PCGR95ySKTNV30QOXN9xssX0PCd { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:38.5rem;left:5.125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vsyb01uKQhwPMEpgCzez93xHRLI3VnE5 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.0625rem;left:18.4375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zO96w2kBBySDzugxbfur9CztOGFogqhc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX { position:relative;display:block; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX { background-color: transparent; background-image: none; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row .container > .video-iframe-container { display: none; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row > .video-iframe-container { display: none; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .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); }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX { border-width: 0; border-radius: 0; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .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; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row .container { border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.3rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 { color:#000000;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:5.6499996185303rem;left:3.57421875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#e0uoCWGAgryaEAm7bvhEQ5pwnsvh00v4 { position:absolute;display:block;z-index:15015;background-color:#be0039;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:5.125rem;width:12.5rem;top:18.125rem;left:3.625rem;display:block; }
#VtzAdluvMZvpaUTI8Iae1KBxVenywEIK { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:19.75rem;left:5.125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJV4187vxP7Zb01MAWXoBsr294lNFUq6 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:19.3125rem;left:18.4375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKds7HsBcfo61Am2IA8Vt1gNAMhKzVGb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XiRoKzBiBS1NGo1dSVU722B3b6PLDJ5C { color:#000000;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:2.5617189407349rem;left:3.57421875rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu { position:relative;display:block; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu { background-color: transparent; background-image: none; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row .container > .video-iframe-container { display: none; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row > .video-iframe-container { display: none; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .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); }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu { border-width: 0; border-radius: 0; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .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; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row .container { border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:#caa480;background-image:none;font-size:0.875rem;font-family:arial;height:4.425rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G1eLUhbyWBAxGIX6EnTSJqVHVciB1cA9 { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.9;letter-spacing:0;top:1.2187490463257rem;left:3.57421875rem;height:2.1375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VHRGhrAG12vh4Fs8HJanZlvkolR60Pdf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.72499942779544rem;left:34.89999961853rem; }
#CHkcXSCISxEqIfonavUz95CyGIadtHAQ { position:relative;display:block; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ { background-color: transparent; background-image: none; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row .container > .video-iframe-container { display: none; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row > .video-iframe-container { display: none; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .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); }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ { border-width: 0; border-radius: 0; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .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; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row .container { border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:177.925rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uwhyz4gROWTnw1Ef1lsl2UmZO69IzsAT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm { color:#200f43;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:1.7835969924927rem;left:2.1468734741211rem;height:32.0625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#eDBf0g2Ipk33kFDZ9nAIvpMwGVD6e0rg { color:#000000;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:41.512503623963rem;left:3.57421875rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT { color:#000000;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:44.200003623963rem;left:2.0734367370606rem;height:17.1rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK { color:#200f43;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:73.375rem;left:2rem;height:12.825rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#F5n8yd2DGutOOeDtxFH7scMo7wm3xGf0 { color:#200f43;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:70.8125rem;left:3.6875rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RqSX0xmH9ZMmRq7Xpa6uFaTaCWG1yu9B { color:#200f43;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:96.137504577638rem;left:4.1359367370606rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#NzqtLXDzlMrJlan7dHNx2G09naXQXTVs { color:#200f43;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:98.6875rem;left:2.6875rem;height:23.5125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NzqtLXDzlMrJlan7dHNx2G09naXQXTVs li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#NzqtLXDzlMrJlan7dHNx2G09naXQXTVs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber { color:#200f43;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:136.4375rem;left:2.625rem;height:29.925rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
#IQ5fctLg3UNwSQZpKPF5BuLteUc4GLPN { color:#200f43;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.9;letter-spacing:0;top:133.875rem;left:4.0625rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#CrWXTLK0ghQPIMudyPnzMNk5bMUmrBHZ { position:absolute;display:block;z-index:15018;background-color:#be0039;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:5.125rem;width:12.5rem;top:63.25rem;left:2.25rem;display:block; }
#f6WMTIatfxeD0T5na1Qym2c8h0eEU9GV { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:64.875rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSVdRRwzOT5z7VSgaPbZTelZIa23XkAG { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:64.4375rem;left:17.125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#roKSs8CMC430f5x6amq1ebzOWQkHT72O { position:absolute;display:block;z-index:15012;background-color:#be0039;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:5.125rem;width:12.5rem;top:170.6875rem;left:2.25rem;display:block; }
#kucWwkW5IIeLAZWgDPGH9l2mV1rvtNuP { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:172.3125rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J30ywL6qSKZbHieizSVBfNhmCCENJL8v { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:171.13125228882rem;left:16.499998092651rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KqnoJraVpECcGSI6X97P4Nq95TIQUE7X { position:absolute;display:block;z-index:15021;background-color:#be0039;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:5.125rem;width:12.5rem;top:124.9375rem;left:2.25rem;display:block; }
#TDuD61ytw9Orc6fhv2pH28bUhVwTNmTx { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:125.3125rem;left:17.125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVPKyAvfGBkC4GBwWyEc4oQsnQ1QlVTR { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:126.5625rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofF0cp1daNnGvwMRr2NRSAvaaIktwifI { position:absolute;display:block;z-index:15024;background-color:#be0039;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:5.125rem;width:12.5rem;top:34.6875rem;left:2.25rem;display:block; }
#chVILfFe3HOsRNDgpkm68qTIVTlolMHI { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.862500011921rem;left:17.199998855591rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ak67m6lrHsh8f14J59sm68qtSftQfrPT { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:36.3125rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUXp1eicNUXOrT3VJKNDNkn13IpA0f46 { position:absolute;display:block;z-index:15045;background-color:#be0039;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:5.125rem;width:12.5rem;top:88.0625rem;left:2.25rem;display:block; }
#ptvQdy9CPuSbSToCNnNDaOJBl6D9ZvEw { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:89.8125rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNVlsRbFTAyDHTF2ckouvDHH9bGO3DX7 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:89.25rem;left:17.5rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G137XddQ2sGulIDZy8s2gJWQWc4lyoqT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tLdUAJK5EV1iUHQhf1qS8xo2szh3L1PS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EBfs4rlgpJNzLbHCob2ca9TTT4LOZQ0L { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tgd1JXXXcJ0FCgJWvFUmGJr3vTn9O7WD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cZz9l3rEmdIy95n2b8FH6Lt5RDTsDuEF { position:absolute;display:block;z-index:15021;background-color:#be0039;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:5.125rem;width:12.5rem;top:124.9375rem;left:2.25rem;display:none; }
#xWfs3ulP8KmeWrEoVlaf15hkM616OhAp { color:#f2f2f2;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:126.5625rem;left:3.75rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container { background-color: transparent; background-image: none; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container > .video-iframe-container { display: none; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row > .video-iframe-container { display: none; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .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); }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container { border-width: 0; border-radius: 0; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#BbA8r15Ztvo2Nz13fwINHTZmydG1xsvl { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:29.0625rem;left:22.5rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWhueQnnHanM6OrisBJUgSahIGgvEkuy { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:29.0625rem;left:3.5625rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZqmTITKJ17ELkv1PQCG1bD6ZVTnDs8E { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:14.625rem;left:40.375rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJsmQfMtsmcGA2OQP6SZXITEESnrNr1o { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.625rem;left:3.9375rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qk59WviiSO5ZTQ8fE7PvSAMoHSERbqTl { color:#bc8e5f;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.94140625rem;left:7.78125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oACtzreKfSuon0N02aopatDOL25e6Mgd { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:29.0625rem;left:40.4375rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ah8eeTHOzAPTim7keZZXAeBZu759V0Tm { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.625rem;left:23.5rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8RawJUkNrvb1QOrbxVUIyXiWcCTKJkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.5625rem;left:9.5625rem; }
#V4IPcoiKBh5TBxdQx8HNq2gDh3ZgvmER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.6875rem;left:27.125rem; }
#hPRHKV3CWuZXAaMqNnHu7KLhB6KlHJ5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10rem;left:28.5rem; }
#wUZ2qoNONcNL4mTE38TN1H9m4aBO94hX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.5rem;left:31.1875rem; }
#vEn3wPdUWeukiXiIZPqa4hX4kNTvwb7P { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.375rem;left:46.8125rem; }
#GiQ1ZBxuiZ8VsyaMopWu60aImTKKMTTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.0625rem;left:9.6875rem; }
#iGdRR9OsAZL7uiJ76QQf4cRFBPxuzDTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.8125rem;left:28.8125rem; }
#g81Tv1oT7mhrKFCR1ou3alnT2tkKwsuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.9375rem;left:47.125rem; }
#lsJv859GryUaAOVC0yXVCT93JK2168N8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container { background-color: transparent; background-image: none; }#lsJv859GryUaAOVC0yXVCT93JK2168N8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container > .video-iframe-container { display: none; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row > .video-iframe-container { display: none; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .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); }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container { border-width: 0; border-radius: 0; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#HAr3aqPzeeeLUTTT1klP9ctIRfFpVDXd { color:#000000;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.8505859375rem;left:1.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxyJCiRh9I8Q2yCAOADQEtREyMBTgtuB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.25rem;top:8.0380859375rem;left:25.875rem;overflow:hidden;display:block; }
#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container { background-color: transparent; background-image: none; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container > .video-iframe-container { display: none; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row > .video-iframe-container { display: none; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .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); }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container { border-width: 0; border-radius: 0; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#ZLSMQ2omFVafxtVJxOU2bXX06GnJRwfo { position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.25rem;width:17.4375rem;top:1.4375rem;left:21.3125rem;display:block; }
#GGqvwW30qGgRUKP1zIP8v280GzCcIRsP { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.5rem;left:23.8125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#voNB6gTyzzeUbl4EMRLy4wOFtS0dWGSz { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:2.5625rem;left:23.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#lqudRIdzONhnTlNQZPSwDpT8QOETNdT7 { color:#be0039;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5rem;left:23.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#iQENKWJ0wcvCLNyixD7ey73ytcehfdpx { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7rem;left:23.1875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#fZi4zkTOXXUVhwiTiKdJmNdAU3z32kW5 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrS9tahTq4m6bpMyt27rblOLtZfDrngi { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RObaBMQHTphCRq5Z10sTKo3Us0lBhVb2 { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28rem;left:23.750001907349rem;display:block; }
#a8mMJOGh7GwyftXCpuSa28sEJQgnJszZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRmanZ1Q6tpG7OTTvPCasP6CKhEDuyX3 { color:#be0039;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:20.3125rem;left:22.875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#yZ1207zkuWFsLzANa1ZlUE2cotvqcBL5 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:19rem;left:23rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWhLU59XCCvtk45IeeEQk6rA4W0asp4O { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:24.25rem;left:22.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8wvX7tIbnLKrb3X1Ns5ioaeT5RNTqIr { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:22.5625rem;left:22.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ > .row .container { border-width: 0; border-radius: 0; }#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:60rem;position:relative;display:none; }#PtqR0o3XW1aA3tUDxy9ZhwsOnuwL7VeV { position:absolute;display:block;z-index:15005;background-color:#f1efeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:55rem;width:17.4375rem;top:1.4375rem;left:10.3125rem;display:block; }
#yxskkVSBw8I1U2kvi76DZztCqfzJKBZ6 { position:absolute;display:block;z-index:15006;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:55rem;width:17.4375rem;top:1.4375rem;left:32.9375rem;display:block; }
#GG8XQbbq99q0CWh8mDvRheD1vNscHTTr { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.5rem;left:12.8125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#KID0CtVLRdzbRAAnK4atqCITMgJh2X5e { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:2.5rem;left:35.5rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#EVGp4nHXyywQQsZkszNaupSzR1FUm17r { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:2.5625rem;left:12.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#LWRhF15BhVkc5qeZGnX7S4d0rhyQ3qUK { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:35.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#EAN6lLTckOwF0ZTrNu7V9keohsDEnNbP { color:#be0039;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.5rem;left:35.5rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#R3k6TO9bVHnRAvoIFRebf16W3D0ETHUV { color:#be0039;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5rem;left:12.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#r2WO27FaBCmHsJvm3GrGxrKpXnafL01D { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7rem;left:12.1875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#RO60Mse9JFMDW25aP1wHtzSST8M4DQMv { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7rem;left:34.875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#ZNrknWRHRkM6U1CtKT51lDURy1isK1ty { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:12rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxEza68DqMl4FJIXvzO3pqRMm1T2MSa3 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ndx2XJmvyJcahAe1dHmEw8diaAiu4rMd { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:34.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ev4NDeH18gFfNXQWV8ReH0Wpd4k5mUNf { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:34.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hkvBPtXHTpS7AJTSHWfLIZSmqetTASCO { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.25rem;left:34.6875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVeSekM7UDsDs9dHCNkZrJeaUH17xPXF { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:12rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7IMkQVmTA6bRu0fpz1hWSreDlgZO0mx { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.5rem;left:35.125rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiNqP0tUDweJO5X2FOhJwqfwugIG2R6A { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:12.4375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiX3ou4LQfRORXIG758CG39GXATQ4vQC { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.625rem;left:35.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTLkBNtoKH7fxU76t5zUNd1nvHhFiO9B { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29rem;left:33.75rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhVZzb10RLik7Lf3u9icuGOtkURbC643 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29rem;left:11.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z68aW0OuhXcVABkVMP9AwNLP9h12itnS { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:59.375rem;left:12.875rem;display:block; }
#kzZPwLlzJQUP1XtcuMVzrBw6sBMGoVOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5ktTmkpuFEOf20ZT2gCRHAlmM0QEGRc { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:59.375rem;left:35.5625rem;display:block; }
#EITaCnaDClnLllhiyhQIQGp7HoFc9V2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcguWo5FzHxnbRLO5VmQLSFLdnV6aNDU { color:#be0039;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:48.25rem;left:11.875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#qMX3QBEuqaf6dRcGE6GWHtRnrII5Whox { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:44.125rem;left:12rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GfNLaVzMQ6B7NTlHoJccX5fdpn5r0dMZ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:46.9375rem;left:12rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLHmme9QAmXLkXhivfU2RcI6WFbbxdhp { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:44.125rem;left:34.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VhthSCQ2R9g17uXIeqVvJK37Uo34Va4O { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:46.875rem;left:34.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vl350vfdWVw3E8wbf7IstU9EMycFNJ3H { color:#be0039;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:48.25rem;left:34.5rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#I3pS23hh9imwDeScA5zCNWTcHmxgg2eS { color:#be0039;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:53.6875rem;left:34.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBsNmivUum8T1vTpdeyFh48DWl5AAXKl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:52.1875rem;left:11.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSuCOzOToarKZhfHsqCzNM8OPLucgXxE { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:52.25rem;left:34.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r72rQZF3C0VQWVU4dNXg9vuDrTEgHTuo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:34.875rem;left:33.75rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0eZdwJtne3FDPLSRO8gVmGgBSSEvPDn { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:34.875rem;left:11.0625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abFnokvdTW9Q6zV0rvVWchA44d3KqupZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:33.75rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdprcGEKP8ZkC0Q0WDbhQmNaaO7tpldF { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.125rem;left:11.0625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfkkwD8PsQwZDLAih9zrMc5HCrrRHkog { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41.75rem;left:33.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IB8FkM5BGG54pgzvPu4RWUFPM2pLwlmZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:41.75rem;left:11.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k0eQvqgQ7uVPdNczcWA62Um5WeJeWnGp { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:50.5rem;left:34.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HI2R68qssoF3NRVrOC9yDTdxek0NLmgF { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:50.5rem;left:11.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container { background-color: transparent; background-image: none; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container > .video-iframe-container { display: none; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row > .video-iframe-container { display: none; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .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); }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container { border-width: 0; border-radius: 0; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#QtRXEFTqFKWkGsrVeTCSTrBPLKggeDJ2 { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.875rem;left:14.1875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#KZMuqZmuBTGQRaTyv2HtikO1JuU1zBmp { position:absolute;display:block;z-index:15002;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:28.6875rem;width:60rem;top:6.9375rem;left:0rem;overflow:hidden;display:block; }
#zpJyRc4Ofmu0xHQWkey3uPJ4tCBR8VV0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#fyAolX4LbDHHA35glHfydp58Tupp1gtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container { background-color: transparent; background-image: none; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container > .video-iframe-container { display: none; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row > .video-iframe-container { display: none; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .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); }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container { border-width: 0; border-radius: 0; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:60rem;position:relative;display:block; }#J5GDMxc32nXs99ZJIZMtBGDZLEHd0gye { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.75rem;left:14.1875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#qQDAtmFGmuciv0p42Roffrx3mafLVlfX { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:14.34375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RDQWQEeqWItze3pfwf7xQ4natFLrP48m { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.5rem;left:19.75rem;display:block; }
#TWgXxcPSpannWMl40tKyR44Fbb13AuAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHvQiTi4qzEnoJuo3RVphIWIeklMXqR2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:22.1875rem;top:12.25rem;left:2.8125rem;overflow:hidden;display:block; }
#IdmtILZziQgm9ktVNKakeFkKB8ZLn5gV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:21.8125rem;top:20.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#UJvUScoFrf3uL1T1BGtLI7kUeuVqghnU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:23.25rem;top:26.25rem;left:3rem;overflow:hidden;display:block; }
#ZJaEb51xOlx01VIo3nwld4NGCFtWTzun { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:28.1875rem;top:12.25rem;left:26.625rem;overflow:hidden;display:block; }
#Dk1Bnd0ZqHCf8mCd8plnbDPsXzxaUbPJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:23.8125rem;top:22.125rem;left:27.75rem;overflow:hidden;display:block; }
#EVSdyu37Gs1Ssx6B4kh18arePteqcMxo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:23.5625rem;top:34.0625rem;left:3rem;overflow:hidden;display:block; }
#cxEJvgHXoKrxxZwp9vVcrLJ1WSfUyELP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:23.5625rem;top:42.0625rem;left:3rem;overflow:hidden;display:block; }
#TR3zvJFOhn5eL2NMzUo3JyFxf5y4vCcT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:23.8125rem;top:34.8125rem;left:27.75rem;overflow:hidden;display:block; }
#yA7lvTIqHTcBoPhvQydGWvQsQp6fzstR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:23.4375rem;top:50rem;left:2.8125rem;overflow:hidden;display:block; }
#TtdbDl41Iz3gKIAR3aH4em4VzyrbLrZV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:23.8125rem;top:60.5rem;left:2.8125rem;overflow:hidden;display:block; }
#tGb1O9uWUltUefNX5fPndIOUtBIhqFem { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23.6875rem;top:47.875rem;left:27.75rem;overflow:hidden;display:block; }
#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container { background-color: transparent; background-image: none; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container > .video-iframe-container { display: none; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row > .video-iframe-container { display: none; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .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); }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container { border-width: 0; border-radius: 0; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#I8ayndHKcH7BXEn4cKFxz8l5m00qge8M { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:14.1875rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .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; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"open sans"; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .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; }#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-trigger.adaptive-delivery-prevent-bg, #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-trigger.lazyload, #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-trigger.lazyloading { background-image: none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za { box-sizing:content-box;height:auto;width:56.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.7476563453674rem;left:1.2492179870606rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ceqEh5swnXx77sdbirwfxR5ZcVpqTqSW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qTETuh151BNNlUcrK6gW7rkiunZffG5V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zDvbk0FHynsFGCLns5DhJT61sOMmthxs { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #loswdlGIgBUeO5Om7bl1QyIZPcn4ZyMz {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #koHyIJln5bvnpgTeFsxkFXc7i7WpagK1 {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #evGnGpG9kqQg7gopVqsIprNNrAEuHt6Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #iStkDIBJbbCaRIvNqE757uqCTmdb7eTA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zuN7p7d9GBrk4Ukg7m1HFoMdoCsS28cJ { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #mQ8B4y1JShffIqkpiR5POeiFcSWMuwnL {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #TaAoUNGZqlLV599yNrJbXTfyOn8AHma4 { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #msuLJeiWUnkn4XZBI2Brmd9FC6WdvK3g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #SP3aTi2CdUhZ4SQ2ecBBTK3eBayOJNzE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #CD2I8wLFxaOSCi9aXTS7TsSc6HQxUEw8 { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Jd73TgHnUJNiNKLrBEnEbq66KylmzLBs {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #adDgfnyH0GWNhht8TtLI8ETTbH5tSipf { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #K4Kw2H6mZyvIE7p70k7ot5TBWoNq4Lpy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ftFlDCM2GTekBlRxkGkZdGL2Ah4veV1T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HelTBPKqae50lqv4gZAke4iIcF8HyrNM { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #eQoDlXChkgutMIq2L7kFfgIvulZg30Gf {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ZDXr448gX7IfJuPvPJKkyR4MMiNRPwgc { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #T8ZLWFN8Bas1NuoXfCk41iIpc03Lt7wy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Ztyip1n4GKMMGOCQxzZNp0d0axhJO3iw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qv4TCAgSuVcSZTZQIgLqoEp7L4sZCCxc { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #hzFCphfWCMVVR0yLKPQJrn0zOdb2OxAH {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #d27pVDqW93odpOnuUaI8Mr1y1D8sHEi3 { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #c0z0bQx4PB5GLbAhCy350fdJ9TSPOEUq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #WZLktv2ETlT5irctysrabF2Ly5TKTFJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #sFLq5vetpZJG35hmaF95TFuFcQhyEefP { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #OTZCHvI1M7MqIHBVKZSmocz3JpQTGfte {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #aL7c3S8xaVs1epFEfkz0niFLZC8k4c8E { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #t9W02Fz5WqPfGvM0tnfQGfS3UMh1anne { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #wyJG21tNaxWUhXhBP68GWydEl8z09ur5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #O8T1OqKyqOO1pTdrryQXIhl7Vf4ywwMg { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LsTOkwakKrMTQ87NqkbbzCTr0KAgMdiU {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LhX3Z15eUtp7vXoEcu0HJMe0XnRu3kOv { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #peZbQuFc28Ts71dtdNlo93Uyht2GULMb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #B88ch7CMX6T4RUMAFSThHAWohCGLnUiV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #csX0vpNn7BRXhEoReZqcTSQxrzzfA9Nu { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #lbgOayrESJRvqu8CgmlvGfCB9GR7PyIE {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HhtVehFhaHB8VgGXw8z8m9TRFnnDN63F { display:none; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HNxHrrCNEE4zxRm9JxoHmD7Tr0yqMzMf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #annVm4mFQO7JZSNDrTdi7W7VP9XNUiO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ehnS8gBdHwTIvntpmilKHDJIsdZxiwhd { display:block;position:relative; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #fJrdJ5Fl29fu4WKwu78qFTV58frfrwJx {  }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #FVcIFGcdkzTtSHJ46Rf0yJPcKWXHzO5N { display:none; }
#nBvvXOvqnRuvO868rBPrGJ2dc73s40am { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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:none; }#nBvvXOvqnRuvO868rBPrGJ2dc73s40am > .row .container { border-width: 0; border-radius: 0; }#nBvvXOvqnRuvO868rBPrGJ2dc73s40am > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBvvXOvqnRuvO868rBPrGJ2dc73s40am > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:none; }#hQ9lr7gkVRpnFq5SfHHH8QRnaVVzAzUU { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:14.1875rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .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; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"open sans"; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .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; }#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-trigger.adaptive-delivery-prevent-bg, #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-trigger.lazyload, #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-trigger.lazyloading { background-image: none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy { box-sizing:content-box;height:auto;width:56.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.7476563453674rem;left:1.2492179870606rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #CIR0ZUgUVJ4guCweOCNIFpp4bwxePNe8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hmakAOsHTNVauiUPOC6Zsy2IkEAUcsh3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WzTRhs1EWRITVgQAkRTLb7TbHM12LqT5 { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TDBcGDq7zLPUmPtUHg4i7yv1zGxLsxhm {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #xTEWDtdSFD9PZgQXnhHfM1dAQcZsS8NV {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Xa5FxHh9sgUJLNrdOdiWTTZdSwWgBgeA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ORNivrsnSoChFbaed7ToL2teLsaq6mK7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #wqcSIThXatgpckGsmccVvhy6vrlVd9lX { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iESATACUXNTaDOSnyK0yxxkQ2WUyVaZA {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #H1C0r0WNr9TcXrgXbT6qS3pLKaenP5uV { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #XoGFl12yEo90hzCv70LVV2xXcRam9Je7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #gp2LxeMc4lRTpG7sKNNicNNfhWXxWbe8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ghCvDGEi8rZlHI96MnVCyQzxiTMi871P { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZswaLDdLENOZwbUemPQPDsbhDlC53UZq {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J8WN75LdSSP3oiLgB5VuACJo3tzaWntg { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #q9mOHuTQ58rxl1P0epEehvCPZgVrUwRe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #oLcKQWtCnltMI6O3AACcFmcPcnSNDKRN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TblCNhzLHHzxOTq1Iitrad8sqfxkzJ9c { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #umDAS1FFwP1tHUM3FZmuCKUdlHwLJJVT {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #obfSl4vqFqR4GBOTgsUM4tpnXkXagIge { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #PbwkAVw1x71eNKMCh6aCzFtgOPwTJTkW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #eiCEHvmncN1W9yPKOguzWTOmOfnZzsKA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #h1xf4wIn3HW0hNSpB4myhIXwKoKS7Zdp { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #BcdJcTAHmuDeOroXfeizsO0QIB3qP4Ip {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #E0OVunxuWOn2gtAwQ5ChefXEboIVBOkt { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #L1TPHMEmWnrIsvu5V5JKybIqhD6AVKMN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #HFXdkKzh66303GqxxvkHxNKLRC5giFs8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WTCmhS7wf4RdrKOF56xBre1cbz2vQBSt { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iI2OwVxTHXKbyv8xGolCK9UOTVML0cyM {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #uL8pmlPTgf1wpCJeuyei0qhVbF3trKp2 { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J1oOagEmMXIdqXflF95pqWEZN0qkmv9N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ihburZpxEbEa03FV10VHOS4oOyeMe6Q6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #bZEXGZz0prnfayWQFlLTy0iK9TiRI5QC { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GW70A50mxiNewP0lFW7kTJxJWg7hrsuO {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ky37is1osPP5DNM0XJoJDaPS1qEfAtEQ { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #RCThykxVmE1MSIG4545upXFEGGIQIkxh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hRTD6MC81HTck1uHUrHgrCsDW4KTtO9X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Itr3r84NkPKyNVbvxKZoATRhMrXrHWBw { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #itooeVGiC7LFpgEOtI9ilKJiIZ4l6Jiy {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #dIBEaIBcXXg1hMhKm1pavSfSf5zhArbU { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #blz093hqpOzd4wkn28Z3gELOdweTuFJg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #C7TfzydGw8IfmCTUwzgJhltZhAnyRSI4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #OLBXdPD1wkU0MU9pap8ytOcD9CIPfyAx { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #pVlmotxNSMGRUmro8tH7n8TZiwDFvxsp {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GahpVoiVfuSArxwEmqBPyAsdeLvstq79 { display:none; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #tzpNNs6x4FCxtOvAnEC9i0ep8ua0o2Wp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #rh6JLHioH7CflPTzLmZwCoUHMatL97cF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZppQpuPKJwUgwihygb6pmdXKZRsA21wt { display:block;position:relative; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iixTZvhyT4kNQS5Li4kQITvhosUIkngT {  }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #UTfR7ts1OC9WnL6RDkgFdqdVUkZ59psG { display:none; }
#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container { background-color: transparent; background-image: none; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container > .video-iframe-container { display: none; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row > .video-iframe-container { display: none; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .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); }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container { border-width: 0; border-radius: 0; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#dsisJoMwBcsmhRu3RNlAQEmNhbC5LvXl { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.90546846389769rem;left:18.468751907349rem;display:block; }
#O3lWb0cezNUUfDV5qNZO2mEBKmis0cZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1efeb;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:none; }#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E > .row .container { border-width: 0; border-radius: 0; }#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:60rem;position:relative;display:none; }#GNOJwnRiclhAe15xd0UeOv3kl4G5wB6r { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:14.1875rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .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; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .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; }#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-trigger.adaptive-delivery-prevent-bg, #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-trigger.lazyload, #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-trigger.lazyloading { background-image: none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf { box-sizing:content-box;height:auto;width:56.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.7476563453674rem;left:1.2492179870606rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #t9KCFKNn04s3d48BVlrTsM3EgDvCA4Tu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #bqNQOkl3Jfk4JXTZ5UrvOIFZcWsafsON { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ThpXvNnL6cPHBB9uyxMo78T23UhkVqKO { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qKE1v1A5ObuEZWdyZApMUcQhVtmQght4 {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tkDylt53nX9sgyasbWkAqK2DX0aFU2Og {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QnMVyyzgE9CJaM8ezxre3yWuBIbJoZDt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #v518ADJ93uUp4bQwnB5MDpsbzFDi3XFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ag0Bq3BzLbuO8wUqAaHyTRaqyPKZPRnT { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Oq9GHQJqJhABJ9Bcbl3LgRvaFmWDyT3x {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #fs78mLfNil0lnxg6LF3lH3czAuoEnm1i { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ry0EorGQUcvn28EGN0kr5H5vPSGgJNdz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OQI513WmaQeXgEvnCOG5g7SikztE0OiB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OTBgsvui83up82z160RXxhAeyapgCGMw { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #mVheupyCxSyvCOfsuPuK603oMeN0tWHt {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #z7MWkyFVCqDvNvwL7mtUAoaxiRNT5NuG { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #LE4kCFHM825DeohlCTbB62BzpcQzOhtH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #C5QNSBnUdKx8PXmb4c1Q9D7ModgB1F88 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RvxEZ8xwPdD29pgbXl7C1PZwNmNOnTKE { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #gF9kkV4e6Spy8vwAMhH4VDmJ2RTULq7L {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tDPS8Vuofycy3CmaTvNXknmVBx8BdpGS { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #B1hJQXBtUDHUxEwCvJeTP8DEkiIZ3FQa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QqJfThJXG0KCCpuiDtUoECSEImEqgAGT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #JOfota4hZHNJJQ1yTel1sHkxACVIUiOz { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RT52Bc7K39sd2r0HtJe1NcR90kdlElC6 {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #TpuSFEbetMeNcWykw4f7tMGXLLiWX3pE { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #yKZ3SPU3KTqaiQ4HGzCiAtTthkHZrcXf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KBP2EVIe0ysILzEM3cLpdLbTxWscVoKz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #y99R3mweGzlE9VkDi53GKrTduU7W7qTh { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KGRHSQFfThOJk7T879DqeIMAnvvAq856 {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #V9wweWnqlkt2Px1u2P6RgPsVMxB8ORRM { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #AyT43AzVJO8mMRQMkSggM4sFOD9ANm0r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #BXU0wuq0FRrGKwfJTa4rwkrebgROzzC5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #XWoLOMcUuzLl2Dz9xMWI0bhRGddIFJ4t { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qHLFGz98UiLZW3k2GWMRsTmJ56CIBE19 {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #zAzmaI9ikKp1ubTryNlDOEXzK9z6PAFh { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #k06f7p9ufITFZX3WOrAnLaqkbCaJaTmX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VI07JcO4Xrhbsanvz1NhnMNOaQqT6vrQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QBEXlCbvKumJAXlMLBoKRvrXlU7d6u25 { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #nzfqH8bNFJKHhbW0UwLHChwUtZTvvEPh {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #aM0hJuhnQK1hpSbD1eE9kVOci23SHuJa { display:none; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #PhDIsJimcLfygnVAkbr1ymEngs1fHgsX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ModHFcTX1qy83i8FOrQiss7GqCtn1CiE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Xz05pTy8OTp1D4yue2HaRDCT2H8SOJCx { display:block;position:relative; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VTGup3vU9W6WzbMdstfaQrTdnOPrHyzi {  }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #rcNTlqUC7i7Qzt0V0xv1ggX6mTooq5rV { display:none; }
#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU { position:relative;display:none; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU { border-width: 0; border-radius: 0; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .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; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NMb8LwtoWTJnEqdWm9pyvJFMOBe04D26 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:17.625rem;top:14.610937595367rem;left:41.937501907349rem;overflow:hidden;display:none; }
#iHP3h4VgK0T8hHqDk0x4QvwMp1UrTqeL { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.28125rem;left:18.468751907349rem;display:none; }
#PMK1TtoX5Pp4w4idqlcHySrSGiOOs212 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AB0naZu0XoncLITAfsgvbTikFnJtXZzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container { background-color: transparent; background-image: none; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container > .video-iframe-container { display: none; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row > .video-iframe-container { display: none; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .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); }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container { border-width: 0; border-radius: 0; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#M5nTefmIUbJNXOhbqDQqT0QrOnCTWJDf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.5625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqmPEak4laQGVBTUchAEuANqMdwsET3D { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:6.6875rem;left:6.75rem;height:10.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BC5kDb82ROdvwfMLuZWeu2XZWxnFECIF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:6.875rem;left:4.5625rem;overflow:hidden;display:block; }
#CqkHlkSuosMxMoy39mUrLTpnQ1Wdia9m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:8.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#UprKtPTNTa5oi3GydwusflpN0cdJ8mlQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:10.75rem;left:4.5625rem;overflow:hidden;display:block; }
#zgvX5vWmH0SprdqZhp9uFCgeSNliG5oU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:12.375rem;left:4.5625rem;overflow:hidden;display:block; }
#MP3oz07sNatZgf142D5CPFSVk05wynHt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:15.8125rem;left:4.5625rem;overflow:hidden;display:block; }
#pibhlTiF2OZHgLf5cs3dPPJ1AHJ0iaq6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:14.125rem;left:4.5625rem;overflow:hidden;display:block; }
#dyZc5W9qrqv9CXlO7c4JxFTyc41OPHc0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85.75rem;width:60rem;display:none; }
#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K > .row .container { border-width: 0; border-radius: 0; }#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:none; }#zL51i9P4ciWB99COOPv17IT7ucpwLSSp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.5625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qa2u4d2msSsEHEg60FHsb3F2zexAbThW { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:6.6875rem;left:6.75rem;height:10.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cJBJmpK6dgonDnLwbqeuxP4RXxoG3ASH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:6.875rem;left:4.5625rem;overflow:hidden;display:block; }
#L3v5QUeqdRyLCTqXu2qR5P18ixVe5wG4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:8.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#dcC6wVGukvVDwqh8wlTcEfQSlgD5AehW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:10.75rem;left:4.5625rem;overflow:hidden;display:block; }
#AnSgTCdRkmyl4oQ3HUCV3vukSJ8K3JzR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:12.375rem;left:4.5625rem;overflow:hidden;display:block; }
#OPOZPw6cQTQSIknHuSeGq0ZM7fu2sKPa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:15.8125rem;left:4.5625rem;overflow:hidden;display:block; }
#DATPqym2TPWOOsSKf4ob9z2PPxdMTyPX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.375rem;top:14.125rem;left:4.5625rem;overflow:hidden;display:block; }
#TxDSytWMOVngEmUS7eJ6os3E2TxSrVJG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85.75rem;width:60rem;display:none; }
#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container { background-color: transparent; background-image: none; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container > .video-iframe-container { display: none; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row > .video-iframe-container { display: none; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .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); }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container { border-width: 0; border-radius: 0; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#OS2SFDbVvTNkVprPeFHXAQtLM9WgStNS { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.5rem;left:12.375rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mH7hFP1I3cQ3WDWKlKbggHTzKQziF30P { background-color:#bc8e5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.9375rem;left:18.468751907349rem;display:block; }
#f7Mspe0zrpVuQNoTllkTloE77vWWZKMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZTAAXnr5WG1zumdToRiQr6vqqSEmJf7 { display:block;width:22.7490234375rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:15010;line-height:1;top:23.25rem;left:-50.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#ffffff;font-weight:300;height:1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; } #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection *:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="text"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="email"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="tel"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection textarea:focus-visible { outline: none; } #ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container { background-color: transparent; background-image: none; }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container > .video-iframe-container { display: none; }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row > .video-iframe-container { display: none; }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .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); }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container { border-width: 0; border-radius: 0; }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container { background-color: transparent; background-image: none; }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container > .video-iframe-container { display: none; }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row > .video-iframe-container { display: none; }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .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); }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container { border-width: 0; border-radius: 0; }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans { display:block; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQCCB9tIRAlokZ3t7PUesdqL4rhSUZDr { top:1.1875rem;left:0rem;width:4.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW { display:block; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELJq2t7uGqZBCMplZ29R51TCT8CLz17h { top:8.5rem;left:0rem;width:34.1875rem;height:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGvHE7kWruOkvd2MBtshcbWHsnyozSb { top:0rem;left:10.5625rem;width:37.1875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7QUu8DDtnCZR1WBhz5W4iWqRh0kqfPi { width:47.75rem;height:78.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsT72WCtCPiqclB4NU6BEkt9q1SHu9C3 { width:26.9375rem;height:4.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDpzm9FSi76czPGL2gVZfNtIDATnOCA { display:block; }
 }@media only screen and (max-width: 763px) { #tM6PSOlIVuWctLCP0eeGxH5tf95F3znb { top:19.0625rem;left:0rem;width:32.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl97VgJcBhBTwGrcLn20V4zqs6Vhf0b6 { top:6.25rem;left:0rem;width:32.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIAavbglhTCwS94yKkcZK9SdJAkxAOz3 { top:5.0625rem;left:0rem;width:20rem;height:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS { display:block; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne7X7iF7cGUfV6Q2nfvdlwZuuqabaIAq { top:4.75rem;left:2.5rem;width:42.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 { display:block; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4eM3hpQNbF2g0ZD8amiSDZ7XiMgGs7P { top:5.4375rem;left:0.375rem;width:15.125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriQDqmiTtZ1y5iT5btVnLbwU40F4UZZ { top:5.4375rem;left:15.1875rem;width:16.5625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfMLOIu4QvHFJZyvs3ZCRTsy7DQTzOR { top:5.4375rem;left:32.0625rem;width:15.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyc24QPfmEb3dBoynLUovdEi0aLNHHVT { top:1.5rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2wgrk9tUEPI5kgprgFgPzPx7JEKvDWG { top:1.5rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1VSv1S8THOohF33QUgIsBTJkZIaE3O3 { top:1.5rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv { display:block; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9l9XSERoozDwhTI4n8JyxFBX0THr6o { top:4.9375rem;left:0.46875rem;width:22.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXwpiTlu3BpgDTaWJH9TbcMJIuHmx713 { top:4.9375rem;left:21.1875rem;width:26.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1XH3vImK3OFJ0qdTCFgRzoTXC1dk5ZL { top:1.1875rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2btKRevKlQpaH8ZI4tP4CWkz33bbQ9Z { top:1.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C { display:block; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkfus8c1NO9VbWFCHHZHA5zTOHT1Tbat { top:3.1875rem;left:0rem;width:24.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnAwxZSw0kKFSlxBLOyKwD78r2ksBSK8 { width:23.875rem;height:3.75rem;top:30.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6LfXLZR9BbtVyKPMydH56zpXFLWH4VU { display:block; }
 }@media only screen and (max-width: 763px) { #faDunIB4ZpFQmcZedTUUVFEh81t2TeA7 { top:8.1875rem;left:0rem;width:26.375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLxCt3iKQ3kJWbbVWk2sHMrpKUcaAf6 { top:0.9375rem;left:18.375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g43sPGevvxdWtZgLKPPn37yGEhQO2gzb { display:block; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sph3qzNF3xbdOIhWOhhSQrCAUCVeSmq9 { top:3.1875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEgXEx26W8ouOT4HUV20e0QVtcqBKky1 { top:19.625rem;left:10.9375rem;width:25.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVdXsPsaCKzV8J4yAOVSpzDwcNPBr9VI { top:18rem;left:8.59375rem;width:30.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 { display:block; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0QDTrnpHVxAzd5sbDUT3WBE5W0lUPH5 { top:3.75rem;left:2.5rem;width:42.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRB1mQ06IVcOzMvs9aZok6uoqX4o6TMe { top:7.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlqGn7TGMDqPIntOPGRt45PGomklvnz { top:7.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTDL4U8eC2M8tIiDMBPT0JEiBEWW24i { top:11.625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unXT74wVkv5MqDnadT16ZdMIQ81lJ0O4 { top:13.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO6zrymO0cM1DpVuzBIHvKRoDI9fphA2 { top:18.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI0fCMMDbsQRXI3V5TwAZu8lfIpQoID9 { top:20.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6Hz4g3JcqutNEtIpFLXT1Nal5yxHat { top:25.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfz02OTSsRsEyM2rzVWc12TWH2zvJp6R { top:27.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMtHoz7gyCia4gHHNi5SIgHHFTB8sBRK { top:33.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknttbmmpgxTvIfESgEig101JIC76ug5 { top:34.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTAkCnxFTdV7tEmVRHR1lhXfDaM4SmI { top:39.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzHyH9LTv5nSPOk7eESzv0IpLBT17gv { top:40.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5nD8c1i0u5G7TCtMvdHqlv0VvPieDzT { top:46.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt9HNq3Uc7NfKlRr812RTcwxqaNDfWxw { top:46.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu8ToTamW9uupVJNkIagH7mSofW633UJ { width:26.9375rem;height:3.75rem;top:54rem;left:10.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8HUbwRAmnDdl7pHi5JpFZOLIDNPeaQG { display:block; }
 }@media only screen and (max-width: 763px) { #tVflhaANK813nKOLw4JUl5hEEhE8m1n2 { display:block; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6mm3zA9ifNJzR6N00PVfzctOLLPQiBC { top:3.4375rem;left:2.5rem;width:42.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFLzOekgwOXUxypGTE56gz4ufJACyl5L { top:5.0625rem;left:2.5rem;width:42.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 { display:block; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LusckgRkqDBVoycuEI9HBbpcQ7AeCCkL { top:14rem;left:38.53125rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpU8TfswP0DigWfvnA7Hm0X3z8kwSq7N { top:14.25rem;left:0.28125rem;width:11.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCw80MqNmzB4gBGCE4vx3Dlk3FGPNWBJ { top:17.5rem;left:2.71875rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoQwtMnh4JKTAMXtFNgabsMQur7OhAy6 { top:12.75rem;left:2.71875rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAt4NL4ZuILSpJUSME82UTThlcB3JyB { top:12.75rem;left:14.656251907349rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dshmqhtFoMVtdpuJCmm6zQq3bqc3EicV { top:14.125rem;left:12.21875rem;width:11.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4NXrBr0DumZKaHuGKCXG8PqUTe6a3a { top:17.375rem;left:14.65625rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHQToDu7FopxLpWgNTki2rWr8C9zDI6l { top:12.5rem;left:26.59375rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsRXWyT2aDKlA67GfcgBGL5RU4fWp0E { top:14rem;left:24.15625rem;width:11.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlgWrLDT6UUrGSsTbRsmwq6GHznzcEqe { top:12.5rem;left:38.53125rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NdQ2VlXlv7xXXfpRxpJEZtLl1xi1RU { top:17.25rem;left:26.59375rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCSNprfbP1ORK3TsXvuDzUT35F651ZqA { top:17.25rem;left:38.53125rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htMB0UHTnqny5eL3V3zk9PnJRanIXsIi { top:0.625rem;left:22.375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMPosTI60KassUX4fSHrcTOeIpUmq8v { top:0.625rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uMElCVMSJGQ2Q4eup27sx3MTAL0rbr { top:12.75rem;left:26.593751907349rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRFeUcxF0bkrG4tHCPIr7WUfTegZbl16 { top:0.625rem;left:10.4375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQy5mG8A7iv3MAZDBtPvG3dyvpshuIq { top:0.8125rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPnW58KOpnBHWhS4RMMOTwopfEqIZai { top:12.75rem;left:38.530469894409rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiedT8piV809nmhhxQNbWFdwUOyy7Mty { display:block; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSD8piTkLRw1Kz59BoFyiaFKqTezoXK8 { top:14rem;left:35.4375rem;width:12.3125rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3QE3SbnzL839bX64dnVhDCHCKCDbZLS { top:14rem;left:0.21875rem;width:11.375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAfu8bu3DJ0pXKitBNgJVOxHPCmUnMP { top:21.125rem;left:2.65625rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6f2vnBzrxuE3HJA7aRPhkACyrTvtsd { top:14.0625rem;left:12.15625rem;width:11.375rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv2Dxh0PlMSbER4g7idhJou8T1t8OomZ { top:21.125rem;left:14.59375rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHy9A5kTK6NoR5vupCuniO4Ben7u0khG { top:14rem;left:22.75rem;width:13.0625rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eysgxi75NvOHhogUgzDzgfWk1BKycepk { top:21.125rem;left:26.53125rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchV3mkFmlvLwx9rdoEwvuMNdfgTdwy9 { top:21.125rem;left:38.46875rem;width:6.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr3Td6JCCze0TRRd8XaZo8mi32ZrT8kC { top:12.375rem;left:2.65625rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRyJJMgdRqEVUMQnfNba3fD4q3wcfz6t { top:12.375rem;left:14.59375rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRvl5HaesXXPbKlTKsoEIH1aQzuaW9sk { top:12.375rem;left:26.53125rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhzflGJsVA8zrP6JFCSf2IqXpNoz1Bnm { top:12.375rem;left:38.46875rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNPGRT94IMpTiQfBRQ2WEqb7EbAMCs1W { top:0.6875rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO1QBFLmWMGmM3kUopsZ6FmerF4cEpbX { top:0.625rem;left:10.4375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExGTxCJaEDCn7A7DPTEQGoPTeDwafKZ { top:0.625rem;left:22.375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqvppsqBmZMlg1Puo7F2hostwUDBZL6 { top:0.625rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcZ2KU92pao5dlhIvT4bygfgRIH6rpM { top:12.5625rem;left:2.71875rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STMv5d0OH1DdCxeV57TQySuM0Fgp0h8L { top:12.5625rem;left:26.593751907349rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM5MziX17nTtEoMiDZSqsXROxByo8H3L { top:12.5625rem;left:14.656251907349rem;width:6.5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5UF9P2kQe9arupTQ6KyqqbG6DSVMM7 { top:12.5625rem;left:36.874219894409rem;width:9.8125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn { display:block; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HreVb7ZxHIXTQnAn8GnJqCQS20sTW86S { width:26.9375rem;height:3.75rem;top:36.1875rem;left:10.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzaBVnVizbfTC9qXk3Bb2zM07hrtDcl { display:block; }
 }@media only screen and (max-width: 763px) { #osacgOFeQpyrq1MTScRM7Uein4BLRTI5 { top:3.75rem;left:2.5000009536743rem;width:42.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8yWrd5xVPhHvT4oTrPMcxxph3ecC6kD { top:8.1875rem;left:2.5rem;width:42.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTAnTEMv87Qf3hBOhELCThMrHwPNxpz { top:11.8125rem;left:1.34375rem;width:45.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ { display:block; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8ddfWIGNvq7udI88K6PdMhXqiq7bN9a { top:3.625rem;left:0.75rem;width:46.25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biaoW2cVzEbSeP3IWRUBoRwIp3n0FWrC { top:7rem;left:19.75rem;width:8.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf81dareKm74BpMmz4OINBRaDIsUMVor { display:block; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxrfL0cHF1pWN6AOlAXOHIyylesoI6I8 { top:1.5625rem;left:5.375rem;width:18.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr5bTX733RqMO58VkXl97TkXiBbHmQm6 { width:25rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhrubieu8JVobOqC94bOzgCsFfTRCuzC { display:block; }
 }@media only screen and (max-width: 763px) { #c3RiXTmhbUvrFfTikrNb4mFvB8U7pPIa { top:4.3125rem;left:2.8125rem;width:21.0625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 { display:block; }#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Li5vmXiRD4oOzxwvXc8m4QoDyIcHVQR4 { top:1.4375rem;left:2.6875rem;width:18.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyoP7fq0lfNpwSr1Jkp8HkdOByuMqxv4 { top:1.4375rem;left:26.5625rem;width:18.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq08Lb6WyHDdkgLv9wtbo7yZAXLeSca9 { width:25rem;height:3.75rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp6LmA1P9mJMOyPRxBD6WHxSCuSyU4y0 { display:block; }
 }@media only screen and (max-width: 763px) { #U7yTtmhkwtC9PshysQTrROrllSTEzK0L { top:4.1875rem;left:1.4062509536743rem;width:21.0625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP3ZnRMOXBQ9zF5ukK8qUsLU0W21XrBC { top:4.1875rem;left:24.531249046326rem;width:22.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4grVglD5TkE1wb75T36cLzSWNf8i4Z { display:block; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4JToLxs1NcsWI7cXhApuGtFp6u5gaxy { top:1.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro { display:block; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwaiPK0hqroXly9f2HUy2g7lhHatZT8w { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#UwaiPK0hqroXly9f2HUy2g7lhHatZT8w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cfZ6BTzanet5mms62MN7ivgkEgnDSTkL { top:36.875rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2o1PCGR95ySKTNV30QOXN9xssX0PCd { top:38.5rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsyb01uKQhwPMEpgCzez93xHRLI3VnE5 { top:38.0625rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO96w2kBBySDzugxbfur9CztOGFogqhc { display:none; }
 }@media only screen and (max-width: 763px) { #zQFbzfEtodJLBcNRJylhQWXzgCOa7raX { display:block; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #e0uoCWGAgryaEAm7bvhEQ5pwnsvh00v4 { top:18.125rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtzAdluvMZvpaUTI8Iae1KBxVenywEIK { top:19.75rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJV4187vxP7Zb01MAWXoBsr294lNFUq6 { top:19.3125rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKds7HsBcfo61Am2IA8Vt1gNAMhKzVGb { display:none; }
 }@media only screen and (max-width: 763px) { #XiRoKzBiBS1NGo1dSVU722B3b6PLDJ5C { top:2.5rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu { display:block; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1eLUhbyWBAxGIX6EnTSJqVHVciB1cA9 { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHRGhrAG12vh4Fs8HJanZlvkolR60Pdf { top:0.6875rem;left:28.77499961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHkcXSCISxEqIfonavUz95CyGIadtHAQ { display:block; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uwhyz4gROWTnw1Ef1lsl2UmZO69IzsAT { display:none; }
 }@media only screen and (max-width: 763px) { #pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm { top:1.75rem;left:0rem;width:47.75rem;height:32.0625rem;font-size:1.125rem;display:block; }#pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #eDBf0g2Ipk33kFDZ9nAIvpMwGVD6e0rg { top:41.5rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT { top:44.1875rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:1.125rem;display:block; }#AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK { top:73.375rem;left:0rem;width:47.75rem;height:12.8125rem;font-size:1.125rem;display:block; }#SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #F5n8yd2DGutOOeDtxFH7scMo7wm3xGf0 { top:70.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSX0xmH9ZMmRq7Xpa6uFaTaCWG1yu9B { top:96.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzqtLXDzlMrJlan7dHNx2G09naXQXTVs { top:98.6875rem;left:0rem;width:47.75rem;height:23.5rem;font-size:1.125rem;display:block; }#NzqtLXDzlMrJlan7dHNx2G09naXQXTVs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber { top:136.4375rem;left:0rem;width:47.75rem;height:32.0625rem;font-size:1.125rem;display:block; }#yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #IQ5fctLg3UNwSQZpKPF5BuLteUc4GLPN { top:133.875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWXTLK0ghQPIMudyPnzMNk5bMUmrBHZ { top:63.25rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WMTIatfxeD0T5na1Qym2c8h0eEU9GV { top:64.875rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVdRRwzOT5z7VSgaPbZTelZIa23XkAG { top:64.4375rem;left:9.9375rem;width:37.8125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKSs8CMC430f5x6amq1ebzOWQkHT72O { top:170.6875rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kucWwkW5IIeLAZWgDPGH9l2mV1rvtNuP { top:172.3125rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J30ywL6qSKZbHieizSVBfNhmCCENJL8v { top:171.125rem;left:10.374998092651rem;width:36.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqnoJraVpECcGSI6X97P4Nq95TIQUE7X { top:124.9375rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDuD61ytw9Orc6fhv2pH28bUhVwTNmTx { top:125.3125rem;left:11rem;width:36.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPKyAvfGBkC4GBwWyEc4oQsnQ1QlVTR { top:126.5625rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofF0cp1daNnGvwMRr2NRSAvaaIktwifI { top:34.6875rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chVILfFe3HOsRNDgpkm68qTIVTlolMHI { top:35.8125rem;left:11.074998855591rem;width:36.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak67m6lrHsh8f14J59sm68qtSftQfrPT { top:36.3125rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUXp1eicNUXOrT3VJKNDNkn13IpA0f46 { top:88.0625rem;left:0rem;width:12.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptvQdy9CPuSbSToCNnNDaOJBl6D9ZvEw { top:89.8125rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNVlsRbFTAyDHTF2ckouvDHH9bGO3DX7 { top:89.25rem;left:11.1875rem;width:33.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G137XddQ2sGulIDZy8s2gJWQWc4lyoqT { display:none; }
 }@media only screen and (max-width: 763px) { #tLdUAJK5EV1iUHQhf1qS8xo2szh3L1PS { display:none; }
 }@media only screen and (max-width: 763px) { #EBfs4rlgpJNzLbHCob2ca9TTT4LOZQ0L { display:none; }
 }@media only screen and (max-width: 763px) { #tgd1JXXXcJ0FCgJWvFUmGJr3vTn9O7WD { display:none; }
 }@media only screen and (max-width: 763px) { #cZz9l3rEmdIy95n2b8FH6Lt5RDTsDuEF { top:124.9375rem;left:0rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWfs3ulP8KmeWrEoVlaf15hkM616OhAp { top:126.5625rem;left:0rem;width:9.6875rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE { display:block; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbA8r15Ztvo2Nz13fwINHTZmydG1xsvl { top:29.0625rem;left:16.374999046326rem;width:15.5625rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhueQnnHanM6OrisBJUgSahIGgvEkuy { top:29.0625rem;left:0rem;width:14.9375rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZqmTITKJ17ELkv1PQCG1bD6ZVTnDs8E { top:14.625rem;left:32.125rem;width:15.625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsmQfMtsmcGA2OQP6SZXITEESnrNr1o { top:14.625rem;left:0rem;width:13.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk59WviiSO5ZTQ8fE7PvSAMoHSERbqTl { top:2.9375rem;left:1.65625rem;width:44rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oACtzreKfSuon0N02aopatDOL25e6Mgd { top:29.0625rem;left:32.1875rem;width:15.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8eeTHOzAPTim7keZZXAeBZu759V0Tm { top:14.625rem;left:17.375rem;width:13.5625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RawJUkNrvb1QOrbxVUIyXiWcCTKJkk { top:11.5625rem;left:3.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IPcoiKBh5TBxdQx8HNq2gDh3ZgvmER { top:11.6875rem;left:21rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPRHKV3CWuZXAaMqNnHu7KLhB6KlHJ5J { top:10rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZ2qoNONcNL4mTE38TN1H9m4aBO94hX { top:11.5rem;left:25.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEn3wPdUWeukiXiIZPqa4hX4kNTvwb7P { top:11.375rem;left:40.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiQ1ZBxuiZ8VsyaMopWu60aImTKKMTTQ { top:25.0625rem;left:3.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdRR9OsAZL7uiJ76QQf4cRFBPxuzDTH { top:24.8125rem;left:22.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g81Tv1oT7mhrKFCR1ou3alnT2tkKwsuu { top:24.9375rem;left:41rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJv859GryUaAOVC0yXVCT93JK2168N8 { display:block; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAr3aqPzeeeLUTTT1klP9ctIRfFpVDXd { top:2.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxyJCiRh9I8Q2yCAOADQEtREyMBTgtuB { top:8rem;left:19.75rem;width:8.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT7RVEsSISwWlRCqIsbne2XPMCenIoqS { display:block; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLSMQ2omFVafxtVJxOU2bXX06GnJRwfo { top:1.4375rem;left:14.3125rem;width:17.4375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGqvwW30qGgRUKP1zIP8v280GzCcIRsP { top:2.5rem;left:17.625rem;width:12.375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNB6gTyzzeUbl4EMRLy4wOFtS0dWGSz { top:2.5625rem;left:17.625rem;width:12.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqudRIdzONhnTlNQZPSwDpT8QOETNdT7 { top:4.5rem;left:17.625rem;width:12.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQENKWJ0wcvCLNyixD7ey73ytcehfdpx { top:7rem;left:17rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZi4zkTOXXUVhwiTiKdJmNdAU3z32kW5 { top:10.0625rem;left:16.8125rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9tahTq4m6bpMyt27rblOLtZfDrngi { top:13.5625rem;left:17.000001907349rem;width:13.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObaBMQHTphCRq5Z10sTKo3Us0lBhVb2 { width:12.5rem;height:3.75rem;top:28rem;left:17.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mMJOGh7GwyftXCpuSa28sEJQgnJszZ { display:block; }
 }@media only screen and (max-width: 763px) { #gRmanZ1Q6tpG7OTTvPCasP6CKhEDuyX3 { top:20.3125rem;left:16.687501907349rem;width:14.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1207zkuWFsLzANa1ZlUE2cotvqcBL5 { top:19rem;left:16.8125rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWhLU59XCCvtk45IeeEQk6rA4W0asp4O { top:24.25rem;left:16.687501907349rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8wvX7tIbnLKrb3X1Ns5ioaeT5RNTqIr { top:22.5625rem;left:16.6875rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ { display:block; }#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtqR0o3XW1aA3tUDxy9ZhwsOnuwL7VeV { top:1.4375rem;left:0rem;width:17.4375rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxskkVSBw8I1U2kvi76DZztCqfzJKBZ6 { top:1.4375rem;left:14.3125rem;width:17.4375rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8XQbbq99q0CWh8mDvRheD1vNscHTTr { top:2.5rem;left:3.5rem;width:12.375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KID0CtVLRdzbRAAnK4atqCITMgJh2X5e { top:2.5rem;left:19.375rem;width:12.375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGp4nHXyywQQsZkszNaupSzR1FUm17r { top:2.5625rem;left:3.5rem;width:12.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWRhF15BhVkc5qeZGnX7S4d0rhyQ3qUK { top:2.8125rem;left:19.375rem;width:12.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN6lLTckOwF0ZTrNu7V9keohsDEnNbP { top:4.5rem;left:19.375rem;width:12.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3k6TO9bVHnRAvoIFRebf16W3D0ETHUV { top:4.5rem;left:3.5rem;width:12.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2WO27FaBCmHsJvm3GrGxrKpXnafL01D { top:7rem;left:2.25rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO60Mse9JFMDW25aP1wHtzSST8M4DQMv { top:7rem;left:18.125rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrknWRHRkM6U1CtKT51lDURy1isK1ty { top:10.0625rem;left:1.8125rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxEza68DqMl4FJIXvzO3pqRMm1T2MSa3 { top:13.5625rem;left:2.25rem;width:13.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndx2XJmvyJcahAe1dHmEw8diaAiu4rMd { top:14rem;left:16.8125rem;width:14.9375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4NDeH18gFfNXQWV8ReH0Wpd4k5mUNf { top:10.0625rem;left:17.6875rem;width:14.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkvBPtXHTpS7AJTSHWfLIZSmqetTASCO { top:18.25rem;left:17.6875rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeSekM7UDsDs9dHCNkZrJeaUH17xPXF { top:18.25rem;left:1.8125rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7IMkQVmTA6bRu0fpz1hWSreDlgZO0mx { top:23.5rem;left:18.5625rem;width:13.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNqP0tUDweJO5X2FOhJwqfwugIG2R6A { top:22.625rem;left:2.6875rem;width:13.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiX3ou4LQfRORXIG758CG39GXATQ4vQC { top:22.625rem;left:18.5625rem;width:13.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLkBNtoKH7fxU76t5zUNd1nvHhFiO9B { top:29rem;left:15.8125rem;width:15.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhVZzb10RLik7Lf3u9icuGOtkURbC643 { top:29rem;left:0rem;width:15.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z68aW0OuhXcVABkVMP9AwNLP9h12itnS { width:12.5rem;height:3.75rem;top:59.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZPwLlzJQUP1XtcuMVzrBw6sBMGoVOu { display:block; }
 }@media only screen and (max-width: 763px) { #a5ktTmkpuFEOf20ZT2gCRHAlmM0QEGRc { width:12.5rem;height:3.75rem;top:59.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITaCnaDClnLllhiyhQIQGp7HoFc9V2b { display:block; }
 }@media only screen and (max-width: 763px) { #AcguWo5FzHxnbRLO5VmQLSFLdnV6aNDU { top:48.25rem;left:1.5625rem;width:14.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMX3QBEuqaf6dRcGE6GWHtRnrII5Whox { top:44.125rem;left:1.8125rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfNLaVzMQ6B7NTlHoJccX5fdpn5r0dMZ { top:46.9375rem;left:1.8125rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHmme9QAmXLkXhivfU2RcI6WFbbxdhp { top:44.125rem;left:17.6875rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhthSCQ2R9g17uXIeqVvJK37Uo34Va4O { top:46.875rem;left:17.6875rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl350vfdWVw3E8wbf7IstU9EMycFNJ3H { top:48.25rem;left:17.4375rem;width:14.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3pS23hh9imwDeScA5zCNWTcHmxgg2eS { top:53.6875rem;left:17.6875rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBsNmivUum8T1vTpdeyFh48DWl5AAXKl { top:52.1875rem;left:1.5625rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSuCOzOToarKZhfHsqCzNM8OPLucgXxE { top:52.25rem;left:17.4375rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r72rQZF3C0VQWVU4dNXg9vuDrTEgHTuo { top:34.875rem;left:15.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZdwJtne3FDPLSRO8gVmGgBSSEvPDn { top:34.875rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abFnokvdTW9Q6zV0rvVWchA44d3KqupZ { top:39.125rem;left:15.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdprcGEKP8ZkC0Q0WDbhQmNaaO7tpldF { top:39.125rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkkwD8PsQwZDLAih9zrMc5HCrrRHkog { top:41.75rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8FkM5BGG54pgzvPu4RWUFPM2pLwlmZ { top:41.75rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0eQvqgQ7uVPdNczcWA62Um5WeJeWnGp { top:50.5rem;left:17.4375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI2R68qssoF3NRVrOC9yDTdxek0NLmgF { top:50.5rem;left:1.5625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ { display:block; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtRXEFTqFKWkGsrVeTCSTrBPLKggeDJ2 { top:2.875rem;left:8.0625rem;width:31.625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMuqZmuBTGQRaTyv2HtikO1JuU1zBmp { top:6.9375rem;left:0rem;width:47.75rem;height:22.83046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpJyRc4Ofmu0xHQWkey3uPJ4tCBR8VV0 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyAolX4LbDHHA35glHfydp58Tupp1gtK { display:block; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5GDMxc32nXs99ZJIZMtBGDZLEHd0gye { top:2.75rem;left:8.0625rem;width:31.625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQDAtmFGmuciv0p42Roffrx3mafLVlfX { top:7.9375rem;left:8.21875rem;width:31.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDQWQEeqWItze3pfwf7xQ4natFLrP48m { width:20.5rem;height:4.375rem;top:68.5rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgXxcPSpannWMl40tKyR44Fbb13AuAs { display:block; }
 }@media only screen and (max-width: 763px) { #HHvQiTi4qzEnoJuo3RVphIWIeklMXqR2 { top:12.25rem;left:0rem;width:22.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmtILZziQgm9ktVNKakeFkKB8ZLn5gV { top:20.0625rem;left:0rem;width:21.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvUScoFrf3uL1T1BGtLI7kUeuVqghnU { top:26.25rem;left:0rem;width:23.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaEb51xOlx01VIo3nwld4NGCFtWTzun { top:12.25rem;left:16.0625rem;width:28.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1Bnd0ZqHCf8mCd8plnbDPsXzxaUbPJ { top:22.125rem;left:21.625rem;width:23.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSdyu37Gs1Ssx6B4kh18arePteqcMxo { top:34.0625rem;left:0rem;width:23.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEJvgHXoKrxxZwp9vVcrLJ1WSfUyELP { top:42.0625rem;left:0rem;width:23.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3zvJFOhn5eL2NMzUo3JyFxf5y4vCcT { top:34.8125rem;left:21.625rem;width:23.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7lvTIqHTcBoPhvQydGWvQsQp6fzstR { top:50rem;left:0rem;width:23.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdbDl41Iz3gKIAR3aH4em4VzyrbLrZV { top:60.5rem;left:0rem;width:23.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGb1O9uWUltUefNX5fPndIOUtBIhqFem { top:47.875rem;left:21.625rem;width:23.6875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B { display:block; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8ayndHKcH7BXEn4cKFxz8l5m00qge8M { top:1.3125rem;left:8.0625rem;width:31.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za { display:flex;height:auto;width:27.8125rem;top:5.25rem;left:10.39999961853rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ceqEh5swnXx77sdbirwfxR5ZcVpqTqSW {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qTETuh151BNNlUcrK6gW7rkiunZffG5V {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zDvbk0FHynsFGCLns5DhJT61sOMmthxs {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #loswdlGIgBUeO5Om7bl1QyIZPcn4ZyMz {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #koHyIJln5bvnpgTeFsxkFXc7i7WpagK1 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #evGnGpG9kqQg7gopVqsIprNNrAEuHt6Q {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #iStkDIBJbbCaRIvNqE757uqCTmdb7eTA {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zuN7p7d9GBrk4Ukg7m1HFoMdoCsS28cJ {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #mQ8B4y1JShffIqkpiR5POeiFcSWMuwnL {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #TaAoUNGZqlLV599yNrJbXTfyOn8AHma4 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #msuLJeiWUnkn4XZBI2Brmd9FC6WdvK3g {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #SP3aTi2CdUhZ4SQ2ecBBTK3eBayOJNzE {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #CD2I8wLFxaOSCi9aXTS7TsSc6HQxUEw8 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Jd73TgHnUJNiNKLrBEnEbq66KylmzLBs {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #adDgfnyH0GWNhht8TtLI8ETTbH5tSipf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #K4Kw2H6mZyvIE7p70k7ot5TBWoNq4Lpy {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ftFlDCM2GTekBlRxkGkZdGL2Ah4veV1T {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HelTBPKqae50lqv4gZAke4iIcF8HyrNM {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #eQoDlXChkgutMIq2L7kFfgIvulZg30Gf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ZDXr448gX7IfJuPvPJKkyR4MMiNRPwgc {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #T8ZLWFN8Bas1NuoXfCk41iIpc03Lt7wy {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Ztyip1n4GKMMGOCQxzZNp0d0axhJO3iw {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qv4TCAgSuVcSZTZQIgLqoEp7L4sZCCxc {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #hzFCphfWCMVVR0yLKPQJrn0zOdb2OxAH {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #d27pVDqW93odpOnuUaI8Mr1y1D8sHEi3 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #c0z0bQx4PB5GLbAhCy350fdJ9TSPOEUq {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #WZLktv2ETlT5irctysrabF2Ly5TKTFJd {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #sFLq5vetpZJG35hmaF95TFuFcQhyEefP {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #OTZCHvI1M7MqIHBVKZSmocz3JpQTGfte {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #aL7c3S8xaVs1epFEfkz0niFLZC8k4c8E {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #t9W02Fz5WqPfGvM0tnfQGfS3UMh1anne {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #wyJG21tNaxWUhXhBP68GWydEl8z09ur5 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #O8T1OqKyqOO1pTdrryQXIhl7Vf4ywwMg {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LsTOkwakKrMTQ87NqkbbzCTr0KAgMdiU {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LhX3Z15eUtp7vXoEcu0HJMe0XnRu3kOv {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #peZbQuFc28Ts71dtdNlo93Uyht2GULMb {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #B88ch7CMX6T4RUMAFSThHAWohCGLnUiV {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #csX0vpNn7BRXhEoReZqcTSQxrzzfA9Nu {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #lbgOayrESJRvqu8CgmlvGfCB9GR7PyIE {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HhtVehFhaHB8VgGXw8z8m9TRFnnDN63F {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HNxHrrCNEE4zxRm9JxoHmD7Tr0yqMzMf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #annVm4mFQO7JZSNDrTdi7W7VP9XNUiO5 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ehnS8gBdHwTIvntpmilKHDJIsdZxiwhd {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #fJrdJ5Fl29fu4WKwu78qFTV58frfrwJx {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #FVcIFGcdkzTtSHJ46Rf0yJPcKWXHzO5N {  }
 }@media only screen and (max-width: 763px) { #nBvvXOvqnRuvO868rBPrGJ2dc73s40am { display:block; }#nBvvXOvqnRuvO868rBPrGJ2dc73s40am > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ9lr7gkVRpnFq5SfHHH8QRnaVVzAzUU { top:1.3125rem;left:8.0625rem;width:31.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy { display:flex;height:auto;width:27.8125rem;top:5.25rem;left:10.39999961853rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #CIR0ZUgUVJ4guCweOCNIFpp4bwxePNe8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hmakAOsHTNVauiUPOC6Zsy2IkEAUcsh3 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WzTRhs1EWRITVgQAkRTLb7TbHM12LqT5 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TDBcGDq7zLPUmPtUHg4i7yv1zGxLsxhm {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #xTEWDtdSFD9PZgQXnhHfM1dAQcZsS8NV {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Xa5FxHh9sgUJLNrdOdiWTTZdSwWgBgeA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ORNivrsnSoChFbaed7ToL2teLsaq6mK7 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #wqcSIThXatgpckGsmccVvhy6vrlVd9lX {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iESATACUXNTaDOSnyK0yxxkQ2WUyVaZA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #H1C0r0WNr9TcXrgXbT6qS3pLKaenP5uV {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #XoGFl12yEo90hzCv70LVV2xXcRam9Je7 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #gp2LxeMc4lRTpG7sKNNicNNfhWXxWbe8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ghCvDGEi8rZlHI96MnVCyQzxiTMi871P {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZswaLDdLENOZwbUemPQPDsbhDlC53UZq {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J8WN75LdSSP3oiLgB5VuACJo3tzaWntg {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #q9mOHuTQ58rxl1P0epEehvCPZgVrUwRe {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #oLcKQWtCnltMI6O3AACcFmcPcnSNDKRN {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TblCNhzLHHzxOTq1Iitrad8sqfxkzJ9c {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #umDAS1FFwP1tHUM3FZmuCKUdlHwLJJVT {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #obfSl4vqFqR4GBOTgsUM4tpnXkXagIge {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #PbwkAVw1x71eNKMCh6aCzFtgOPwTJTkW {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #eiCEHvmncN1W9yPKOguzWTOmOfnZzsKA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #h1xf4wIn3HW0hNSpB4myhIXwKoKS7Zdp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #BcdJcTAHmuDeOroXfeizsO0QIB3qP4Ip {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #E0OVunxuWOn2gtAwQ5ChefXEboIVBOkt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #L1TPHMEmWnrIsvu5V5JKybIqhD6AVKMN {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #HFXdkKzh66303GqxxvkHxNKLRC5giFs8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WTCmhS7wf4RdrKOF56xBre1cbz2vQBSt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iI2OwVxTHXKbyv8xGolCK9UOTVML0cyM {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #uL8pmlPTgf1wpCJeuyei0qhVbF3trKp2 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J1oOagEmMXIdqXflF95pqWEZN0qkmv9N {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ihburZpxEbEa03FV10VHOS4oOyeMe6Q6 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #bZEXGZz0prnfayWQFlLTy0iK9TiRI5QC {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GW70A50mxiNewP0lFW7kTJxJWg7hrsuO {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ky37is1osPP5DNM0XJoJDaPS1qEfAtEQ {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #RCThykxVmE1MSIG4545upXFEGGIQIkxh {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hRTD6MC81HTck1uHUrHgrCsDW4KTtO9X {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Itr3r84NkPKyNVbvxKZoATRhMrXrHWBw {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #itooeVGiC7LFpgEOtI9ilKJiIZ4l6Jiy {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #dIBEaIBcXXg1hMhKm1pavSfSf5zhArbU {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #blz093hqpOzd4wkn28Z3gELOdweTuFJg {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #C7TfzydGw8IfmCTUwzgJhltZhAnyRSI4 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #OLBXdPD1wkU0MU9pap8ytOcD9CIPfyAx {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #pVlmotxNSMGRUmro8tH7n8TZiwDFvxsp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GahpVoiVfuSArxwEmqBPyAsdeLvstq79 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #tzpNNs6x4FCxtOvAnEC9i0ep8ua0o2Wp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #rh6JLHioH7CflPTzLmZwCoUHMatL97cF {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZppQpuPKJwUgwihygb6pmdXKZRsA21wt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iixTZvhyT4kNQS5Li4kQITvhosUIkngT {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #UTfR7ts1OC9WnL6RDkgFdqdVUkZ59psG {  }
 }@media only screen and (max-width: 763px) { #i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd { display:block; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsisJoMwBcsmhRu3RNlAQEmNhbC5LvXl { width:23.0625rem;height:3.25rem;top:0.875rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lWb0cezNUUfDV5qNZO2mEBKmis0cZZ { display:block; }
 }@media only screen and (max-width: 763px) { #kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E { display:none; }#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GNOJwnRiclhAe15xd0UeOv3kl4G5wB6r { top:1.3125rem;left:8.0625rem;width:31.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf { display:flex;height:auto;width:27.8125rem;top:5.25rem;left:10.39999961853rem; }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #t9KCFKNn04s3d48BVlrTsM3EgDvCA4Tu {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #bqNQOkl3Jfk4JXTZ5UrvOIFZcWsafsON {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ThpXvNnL6cPHBB9uyxMo78T23UhkVqKO {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qKE1v1A5ObuEZWdyZApMUcQhVtmQght4 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tkDylt53nX9sgyasbWkAqK2DX0aFU2Og {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QnMVyyzgE9CJaM8ezxre3yWuBIbJoZDt {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #v518ADJ93uUp4bQwnB5MDpsbzFDi3XFK {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ag0Bq3BzLbuO8wUqAaHyTRaqyPKZPRnT {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Oq9GHQJqJhABJ9Bcbl3LgRvaFmWDyT3x {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #fs78mLfNil0lnxg6LF3lH3czAuoEnm1i {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ry0EorGQUcvn28EGN0kr5H5vPSGgJNdz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OQI513WmaQeXgEvnCOG5g7SikztE0OiB {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OTBgsvui83up82z160RXxhAeyapgCGMw {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #mVheupyCxSyvCOfsuPuK603oMeN0tWHt {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #z7MWkyFVCqDvNvwL7mtUAoaxiRNT5NuG {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #LE4kCFHM825DeohlCTbB62BzpcQzOhtH {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #C5QNSBnUdKx8PXmb4c1Q9D7ModgB1F88 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RvxEZ8xwPdD29pgbXl7C1PZwNmNOnTKE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #gF9kkV4e6Spy8vwAMhH4VDmJ2RTULq7L {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tDPS8Vuofycy3CmaTvNXknmVBx8BdpGS {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #B1hJQXBtUDHUxEwCvJeTP8DEkiIZ3FQa {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QqJfThJXG0KCCpuiDtUoECSEImEqgAGT {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #JOfota4hZHNJJQ1yTel1sHkxACVIUiOz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RT52Bc7K39sd2r0HtJe1NcR90kdlElC6 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #TpuSFEbetMeNcWykw4f7tMGXLLiWX3pE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #yKZ3SPU3KTqaiQ4HGzCiAtTthkHZrcXf {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KBP2EVIe0ysILzEM3cLpdLbTxWscVoKz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #y99R3mweGzlE9VkDi53GKrTduU7W7qTh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KGRHSQFfThOJk7T879DqeIMAnvvAq856 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #V9wweWnqlkt2Px1u2P6RgPsVMxB8ORRM {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #AyT43AzVJO8mMRQMkSggM4sFOD9ANm0r {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #BXU0wuq0FRrGKwfJTa4rwkrebgROzzC5 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #XWoLOMcUuzLl2Dz9xMWI0bhRGddIFJ4t {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qHLFGz98UiLZW3k2GWMRsTmJ56CIBE19 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #zAzmaI9ikKp1ubTryNlDOEXzK9z6PAFh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #k06f7p9ufITFZX3WOrAnLaqkbCaJaTmX {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VI07JcO4Xrhbsanvz1NhnMNOaQqT6vrQ {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QBEXlCbvKumJAXlMLBoKRvrXlU7d6u25 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #nzfqH8bNFJKHhbW0UwLHChwUtZTvvEPh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #aM0hJuhnQK1hpSbD1eE9kVOci23SHuJa {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #PhDIsJimcLfygnVAkbr1ymEngs1fHgsX {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ModHFcTX1qy83i8FOrQiss7GqCtn1CiE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Xz05pTy8OTp1D4yue2HaRDCT2H8SOJCx {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VTGup3vU9W6WzbMdstfaQrTdnOPrHyzi {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #rcNTlqUC7i7Qzt0V0xv1ggX6mTooq5rV {  }
 }@media only screen and (max-width: 763px) { #UDG2asFozSaqflSZSVtbRlDwoXXQNJRU { display:none; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NMb8LwtoWTJnEqdWm9pyvJFMOBe04D26 { top:14.5625rem;left:30.125rem;width:17.625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHP3h4VgK0T8hHqDk0x4QvwMp1UrTqeL { width:23.0625rem;height:3.25rem;top:51.25rem;left:12.343751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMK1TtoX5Pp4w4idqlcHySrSGiOOs212 { display:block; }
 }@media only screen and (max-width: 763px) { #AB0naZu0XoncLITAfsgvbTikFnJtXZzK { display:block; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5nTefmIUbJNXOhbqDQqT0QrOnCTWJDf { top:3.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqmPEak4laQGVBTUchAEuANqMdwsET3D { top:6.6875rem;left:0.625rem;width:40.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC5kDb82ROdvwfMLuZWeu2XZWxnFECIF { top:6.875rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkHlkSuosMxMoy39mUrLTpnQ1Wdia9m { top:8.9375rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UprKtPTNTa5oi3GydwusflpN0cdJ8mlQ { top:10.75rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvX5vWmH0SprdqZhp9uFCgeSNliG5oU { top:12.375rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3oz07sNatZgf142D5CPFSVk05wynHt { top:15.8125rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibhlTiF2OZHgLf5cs3dPPJ1AHJ0iaq6 { top:14.125rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZc5W9qrqv9CXlO7c4JxFTyc41OPHc0 { width:47.75rem;height:68.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts4p8DALidm1zqoX84wTchBwFklUvJ2K { display:none; }#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zL51i9P4ciWB99COOPv17IT7ucpwLSSp { top:3.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2u4d2msSsEHEg60FHsb3F2zexAbThW { top:6.6875rem;left:0.625rem;width:40.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJBJmpK6dgonDnLwbqeuxP4RXxoG3ASH { top:6.875rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3v5QUeqdRyLCTqXu2qR5P18ixVe5wG4 { top:8.9375rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcC6wVGukvVDwqh8wlTcEfQSlgD5AehW { top:10.75rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSgTCdRkmyl4oQ3HUCV3vukSJ8K3JzR { top:12.375rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPOZPw6cQTQSIknHuSeGq0ZM7fu2sKPa { top:15.8125rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATPqym2TPWOOsSKf4ob9z2PPxdMTyPX { top:14.125rem;left:0rem;width:1.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDSytWMOVngEmUS7eJ6os3E2TxSrVJG { width:47.75rem;height:68.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffmqwhrOJpU1cyOETqZdVkAlafkyML6B { display:block; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS2SFDbVvTNkVprPeFHXAQtLM9WgStNS { top:2.5rem;left:6.25rem;width:35.25rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7hFP1I3cQ3WDWKlKbggHTzKQziF30P { width:23.0625rem;height:3.25rem;top:8.9375rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Mspe0zrpVuQNoTllkTloE77vWWZKMW { display:block; }
 }@media only screen and (max-width: 763px) { #ZZTAAXnr5WG1zumdToRiQr6vqqSEmJf7 { z-index:15001;top:2.6875rem;left:35.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection { display:block; } #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection *:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="text"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="email"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="tel"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection textarea:focus-visible { outline: none; } #ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans { display:block; }#EceDv8zXHCp9BDZGTVXMsxz3Xu9EEans > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQCCB9tIRAlokZ3t7PUesdqL4rhSUZDr { width:4.75rem;height:3.375rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW { display:block; }#H5pqPoqXcJKMxeURuZTz6rk1Oc7zTlfW > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELJq2t7uGqZBCMplZ29R51TCT8CLz17h { width:20rem;height:0;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IHGvHE7kWruOkvd2MBtshcbWHsnyozSb { width:20rem;height:20.370125rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7QUu8DDtnCZR1WBhz5W4iWqRh0kqfPi { top:5.1125001907349rem;left:0rem;width:20rem;height:32.8125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fsT72WCtCPiqclB4NU6BEkt9q1SHu9C3 { width:19rem;height:4.375rem;top:37.875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDpzm9FSi76czPGL2gVZfNtIDATnOCA { display:block; }
 }@media only screen and (max-width: 763px) { #tM6PSOlIVuWctLCP0eeGxH5tf95F3znb { width:20rem;height:7.3125rem;top:43.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cl97VgJcBhBTwGrcLn20V4zqs6Vhf0b6 { width:13.5625rem;height:2.925rem;top:1.3125rem;left:3.2187501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIAavbglhTCwS94yKkcZK9SdJAkxAOz3 { width:20rem;height:8.8rem;top:5.1125001907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS { display:block; }#IhAr6o5PVOud75wkTvtDMuLIZzWaJDWS > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne7X7iF7cGUfV6Q2nfvdlwZuuqabaIAq { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 { display:block; }#ZZxEbsEDCEIm5mUJ0rrqVGSG0n19NG45 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4eM3hpQNbF2g0ZD8amiSDZ7XiMgGs7P { width:15.125rem;height:6.75rem;top:5.625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriQDqmiTtZ1y5iT5btVnLbwU40F4UZZ { width:16.5625rem;height:6.75rem;top:18rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfMLOIu4QvHFJZyvs3ZCRTsy7DQTzOR { width:15.25rem;height:6.75rem;top:30.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyc24QPfmEb3dBoynLUovdEi0aLNHHVT { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #H2wgrk9tUEPI5kgprgFgPzPx7JEKvDWG { display:flex;width:3.125rem;height:3.125rem;top:13.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #A1VSv1S8THOohF33QUgIsBTJkZIaE3O3 { display:flex;width:3.125rem;height:3.125rem;top:26rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv { display:block; }#aoDZOFPceIFTm3MGgc7ETNB4aPn6qkuv > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9l9XSERoozDwhTI4n8JyxFBX0THr6o { width:20rem;height:5.0625rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXwpiTlu3BpgDTaWJH9TbcMJIuHmx713 { width:20rem;height:5.0625rem;top:16.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1XH3vImK3OFJ0qdTCFgRzoTXC1dk5ZL { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #R2btKRevKlQpaH8ZI4tP4CWkz33bbQ9Z { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C { display:block; }#luqUuDfneCdlKqJWZNkKhdzNxXu8Rv5C > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkfus8c1NO9VbWFCHHZHA5zTOHT1Tbat { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnAwxZSw0kKFSlxBLOyKwD78r2ksBSK8 { width:19rem;height:3.75rem;top:50.4633125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6LfXLZR9BbtVyKPMydH56zpXFLWH4VU { display:block; }
 }@media only screen and (max-width: 763px) { #faDunIB4ZpFQmcZedTUUVFEh81t2TeA7 { width:20rem;height:21.563981042654rem;top:6.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLxCt3iKQ3kJWbbVWk2sHMrpKUcaAf6 { width:20rem;height:20rem;top:29.2133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g43sPGevvxdWtZgLKPPn37yGEhQO2gzb { display:block; }#g43sPGevvxdWtZgLKPPn37yGEhQO2gzb > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sph3qzNF3xbdOIhWOhhSQrCAUCVeSmq9 { width:20rem;height:25.3125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEgXEx26W8ouOT4HUV20e0QVtcqBKky1 { height:9.625rem;width:17.25rem;top:28.984375rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVdXsPsaCKzV8J4yAOVSpzDwcNPBr9VI { width:20rem;height:11.96875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 { display:block; }#TheRT4hn9Jc3mf6TKtLGeHsZ6cyT4Hr6 > .row .container { width:20rem;height:126.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0QDTrnpHVxAzd5sbDUT3WBE5W0lUPH5 { width:20rem;height:4.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRB1mQ06IVcOzMvs9aZok6uoqX4o6TMe { display:flex;width:2.3125rem;height:2.3125rem;top:7.45rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #uTlqGn7TGMDqPIntOPGRt45PGomklvnz { width:20rem;height:8.775rem;top:11.0125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnTDL4U8eC2M8tIiDMBPT0JEiBEWW24i { width:20rem;height:13.1625rem;top:24.6rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unXT74wVkv5MqDnadT16ZdMIQ81lJ0O4 { display:flex;width:2.3125rem;height:2.3125rem;top:21.0375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #VO6zrymO0cM1DpVuzBIHvKRoDI9fphA2 { width:20rem;height:13.1625rem;top:42.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kI0fCMMDbsQRXI3V5TwAZu8lfIpQoID9 { display:flex;width:2.3125rem;height:2.3125rem;top:39.0125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #qq6Hz4g3JcqutNEtIpFLXT1Nal5yxHat { width:20rem;height:13.1625rem;top:60.55rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfz02OTSsRsEyM2rzVWc12TWH2zvJp6R { display:flex;width:2.3125rem;height:2.3125rem;top:56.9875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #QMtHoz7gyCia4gHHNi5SIgHHFTB8sBRK { width:20rem;height:8.775rem;top:78.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VknttbmmpgxTvIfESgEig101JIC76ug5 { display:flex;width:2.3125rem;height:2.3125rem;top:74.9625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #AKTAkCnxFTdV7tEmVRHR1lhXfDaM4SmI { width:20rem;height:14.175rem;top:92.1125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVzHyH9LTv5nSPOk7eESzv0IpLBT17gv { display:flex;width:2.3125rem;height:2.3125rem;top:88.55rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #i5nD8c1i0u5G7TCtMvdHqlv0VvPieDzT { width:20rem;height:8.775rem;top:111.1rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dt9HNq3Uc7NfKlRr812RTcwxqaNDfWxw { display:flex;width:2.3125rem;height:2.3125rem;top:107.5375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #xu8ToTamW9uupVJNkIagH7mSofW633UJ { width:19rem;height:3.75rem;top:121.125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8HUbwRAmnDdl7pHi5JpFZOLIDNPeaQG { display:block; }
 }@media only screen and (max-width: 763px) { #tVflhaANK813nKOLw4JUl5hEEhE8m1n2 { display:block; }#tVflhaANK813nKOLw4JUl5hEEhE8m1n2 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6mm3zA9ifNJzR6N00PVfzctOLLPQiBC { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFLzOekgwOXUxypGTE56gz4ufJACyl5L { width:20rem;height:4.125rem;top:5.8rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 { display:block; }#hsULs4Fzf2v22HNSUeTdXfz2yTfiWsN0 > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LusckgRkqDBVoycuEI9HBbpcQ7AeCCkL { width:6.5rem;height:2.475rem;top:76.9125rem;left:6.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpU8TfswP0DigWfvnA7Hm0X3z8kwSq7N { width:11.375rem;height:2.475rem;top:14.625rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCw80MqNmzB4gBGCE4vx3Dlk3FGPNWBJ { width:6.5rem;height:2.475rem;top:18.35rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoQwtMnh4JKTAMXtFNgabsMQur7OhAy6 { width:6.5rem;height:0.9625rem;top:13.125rem;left:6.6875009536744rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTAt4NL4ZuILSpJUSME82UTThlcB3JyB { width:6.5rem;height:0.9625rem;top:33.5125rem;left:6.7187480926512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dshmqhtFoMVtdpuJCmm6zQq3bqc3EicV { width:11.375rem;height:2.475rem;top:35.2625rem;left:4.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4NXrBr0DumZKaHuGKCXG8PqUTe6a3a { width:6.5rem;height:2.475rem;top:38.9875rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHQToDu7FopxLpWgNTki2rWr8C9zDI6l { width:6.5rem;height:0.9625rem;top:54.5875rem;left:6.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTsRXWyT2aDKlA67GfcgBGL5RU4fWp0E { width:11.375rem;height:2.475rem;top:56.0875rem;left:4.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlgWrLDT6UUrGSsTbRsmwq6GHznzcEqe { width:6.5rem;height:0.9625rem;top:75.4125rem;left:6.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0NdQ2VlXlv7xXXfpRxpJEZtLl1xi1RU { width:6.5rem;height:2.475rem;top:59.8125rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCSNprfbP1ORK3TsXvuDzUT35F651ZqA { width:6.5rem;height:2.475rem;top:80.6375rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htMB0UHTnqny5eL3V3zk9PnJRanIXsIi { width:13.4375rem;height:13.4375rem;top:42.7125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMPosTI60KassUX4fSHrcTOeIpUmq8v { width:13.4375rem;height:13.4375rem;top:63.5375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uMElCVMSJGQ2Q4eup27sx3MTAL0rbr { width:6.5rem;height:0.9625rem;top:54.587610244751rem;left:6.7499998807906rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRFeUcxF0bkrG4tHCPIr7WUfTegZbl16 { width:13.4375rem;height:13.4375rem;top:22.075rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQy5mG8A7iv3MAZDBtPvG3dyvpshuIq { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPnW58KOpnBHWhS4RMMOTwopfEqIZai { width:6.5rem;height:0.9625rem;top:75.412502288819rem;left:6.7499998807906rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiedT8piV809nmhhxQNbWFdwUOyy7Mty { display:block; }#KiedT8piV809nmhhxQNbWFdwUOyy7Mty > .row .container { width:20rem;height:102.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSD8piTkLRw1Kz59BoFyiaFKqTezoXK8 { width:12.3125rem;height:4.95rem;top:92.25rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3QE3SbnzL839bX64dnVhDCHCKCDbZLS { width:11.375rem;height:4.95rem;top:15.9375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxAfu8bu3DJ0pXKitBNgJVOxHPCmUnMP { width:6.5rem;height:2.475rem;top:22.1375rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CE6f2vnBzrxuE3HJA7aRPhkACyrTvtsd { width:11.375rem;height:6.1875rem;top:40.55rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yv2Dxh0PlMSbER4g7idhJou8T1t8OomZ { width:6.5rem;height:2.475rem;top:47.9875rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHy9A5kTK6NoR5vupCuniO4Ben7u0khG { width:13.0625rem;height:6.1875rem;top:66.4rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eysgxi75NvOHhogUgzDzgfWk1BKycepk { width:6.5rem;height:2.475rem;top:73.8375rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BchV3mkFmlvLwx9rdoEwvuMNdfgTdwy9 { width:6.5rem;height:2.475rem;top:98.45rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sr3Td6JCCze0TRRd8XaZo8mi32ZrT8kC { width:6.5rem;height:0.9625rem;top:12.9375rem;left:6.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRyJJMgdRqEVUMQnfNba3fD4q3wcfz6t { width:6.5rem;height:0.9625rem;top:37.6125rem;left:6.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRvl5HaesXXPbKlTKsoEIH1aQzuaW9sk { width:6.5rem;height:0.9625rem;top:63.4625rem;left:6.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhzflGJsVA8zrP6JFCSf2IqXpNoz1Bnm { width:6.5rem;height:0.9625rem;top:89.3125rem;left:6.6562461853025rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNPGRT94IMpTiQfBRQ2WEqb7EbAMCs1W { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO1QBFLmWMGmM3kUopsZ6FmerF4cEpbX { width:13.4375rem;height:13.4375rem;top:25.8625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExGTxCJaEDCn7A7DPTEQGoPTeDwafKZ { width:13.4375rem;height:13.4375rem;top:51.7125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqvppsqBmZMlg1Puo7F2hostwUDBZL6 { width:13.4375rem;height:13.4375rem;top:77.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcZ2KU92pao5dlhIvT4bygfgRIH6rpM { width:6.5rem;height:0.9625rem;top:13.142944335938rem;left:6.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STMv5d0OH1DdCxeV57TQySuM0Fgp0h8L { width:6.5rem;height:0.9625rem;top:63.667944335937rem;left:6.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM5MziX17nTtEoMiDZSqsXROxByo8H3L { width:6.5rem;height:0.9625rem;top:37.817944335937rem;left:6.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5UF9P2kQe9arupTQ6KyqqbG6DSVMM7 { width:9.8125rem;height:0.9625rem;top:89.518737792969rem;left:5.0617179870606rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn { display:block; }#wD5hdweDbbrCTPJi6FTRWU9FICnSqgHn > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HreVb7ZxHIXTQnAn8GnJqCQS20sTW86S { width:19rem;height:3.75rem;top:25.0390625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzaBVnVizbfTC9qXk3Bb2zM07hrtDcl { display:block; }
 }@media only screen and (max-width: 763px) { #osacgOFeQpyrq1MTScRM7Uein4BLRTI5 { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8yWrd5xVPhHvT4oTrPMcxxph3ecC6kD { width:20rem;height:2.2rem;top:9.1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsTAnTEMv87Qf3hBOhELCThMrHwPNxpz { width:20rem;height:10rem;top:12.55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ { display:block; }#ndQcOZwD8I39zwxMzmIem3IeE3m7PnhJ > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8ddfWIGNvq7udI88K6PdMhXqiq7bN9a { width:20rem;height:4.2rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biaoW2cVzEbSeP3IWRUBoRwIp3n0FWrC { width:8.25rem;height:1.8125rem;top:7.25rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf81dareKm74BpMmz4OINBRaDIsUMVor { display:block; }#Uf81dareKm74BpMmz4OINBRaDIsUMVor > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxrfL0cHF1pWN6AOlAXOHIyylesoI6I8 { width:18.5rem;height:1.575rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr5bTX733RqMO58VkXl97TkXiBbHmQm6 { width:19rem;height:3.75rem;top:12.962476730347rem;left:0.49921876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhrubieu8JVobOqC94bOzgCsFfTRCuzC { display:block; }
 }@media only screen and (max-width: 763px) { #c3RiXTmhbUvrFfTikrNb4mFvB8U7pPIa { width:20rem;height:5.6rem;top:4.075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 { display:none; }#RSTDqDFUceCtIwwBBbCdkLge7D8xWgP6 > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Li5vmXiRD4oOzxwvXc8m4QoDyIcHVQR4 { width:18.5rem;height:1.575rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyoP7fq0lfNpwSr1Jkp8HkdOByuMqxv4 { width:18.5rem;height:1.575rem;top:12.575000762939rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq08Lb6WyHDdkgLv9wtbo7yZAXLeSca9 { width:19rem;height:3.75rem;top:25.21249961853rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp6LmA1P9mJMOyPRxBD6WHxSCuSyU4y0 { display:block; }
 }@media only screen and (max-width: 763px) { #U7yTtmhkwtC9PshysQTrROrllSTEzK0L { width:20rem;height:7rem;top:4.075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP3ZnRMOXBQ9zF5ukK8qUsLU0W21XrBC { width:20rem;height:7rem;top:15.58749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4grVglD5TkE1wb75T36cLzSWNf8i4Z { display:block; }#zK4grVglD5TkE1wb75T36cLzSWNf8i4Z > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4JToLxs1NcsWI7cXhApuGtFp6u5gaxy { width:19.125rem;height:6.3rem;top:1.6929688453674rem;left:0.43671876192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro { display:block; }#nvDsCRsq1GaThLVpkmOBA7ORHs7bZyro > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwaiPK0hqroXly9f2HUy2g7lhHatZT8w { width:20rem;height:83.3625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }#UwaiPK0hqroXly9f2HUy2g7lhHatZT8w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #cfZ6BTzanet5mms62MN7ivgkEgnDSTkL { width:5.9375rem;height:2.625rem;top:85.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2o1PCGR95ySKTNV30QOXN9xssX0PCd { width:6.0625rem;height:1.2rem;top:86.5rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vsyb01uKQhwPMEpgCzez93xHRLI3VnE5 { width:13.6875rem;height:7.3125rem;top:89.625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zO96w2kBBySDzugxbfur9CztOGFogqhc { top:87.0625rem;left:1.6875rem;width:16.75rem;height:10.9375rem;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #zQFbzfEtodJLBcNRJylhQWXzgCOa7raX { display:block; }#zQFbzfEtodJLBcNRJylhQWXzgCOa7raX > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 { width:20rem;height:25.65rem;top:6.3125rem;left:0.0625rem;font-size:1.125rem;display:block; }#JOWsAKFEoZIpggQlvLBgMMAq0p5Zu6R0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #e0uoCWGAgryaEAm7bvhEQ5pwnsvh00v4 { width:5.9375rem;height:2.625rem;top:34.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtzAdluvMZvpaUTI8Iae1KBxVenywEIK { width:9.6875rem;height:1.2rem;top:34.9375rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJV4187vxP7Zb01MAWXoBsr294lNFUq6 { width:13.5rem;height:7.3125rem;top:38rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKds7HsBcfo61Am2IA8Vt1gNAMhKzVGb { top:35.5rem;left:1.75rem;width:16.75rem;height:10.9375rem;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #XiRoKzBiBS1NGo1dSVU722B3b6PLDJ5C { width:14.0625rem;height:4.275rem;top:1.2984371185302rem;left:1.8249999880791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu { display:block; }#u7Am0qCgNBkCz8V8Odc8q0eRtrcxeZlu > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1eLUhbyWBAxGIX6EnTSJqVHVciB1cA9 { width:12.9375rem;height:2.1375rem;top:1.875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHRGhrAG12vh4Fs8HJanZlvkolR60Pdf { display:flex;width:3.125rem;height:3.125rem;top:1.5rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #CHkcXSCISxEqIfonavUz95CyGIadtHAQ { display:block; }#CHkcXSCISxEqIfonavUz95CyGIadtHAQ > .row .container { width:20rem;height:351.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uwhyz4gROWTnw1Ef1lsl2UmZO69IzsAT { top:209.625rem;left:1.8125rem;width:16.75rem;height:10.9375rem;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm { width:20rem;height:83.3625rem;top:56.5625rem;left:0.0625rem;font-size:1.125rem;display:block; }#pG6Aa9zTPDLUMEMxEVVgbyD3miqL4Clm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #eDBf0g2Ipk33kFDZ9nAIvpMwGVD6e0rg { width:20rem;height:4.275rem;top:1.1484346389771rem;left:0.037500023841858rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT { width:20rem;height:32.0625rem;top:6.5625009536744rem;left:0.037500023841858rem;font-size:1.125rem;display:block; }#AFa0VFpG9NkJuFyiv1b3x7ps3PkVWNoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK { width:20rem;height:21.375rem;top:226.125rem;left:0.25rem;font-size:1.125rem;display:block; }#SmKoPOg9MRuaRGkcJ8fod43D88C1bnBK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #F5n8yd2DGutOOeDtxFH7scMo7wm3xGf0 { width:20rem;height:4.275rem;top:221.375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqSX0xmH9ZMmRq7Xpa6uFaTaCWG1yu9B { width:15.625rem;height:4.275rem;top:52.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzqtLXDzlMrJlan7dHNx2G09naXQXTVs { width:20rem;height:49.1625rem;top:158.3125rem;left:0.125rem;font-size:1.125rem;display:block; }#NzqtLXDzlMrJlan7dHNx2G09naXQXTVs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber { width:20rem;height:66.2625rem;top:265.4375rem;left:0.125rem;font-size:1.125rem;display:block; }#yNNFTlM5Zcu9AhQy8RivAEgWdEoLJber li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/59adf3a0-d75c-470c-b2d6-060bc7253218/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #IQ5fctLg3UNwSQZpKPF5BuLteUc4GLPN { width:11.875rem;height:2.1375rem;top:262.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWXTLK0ghQPIMudyPnzMNk5bMUmrBHZ { width:6.6875rem;height:2.625rem;top:38.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WMTIatfxeD0T5na1Qym2c8h0eEU9GV { width:9.6875rem;height:1.2rem;top:39.3125rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSVdRRwzOT5z7VSgaPbZTelZIa23XkAG { width:13.5rem;height:8.775rem;top:41.5625rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roKSs8CMC430f5x6amq1ebzOWQkHT72O { width:5.9375rem;height:2.625rem;top:249.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kucWwkW5IIeLAZWgDPGH9l2mV1rvtNuP { width:9.6875rem;height:1.2rem;top:250.0625rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J30ywL6qSKZbHieizSVBfNhmCCENJL8v { width:13.75rem;height:13.1625rem;top:334.4375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqnoJraVpECcGSI6X97P4Nq95TIQUE7X { width:5.9375rem;height:2.625rem;top:208.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDuD61ytw9Orc6fhv2pH28bUhVwTNmTx { width:14.9375rem;height:10.2375rem;top:145.125rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVPKyAvfGBkC4GBwWyEc4oQsnQ1QlVTR { width:9.6875rem;height:1.2rem;top:209rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofF0cp1daNnGvwMRr2NRSAvaaIktwifI { width:5.9375rem;height:2.625rem;top:331.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chVILfFe3HOsRNDgpkm68qTIVTlolMHI { width:15.9375rem;height:7.3125rem;top:211.5625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ak67m6lrHsh8f14J59sm68qtSftQfrPT { width:9.6875rem;height:1.2rem;top:332.5625rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUXp1eicNUXOrT3VJKNDNkn13IpA0f46 { width:5.9375rem;height:2.625rem;top:249.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptvQdy9CPuSbSToCNnNDaOJBl6D9ZvEw { width:9.6875rem;height:1.2rem;top:250rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNVlsRbFTAyDHTF2ckouvDHH9bGO3DX7 { width:17.25rem;height:5.85rem;top:252.25rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G137XddQ2sGulIDZy8s2gJWQWc4lyoqT { top:250.125rem;left:1.6875rem;width:16.75rem;height:10.9375rem;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #tLdUAJK5EV1iUHQhf1qS8xo2szh3L1PS { top:39.8125rem;left:1.625rem;width:16.75rem;height:10.9375rem;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #EBfs4rlgpJNzLbHCob2ca9TTT4LOZQ0L { top:332.8125rem;left:1.75rem;width:16.8125rem;height:16.3125rem;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #tgd1JXXXcJ0FCgJWvFUmGJr3vTn9O7WD { top:143rem;left:1.6875rem;width:16.875rem;height:13.75rem;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #be0039;border-left:0.0625rem solid #be0039;border-right:0.0625rem solid #be0039;border-bottom:0.0625rem solid #be0039;display:block; }
 }@media only screen and (max-width: 763px) { #cZz9l3rEmdIy95n2b8FH6Lt5RDTsDuEF { width:5.9375rem;height:2.625rem;top:141.625rem;left:7.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #xWfs3ulP8KmeWrEoVlaf15hkM616OhAp { width:9.6875rem;height:1.2rem;top:142.4375rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE { display:block; }#a2ZrTwXGmSUsSP1fRz4MI3SklOPtITrE > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbA8r15Ztvo2Nz13fwINHTZmydG1xsvl { width:13.875rem;height:11.2rem;top:62.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhueQnnHanM6OrisBJUgSahIGgvEkuy { width:13.9375rem;height:11.2rem;top:48.7587890625rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZqmTITKJ17ELkv1PQCG1bD6ZVTnDs8E { width:13.5625rem;height:7rem;top:37.321875572204rem;left:3.2187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsmQfMtsmcGA2OQP6SZXITEESnrNr1o { width:13.5625rem;height:8.4rem;top:13.172656774521rem;left:3.2187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk59WviiSO5ZTQ8fE7PvSAMoHSERbqTl { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oACtzreKfSuon0N02aopatDOL25e6Mgd { width:13.5625rem;height:8.4rem;top:78.2568359375rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8eeTHOzAPTim7keZZXAeBZu759V0Tm { width:13.5625rem;height:7rem;top:26.250000953674rem;left:3.2187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RawJUkNrvb1QOrbxVUIyXiWcCTKJkk { display:flex;width:2.375rem;height:2.375rem;top:10.847656965256rem;left:8.8125003576281rem; }
 }@media only screen and (max-width: 763px) { #V4IPcoiKBh5TBxdQx8HNq2gDh3ZgvmER { display:flex;width:2.125rem;height:2.125rem;top:23.937500953674rem;left:6.7375000715256rem; }
 }@media only screen and (max-width: 763px) { #hPRHKV3CWuZXAaMqNnHu7KLhB6KlHJ5J { display:flex;width:3.0625rem;height:3.0625rem;top:23.050000190735rem;left:8.4687503576281rem; }
 }@media only screen and (max-width: 763px) { #wUZ2qoNONcNL4mTE38TN1H9m4aBO94hX { display:flex;width:2.1875rem;height:2.1875rem;top:23.90625rem;left:11.531250357628rem; }
 }@media only screen and (max-width: 763px) { #vEn3wPdUWeukiXiIZPqa4hX4kNTvwb7P { display:flex;width:2.375rem;height:2.375rem;top:34.375000953674rem;left:8.8125003576281rem; }
 }@media only screen and (max-width: 763px) { #GiQ1ZBxuiZ8VsyaMopWu60aImTKKMTTQ { display:flex;width:2.375rem;height:2.375rem;top:45.5712890625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #iGdRR9OsAZL7uiJ76QQf4cRFBPxuzDTH { display:flex;width:2.375rem;height:2.375rem;top:60.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #g81Tv1oT7mhrKFCR1ou3alnT2tkKwsuu { display:flex;width:2.375rem;height:2.375rem;top:75.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #lsJv859GryUaAOVC0yXVCT93JK2168N8 { display:block; }#lsJv859GryUaAOVC0yXVCT93JK2168N8 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAr3aqPzeeeLUTTT1klP9ctIRfFpVDXd { width:20rem;height:6.3rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxyJCiRh9I8Q2yCAOADQEtREyMBTgtuB { width:8.25rem;height:1.8125rem;top:13rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT7RVEsSISwWlRCqIsbne2XPMCenIoqS { display:block; }#cT7RVEsSISwWlRCqIsbne2XPMCenIoqS > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLSMQ2omFVafxtVJxOU2bXX06GnJRwfo { width:17.4375rem;height:28.3125rem;top:1.25rem;left:1.2492187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGqvwW30qGgRUKP1zIP8v280GzCcIRsP { width:12.375rem;height:2.8125rem;top:2.3187255859375rem;left:3.7812509536743rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNB6gTyzzeUbl4EMRLy4wOFtS0dWGSz { width:12.375rem;height:2.25rem;top:2.3812255859375rem;left:3.7812509536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqudRIdzONhnTlNQZPSwDpT8QOETNdT7 { width:12.375rem;height:2.25rem;top:4.3109130859375rem;left:3.7812509536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQENKWJ0wcvCLNyixD7ey73ytcehfdpx { width:13.625rem;height:1.40625rem;top:6.8187255859375rem;left:3.1562509536743rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZi4zkTOXXUVhwiTiKdJmNdAU3z32kW5 { width:14.0625rem;height:2.6rem;top:9.8812255859375rem;left:2.9375009536743rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9tahTq4m6bpMyt27rblOLtZfDrngi { width:13.625rem;height:1.95rem;top:13.329711914062rem;left:3.1562509536743rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObaBMQHTphCRq5Z10sTKo3Us0lBhVb2 { width:12.5rem;height:3.75rem;top:27.561718940735rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mMJOGh7GwyftXCpuSa28sEJQgnJszZ { display:block; }
 }@media only screen and (max-width: 763px) { #gRmanZ1Q6tpG7OTTvPCasP6CKhEDuyX3 { width:14.3125rem;height:2.25rem;top:19.5625rem;left:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1207zkuWFsLzANa1ZlUE2cotvqcBL5 { width:14.0625rem;height:1.3rem;top:18.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWhLU59XCCvtk45IeeEQk6rA4W0asp4O { width:14.3125rem;height:1.5rem;top:23.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8wvX7tIbnLKrb3X1Ns5ioaeT5RNTqIr { width:14.3125rem;height:1.125rem;top:21.8125rem;left:2.8437500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ { display:none; }#mpGb8kVMQU8eNwlwSxTTpQRRHCRzdeUJ > .row .container { width:20rem;height:135.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PtqR0o3XW1aA3tUDxy9ZhwsOnuwL7VeV { width:17.4375rem;height:57.375rem;top:1.25rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxskkVSBw8I1U2kvi76DZztCqfzJKBZ6 { width:17.4375rem;height:57.9375rem;top:69.1250038147rem;left:1.2805396914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8XQbbq99q0CWh8mDvRheD1vNscHTTr { width:12.375rem;height:2.8125rem;top:2.3187255859375rem;left:3.7812509536743rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KID0CtVLRdzbRAAnK4atqCITMgJh2X5e { width:12.375rem;height:2.8125rem;top:68.8125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGp4nHXyywQQsZkszNaupSzR1FUm17r { width:12.375rem;height:2.25rem;top:2.3812255859375rem;left:3.7812509536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWRhF15BhVkc5qeZGnX7S4d0rhyQ3qUK { width:12.375rem;height:1.95rem;top:70.275004625319rem;left:3.8124998807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN6lLTckOwF0ZTrNu7V9keohsDEnNbP { width:12.375rem;height:2.25rem;top:72.175004482269rem;left:3.8124998807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3k6TO9bVHnRAvoIFRebf16W3D0ETHUV { width:12.375rem;height:2.25rem;top:4.3109130859375rem;left:3.7812509536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2WO27FaBCmHsJvm3GrGxrKpXnafL01D { width:13.625rem;height:1.40625rem;top:6.8187255859375rem;left:3.1562509536743rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO60Mse9JFMDW25aP1wHtzSST8M4DQMv { width:13.625rem;height:1.40625rem;top:74.375004768369rem;left:3.1875001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrknWRHRkM6U1CtKT51lDURy1isK1ty { width:14.0625rem;height:2.6rem;top:9.8812255859375rem;left:2.9375009536743rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxEza68DqMl4FJIXvzO3pqRMm1T2MSa3 { width:13.625rem;height:2.925rem;top:13.329711914062rem;left:3.1562509536743rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndx2XJmvyJcahAe1dHmEw8diaAiu4rMd { width:14.9375rem;height:1.95rem;top:81.250004768369rem;left:2.5312501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4NDeH18gFfNXQWV8ReH0Wpd4k5mUNf { width:14.0625rem;height:2.6rem;top:77.062504768369rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkvBPtXHTpS7AJTSHWfLIZSmqetTASCO { width:14.0625rem;height:3.9rem;top:85.250005722044rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeSekM7UDsDs9dHCNkZrJeaUH17xPXF { width:14.0625rem;height:3.9rem;top:18.03125rem;left:2.9687509536743rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7IMkQVmTA6bRu0fpz1hWSreDlgZO0mx { width:13.1875rem;height:0.975rem;top:89.8125rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiNqP0tUDweJO5X2FOhJwqfwugIG2R6A { width:13.1875rem;height:3.9rem;top:22.40625rem;left:3.4062509536743rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiX3ou4LQfRORXIG758CG39GXATQ4vQC { width:13.1875rem;height:3.9rem;top:89.812505722044rem;left:3.4062498807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLkBNtoKH7fxU76t5zUNd1nvHhFiO9B { width:15.9375rem;height:3.9rem;top:96.143754959106rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhVZzb10RLik7Lf3u9icuGOtkURbC643 { width:15.9375rem;height:3.9rem;top:28.818725585938rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z68aW0OuhXcVABkVMP9AwNLP9h12itnS { width:12.5rem;height:3.75rem;top:59.562389373779rem;left:3.7500001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZPwLlzJQUP1XtcuMVzrBw6sBMGoVOu { display:block; }
 }@media only screen and (max-width: 763px) { #a5ktTmkpuFEOf20ZT2gCRHAlmM0QEGRc { width:12.5rem;height:3.75rem;top:128.12500476837rem;left:3.7500001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITaCnaDClnLllhiyhQIQGp7HoFc9V2b { display:block; }
 }@media only screen and (max-width: 763px) { #AcguWo5FzHxnbRLO5VmQLSFLdnV6aNDU { width:14.3125rem;height:2.25rem;top:50.928907394409rem;left:2.8437501192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMX3QBEuqaf6dRcGE6GWHtRnrII5Whox { width:14.0625rem;height:1.3rem;top:46.075782775879rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfNLaVzMQ6B7NTlHoJccX5fdpn5r0dMZ { width:14.0625rem;height:1.3rem;top:49.678905487061rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHmme9QAmXLkXhivfU2RcI6WFbbxdhp { width:14.0625rem;height:1.3rem;top:113.06179237366rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhthSCQ2R9g17uXIeqVvJK37Uo34Va4O { width:14.0625rem;height:1.3rem;top:116.48750495911rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl350vfdWVw3E8wbf7IstU9EMycFNJ3H { width:14.3125rem;height:2.25rem;top:117.73750495911rem;left:2.8437501192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3pS23hh9imwDeScA5zCNWTcHmxgg2eS { width:14.0625rem;height:1.3rem;top:124.43750524521rem;left:2.9687501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBsNmivUum8T1vTpdeyFh48DWl5AAXKl { width:14.3125rem;height:1.5rem;top:54.941762924194rem;left:2.8437501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSuCOzOToarKZhfHsqCzNM8OPLucgXxE { width:14.3125rem;height:1.5rem;top:122.37500524521rem;left:2.8437501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r72rQZF3C0VQWVU4dNXg9vuDrTEgHTuo { width:15.9375rem;height:2.6rem;top:102.25000572204rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZdwJtne3FDPLSRO8gVmGgBSSEvPDn { width:15.9375rem;height:2.6rem;top:34.693725585938rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abFnokvdTW9Q6zV0rvVWchA44d3KqupZ { width:15.9375rem;height:2.6rem;top:106.93672561646rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdprcGEKP8ZkC0Q0WDbhQmNaaO7tpldF { width:15.9375rem;height:2.6rem;top:39.437499761581rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfkkwD8PsQwZDLAih9zrMc5HCrrRHkog { width:15.9375rem;height:1.3rem;top:109.53672409058rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8FkM5BGG54pgzvPu4RWUFPM2pLwlmZ { width:15.9375rem;height:1.3rem;top:42.037403941154rem;left:2.0312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0eQvqgQ7uVPdNczcWA62Um5WeJeWnGp { width:14.3125rem;height:1.125rem;top:52.990768432618rem;left:2.8437501788139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI2R68qssoF3NRVrOC9yDTdxek0NLmgF { width:14.3125rem;height:1.125rem;top:119.98722076416rem;left:2.8437501788139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ { display:block; }#D441FgFxSGaoPsXHGEUkNLLydMqCpLuQ > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtRXEFTqFKWkGsrVeTCSTrBPLKggeDJ2 { width:20rem;height:6.3rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMuqZmuBTGQRaTyv2HtikO1JuU1zBmp { width:20rem;height:9.5625rem;top:6.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpJyRc4Ofmu0xHQWkey3uPJ4tCBR8VV0 { top:6.8437504768369rem;left:0rem;width:20rem;height:20rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fyAolX4LbDHHA35glHfydp58Tupp1gtK { display:block; }#fyAolX4LbDHHA35glHfydp58Tupp1gtK > .row .container { width:20rem;height:106.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5GDMxc32nXs99ZJIZMtBGDZLEHd0gye { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQDAtmFGmuciv0p42Roffrx3mafLVlfX { width:20rem;height:3.375rem;top:10.8984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDQWQEeqWItze3pfwf7xQ4natFLrP48m { width:19rem;height:4.375rem;top:100.5166625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgXxcPSpannWMl40tKyR44Fbb13AuAs { display:block; }
 }@media only screen and (max-width: 763px) { #HHvQiTi4qzEnoJuo3RVphIWIeklMXqR2 { width:20rem;height:5.5774647887324rem;top:15.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmtILZziQgm9ktVNKakeFkKB8ZLn5gV { width:20rem;height:4.2406876790831rem;top:29.099125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvUScoFrf3uL1T1BGtLI7kUeuVqghnU { width:20rem;height:5rem;top:34.5893625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaEb51xOlx01VIo3nwld4NGCFtWTzun { width:20rem;height:5.4988913525499rem;top:22.3505875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk1Bnd0ZqHCf8mCd8plnbDPsXzxaUbPJ { width:20rem;height:9.4488188976375rem;top:40.8393625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVSdyu37Gs1Ssx6B4kh18arePteqcMxo { width:20rem;height:5.8885941644562rem;top:51.5381125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEJvgHXoKrxxZwp9vVcrLJ1WSfUyELP { width:20rem;height:4.9336870026525rem;top:58.67629375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR3zvJFOhn5eL2NMzUo3JyFxf5y4vCcT { width:20rem;height:8.818897637795rem;top:64.8598875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7lvTIqHTcBoPhvQydGWvQsQp6fzstR { width:19.6875rem;height:8.0625rem;top:74.9287625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdbDl41Iz3gKIAR3aH4em4VzyrbLrZV { width:20rem;height:3.5695538057742rem;top:95.697325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGb1O9uWUltUefNX5fPndIOUtBIhqFem { width:20rem;height:10.184696569921rem;top:84.2627625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B { display:none; }#SoiCHGWtzmHiLdFL8Z5KKvushCn3xb0B > .row .container { width:20rem;height:95.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8ayndHKcH7BXEn4cKFxz8l5m00qge8M { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za { display:flex;height:auto;width:17.5rem;top:6.0625rem;left:0rem; }
#S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ceqEh5swnXx77sdbirwfxR5ZcVpqTqSW {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qTETuh151BNNlUcrK6gW7rkiunZffG5V {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zDvbk0FHynsFGCLns5DhJT61sOMmthxs {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #loswdlGIgBUeO5Om7bl1QyIZPcn4ZyMz {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #koHyIJln5bvnpgTeFsxkFXc7i7WpagK1 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #evGnGpG9kqQg7gopVqsIprNNrAEuHt6Q {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #iStkDIBJbbCaRIvNqE757uqCTmdb7eTA {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #zuN7p7d9GBrk4Ukg7m1HFoMdoCsS28cJ {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #mQ8B4y1JShffIqkpiR5POeiFcSWMuwnL {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #TaAoUNGZqlLV599yNrJbXTfyOn8AHma4 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #msuLJeiWUnkn4XZBI2Brmd9FC6WdvK3g {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #SP3aTi2CdUhZ4SQ2ecBBTK3eBayOJNzE {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #CD2I8wLFxaOSCi9aXTS7TsSc6HQxUEw8 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Jd73TgHnUJNiNKLrBEnEbq66KylmzLBs {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #adDgfnyH0GWNhht8TtLI8ETTbH5tSipf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #K4Kw2H6mZyvIE7p70k7ot5TBWoNq4Lpy {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ftFlDCM2GTekBlRxkGkZdGL2Ah4veV1T {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HelTBPKqae50lqv4gZAke4iIcF8HyrNM {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #eQoDlXChkgutMIq2L7kFfgIvulZg30Gf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ZDXr448gX7IfJuPvPJKkyR4MMiNRPwgc {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #T8ZLWFN8Bas1NuoXfCk41iIpc03Lt7wy {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #Ztyip1n4GKMMGOCQxzZNp0d0axhJO3iw {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #qv4TCAgSuVcSZTZQIgLqoEp7L4sZCCxc {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #hzFCphfWCMVVR0yLKPQJrn0zOdb2OxAH {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #d27pVDqW93odpOnuUaI8Mr1y1D8sHEi3 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #c0z0bQx4PB5GLbAhCy350fdJ9TSPOEUq {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #WZLktv2ETlT5irctysrabF2Ly5TKTFJd {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #sFLq5vetpZJG35hmaF95TFuFcQhyEefP {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #OTZCHvI1M7MqIHBVKZSmocz3JpQTGfte {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #aL7c3S8xaVs1epFEfkz0niFLZC8k4c8E {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #t9W02Fz5WqPfGvM0tnfQGfS3UMh1anne {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #wyJG21tNaxWUhXhBP68GWydEl8z09ur5 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #O8T1OqKyqOO1pTdrryQXIhl7Vf4ywwMg {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LsTOkwakKrMTQ87NqkbbzCTr0KAgMdiU {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #LhX3Z15eUtp7vXoEcu0HJMe0XnRu3kOv {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #peZbQuFc28Ts71dtdNlo93Uyht2GULMb {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #B88ch7CMX6T4RUMAFSThHAWohCGLnUiV {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #csX0vpNn7BRXhEoReZqcTSQxrzzfA9Nu {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #lbgOayrESJRvqu8CgmlvGfCB9GR7PyIE {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HhtVehFhaHB8VgGXw8z8m9TRFnnDN63F {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #HNxHrrCNEE4zxRm9JxoHmD7Tr0yqMzMf {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #annVm4mFQO7JZSNDrTdi7W7VP9XNUiO5 {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #ehnS8gBdHwTIvntpmilKHDJIsdZxiwhd {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #fJrdJ5Fl29fu4WKwu78qFTV58frfrwJx {  }
 }@media only screen and (max-width: 763px) { #S1JF2qXkpDN7Uc0gGkDrOmoGUySzh5za #FVcIFGcdkzTtSHJ46Rf0yJPcKWXHzO5N {  }
 }@media only screen and (max-width: 763px) { #nBvvXOvqnRuvO868rBPrGJ2dc73s40am { display:none; }#nBvvXOvqnRuvO868rBPrGJ2dc73s40am > .row .container { width:20rem;height:95.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hQ9lr7gkVRpnFq5SfHHH8QRnaVVzAzUU { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy { display:flex;height:auto;width:17.5rem;top:6.0625rem;left:0rem; }
#rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #CIR0ZUgUVJ4guCweOCNIFpp4bwxePNe8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hmakAOsHTNVauiUPOC6Zsy2IkEAUcsh3 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WzTRhs1EWRITVgQAkRTLb7TbHM12LqT5 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TDBcGDq7zLPUmPtUHg4i7yv1zGxLsxhm {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #xTEWDtdSFD9PZgQXnhHfM1dAQcZsS8NV {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Xa5FxHh9sgUJLNrdOdiWTTZdSwWgBgeA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ORNivrsnSoChFbaed7ToL2teLsaq6mK7 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #wqcSIThXatgpckGsmccVvhy6vrlVd9lX {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iESATACUXNTaDOSnyK0yxxkQ2WUyVaZA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #H1C0r0WNr9TcXrgXbT6qS3pLKaenP5uV {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #XoGFl12yEo90hzCv70LVV2xXcRam9Je7 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #gp2LxeMc4lRTpG7sKNNicNNfhWXxWbe8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ghCvDGEi8rZlHI96MnVCyQzxiTMi871P {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZswaLDdLENOZwbUemPQPDsbhDlC53UZq {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J8WN75LdSSP3oiLgB5VuACJo3tzaWntg {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #q9mOHuTQ58rxl1P0epEehvCPZgVrUwRe {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #oLcKQWtCnltMI6O3AACcFmcPcnSNDKRN {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #TblCNhzLHHzxOTq1Iitrad8sqfxkzJ9c {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #umDAS1FFwP1tHUM3FZmuCKUdlHwLJJVT {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #obfSl4vqFqR4GBOTgsUM4tpnXkXagIge {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #PbwkAVw1x71eNKMCh6aCzFtgOPwTJTkW {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #eiCEHvmncN1W9yPKOguzWTOmOfnZzsKA {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #h1xf4wIn3HW0hNSpB4myhIXwKoKS7Zdp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #BcdJcTAHmuDeOroXfeizsO0QIB3qP4Ip {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #E0OVunxuWOn2gtAwQ5ChefXEboIVBOkt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #L1TPHMEmWnrIsvu5V5JKybIqhD6AVKMN {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #HFXdkKzh66303GqxxvkHxNKLRC5giFs8 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #WTCmhS7wf4RdrKOF56xBre1cbz2vQBSt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iI2OwVxTHXKbyv8xGolCK9UOTVML0cyM {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #uL8pmlPTgf1wpCJeuyei0qhVbF3trKp2 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #J1oOagEmMXIdqXflF95pqWEZN0qkmv9N {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ihburZpxEbEa03FV10VHOS4oOyeMe6Q6 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #bZEXGZz0prnfayWQFlLTy0iK9TiRI5QC {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GW70A50mxiNewP0lFW7kTJxJWg7hrsuO {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ky37is1osPP5DNM0XJoJDaPS1qEfAtEQ {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #RCThykxVmE1MSIG4545upXFEGGIQIkxh {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #hRTD6MC81HTck1uHUrHgrCsDW4KTtO9X {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #Itr3r84NkPKyNVbvxKZoATRhMrXrHWBw {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #itooeVGiC7LFpgEOtI9ilKJiIZ4l6Jiy {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #dIBEaIBcXXg1hMhKm1pavSfSf5zhArbU {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #blz093hqpOzd4wkn28Z3gELOdweTuFJg {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #C7TfzydGw8IfmCTUwzgJhltZhAnyRSI4 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #OLBXdPD1wkU0MU9pap8ytOcD9CIPfyAx {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #pVlmotxNSMGRUmro8tH7n8TZiwDFvxsp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #GahpVoiVfuSArxwEmqBPyAsdeLvstq79 {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #tzpNNs6x4FCxtOvAnEC9i0ep8ua0o2Wp {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #rh6JLHioH7CflPTzLmZwCoUHMatL97cF {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #ZppQpuPKJwUgwihygb6pmdXKZRsA21wt {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #iixTZvhyT4kNQS5Li4kQITvhosUIkngT {  }
 }@media only screen and (max-width: 763px) { #rlXfpd30lB3FEgTqOvVIQFwJtJxS2zTy #UTfR7ts1OC9WnL6RDkgFdqdVUkZ59psG {  }
 }@media only screen and (max-width: 763px) { #i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd { display:none; }#i1fwTbqAhHkHXdp9Qy3zMwzfrtQqzZRd > .row .container { width:20rem;height:1rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsisJoMwBcsmhRu3RNlAQEmNhbC5LvXl { width:19rem;height:3.25rem;top:82.634376525881rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3lWb0cezNUUfDV5qNZO2mEBKmis0cZZ { display:block; }
 }@media only screen and (max-width: 763px) { #kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E { display:block; }#kCXr7DRZdxhzJTLdyHsqndxiJMwVBW7E > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNOJwnRiclhAe15xd0UeOv3kl4G5wB6r { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-heading-text { font-family:"open sans"; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf .accordion-desc-text { font-family:"open sans"; }
#PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf { display:flex;height:auto;width:17.5rem;top:6.7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #t9KCFKNn04s3d48BVlrTsM3EgDvCA4Tu {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #bqNQOkl3Jfk4JXTZ5UrvOIFZcWsafsON {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ThpXvNnL6cPHBB9uyxMo78T23UhkVqKO {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qKE1v1A5ObuEZWdyZApMUcQhVtmQght4 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tkDylt53nX9sgyasbWkAqK2DX0aFU2Og {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QnMVyyzgE9CJaM8ezxre3yWuBIbJoZDt {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #v518ADJ93uUp4bQwnB5MDpsbzFDi3XFK {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ag0Bq3BzLbuO8wUqAaHyTRaqyPKZPRnT {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Oq9GHQJqJhABJ9Bcbl3LgRvaFmWDyT3x {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #fs78mLfNil0lnxg6LF3lH3czAuoEnm1i {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ry0EorGQUcvn28EGN0kr5H5vPSGgJNdz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OQI513WmaQeXgEvnCOG5g7SikztE0OiB {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #OTBgsvui83up82z160RXxhAeyapgCGMw {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #mVheupyCxSyvCOfsuPuK603oMeN0tWHt {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #z7MWkyFVCqDvNvwL7mtUAoaxiRNT5NuG {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #LE4kCFHM825DeohlCTbB62BzpcQzOhtH {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #C5QNSBnUdKx8PXmb4c1Q9D7ModgB1F88 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RvxEZ8xwPdD29pgbXl7C1PZwNmNOnTKE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #gF9kkV4e6Spy8vwAMhH4VDmJ2RTULq7L {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #tDPS8Vuofycy3CmaTvNXknmVBx8BdpGS {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #B1hJQXBtUDHUxEwCvJeTP8DEkiIZ3FQa {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QqJfThJXG0KCCpuiDtUoECSEImEqgAGT {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #JOfota4hZHNJJQ1yTel1sHkxACVIUiOz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #RT52Bc7K39sd2r0HtJe1NcR90kdlElC6 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #TpuSFEbetMeNcWykw4f7tMGXLLiWX3pE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #yKZ3SPU3KTqaiQ4HGzCiAtTthkHZrcXf {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KBP2EVIe0ysILzEM3cLpdLbTxWscVoKz {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #y99R3mweGzlE9VkDi53GKrTduU7W7qTh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #KGRHSQFfThOJk7T879DqeIMAnvvAq856 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #V9wweWnqlkt2Px1u2P6RgPsVMxB8ORRM {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #AyT43AzVJO8mMRQMkSggM4sFOD9ANm0r {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #BXU0wuq0FRrGKwfJTa4rwkrebgROzzC5 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #XWoLOMcUuzLl2Dz9xMWI0bhRGddIFJ4t {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #qHLFGz98UiLZW3k2GWMRsTmJ56CIBE19 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #zAzmaI9ikKp1ubTryNlDOEXzK9z6PAFh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #k06f7p9ufITFZX3WOrAnLaqkbCaJaTmX {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VI07JcO4Xrhbsanvz1NhnMNOaQqT6vrQ {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #QBEXlCbvKumJAXlMLBoKRvrXlU7d6u25 {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #nzfqH8bNFJKHhbW0UwLHChwUtZTvvEPh {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #aM0hJuhnQK1hpSbD1eE9kVOci23SHuJa {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #PhDIsJimcLfygnVAkbr1ymEngs1fHgsX {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #ModHFcTX1qy83i8FOrQiss7GqCtn1CiE {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #Xz05pTy8OTp1D4yue2HaRDCT2H8SOJCx {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #VTGup3vU9W6WzbMdstfaQrTdnOPrHyzi {  }
 }@media only screen and (max-width: 763px) { #PaxMT0bf2QBTa3aHOJVACSueSgOqWeIf #rcNTlqUC7i7Qzt0V0xv1ggX6mTooq5rV {  }
 }@media only screen and (max-width: 763px) { #UDG2asFozSaqflSZSVtbRlDwoXXQNJRU { background-color:#f1efeb;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;display:block; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container { background-color: transparent; background-image: none; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container > .video-iframe-container { display: none; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row > .video-iframe-container { display: none; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .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); }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container { border-width: 0; border-radius: 0; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDG2asFozSaqflSZSVtbRlDwoXXQNJRU > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMb8LwtoWTJnEqdWm9pyvJFMOBe04D26 { width:17.625rem;height:25.25rem;top:5.75rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHP3h4VgK0T8hHqDk0x4QvwMp1UrTqeL { width:19rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PMK1TtoX5Pp4w4idqlcHySrSGiOOs212 { display:block; }
 }@media only screen and (max-width: 763px) { #AB0naZu0XoncLITAfsgvbTikFnJtXZzK { display:none; }#AB0naZu0XoncLITAfsgvbTikFnJtXZzK > .row .container { width:20rem;height:57.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M5nTefmIUbJNXOhbqDQqT0QrOnCTWJDf { width:12.5rem;height:1.95rem;top:1.5625rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqmPEak4laQGVBTUchAEuANqMdwsET3D { width:16.4375rem;height:25.2rem;top:4.46875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC5kDb82ROdvwfMLuZWeu2XZWxnFECIF { width:1.375rem;height:1.1875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkHlkSuosMxMoy39mUrLTpnQ1Wdia9m { width:1.375rem;height:1.1875rem;top:20.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UprKtPTNTa5oi3GydwusflpN0cdJ8mlQ { width:1.375rem;height:1.1875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvX5vWmH0SprdqZhp9uFCgeSNliG5oU { width:1.375rem;height:1.1875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3oz07sNatZgf142D5CPFSVk05wynHt { width:1.375rem;height:1.1875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibhlTiF2OZHgLf5cs3dPPJ1AHJ0iaq6 { width:1.375rem;height:1.1875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZc5W9qrqv9CXlO7c4JxFTyc41OPHc0 { top:29.062500476837rem;left:0rem;width:20rem;height:28.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4p8DALidm1zqoX84wTchBwFklUvJ2K { display:block; }#Ts4p8DALidm1zqoX84wTchBwFklUvJ2K > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zL51i9P4ciWB99COOPv17IT7ucpwLSSp { width:12.5rem;height:1.95rem;top:1.5625rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2u4d2msSsEHEg60FHsb3F2zexAbThW { width:16.4375rem;height:25.2rem;top:4.46875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJBJmpK6dgonDnLwbqeuxP4RXxoG3ASH { width:1.375rem;height:1.1875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3v5QUeqdRyLCTqXu2qR5P18ixVe5wG4 { width:1.375rem;height:1.1875rem;top:20.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcC6wVGukvVDwqh8wlTcEfQSlgD5AehW { width:1.375rem;height:1.1875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSgTCdRkmyl4oQ3HUCV3vukSJ8K3JzR { width:1.375rem;height:1.1875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPOZPw6cQTQSIknHuSeGq0ZM7fu2sKPa { width:1.375rem;height:1.1875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATPqym2TPWOOsSKf4ob9z2PPxdMTyPX { width:1.375rem;height:1.1875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDSytWMOVngEmUS7eJ6os3E2TxSrVJG { top:29.062500476837rem;left:0rem;width:20rem;height:28.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffmqwhrOJpU1cyOETqZdVkAlafkyML6B { display:block; }#ffmqwhrOJpU1cyOETqZdVkAlafkyML6B > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS2SFDbVvTNkVprPeFHXAQtLM9WgStNS { width:20rem;height:8.4rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7hFP1I3cQ3WDWKlKbggHTzKQziF30P { width:19rem;height:4.375rem;top:12.3115234375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Mspe0zrpVuQNoTllkTloE77vWWZKMW { display:block; }
 }@media only screen and (max-width: 763px) { #ZZTAAXnr5WG1zumdToRiQr6vqqSEmJf7 { z-index:15001;top:25.6875rem;left:0rem;color:#d9d9d9;font-family:signika;font-weight:lighter;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;height:0;width:20rem;box-shadow: none;overflow:visible;display:none; }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection { display:block; } #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection *:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="text"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="email"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection input[type="tel"]:focus-visible, #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT.widget-smartsection textarea:focus-visible { outline: none; } #ADtDDWccEPsaNuBK43ywx8LKfugw3G1H > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection { display:block; } #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection *:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="text"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="email"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection input[type="tel"]:focus-visible, #wEaLMRDIyRVcR8vJzvX88Cl1n57ehZD2.widget-smartsection textarea:focus-visible { outline: none; } #ZHCCog7STnXOFF7pxEO1ReHSkHzEG7iD > .row .container { width:20rem;height:16rem;position:relative;display:block; } }