.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,226,204;--color-primary-1:255,167,102;--color-primary-2:255,108,0;--color-primary-3:153,65,0;--color-primary-4:51,22,0;--color-secondary-0:229,235,237;--color-secondary-1:177,196,201;--color-secondary-2:125,157,165;--color-secondary-3:75,94,99;--color-secondary-4:38,92,105;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:manrope;font-size:3.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:7.4978332519531rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:27.172309875488rem;left:0rem;height:4.1992125rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:#e345f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.6875rem;left:0.8125rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:34.75rem;left:15.3125rem;display:block; }
#dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99913125rem;width:11.4995625rem;top:0.94726568460463rem;left:0rem;overflow:hidden;display:block; }
#qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e345f7;border-left:0.1875rem solid #e345f7;border-right:0.1875rem solid #e345f7;border-bottom:0.1875rem solid #e345f7;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.49935rem;width:12.6875rem;top:35.0625rem;left:1.1875rem;display:block; }
#ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { color:#ff00ff;display:block;width:33.9375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:23.123916625976rem;left:0rem;height:1.925rem;font-style:normal;display:block; }
#KSrLlST0Zqhqs1uBSzDEPlR2ATIUUIvI { position:absolute;display:block;z-index:15025;border-top:0.25rem dashed #e345f7;border-left:0.25rem dashed #e345f7;border-right:0.25rem dashed #e345f7;border-bottom:0.25rem dashed #e345f7;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.1875rem;width:31.624375rem;top:4.714626789093rem;left:37.874352455139rem;overflow:hidden;display:block; }
#Sn6JU7b9PFGTNcXn9WPOe5vIEBHWtwEq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.436875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(0,0,0,0.13);top:28.3125rem;left:38rem;height:1.925rem;font-style:normal;display:block; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e345f7;background-image:none;color:#fafafa;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.25rem;left:37.375rem;z-index:15026; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #iXWHWIEPHvQOoQAJlc6ftT8aviEx9mVJ { display:flex;position:relative;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #HZ98AT9Av7DsCOR5xWVvBlbUeI2N6snI { width:auto; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JhzChWvD4dmHvBzqI8K3qrwadEIcMK18 {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #VWyBU3Er6BJ2CCn9a61dlmWr0zWOVHiQ { display:flex;position:relative;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zZ350QXvUkhrHroKX6CJn1i6l6HXgePe {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #EgWUJbbTqXzg69RrMpQb4pV54UzfG74h {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JMiBacfs0hai7ygvraFBQkveTkGQ8Ul0 { display:flex;position:relative;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #T4MEQ6cZ8QFo1HbFCazvG1askGwVK7dc {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #AP48TkDLnXWSfIMFfWuQEkwfJtzXaBzy {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #OtHyuG63GfR4rPAZyFvfmcHrT1b5Wa46 { display:flex;position:relative;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #o3GitqG6yQaLTZpDLDy1p2bVCOqgEars {  }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zIQcLCvz8C9PP4xH174EFBX3fgBrdf4s {  }
#xgEhI6kUfmNDT5LbwBCmqDmLNhiE1woE { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:36.857639312744rem;left:37.874352455139rem;height:1.4rem;font-style:normal;display:block; }
#PhtbvuRK4rs1brWEsbg9KirptAzdN3ax { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:26.882161140442rem;height:1.4rem;font-style:normal;display:block; }
#Zvm0W9JQgCJm8Z0pLskCOeyTUIIGLAv6 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:35.434899330139rem;height:1.4rem;font-style:normal;display:block; }
#upcx5qFoTtcOTsT1gHEnNE2PKB1MsCtv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:40.880211830139rem;height:1.4rem;font-style:normal;display:block; }
#cckfTacB6KghvScCqkinpe6rmzy8nEsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.49978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:55.53103351593rem;height:1.4rem;font-style:normal;display:block; }
#iXaPwvF5S9FFTr0C3WaBC6diPE9iQJc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.99956875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:60.643879890442rem;height:1.4rem;font-style:normal;display:block; }
#TT3Vo8XEST8KATbidVZqcTGivGx2LiyL { color:rgba(var(--color-tertiary-0),1);display:block;width:4.81228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:65.172528266906rem;height:1.4rem;font-style:normal;display:block; }
#mSWv2JsExDrMoUuhJoLTM1JVT4vq0o80 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7469618320465rem;left:50.755211830139rem;height:1.4rem;font-style:normal;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { 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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6865rem;height:3.499025rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:51.6875rem;left:41.25rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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.499025rem;width:12.6875rem;top:52rem;left:41.625rem;display:block; }
#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:46.25rem;left:41.25rem;height:3.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:11.05859375rem;left:41.248699188233rem;height:14.168rem;font-style:normal;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;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64cb213e-8798-44b7-890a-3baa8c012e35/photo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem dashed #000000;border-left:0.25rem dashed #000000;border-right:0.25rem dashed #000000;border-bottom:0.25rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:35.625rem;width:38.186875rem;top:9.6842460632325rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.4987001419067rem;left:41.25rem;height:4.125rem;font-style:normal;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.3737001419067rem;left:41.25rem;height:1.25rem;font-style:normal;display:block; }
#WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:28.615885257721rem;left:41.248699188233rem;height:12.7604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq li:before{  }
#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t { 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; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container { background-color: transparent; background-image: none; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container > .video-iframe-container { display: none; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row > .video-iframe-container { display: none; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .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); }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container { border-width: 0; border-radius: 0; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#GG0kpVUL4LpLD08d5hiFP7TESsSTIB8p { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6865rem;height:3.499025rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:49.3125rem;left:0.625rem;display:block; }
#a4nHan6J8lW1fg4dKzTuDLbgkDgABESk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STeyZ0U4Vi1ndrw4mOnieAvaUdwMLHL5 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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.499025rem;width:12.6875rem;top:49.625rem;left:1.0625rem;display:block; }
#P7fFArDDH8ekJpglaSc3kBiSHJFV7vq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:39.811202049256rem;left:0.625rem;height:6.18489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRTkWXTa3bEd8Z2KrvA5Cg8T1gRnxhSs { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:8.375rem;left:1.3125rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32f9ff3-f802-4f87-8be5-1d7fc249ee0e/Projektowanie2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem dashed #000000;border-left:0.25rem dashed #000000;border-right:0.25rem dashed #000000;border-bottom:0.25rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:33.936625rem;width:36.3748125rem;top:12.945963859558rem;left:38.207467079162rem;display:block; }#plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r.adaptive-delivery-prevent-bg, #plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r.lazyload, #plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r.lazyloading { background-image: none; }
#r6Z3ZcWQvbpxREK4h6ywFfMpHxO8Ip3T { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.375rem;left:1.25rem;height:2.25rem;font-style:normal;display:block; }
#CuicfJLTzTFI1AKlJ1eKnEqypVnpVcnb { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.5rem;left:1.25rem;height:1.25rem;font-style:normal;display:block; }
#otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL { color:rgba(var(--color-tertiary-3),1);display:block;width:36.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:11.499572277069rem;left:0.99934959411619rem;height:10.9791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL li:before{  }
#TClQwgR8PmhWC5z8uGnzDzv4ypyHzsh0 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:26.374789237976rem;left:0rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.999125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:29.373921394348rem;left:1.0622835159302rem;height:8.2486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 li:before{  }
#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa { position:relative;display:block; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa { background-color: transparent; background-image: none; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row .container > .video-iframe-container { display: none; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row > .video-iframe-container { display: none; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .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); }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa { border-width: 0; border-radius: 0; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .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; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ErmmPRCkbgdIWlnQlOwMlBbifuO5Pgog { position:absolute;display:block;z-index:15026;border-top:0.25rem dashed #e345f7;border-left:0.25rem dashed #e345f7;border-right:0.25rem dashed #e345f7;border-bottom:0.25rem dashed #e345f7;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:25.8745625rem;top:1.2760417461395rem;left:45.143231391907rem;overflow:hidden;display:block; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e345f7;background-image:none;color:#fafafa;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.999125rem;height:5.06185rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.291666746139rem;left:44.518231391907rem;z-index:15027; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #TT6WxN30fsuAs2GWRiploxepPgFXXd9m { display:flex;position:relative;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #ooynXiDV6uWHlORQgVMa5dVwfBdfrVCd { width:auto; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fBuHL83HiMoCQkDveKaTMoSTBnZoSWeW {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dAzwXeGGTLAxr9FVriZqsFVkCxoT3Q4z { display:flex;position:relative;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #VINbzJREcdPr4ogpX7hPByDGgmpWWcup {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dBnqBndBmkq0v9QXKFnwybUqHl3wv1PS {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KqO1T3ruSQmrqWc3zCU1nbDzJtTO9mc9 { display:flex;position:relative;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fNvT90M1ikiJKxRbMezKeu78ePzZ2g9i {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KPzxNn6wChaOrWWglLOTA9OdaA35VBnD {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #tpk16vIPQt5Q3xl1EsfV0rLi39Thpv5A { display:flex;position:relative;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #GSEDlHEmvs7mLx95QGAnTyWSgK25MkJd {  }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #QG96fJUzdNUTTIINSdszgRqaTFkoppzT {  }
#hpl7uqJRlafVqfIfU343bobHsSv6vU87 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.436875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(0,0,0,0.13);top:20.368923902512rem;left:45.143231391907rem;height:1.925rem;font-style:normal;display:block; }
#d8Hye43KqkgBt2xNskkxTaRyBEzhckvJ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e345f7;border-left:0.1875rem solid #e345f7;border-right:0.1875rem solid #e345f7;border-bottom:0.1875rem solid #e345f7;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.49935rem;width:12.6875rem;top:23.25rem;left:4.5625rem;display:block; }
#BduVN4dcsCISSVIVw9tN1TZOC9tuovHH { background-color:#e345f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.875rem;left:4.1875rem;display:block; }
#QQgPVpxTIy71vsTWP6xSRRMMtlRBJKZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHb7TZfnKTN85t8R5gxGCKs9TR91SnB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.436625rem;position:absolute;font-family:manrope;font-size:3.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.333984375rem;left:3.3322486877441rem;height:6.25rem;font-style:normal;display:block; }
#VqWxPRIMxOkhOUO3LuD2lJPd9u1yyDQD { color:#ff00ff;display:block;width:33.936625rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:11.270617246628rem;left:3.3322486877441rem;height:1.925rem;font-style:normal;display:block; }
#v8XPMLPElz0HU9MLJ2Nn0UcyRq0GpRTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:15.689018964768rem;left:3.3322486877441rem;height:4.1992125rem;font-style:normal;display:block; }
#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v { position:relative;display:block; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v { background-color: transparent; background-image: none; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row .container > .video-iframe-container { display: none; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row > .video-iframe-container { display: none; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .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); }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v { border-width: 0; border-radius: 0; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .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; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:113.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .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; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-heading-text { display:block;position:relative;width:100%;font-family:inter;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:inter;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .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; }#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-trigger.adaptive-delivery-prevent-bg, #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-trigger.lazyload, #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-trigger.lazyloading { background-image: none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:42.620443344116rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #IsqX7tl5R5xBkxivpkboJEvepTAiqeh4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #loA5nIcUHddTbWtRK81rFEubQdlgRLuE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #m0EClkv0qva3t9m81iwmmwhhE7UAhJEH { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #lpqC0ntS2RzTzBU24TSp6hEZJqVCHCwf {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #R0zsTXCAy2dW6sRcyz8UeiIXlmJ1ftlv {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #t3ScneOfeT0gys2MJt7E4valrPCBzpIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MSHq2T0QGCMxa4HCD5FMVQTvzip5Vn5G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ciqfaVhbaAOcTZIhW2MP8wviqgsf6p7w { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #WM4fb7Zzck3VExiLf6IdH7f9RvaeoV2s {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sr28s4Ogb8EkKxK9mTyBiCy6ERNf9AFT { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ArymhUIUOSr9ZKoVqCizUwHKEWK2yeQu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Pw02PlM4RKXC3HRPk0HHfm7pZ0kdAm7H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #yo6GmQDW7kTTtZ2172ngabz8wRv5byFT { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TbcOmSahG5NJIgG8emvn1QiREySCv7ns {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #B7LhaT3McNE6IMBCOTf5Hmxy7XObLw5c { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NmmWVyucfVTSpndvh9T539ApUv1aT9VG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TO90rH1rgcLs5nnG8ydo3T4anLWnX7BS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #xVLst0pLntEU0OEPUo1f3xLrWme7MiPb { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZI23BmqJU7LBq6TpD38BmpK9Pao94QWa {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Xx6fCOsD6xTtA4nvwBVWQsplZL9yzkPz { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UlzcXNamp1d3ystCOefJp1F9T6OCusXm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #I034882a9y8wACrhP63vcEKtXH2VX7TI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #GKfUI3tvJf524BTo0C0RfTOEQoxwXm3k { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cLtduyGNVJmoDvIgBmnu7cN2zX5Ovhi2 {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #M0giXvpdp9z7emTDDXNG7ruWcXg6OJwd { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MTs5Bd57T8QqElpXrwL5PQQb7JfK3eoA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NyrW3KKZrXgQGRDCT14w4qXTTesHnTdN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #JtioWfZURdqTEalKZrRd8AzBcNQDkix7 { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UM9RvTTGWqJZQTcgnvog1NmLb1k73TtV {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #hVm9bA8vTwxTxIz30VRs4tFDy9b976Ex { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Kc1Q9zipwPNP5HBhCRB8KK8KrNBznxJ1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gw6TfK1IBCHctCToT6V4zWVEJ6iqLRia { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kJkA1fJOZMzBnya8RCpTbR5fRSBvMoXL { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #X0PfBquWUMyiSMThAMUuJt4Tb0n8ZBZv {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #RlRST3nfpNNTX0VUPk33GUDadXEyeT8X { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #v7VO4RA4ir2lUweFTFG4rvFP6PbBG1sb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZUHT3uf3lG3olbVIS4dSMgmLGkfA3fTu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #F8FNdtP3rPvkaM1Hi9JUHxRnLopvWu9g { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #vyVLMT4EV8PHXczlVpeQQly6bUTRGSsf {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #HSxsRM7ekdQVKJrNkoaNANMhoBy3xsEV { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #REpQ5E8JobfJUnm6TDA14K99gfAfqsP4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Vqqu36yVnwrdwsk0pqnRXpUbBJXhoyGK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #oFlwh7DDE3dVFr1HMdCPwIPvEQdWVv2A { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #swZgTtzzoEdo2u3nn3USLLTorWMrTS7c {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #DwJ23rmnh75QlzMEoQxc4MJSL30z8rby { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #EhG1AsxaZUlaDc67MGuCgMSn5bd3HDze { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MpHegzX7MUEsJNgkecOmA6VAPGeLiMkB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ME3TnfFrZPairHG1JJToEl2oByKB3TGe { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #nNNV3MOLoIRxyNmBNMUXaztpfvdV9Fxz {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #usWMqmF62Qqg4deg1J2BUslK8unUJpxA { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Dv3DTTTe7LdqrCZvJmsVGUKedhnVSC5I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #fKkgTylNdTbtkxnKeuM7gxfQQlFWXQ2d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cq8EbKs4MoUE9lNAlS8MJyNZsLeEpzc4 { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #qHaROufukZ12cTv8ngZDiuXM9zcaQJqX {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZlnZ2nVEehELfgLP1csw9VBTWL2V8aTZ { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Hw8yyJNT57ATIx90ZI9ORgC3nLQv6QX3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #l7BQKxOcqBVwdPEOixmuep77hUuSzsE8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UaOkzq1knynidcQMxGAlgyJR8XXBKvzC { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #OPXO1nzRJuSIbt7up5Rt5QvIvt1N3tbm {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #CtmleCqNlUvRTtPBV24IxOIiIbNa4dxr { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #krOGJTBhMiIx01fMVc2h9Txrz1yUy0TT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #sSdXCA6u9427O10CJ9tKiheM2HtqfXbt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #phMJK7IV50LOpMCtvnJVJrFDT59WS5od { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #tlkWJIiHvwfZ5yWzVQqU9wMxQWdm8xwy {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #pe7siT3x3uhx7Qhnw2tkQ9TsShJtTpdX { display:none; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #aObMTIv3STkqIwmrSpLwV7D24D3iawST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kmrE4rARBO69oKhXMh8hiyhiXuxMoWEf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #uLe7I4R2yq8K3F4T2RRSluLh3CuGQqw5 { display:block;position:relative; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sepn1la6aR7Ix27HUNAgnGdkdp7bZrEV {  }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gxEvvHUbNpSxmUxaKsEmivs6LC9Hv4IW { display:none; }
#MVVCgTHPAR4dOQNHlJ1LDmXZl5n2g2rT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.0121526718139rem;left:20.625000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HU473sby8SLu25usNurZv2ytuNhsS7FM { position:absolute;display:block;z-index:15023;border-top:0.25rem dashed rgba(var(--color-tertiary-4),1);border-left:0.25rem dashed rgba(var(--color-tertiary-4),1);border-right:0.25rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.25rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4995625rem;width:37.686625rem;top:9.0028262138369rem;left:17.696398735046rem;overflow:hidden;display:block; }
#Iu08MLm5yWk3585A8ZeMDaikMFM8UJ8n { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6865rem;height:3.499025rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.5625rem;left:58.3125rem;display:block; }
#FZ9iDgRRoORi3IddzJERUtNPTRaFJJ7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw7AUVmvfqCtST9Exr7UZyz8TPL0IBBp { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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.499025rem;width:12.6875rem;top:20.875rem;left:58.75rem;display:block; }
#vdu8F28KWpCWUAaqIP3tdhp175TmQbmP { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6865rem;height:3.499025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.5625rem;left:2.3125rem;display:block; }
#irrdKbV4a7J4vyL1rScEWNElrw8PZUmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9eJgNxcpHVbtw83HO5m1KtWselKgU7d { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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.499025rem;width:12.6875rem;top:20.875rem;left:2.75rem;display:block; }
#ATehlTlTesLJRbPmyKmQe8WJi0G0ytLs { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:manrope;font-size:2.75rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:39.314239501953rem;left:1.6872835159302rem;height:2.75024375rem;font-style:normal;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;display:block; }
#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container { background-color: transparent; background-image: none; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container > .video-iframe-container { display: none; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row > .video-iframe-container { display: none; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .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); }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container { border-width: 0; border-radius: 0; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#t6zzszPBTcrsfJLXxlGpnv92KPxSEHGy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { position:relative;display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { background-color: transparent; background-image: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .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); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { border-width: 0; border-radius: 0; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .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; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RkaTEfgrZbwLLo5S5pgSqF7VTJlggvpR { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#yEK469EfN8XoPeLpSXW73VUyr43QxII0 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:50.624787330627rem;display:block; }
#sJwT0ZImVRRFlveBRuPIuJhMCqCUTMns { color:rgba(var(--color-tertiary-3),1);display:block;width:22.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.443794250488rem;left:1.4366321563721rem;height:6.8203125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LTs6rTtXzdXqx4x309ukPdPBGxSoehD5 { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:29.1875rem;left:61.1875rem;display:block; }
#PApiDfsunB49RAKDprdlGz9HSVwpnhPK { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#lqn5u6ek1kZsiVGApVb9zPCXeTgTbTPZ { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:11.762153625488rem;left:35.937500953674rem;display:block; }
#WGGG8xwKKEDaErIfZSxWvmfToJkqVbTq { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:11.762170791626rem;left:60.937504768372rem;display:block; }
#PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#oM3ibgT0S0ZsLhM3TZz7KmKP4t0Xbvch { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.125rem;top:29.186199188233rem;left:10.937500953674rem;display:block; }
#J5Mst9KpQ1udTtl8ymuyg0nkHVPVBATi { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:24.824220657349rem;left:2.3133687973023rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d806a77a-8182-4775-8872-473fc45465ee/EkspertSylwiaArtichowicz.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:3.5644532442093rem;left:8.2736558914188rem;display:block; }#z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD.adaptive-delivery-prevent-bg, #z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD.lazyload, #z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD.lazyloading { background-image: none; }
#u3Fq1TBg9fkFapyG2WX9fc1SElsLMQNO { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:11.693794250488rem;left:10.937500953674rem;display:block; }
#y7IuuAvTD3T7E4xphmUpbDLcWBivovW5 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b196ad7-7483-4efa-a66c-27eadaf5e3c4/EkspertTomaszBalcerowski.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:3.5644532442093rem;left:33.273655891419rem;display:block; }#y7IuuAvTD3T7E4xphmUpbDLcWBivovW5.adaptive-delivery-prevent-bg, #y7IuuAvTD3T7E4xphmUpbDLcWBivovW5.lazyload, #y7IuuAvTD3T7E4xphmUpbDLcWBivovW5.lazyloading { background-image: none; }
#U4J0rgOrWDaH4TiZhveAnTcPAf7urTZ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.443807125091rem;left:27.313370704651rem;height:7.95703125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ssUF6zPyieR1WB7e7CWAKwrlaTkKqLPt { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.474185705185rem;left:27.313370704651rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e266479-2d2b-4e5b-8ebb-37b59d2b3c59/EkspertMarekBeka.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:3.5644702911377rem;left:58.273655891419rem;display:block; }#Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp.adaptive-delivery-prevent-bg, #Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp.lazyload, #Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp.lazyloading { background-image: none; }
#KHefAhklrtwiu4tTpXX5fwOCWFFpMCqT { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:15.443794250488rem;left:52.56293964386rem;height:7.957rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#x452B7BJzSOPICgtoBruVV7H3zE1NOGL { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.194671869278rem;left:52.56293964386rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW { position:relative;display:block; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW { background-color: transparent; background-image: none; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row .container > .video-iframe-container { display: none; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row > .video-iframe-container { display: none; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .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); }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW { border-width: 0; border-radius: 0; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .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; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nKPCfRxCwhQV3SGLoKd3zzN7GeZHesOB { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#E1XDiP56Qp6yxmuITqbDBiwdxLnL8hh6 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.311625rem;width:23.5623125rem;top:2.2031212747097rem;left:50.500000953674rem;display:block; }
#L4QbPdJoSwrOmm37FUATeMLIJkFtfhTM { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.499133110046rem;left:1.25rem;height:6.8203125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Eccez7g5TWUP6vpP6MnlwctGCbcxomOu { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:3.125rem;top:29.18728351593rem;left:60.937504768372rem;display:block; }
#IsBNDTTL0LeFVWT54Wr3AJ57XDfgcxxZ { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#SITS9s4QxDRG6DOX2J5XJUXFtU24tzlB { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:12.374133110046rem;left:35.750000953674rem;display:block; }
#IoypOvOAPTKJhss8WyHvRaBaTi34t9Ws { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:12.374133110046rem;left:60.937504768372rem;display:block; }
#UHFMcnkDWUfTMTzL96EWMs2SmDwIwDD8 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#QLZRv5HO2TC23MAwC15qtEiZWgMxn28T { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.125rem;top:29.186200141907rem;left:10.937500953674rem;display:block; }
#R7uJLaae4FpGdq20FlilZZCEuSDe86wG { box-sizing:content-box;color:#ececec;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:block;z-index:14997;top:12.443577766419rem;left:10.937500953674rem;display:block; }
#Qv7qKeC9TuUCEbpAqI8gw0PZ9On3bUSm { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:24.0180311203rem;left:2.3133687973023rem;height:2.59895625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98b15f56-ea11-4ae5-acc4-91817b097379/EkspertJarosawByszko.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2447919845581rem;left:8.2736558914188rem;display:block; }#yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs.adaptive-delivery-prevent-bg, #yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs.lazyload, #yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs.lazyloading { background-image: none; }
#eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/021f1afd-a030-45b4-8577-af76f1d5936d/EkspertPiotrBroniewicz.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2458600997925rem;left:33.085938453674rem;display:block; }#eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ.adaptive-delivery-prevent-bg, #eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ.lazyload, #eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ.lazyloading { background-image: none; }
#AHXTZLeC3qTW6ZeHIftgGVuTgGJRDlHm { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4985rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.499111652374rem;left:26.750218391419rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hMFVw5V8hUcCaAr3Mz3EZb54TvdJa8EH { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.23241519928rem;left:27.313370704651rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ue1zDsopm3hRAlymoimsA3tHzRthDc4R { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f81b0e85-b87f-4847-8d9c-612a98d0d309/EkspertLeszekChodorowski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.059875rem;width:8.3105625rem;top:4.2458730936051rem;left:58.273655891419rem;display:block; }#ue1zDsopm3hRAlymoimsA3tHzRthDc4R.adaptive-delivery-prevent-bg, #ue1zDsopm3hRAlymoimsA3tHzRthDc4R.lazyload, #ue1zDsopm3hRAlymoimsA3tHzRthDc4R.lazyloading { background-image: none; }
#R0oakfp2cwAKGJGAxvttN6b65HTgayvH { color:rgba(var(--color-tertiary-3),1);display:block;width:21.9998125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:16.066602706909rem;left:51.499569892883rem;height:6.8203125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#z59yeD8skB6hnKyVD7c5a8ATBMlpKrtT { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.687275886536rem;left:52.313374519348rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh { position:relative;display:block; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh { background-color: transparent; background-image: none; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row .container > .video-iframe-container { display: none; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row > .video-iframe-container { display: none; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .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); }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh { border-width: 0; border-radius: 0; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .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; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iEZHLaKXZTSGhUoayanS9HqUPI3aXUG6 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#oclNCPsoStcZXDxvTyq4QbCK72mlELNQ { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:50.624787330627rem;display:block; }
#nWm34sTt4izxEQiTcMmHIfGNLWChsKas { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:14.937066793442rem;left:1.5928821563721rem;height:10.2305rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U3fohFygwZXHo0yxm7RziD43XVFGZRPq { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:29.1875rem;left:61.1875rem;display:block; }
#OlVDn0oI9oKnBMA8aTaT6VLChhPtxTng { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#DwgRw2TImu0aF0TNkMNLbr4bVsSWWEKQ { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:12.374133110046rem;left:35.750000953674rem;display:block; }
#ObT2R79F8CZJXGmT9lZkHmqWTJbHxGHK { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:12.318794250488rem;left:60.937504768372rem;display:block; }
#Ci1JVTdDFiqlep0lArm4QTIw3W6E20OC { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#oLxTvv75NpbMKeFhGD17VGZXv5gNo6bp { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.125rem;top:29.186201095581rem;left:10.937500953674rem;display:block; }
#OlDHGoGByRWlhsPvHx612THgPztt8gst { box-sizing:content-box;color:#ececec;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:block;z-index:14997;top:12.318794250488rem;left:10.937500953674rem;display:block; }
#ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d3c95da3-13b3-4e2d-b75e-5fc6462aed05/EkspertJanCudzik.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2447917461395rem;left:8.2736558914188rem;display:block; }#ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO.adaptive-delivery-prevent-bg, #ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO.lazyload, #ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO.lazyloading { background-image: none; }
#mGIomp9i9oJHqDAHmf8aBlS3U9pTl5Qi { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:27.20703291893rem;left:2.3133687973023rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SZbE2IudGSAclbCcHrrO3ODA5csmSDRk { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a0d545a-9b47-48e1-8949-2c39879ccf2b/EkspertMateuszGolonpng.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2458770275116rem;left:33.273655891419rem;display:block; }#SZbE2IudGSAclbCcHrrO3ODA5csmSDRk.adaptive-delivery-prevent-bg, #SZbE2IudGSAclbCcHrrO3ODA5csmSDRk.lazyload, #SZbE2IudGSAclbCcHrrO3ODA5csmSDRk.lazyloading { background-image: none; }
#lyqlbhhZy8b9WyBMdOHiXBDnKKM3DaS0 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:14.937062501907rem;left:27.313370704651rem;height:7.957rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#chC4gsT2ZAdngO3Hor1TBLVCyInTCH9F { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.246308088302rem;left:27.313370704651rem;height:1.29948125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W65CxuROFdT0tcGJLdkHel2md9eoS38s { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30bad188-a3db-4671-bf7e-cecf8683f1c0/EkspertJakubKompa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2458900660276rem;left:58.273655891419rem;display:block; }#W65CxuROFdT0tcGJLdkHel2md9eoS38s.adaptive-delivery-prevent-bg, #W65CxuROFdT0tcGJLdkHel2md9eoS38s.lazyload, #W65CxuROFdT0tcGJLdkHel2md9eoS38s.lazyloading { background-image: none; }
#qDaqJuUUL05iTtLSOL2W3ZDVqBB3af9c { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:14.937062501907rem;left:52.313374519348rem;height:10.2305rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QHhJP3m1bRf21GfJvpHm9VpaafMQVBDR { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:27.207041501999rem;left:52.313374519348rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv { position:relative;display:block; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv { background-color: transparent; background-image: none; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row .container > .video-iframe-container { display: none; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row > .video-iframe-container { display: none; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .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); }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv { border-width: 0; border-radius: 0; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .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; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTb9CyTTSgT9uTTrGwMH7Dahl9GTiEZz { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#iyDSVacibvWoBhwshyJPPrMCGIxhmJQE { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:50.624787330627rem;display:block; }
#v8FhKtEL90xoe7FMMnd0CWoRDTaeeOtA { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:14.565111160278rem;left:1.2803821563721rem;height:11.36715625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#o60TNsAiMTdFEHMXtBzDMHAr0B8cNzJg { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:29.1875rem;left:61.1875rem;display:block; }
#r11NulLRBsMbZSbu3XB1OhWfKiblI8wA { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#XHnc5tlnrpqTHqekPysbJlXCupxzugIJ { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:12.374133110046rem;left:35.750000953674rem;display:block; }
#TueoegEwFX6Zw7OHzghsTowiaJ4Juw4v { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:11.941188812256rem;left:60.937504768372rem;display:block; }
#JLUETrvghiQTOTiIiWzC7vKITOlrabTb { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#WdLkxReUuRC7dl4J6TxBAVQrBnDpK0A2 { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.125rem;top:29.186191558838rem;left:10.937500953674rem;display:block; }
#paOdc1PQ61OiaqT1D4qP4gFqLeEV1kg1 { box-sizing:content-box;color:#ececec;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:block;z-index:14997;top:12.318785667419rem;left:10.937500953674rem;display:block; }
#zQzTGIRAZLmw4WaM3zePeMgdh0siJP74 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:27.573793411255rem;left:2.3133687973023rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bc5ad8b0-c9f1-47b6-9b84-c4d3e2fe1f11/EkspertKamilKozdro.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2448024749756rem;left:8.2736558914188rem;display:block; }#WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9.adaptive-delivery-prevent-bg, #WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9.lazyload, #WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9.lazyloading { background-image: none; }
#zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5e802ce-6804-4cac-a692-8e1d9e3d3e15/EkspertdrMigda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2458970546723rem;left:33.273655891419rem;display:block; }#zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB.adaptive-delivery-prevent-bg, #zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB.lazyload, #zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB.lazyloading { background-image: none; }
#TDbyoF4eg8Zrq22PGkpnRKMJrg9NqL2T { color:rgba(var(--color-tertiary-3),1);display:block;width:22.1235rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:16.269552230835rem;left:26.437718391419rem;height:7.957rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JtRNxdXRGBTvv1JK5EX1T6feNofnfF8v { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.341167449951rem;left:27.313370704651rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d487f190-bac2-4922-8763-88b9ce40e5b1/EkspertKubaNagrski.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:3.8118557929992rem;left:58.273655891419rem;display:block; }#GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ.adaptive-delivery-prevent-bg, #GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ.lazyload, #GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ.lazyloading { background-image: none; }
#VBAPxRK5tlMfhTQupTHhrMUqr7wIXhTO { color:rgba(var(--color-tertiary-3),1);display:block;width:21.936875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:16.519552230835rem;left:51.531037330627rem;height:6.8203125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CQTNTuGPc9pr396x6fSuxfxWDrPlZXi3 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.153667449951rem;left:52.56293964386rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L { position:relative;display:block; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L { background-color: transparent; background-image: none; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row .container > .video-iframe-container { display: none; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row > .video-iframe-container { display: none; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .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); }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L { border-width: 0; border-radius: 0; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .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; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ev3brOwSXcgS7wWZRD4v0lvoaNMTs9NV { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#da9SVkT8QeJBGJIKqV7Gp5lrVKtm2mm3 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:50.624787330627rem;display:block; }
#E75mLseRDo2FCATNH9bEO7cBpcL941y2 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.499145507812rem;left:2.1560335159302rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KoXmsD6bTSQIuMy0h3dgpxTf4moo1GnJ { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:29.1875rem;left:61.1875rem;display:block; }
#Ct1Tdy6VD6r2SB5ScvTtLAT37xCAzipi { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#RyfmVVqENEtSabmNAhLwgTo1XcMEmKsB { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:12.443590164184rem;left:35.937500953674rem;display:block; }
#eHJypKhg4pcnd3WQVJxlyy9lSyNvfyOV { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:12.318793773651rem;left:60.937504768372rem;display:block; }
#z7Wv4KrlTxF8LCS6zkh9lT5f07mqoMTp { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#vxCPnGA3Lc8Dr1cHR9WZT7Xc48uuh7zE { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.125rem;top:29.186199188233rem;left:10.937500953674rem;display:block; }
#npnRzaZqN8u1OkFwoOVdOrM4i8Xax3Se { box-sizing:content-box;color:#ececec;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:block;z-index:14997;top:12.443590164184rem;left:10.937500953674rem;display:block; }
#RCUw2qJ1MgEN3B4WntRv7cWvCts0Hs56 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:27.429473876953rem;left:2.3133687973023rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d7c99e4-7c1a-42cc-8002-8aba3779442f/EkspertWojtekPilacki.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2448053359986rem;left:8.2736558914188rem;display:block; }#A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd.adaptive-delivery-prevent-bg, #A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd.lazyload, #A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd.lazyloading { background-image: none; }
#qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fffe58c-eb19-495b-ad3d-6646dba75ede/DariuszSomskiAndrewex.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2458732128143rem;left:33.273655891419rem;display:block; }#qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx.adaptive-delivery-prevent-bg, #qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx.lazyload, #qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx.lazyloading { background-image: none; }
#u0sMX1rAbFFriKp3wCTTW6XcBR38dT4y { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:27.429463863373rem;left:27.313370704651rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KLxbNez9tNXkuuBTBvabFntE57mqUKPW { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05ba2cd4-c019-403d-b0c0-a87373031f37/EkspertTomaszSzczesiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.3153177499771rem;left:58.273655891419rem;display:block; }#KLxbNez9tNXkuuBTBvabFntE57mqUKPW.adaptive-delivery-prevent-bg, #KLxbNez9tNXkuuBTBvabFntE57mqUKPW.lazyload, #KLxbNez9tNXkuuBTBvabFntE57mqUKPW.lazyloading { background-image: none; }
#J5adzkEzi05tfwABFOeyikOzWqtrE1wl { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8120625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:14.624129295349rem;left:51.592885017395rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cKctx2P7c0cmfBMsFd299ANbT3MfnMyP { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.407992884517rem;left:52.313374519348rem;height:2.6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EID1VA1SXLti4Bdl9amDNUzfefT02ITc { color:rgba(var(--color-tertiary-3),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:15.498046875rem;left:27.15576171875rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe { position:relative;display:block; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe { background-color: transparent; background-image: none; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row .container > .video-iframe-container { display: none; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row > .video-iframe-container { display: none; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .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); }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe { border-width: 0; border-radius: 0; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .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; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FNIHEbmItgi9KXeE3AHbM1ht6XRTwMzW { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:23.5625rem;top:2.1875rem;left:25.624135017395rem;display:block; }
#fm1iVkKS43wtkqlTf8Hf06D7A6dn28ty { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:50.624787330627rem;display:block; }
#zSTCM3D8F5wzpJxyuZCAiQAEBkEmTGIp { color:rgba(var(--color-tertiary-3),1);display:block;width:21.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15.628173828125rem;left:1.77978515625rem;height:7.957rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gKeGBkDD8EkO215NwHK3Uxl7umdzSWcd { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:29.1875rem;left:61.1875rem;display:block; }
#M8LUNQ91AAiOZKe7hWzZBAgfqw6mFg9O { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:35.9375rem;display:block; }
#UqRqr9uldRzm1IJ2SdS60P3SPRhttNPS { box-sizing:content-box;color:#ececec;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:block;z-index:14998;top:12.374133110046rem;left:35.750000953674rem;display:block; }
#TKGECAVUxPAOe5QPQfwHMCTO117GPxOv { box-sizing:content-box;color:#ececec;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:block;z-index:14999;top:12.374158859253rem;left:60.937504768372rem;display:block; }
#sIXs520eCkc13L9MliBIvpqfNgqwrX5o { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #000000;border-left:0.1875rem dashed #000000;border-right:0.1875rem dashed #000000;border-bottom:0.1875rem dashed #000000;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.3125rem;width:23.5625rem;top:2.1875rem;left:0.5rem;display:block; }
#ryXAkI1GpPZ2HCWvD4IdMMdeJStFtc7X { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:29.1875rem;left:10.125rem;display:block; }
#rESLtd05CEmKsXmqmxyOkdEhOMeVQ5RN { box-sizing:content-box;color:#ececec;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:block;z-index:14997;top:12.374132156372rem;left:10.937500953674rem;display:block; }
#ECm1TDarklkT9Hxlo7TydtKwUT5rs0dX { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:24.265434265137rem;left:2.3133687973023rem;height:4.38801875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SaGfukyf69Gag182TGxcwZN1Er4mgk9T { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2316a466-7e44-4ff7-85cb-d9e257c35d49/EkspertMateuszTechman.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2447910308838rem;left:8.2736558914188rem;display:block; }#SaGfukyf69Gag182TGxcwZN1Er4mgk9T.adaptive-delivery-prevent-bg, #SaGfukyf69Gag182TGxcwZN1Er4mgk9T.lazyload, #SaGfukyf69Gag182TGxcwZN1Er4mgk9T.lazyloading { background-image: none; }
#ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e938c0d4-b692-4235-8d7f-636b5a4cbd96/EkspertMonikaWicekZdala.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2459030151367rem;left:33.273655891419rem;display:block; }#ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ.adaptive-delivery-prevent-bg, #ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ.lazyload, #ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ.lazyloading { background-image: none; }
#xH2W3T845HMW5C6qR5GnEioSVqTIdNwv { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db49f518-0d0e-418e-b9ce-cced6a969204/wnorowska_fot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.0588125rem;width:8.3105625rem;top:4.2448043823242rem;left:58.273655891419rem;display:block; }#xH2W3T845HMW5C6qR5GnEioSVqTIdNwv.adaptive-delivery-prevent-bg, #xH2W3T845HMW5C6qR5GnEioSVqTIdNwv.lazyload, #xH2W3T845HMW5C6qR5GnEioSVqTIdNwv.lazyloading { background-image: none; }
#RrpXwW59mTw5T3ZvbnX8Wf46QDELTKnM { color:rgba(var(--color-tertiary-3),1);display:block;width:22.3730625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:14.934922218322rem;left:26.312935829163rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NxTeIpRCXapWzoDysz2zd9U1OylfBRtH { color:rgba(var(--color-tertiary-3),1);display:block;width:22.249375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:14.936007499695rem;left:51.374787330627rem;height:10.2305rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cFPZOPFbUZ6xNmnRf3BeAeDFV9tySMvv { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:27.286703109741rem;left:27.313370704651rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wzPvIWu25OAC81cJSbV3prrhdiJuUvku { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3721875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:27.146273612976rem;left:52.313374519348rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 { position:relative;display:block; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 { background-color: transparent; background-image: none; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row .container > .video-iframe-container { display: none; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row > .video-iframe-container { display: none; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .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); }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 { border-width: 0; border-radius: 0; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .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; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oelBUklO6Fqy2Z56x8xJmRyDDnDltL48 { position:absolute;display:block;z-index:15026;border-top:0.25rem dashed #e345f7;border-left:0.25rem dashed #e345f7;border-right:0.25rem dashed #e345f7;border-bottom:0.25rem dashed #e345f7;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:25.8745625rem;top:1.2760417461395rem;left:45.143231391907rem;overflow:hidden;display:block; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e345f7;background-image:none;color:#fafafa;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.999125rem;height:5.06185rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.291666746139rem;left:44.518231391907rem;z-index:15027; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #EAb5isBd4pfOt4oTaBuGoaHRTCSy1oAD { display:flex;position:relative;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #X3UrmmxBIJ8rTK24vhtGOH1DdxUr5HSu { width:auto; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #TTb8pmRxqTLNvdK87ku1upN6I8eynMAc {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #wOqwyKicTmoFzGlvUV2rTzSkwsb1EUeN { display:flex;position:relative;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #xvvvLHpzgBEE7V7bR5LRJRESwqBU6BPJ {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #uMuGaq6wPD9C8aMspg3GIhr8naLBlXoz {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #Ukn4dyhz5beaexhcMsItcCHdsNNQ2anK { display:flex;position:relative;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #VmoQPTKJK3wwa4sWVQBf5RRc3te8eahk {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #aknEKG2Vta2ZTXAl6co4QJzHWHOriCAD {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #LFhbDWArrRJsC1moFpDsFp05Rc7TPwp8 { display:flex;position:relative;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #PF0yK7oCyF3oLJCoy2QcyuPCyMDkCiCD {  }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #bfXH5rfiE31iKWm3v8Ku7E2HDTtNUTuR {  }
#yqCW2zLJKPEO81qTJPGyiBking5LWuwm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.436875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(0,0,0,0.13);top:20.368923902512rem;left:45.143231391907rem;height:1.925rem;font-style:normal;display:block; }
#ADdCh5wCwdZn38J4NIFCIXZCGlsTeVv1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e345f7;border-left:0.1875rem solid #e345f7;border-right:0.1875rem solid #e345f7;border-bottom:0.1875rem solid #e345f7;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.49935rem;width:12.6875rem;top:23.25rem;left:4.5625rem;display:block; }
#iZmu8Z8TtsR5lgCVhzyTsRbDKixgB6mh { background-color:#e345f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686625rem;height:3.49935rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.875rem;left:4.1875rem;display:block; }
#q81WUfCpTE9hVzVPfaaB8sWIFdLHIJKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDPVzxVMlpeyTOlhkuva3T0ksSTu3KTD { color:rgba(var(--color-tertiary-0),1);display:block;width:36.436625rem;position:absolute;font-family:manrope;font-size:3.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.333984375rem;left:3.3322486877441rem;height:6.25rem;font-style:normal;display:block; }
#J0aIyCz4kwIUc2xAWpwblsPyvOCk6Acv { color:#ff00ff;display:block;width:33.936625rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:11.270617246628rem;left:3.3322486877441rem;height:1.925rem;font-style:normal;display:block; }
#Z1Jtrk7h8OvimKTXV2Gq8LgGi9c7yHiy { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:15.689018964768rem;left:3.3322486877441rem;height:4.1992125rem;font-style:normal;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.2482881546021rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP { position:relative;display:block; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP { background-color: transparent; background-image: none; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row .container > .video-iframe-container { display: none; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row > .video-iframe-container { display: none; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .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); }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP { border-width: 0; border-radius: 0; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .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; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z19L2FehtPFXN2Hl6xZBvyCgagNepfD5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.3123125rem;width:74.1875rem;top:1.0601258277893rem;left:0.40581607818604rem;overflow:hidden;display:block; }
#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container { background-color: transparent; background-image: none; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container > .video-iframe-container { display: none; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row > .video-iframe-container { display: none; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .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); }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container { border-width: 0; border-radius: 0; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:20.75rem;left:41.25rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF li:before{  }
#PSVOCVzAbKqm1JBwoydMPQV0KTATJ2gb { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:10.99996471405rem;left:41.25rem;height:25.1953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGZPJ9q0cu6GGa9I7TW7dt74Tuts2QXN { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ffffff;border-left:0.1875rem dashed #ffffff;border-right:0.1875rem dashed #ffffff;border-bottom:0.1875rem dashed #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:28.328090667724rem;left:22.829429626465rem;display:block; }
#x9xf1uAONxmgEDoKvxJEvS8rd6hp5eXw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:28.825521469116rem;left:23.9453125rem;height:2.6809875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibk5XwDabRwRBCgpFvtcqDSqWJTiqHIL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:31.580694198608rem;left:23.99609375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6G5LAgbJWaGNqourWKpexZ1vrDuQUnT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:2.625rem;left:23.749135017395rem;display:block; }
#BfDJQJ5NWcBEDqd0NA33PnuCVJEQOX5T { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.25rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDzyCM2afaSCmT8RPblCuC1vkmR2CF7q { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.4375rem;top:2.5625rem;left:41.1875rem;display:block; }
#iv9lFOl5KvIvBflZ84N3biO2p3cymnHu { color:#000000;display:block;width:6.749rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4375rem;left:42.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPBrPTgfFVTg244rM8HDoMLhFJIK3DA8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.5625rem;top:6.8326784039306rem;left:-0.016772792431951rem;overflow:hidden;display:block; }
#yxby6baHVdWRz9JQppnggy9dbObvThLT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.49935rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.398885726929rem;left:60.894101142883rem;display:block; }
#D6GpTtkuvuMBqkc8VKq9wpi8lJK9CGCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JH2na1S24PnEcRFziiG51DKm7ApxTcFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container { background-color: transparent; background-image: none; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container > .video-iframe-container { display: none; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row > .video-iframe-container { display: none; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .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); }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container { border-width: 0; border-radius: 0; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#V9VdesmKFD0WSEMCpLS7WaFvwFe4f9mO { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:16.875rem;top:1.9997825622559rem;left:0rem;display:block; }
#JttvTrEl1LXgLTD0iuQiMe3Zc1e1Fskv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8737182617188rem;left:1.1236991882324rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zW8E9pNh5Lw6t1T6JKTWTPbM9q04uPTI { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.31201171875rem;left:0rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JiX80bUHsNB0JMiDB0dKUr4p01k2Q7I7 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:9.998046875rem;left:0rem;height:20.9961rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7DntIzRq4EesB9SEBP1OZedSUKWf3ba { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:1.9375rem;left:39.0625rem;display:block; }
#k5cGxBcfw0EQMBesaTeJSvnAURKzbRoI { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:27.99870300293rem;left:38.634117126465rem;display:block; }
#d2z9Dcqug2hBXmBT9PETilM7rTsSQ20l { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:29.247436523438rem;left:39.821617126465rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIas55RZ7JMP79RGeqoTmqVtKnCWJhZC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:30.875rem;left:39.946617126465rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6cGT9MF5VlagAGTFZIhTkUW6t0GF0iT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4985375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.438781738281rem;left:0.74869918823244rem;display:block; }
#LNT5RWT0ITTSlRTPIFJyMaOF5fvWVV8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qx56iFh0Tr7aTMLOs4q2be5yV6xfb1ui { position:absolute;display:block;z-index:15010;border-top:0.25rem dashed rgba(var(--color-tertiary-4),1);border-left:0.25rem dashed rgba(var(--color-tertiary-4),1);border-right:0.25rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.25rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:35.5rem;top:5.8307285308838rem;left:39.0625rem;overflow:hidden;display:block; }
#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { background-color: transparent; background-image: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container > .video-iframe-container { display: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container { display: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .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); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { border-width: 0; border-radius: 0; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.25rem;left:41.1875rem;height:22.39585rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGkb1aigBISg7rIF551WdfuA47Wvies3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:41.1875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:29.016891479493rem;left:23.395835876465rem;display:block; }
#QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.837249755859rem;left:24.583335876465rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.499rem;width:11.624rem;top:2.5625rem;left:24.1875rem;display:block; }
#TUVNAanHWaguHQxdz0mXvm1eP6MnOMDc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:32.212249755859rem;left:24.458335876465rem;height:1.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCTbhP0VlclOTX7Np3oXoC0Thyu539NV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:14.625rem;top:2.6237030029297rem;left:41.186199188233rem;display:block; }
#WTM2gI9kFoAeTzyvHZ0m7lsv1syqXttp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:3.4987030029297rem;left:41.873699188233rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3bFTUZICZrLJFBFwvsHSSzpnKbJbaFr { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.49935rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.071166992188rem;left:60.519749641419rem;display:block; }
#L4t61cCu9H9iT2iDfLgffqF5uXUaiwic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtOvlpo5gn51KZ771TwnDiWAw1qaA3dA { position:absolute;display:block;z-index:15011;border-top:0.25rem dashed rgba(var(--color-tertiary-4),1);border-left:0.25rem dashed rgba(var(--color-tertiary-4),1);border-right:0.25rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.25rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:35.8125rem;top:5.7604174999999rem;left:-0.10269337877739rem;overflow:hidden;display:block; }
#ieiDVeftLym3feMbUlxc2CkbDW64fiNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container { background-color: transparent; background-image: none; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container > .video-iframe-container { display: none; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row > .video-iframe-container { display: none; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .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); }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container { border-width: 0; border-radius: 0; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#tiCKTKboWhiz2mxnyXlDg3uuQ1Q5P6uZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:26.9375rem;top:1.9987030029297rem;left:0rem;display:block; }
#FuSz4hvcUZOJgBPwAAZ07HSc3LzBvXIg { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8737030029297rem;left:0.74869918823244rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8eXxs6vi4m0Uq3BxvIT1y50kKhtXpZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cEtepoPALeVFwQ497I3aOggfr4skXNd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.749158859253rem;left:0rem;height:23.79556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgzuvyU5k1abtAgEpJD0tAqGzWtkVRAJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:2.1875rem;left:39.0625rem;display:block; }
#cmwiIBITz7OQPaxPz8pWQKx3g3NBLFQU { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:28.225261688233rem;left:38.634117126465rem;display:block; }
#AvOGvq3xpVNch7lpFUIBr317iFTRDgTu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:29.247398376465rem;left:39.821617126465rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKAvicwCR7I39hrJLJuluyV9s7fB1vnU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:32.250001907349rem;left:39.946617126465rem;height:1.0559875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvSmzMXCa2TD7Kzm0SftrGOT7RLU717k { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4985375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.562501192093rem;left:0.74869918823244rem;display:block; }
#SU5JIc8h7wWC4nklJUWQ3ZvXEHTT9IlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fe1pGiBZzwoAKpr3rl8uAR6GptnWTyXy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:36rem;top:5.5703127384186rem;left:39rem;overflow:hidden;display:block; }
#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container { background-color: transparent; background-image: none; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container > .video-iframe-container { display: none; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row > .video-iframe-container { display: none; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .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); }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container { border-width: 0; border-radius: 0; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#ZrEz4XB8deRsB9fcQisAczxzkEJ4Gb1n { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.25rem;left:41.1875rem;height:22.03909375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CTT5553rAxba72CytdaZ6TaHpM5p3ZT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:41.1875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvIaAMVTTpvOQCr5HvaVtAffTWAdriUk { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:28.5390625rem;left:23.4765625rem;display:block; }
#K2GxvUeBlqBrvR4I0shwgSlAC6grSK6g { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.80078125rem;left:24.7265625rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1X0B6UTtTEK13fSNoCwxVbOiZugN3y1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.499rem;width:11.624rem;top:2.5rem;left:24.1875rem;display:block; }
#He6t59oLf6NWnTxE6ORvamkx05VAlVIN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:30.986999511719rem;left:24.7890625rem;height:1.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2yI1WU1O9tJIeLymuOGz8oi7Tt1dN6C { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.3125rem;top:2.6237182617188rem;left:41.186199188233rem;display:block; }
#GtRhiPDumDDfEdH1KXTvvWgsKB2ZNHH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:3.4987182617188rem;left:42.061199188233rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLT91FV46UkUQcToeaSTEuqh7LVJMuFS { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4985375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.315185546875rem;left:59.46044921875rem;display:block; }
#osJ4WJeLpcEVmkcUe5TAkUKSa3OPNaGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdFs2U1mXUs5goD6dXx0ITL1T2XNP9iI { position:absolute;display:block;z-index:15011;border-top:0.25rem dashed rgba(var(--color-tertiary-4),1);border-left:0.25rem dashed rgba(var(--color-tertiary-4),1);border-right:0.25rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.25rem dashed rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.5625rem;top:5.6458347036743rem;left:0.14108791871743rem;overflow:hidden;display:block; }
#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr { position:relative;display:block; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr { background-color: transparent; background-image: none; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row .container > .video-iframe-container { display: none; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row > .video-iframe-container { display: none; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .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); }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr { border-width: 0; border-radius: 0; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .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; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lHf0HU0V2ROXWLOGz0qfQ4LNosKBctdN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.2459144592285rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#lp8CiZccMgvmUDCpdFGw9r2PQecbdadf { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:20.75rem;left:41.25rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lp8CiZccMgvmUDCpdFGw9r2PQecbdadf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lp8CiZccMgvmUDCpdFGw9r2PQecbdadf li:before{  }
#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.3125rem;left:41.25rem;height:20.996075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:25.750001907349rem;left:24.249348640442rem;display:block; }
#KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.3125rem;left:25.498699188233rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:28.93620300293rem;left:25.811199188233rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:2.625rem;left:23.749135017395rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.25rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lz8E2TSdP3md1w7Ov7Q984t6WmQI337u { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.4375rem;top:2.5625rem;left:41.1875rem;display:block; }
#awkOwmZx037nXkQAnBMD0p5IiCRNl4ek { color:#000000;display:block;width:6.749rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4375rem;left:42.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waXp2P0TuHBEUKzvGJnieZMqOZMSxHM8 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1873125rem;width:29.1873125rem;top:4.1059026718139rem;left:7.0679254531863rem;overflow:hidden;display:block; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:16.875rem;top:1.9997825622559rem;left:0rem;display:block; }
#TMonm0046Mg5vsysttZ4fJd44mLVLTHm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8743476867676rem;left:0.74956607818606rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.5729125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1FncGTuAqu1epPpqFx4uEPA9QhveUks { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.749158859253rem;left:0rem;height:20.46484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:2.125rem;left:39.0625rem;display:block; }
#nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:25.12370300293rem;left:36.186199188233rem;display:block; }
#Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:25.9375rem;left:37.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cubfTtZ9FlDbTGptewOXWIZCRA6z0L3f { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:27.41015625rem;left:37.5rem;height:1.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KovUSmeA8b6fRU8RTsDtaNVxFtvJ4UM5 { position:absolute;display:block;z-index:15010;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.8125rem;top:4.80859375rem;left:39.0625rem;overflow:hidden;display:block; }
#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container { background-color: transparent; background-image: none; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container > .video-iframe-container { display: none; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row > .video-iframe-container { display: none; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .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); }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container { border-width: 0; border-radius: 0; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#iHqGHhII5aE2yOQg9JxaLT4SiNayJomk { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:11.25rem;left:41.1875rem;height:18.89065625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZJ93F8gMFiiZmIfeEvlTNT0IATmeoVm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:41.1875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zPVpf4BoH4NaNiqugmnWdSv7ugCyvwz6 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:12.8125rem;top:25.5rem;left:24.4375rem;display:block; }
#QWyieLlHonr3GGwkBx2X3k0idJk69qAu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.125rem;left:25.6875rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szDLeTxcRCRc2BhAVWDOHMHGzlFDHNis { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.499rem;width:11.624rem;top:2.4375rem;left:24.1875rem;display:block; }
#dWIR0H8tZ5nME2p2JFeNQfBJszKBrbME { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:28.8125rem;left:25.498699188233rem;height:1.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVBMmtVR3sLpfRpxErPBMMqSQeeN04tT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.75rem;top:2.6247787475586rem;left:41.187069892883rem;display:block; }
#qTahyWULyW11VzbQHx5CFl025NNGNTGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:3.4993438720703rem;left:42.061852455139rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4rinygtOIq8ZGqceV9zhZ9rOnt5i6d1 { position:absolute;display:block;z-index:15011;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.7498125rem;width:25.7498125rem;top:5.2760467529297rem;left:9.9635429382325rem;overflow:hidden;display:block; }
#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container { background-color: transparent; background-image: none; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container > .video-iframe-container { display: none; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row > .video-iframe-container { display: none; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .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); }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container { border-width: 0; border-radius: 0; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#cO3cS3se2d4QEyZAftfSbCpdQ2hfAR8b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.1862258911133rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUpPVWzTrnplqRXbMP9RJkdQ4kZnMVIs { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8123125rem;width:19.8123125rem;top:9.1872844696044rem;left:27.593316078186rem;overflow:hidden;display:block; }
#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { background-color: transparent; background-image: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .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); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { border-width: 0; border-radius: 0; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.249137878418rem;left:25.625000953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17.0625rem;left:25.4375rem;height:6.8203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.249137878418rem;left:50.625000953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.125rem;left:50.8125rem;height:6.8203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:24.12325rem;top:26.124133586884rem;left:25.250000953674rem;display:block; }
#TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:24.12325rem;top:26.124133586884rem;left:50.437287330627rem;display:block; }
#MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { color:rgba(var(--color-tertiary-4),1);display:block;width:24.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.187289237976rem;left:0.43728351593018rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.0625rem;left:0rem;height:6.11979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { position:absolute;display:block;z-index:15036;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:24.124375rem;top:26.124133586884rem;left:0rem;display:block; }
#XKROU25yBg8S5qO14egNqiOWsXfUsDXR { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:25rem;top:1.3351440429688E-5rem;left:0rem;overflow:hidden;display:block; }
#gW4tZyueRxpcLnGRAzV5tgt3OOBxH60w { color:rgba(var(--color-tertiary-4),1);display:block;width:24.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.8821616172791rem;left:50.437287330627rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kxoeHTmerlpqaXi91wTds6ll1xmvon6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container { background-color: transparent; background-image: none; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container > .video-iframe-container { display: none; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row > .video-iframe-container { display: none; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .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); }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container { border-width: 0; border-radius: 0; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#yDxSEv5cpQLV2vB9uc9JluKee8ZTZweZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.1875rem;left:25.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUwVWIn7BOTP8ZU9gl2D0l30GVfNO3gh { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17.0625rem;left:25.4375rem;height:7.957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEv91Iq3SaTcGD18oIGILWZJpwPAWE2b { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.25rem;left:50.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCPkwMT2ryQPWNw3VHZBXCVmhkXtCt4c { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.125rem;left:50.8125rem;height:6.8203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vO40budwosv8bbySnnITtMqJs8ppiEcE { position:absolute;display:block;z-index:15037;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:24.12325rem;top:26.430122852326rem;left:25.250000953674rem;display:block; }
#K15pAKVv0CVID5iMyPlCItmnkNDzkoWy { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:24.12325rem;top:26.430122852326rem;left:50.438370704651rem;display:block; }
#eobBocTdsiFtDVmVGMMbWMVoh03ycBbc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.405605316162rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3wz8vlmVOtrSFATJ6T3cTWcN0v33rmQ { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.0625rem;left:0rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFBxq2SNxlBJuOCKGAIaqB45ppzmHwnN { position:absolute;display:block;z-index:15036;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:24.124375rem;top:26.430122852326rem;left:0rem;display:block; }
#tJQcId2D8IKGCkEVfi6QCoN18toDmOI5 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.77907943725588rem;left:31.06228351593rem;overflow:hidden;display:block; }
#qJZyOSyEFF2NVxmZCbAQHfA9mqE64abO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9967460632324rem;left:0.93641567230225rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8EGQAZFxfdA4bZalbZwyufnQxPXyv9u { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.249125rem;width:14.249125rem;top:0rem;left:55.37543964386rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24ff5527-e282-48a6-87ea-c8987309eaee/photo_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ff12ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#000000;width:19.625rem;height:3.75rem;font-family:inter;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.623047351837rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.623047351837rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.25rem;top:27.1875rem;left:2.25rem;display:block; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:34.436875rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:7.371962070465rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;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.5rem;width:0.1875rem;top:13.623046875rem;left:40.28125rem;display:block; }
#bR4mDW9KGy1dr41izA3fz7JENTapuFgb { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:15.5620625rem;top:1.0698785781861rem;left:0rem;overflow:hidden;display:block; }
#u1V14gCVtHOxecxUthXm5RxS6LCFRQ5B { position:absolute;display:block;z-index:15026;border-top:0.25rem dashed #ffffff;border-left:0.25rem dashed #ffffff;border-right:0.25rem dashed #ffffff;border-bottom:0.25rem dashed #ffffff;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.1875rem;width:31.624375rem;top:7.9177513122556rem;left:41.832684516907rem;overflow:hidden;display:block; }
#s3W5ILvE03dJ1FVrCKkGR6cgS1P3T4g6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.49935rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.526259899139rem;left:22.957901954651rem;display:block; }
#ElsGzBX9BT8CUbzHi7cZZnziBapoqXDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.5679244995118rem;left:62.623700141906rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.375rem;top:1.0623168945312rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:36.4375rem;height:13.5rem;top:7.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:35.3125rem;height:4.1875rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.625rem;height:3.4375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:12.625rem;height:3.4375rem;top:34.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:11.4375rem;height:2.9829451052486rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.625rem;height:3.4375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:33.9375rem;height:1.9375rem;top:23.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrLlST0Zqhqs1uBSzDEPlR2ATIUUIvI { top:4.6875rem;left:15.6875rem;width:31.5625rem;height:22.144088815985rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn6JU7b9PFGTNcXn9WPOe5vIEBHWtwEq { width:14.375rem;height:1.875rem;top:28.3125rem;left:24.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv { display:flex;width:18rem;height:5.0625rem;top:45.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #iXWHWIEPHvQOoQAJlc6ftT8aviEx9mVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #HZ98AT9Av7DsCOR5xWVvBlbUeI2N6snI {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JhzChWvD4dmHvBzqI8K3qrwadEIcMK18 {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #VWyBU3Er6BJ2CCn9a61dlmWr0zWOVHiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zZ350QXvUkhrHroKX6CJn1i6l6HXgePe {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #EgWUJbbTqXzg69RrMpQb4pV54UzfG74h {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JMiBacfs0hai7ygvraFBQkveTkGQ8Ul0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #T4MEQ6cZ8QFo1HbFCazvG1askGwVK7dc {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #AP48TkDLnXWSfIMFfWuQEkwfJtzXaBzy {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #OtHyuG63GfR4rPAZyFvfmcHrT1b5Wa46 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #o3GitqG6yQaLTZpDLDy1p2bVCOqgEars {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zIQcLCvz8C9PP4xH174EFBX3fgBrdf4s {  }
 }@media only screen and (max-width: 763px) { #xgEhI6kUfmNDT5LbwBCmqDmLNhiE1woE { width:35.3125rem;height:1.375rem;top:36.8125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhtbvuRK4rs1brWEsbg9KirptAzdN3ax { width:8.1875rem;height:1.375rem;top:1.6875rem;left:13.257161140442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvm0W9JQgCJm8Z0pLskCOeyTUIIGLAv6 { width:4.875rem;height:1.375rem;top:1.6875rem;left:21.809899330139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upcx5qFoTtcOTsT1gHEnNE2PKB1MsCtv { width:9.0625rem;height:1.375rem;top:1.6875rem;left:27.255211830139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cckfTacB6KghvScCqkinpe6rmzy8nEsZ { width:4.4375rem;height:1.375rem;top:1.6875rem;left:41.90603351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXaPwvF5S9FFTr0C3WaBC6diPE9iQJc5 { width:3.9375rem;height:1.375rem;top:1.6875rem;left:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3Vo8XEST8KATbidVZqcTGivGx2LiyL { width:4.75rem;height:1.375rem;top:1.6875rem;left:42.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWv2JsExDrMoUuhJoLTM1JVT4vq0o80 { width:4rem;height:1.375rem;top:1.6875rem;left:37.130211830139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.625rem;height:3.4375rem;top:51.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:12.625rem;height:3.4375rem;top:52rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:33.75rem;height:3.6875rem;top:46.25rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:17.3125rem;top:11rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:38.125rem;height:35.625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:33.75rem;height:4.125rem;top:5.4375rem;left:14rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:33.75rem;height:1.25rem;top:3.3125rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq { width:33.75rem;height:15.5rem;top:28.5625rem;left:14rem;font-size:1rem;display:block; }#WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq li:before{  }
 }@media only screen and (max-width: 763px) { #URe5gcp15s4oegaXEc6S6QcQTCqSNC5t { display:block; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG0kpVUL4LpLD08d5hiFP7TESsSTIB8p { width:12.625rem;height:3.4375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4nHan6J8lW1fg4dKzTuDLbgkDgABESk { display:block; }
 }@media only screen and (max-width: 763px) { #STeyZ0U4Vi1ndrw4mOnieAvaUdwMLHL5 { width:12.625rem;height:3.4375rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fFArDDH8ekJpglaSc3kBiSHJFV7vq7 { width:34.8125rem;height:7.4375rem;top:39.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTkWXTa3bEd8Z2KrvA5Cg8T1gRnxhSs { width:33.75rem;height:1.5625rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r { width:36.3125rem;height:33.875rem;top:12.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Z3ZcWQvbpxREK4h6ywFfMpHxO8Ip3T { width:33.75rem;height:2.25rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuicfJLTzTFI1AKlJ1eKnEqypVnpVcnb { width:33.75rem;height:1.25rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL { width:36.5625rem;height:13.1875rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }#otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL li:before{  }
 }@media only screen and (max-width: 763px) { #TClQwgR8PmhWC5z8uGnzDzv4ypyHzsh0 { width:33.75rem;height:1.5625rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 { width:32.9375rem;height:8.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }#VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 li:before{  }
 }@media only screen and (max-width: 763px) { #BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa { display:block; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErmmPRCkbgdIWlnQlOwMlBbifuO5Pgog { top:1.25rem;left:21.375rem;width:25.8125rem;height:18.08152553304rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh { display:flex;width:18rem;height:5.0625rem;top:45.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #TT6WxN30fsuAs2GWRiploxepPgFXXd9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #ooynXiDV6uWHlORQgVMa5dVwfBdfrVCd {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fBuHL83HiMoCQkDveKaTMoSTBnZoSWeW {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dAzwXeGGTLAxr9FVriZqsFVkCxoT3Q4z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #VINbzJREcdPr4ogpX7hPByDGgmpWWcup {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dBnqBndBmkq0v9QXKFnwybUqHl3wv1PS {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KqO1T3ruSQmrqWc3zCU1nbDzJtTO9mc9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fNvT90M1ikiJKxRbMezKeu78ePzZ2g9i {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KPzxNn6wChaOrWWglLOTA9OdaA35VBnD {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #tpk16vIPQt5Q3xl1EsfV0rLi39Thpv5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #GSEDlHEmvs7mLx95QGAnTyWSgK25MkJd {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #QG96fJUzdNUTTIINSdszgRqaTFkoppzT {  }
 }@media only screen and (max-width: 763px) { #hpl7uqJRlafVqfIfU343bobHsSv6vU87 { width:14.375rem;height:1.875rem;top:20.3125rem;left:31.518231391907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Hye43KqkgBt2xNskkxTaRyBEzhckvJ { width:12.625rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BduVN4dcsCISSVIVw9tN1TZOC9tuovHH { width:12.625rem;height:3.4375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQgPVpxTIy71vsTWP6xSRRMMtlRBJKZN { display:block; }
 }@media only screen and (max-width: 763px) { #cHb7TZfnKTN85t8R5gxGCKs9TR91SnB5 { width:36.375rem;height:6.25rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWxPRIMxOkhOUO3LuD2lJPd9u1yyDQD { width:33.875rem;height:1.875rem;top:11.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8XPMLPElz0HU9MLJ2Nn0UcyRq0GpRTJ { width:35.3125rem;height:4.1875rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v { display:block; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my { display:flex;height:auto;width:45.25rem;top:10.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #IsqX7tl5R5xBkxivpkboJEvepTAiqeh4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #loA5nIcUHddTbWtRK81rFEubQdlgRLuE {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #m0EClkv0qva3t9m81iwmmwhhE7UAhJEH {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #lpqC0ntS2RzTzBU24TSp6hEZJqVCHCwf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #R0zsTXCAy2dW6sRcyz8UeiIXlmJ1ftlv {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #t3ScneOfeT0gys2MJt7E4valrPCBzpIs {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MSHq2T0QGCMxa4HCD5FMVQTvzip5Vn5G {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ciqfaVhbaAOcTZIhW2MP8wviqgsf6p7w {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #WM4fb7Zzck3VExiLf6IdH7f9RvaeoV2s {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sr28s4Ogb8EkKxK9mTyBiCy6ERNf9AFT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ArymhUIUOSr9ZKoVqCizUwHKEWK2yeQu {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Pw02PlM4RKXC3HRPk0HHfm7pZ0kdAm7H {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #yo6GmQDW7kTTtZ2172ngabz8wRv5byFT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TbcOmSahG5NJIgG8emvn1QiREySCv7ns {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #B7LhaT3McNE6IMBCOTf5Hmxy7XObLw5c {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NmmWVyucfVTSpndvh9T539ApUv1aT9VG {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TO90rH1rgcLs5nnG8ydo3T4anLWnX7BS {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #xVLst0pLntEU0OEPUo1f3xLrWme7MiPb {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZI23BmqJU7LBq6TpD38BmpK9Pao94QWa {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Xx6fCOsD6xTtA4nvwBVWQsplZL9yzkPz {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UlzcXNamp1d3ystCOefJp1F9T6OCusXm {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #I034882a9y8wACrhP63vcEKtXH2VX7TI {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #GKfUI3tvJf524BTo0C0RfTOEQoxwXm3k {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cLtduyGNVJmoDvIgBmnu7cN2zX5Ovhi2 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #M0giXvpdp9z7emTDDXNG7ruWcXg6OJwd {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MTs5Bd57T8QqElpXrwL5PQQb7JfK3eoA {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NyrW3KKZrXgQGRDCT14w4qXTTesHnTdN {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #JtioWfZURdqTEalKZrRd8AzBcNQDkix7 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UM9RvTTGWqJZQTcgnvog1NmLb1k73TtV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #hVm9bA8vTwxTxIz30VRs4tFDy9b976Ex {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Kc1Q9zipwPNP5HBhCRB8KK8KrNBznxJ1 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gw6TfK1IBCHctCToT6V4zWVEJ6iqLRia {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kJkA1fJOZMzBnya8RCpTbR5fRSBvMoXL {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #X0PfBquWUMyiSMThAMUuJt4Tb0n8ZBZv {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #RlRST3nfpNNTX0VUPk33GUDadXEyeT8X {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #v7VO4RA4ir2lUweFTFG4rvFP6PbBG1sb {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZUHT3uf3lG3olbVIS4dSMgmLGkfA3fTu {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #F8FNdtP3rPvkaM1Hi9JUHxRnLopvWu9g {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #vyVLMT4EV8PHXczlVpeQQly6bUTRGSsf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #HSxsRM7ekdQVKJrNkoaNANMhoBy3xsEV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #REpQ5E8JobfJUnm6TDA14K99gfAfqsP4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Vqqu36yVnwrdwsk0pqnRXpUbBJXhoyGK {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #oFlwh7DDE3dVFr1HMdCPwIPvEQdWVv2A {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #swZgTtzzoEdo2u3nn3USLLTorWMrTS7c {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #DwJ23rmnh75QlzMEoQxc4MJSL30z8rby {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #EhG1AsxaZUlaDc67MGuCgMSn5bd3HDze {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MpHegzX7MUEsJNgkecOmA6VAPGeLiMkB {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ME3TnfFrZPairHG1JJToEl2oByKB3TGe {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #nNNV3MOLoIRxyNmBNMUXaztpfvdV9Fxz {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #usWMqmF62Qqg4deg1J2BUslK8unUJpxA {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Dv3DTTTe7LdqrCZvJmsVGUKedhnVSC5I {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #fKkgTylNdTbtkxnKeuM7gxfQQlFWXQ2d {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cq8EbKs4MoUE9lNAlS8MJyNZsLeEpzc4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #qHaROufukZ12cTv8ngZDiuXM9zcaQJqX {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZlnZ2nVEehELfgLP1csw9VBTWL2V8aTZ {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Hw8yyJNT57ATIx90ZI9ORgC3nLQv6QX3 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #l7BQKxOcqBVwdPEOixmuep77hUuSzsE8 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UaOkzq1knynidcQMxGAlgyJR8XXBKvzC {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #OPXO1nzRJuSIbt7up5Rt5QvIvt1N3tbm {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #CtmleCqNlUvRTtPBV24IxOIiIbNa4dxr {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #krOGJTBhMiIx01fMVc2h9Txrz1yUy0TT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #sSdXCA6u9427O10CJ9tKiheM2HtqfXbt {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #phMJK7IV50LOpMCtvnJVJrFDT59WS5od {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #tlkWJIiHvwfZ5yWzVQqU9wMxQWdm8xwy {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #pe7siT3x3uhx7Qhnw2tkQ9TsShJtTpdX {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #aObMTIv3STkqIwmrSpLwV7D24D3iawST {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kmrE4rARBO69oKhXMh8hiyhiXuxMoWEf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #uLe7I4R2yq8K3F4T2RRSluLh3CuGQqw5 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sepn1la6aR7Ix27HUNAgnGdkdp7bZrEV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gxEvvHUbNpSxmUxaKsEmivs6LC9Hv4IW {  }
 }@media only screen and (max-width: 763px) { #MVVCgTHPAR4dOQNHlJ1LDmXZl5n2g2rT { width:33.75rem;height:;top:3rem;left:7.0000009536744rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU473sby8SLu25usNurZv2ytuNhsS7FM { top:9rem;left:4.0713987350464rem;width:37.625rem;height:26.456230534374rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu08MLm5yWk3585A8ZeMDaikMFM8UJ8n { width:12.625rem;height:3.4375rem;top:20.5625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9iDgRRoORi3IddzJERUtNPTRaFJJ7r { display:block; }
 }@media only screen and (max-width: 763px) { #Pw7AUVmvfqCtST9Exr7UZyz8TPL0IBBp { width:12.625rem;height:3.4375rem;top:20.875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdu8F28KWpCWUAaqIP3tdhp175TmQbmP { width:12.625rem;height:3.4375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irrdKbV4a7J4vyL1rScEWNElrw8PZUmF { display:block; }
 }@media only screen and (max-width: 763px) { #E9eJgNxcpHVbtw83HO5m1KtWselKgU7d { width:12.625rem;height:3.4375rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATehlTlTesLJRbPmyKmQe8WJi0G0ytLs { width:34.8125rem;height:2.75rem;top:39.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 { display:block; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6zzszPBTcrsfJLXxlGpnv92KPxSEHGy { width:47.75rem;height:2.5625rem;top:4.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkaTEfgrZbwLLo5S5pgSqF7VTJlggvpR { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEK469EfN8XoPeLpSXW73VUyr43QxII0 { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwT0ZImVRRFlveBRuPIuJhMCqCUTMns { width:22.0625rem;height:7.9375rem;top:15.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTs6rTtXzdXqx4x309ukPdPBGxSoehD5 { width:3.125rem;height:0.0625rem;top:29.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApiDfsunB49RAKDprdlGz9HSVwpnhPK { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqn5u6ek1kZsiVGApVb9zPCXeTgTbTPZ { width:3.125rem;height:3.125rem;top:11.75rem;left:22.250000953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGGG8xwKKEDaErIfZSxWvmfToJkqVbTq { width:3.125rem;height:3.125rem;top:11.75rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM3ibgT0S0ZsLhM3TZz7KmKP4t0Xbvch { width:3.125rem;height:0.0625rem;top:29.125rem;left:6.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Mst9KpQ1udTtl8ymuyg0nkHVPVBATi { width:20.3125rem;height:3.875rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD { width:8.25rem;height:8rem;top:3.5625rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Fq1TBg9fkFapyG2WX9fc1SElsLMQNO { width:3.125rem;height:3.125rem;top:11.6875rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7IuuAvTD3T7E4xphmUpbDLcWBivovW5 { width:8.25rem;height:8rem;top:3.5625rem;left:19.586155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4J0rgOrWDaH4TiZhveAnTcPAf7urTZ7 { width:20.3125rem;height:9.0625rem;top:15.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUF6zPyieR1WB7e7CWAKwrlaTkKqLPt { width:20.3125rem;height:2.5625rem;top:25.4375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp { width:8.25rem;height:8rem;top:3.5625rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHefAhklrtwiu4tTpXX5fwOCWFFpMCqT { width:20.3125rem;height:10.1875rem;top:15.4375rem;left:27.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x452B7BJzSOPICgtoBruVV7H3zE1NOGL { width:20.3125rem;height:2.5625rem;top:26.1875rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW { display:block; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKPCfRxCwhQV3SGLoKd3zzN7GeZHesOB { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XDiP56Qp6yxmuITqbDBiwdxLnL8hh6 { width:23.5rem;height:28.25rem;top:2.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4QbPdJoSwrOmm37FUATeMLIJkFtfhTM { width:22.5rem;height:6.8125rem;top:15.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eccez7g5TWUP6vpP6MnlwctGCbcxomOu { width:3.125rem;height:0.0625rem;top:29.125rem;left:38.125004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBNDTTL0LeFVWT54Wr3AJ57XDfgcxxZ { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITS9s4QxDRG6DOX2J5XJUXFtU24tzlB { width:3.125rem;height:3.125rem;top:12.3125rem;left:22.062500953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoypOvOAPTKJhss8WyHvRaBaTi34t9Ws { width:3.125rem;height:3.125rem;top:12.3125rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFMcnkDWUfTMTzL96EWMs2SmDwIwDD8 { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZRv5HO2TC23MAwC15qtEiZWgMxn28T { width:3.125rem;height:0.0625rem;top:29.125rem;left:6.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7uJLaae4FpGdq20FlilZZCEuSDe86wG { width:3.125rem;height:3.125rem;top:12.4375rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv7qKeC9TuUCEbpAqI8gw0PZ9On3bUSm { width:20.3125rem;height:3.875rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs { width:8.25rem;height:8rem;top:4.1875rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ { width:8.25rem;height:8rem;top:4.1875rem;left:19.398438453674rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXTZLeC3qTW6ZeHIftgGVuTgGJRDlHm { width:21.4375rem;height:10.1875rem;top:15.4375rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMFVw5V8hUcCaAr3Mz3EZb54TvdJa8EH { width:20.3125rem;height:2.5625rem;top:26.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue1zDsopm3hRAlymoimsA3tHzRthDc4R { width:8.25rem;height:8rem;top:4.1875rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oakfp2cwAKGJGAxvttN6b65HTgayvH { width:21.9375rem;height:9.0625rem;top:16.0625rem;left:25.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z59yeD8skB6hnKyVD7c5a8ATBMlpKrtT { width:20.3125rem;height:1.25rem;top:26.625rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh { display:block; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEZHLaKXZTSGhUoayanS9HqUPI3aXUG6 { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oclNCPsoStcZXDxvTyq4QbCK72mlELNQ { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWm34sTt4izxEQiTcMmHIfGNLWChsKas { width:21.75rem;height:11.3125rem;top:14.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3fohFygwZXHo0yxm7RziD43XVFGZRPq { width:3.125rem;height:0.0625rem;top:29.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVDn0oI9oKnBMA8aTaT6VLChhPtxTng { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwgRw2TImu0aF0TNkMNLbr4bVsSWWEKQ { width:3.125rem;height:3.125rem;top:12.3125rem;left:22.062500953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObT2R79F8CZJXGmT9lZkHmqWTJbHxGHK { width:3.125rem;height:3.125rem;top:12.3125rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci1JVTdDFiqlep0lArm4QTIw3W6E20OC { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLxTvv75NpbMKeFhGD17VGZXv5gNo6bp { width:3.125rem;height:0.0625rem;top:29.125rem;left:6.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDHGoGByRWlhsPvHx612THgPztt8gst { width:3.125rem;height:3.125rem;top:12.3125rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO { width:8.25rem;height:8rem;top:4.1875rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGIomp9i9oJHqDAHmf8aBlS3U9pTl5Qi { width:20.3125rem;height:1.25rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZbE2IudGSAclbCcHrrO3ODA5csmSDRk { width:8.25rem;height:8rem;top:4.1875rem;left:19.586155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyqlbhhZy8b9WyBMdOHiXBDnKKM3DaS0 { width:20.3125rem;height:9.0625rem;top:14.875rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chC4gsT2ZAdngO3Hor1TBLVCyInTCH9F { width:20.3125rem;height:2.5625rem;top:25.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65CxuROFdT0tcGJLdkHel2md9eoS38s { width:8.25rem;height:8rem;top:4.1875rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDaqJuUUL05iTtLSOL2W3ZDVqBB3af9c { width:20.3125rem;height:11.3125rem;top:14.875rem;left:27.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHhJP3m1bRf21GfJvpHm9VpaafMQVBDR { width:20.3125rem;height:1.25rem;top:27.1875rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv { display:block; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTb9CyTTSgT9uTTrGwMH7Dahl9GTiEZz { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyDSVacibvWoBhwshyJPPrMCGIxhmJQE { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8FhKtEL90xoe7FMMnd0CWoRDTaeeOtA { width:22.375rem;height:12.5rem;top:14.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o60TNsAiMTdFEHMXtBzDMHAr0B8cNzJg { width:3.125rem;height:0.0625rem;top:29.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r11NulLRBsMbZSbu3XB1OhWfKiblI8wA { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnc5tlnrpqTHqekPysbJlXCupxzugIJ { width:3.125rem;height:3.125rem;top:12.3125rem;left:22.062500953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TueoegEwFX6Zw7OHzghsTowiaJ4Juw4v { width:3.125rem;height:3.125rem;top:11.9375rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUETrvghiQTOTiIiWzC7vKITOlrabTb { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLkxReUuRC7dl4J6TxBAVQrBnDpK0A2 { width:3.125rem;height:0.0625rem;top:29.125rem;left:6.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOdc1PQ61OiaqT1D4qP4gFqLeEV1kg1 { width:3.125rem;height:3.125rem;top:12.3125rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQzTGIRAZLmw4WaM3zePeMgdh0siJP74 { width:20.3125rem;height:1.25rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9 { width:8.25rem;height:8rem;top:4.1875rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB { width:8.25rem;height:8rem;top:4.1875rem;left:19.586155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbyoF4eg8Zrq22PGkpnRKMJrg9NqL2T { width:22.0625rem;height:9.0625rem;top:16.25rem;left:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtRNxdXRGBTvv1JK5EX1T6feNofnfF8v { width:20.3125rem;height:2.5625rem;top:26.3125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ { width:8.25rem;height:8rem;top:3.75rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAPxRK5tlMfhTQupTHhrMUqr7wIXhTO { width:21.875rem;height:7.9375rem;top:16.5rem;left:25.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTNTuGPc9pr396x6fSuxfxWDrPlZXi3 { width:20.3125rem;height:2.5625rem;top:26.125rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLAkddfGtJgi8TZvblnW9DrVraJDb5L { display:block; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev3brOwSXcgS7wWZRD4v0lvoaNMTs9NV { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9SVkT8QeJBGJIKqV7Gp5lrVKtm2mm3 { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75mLseRDo2FCATNH9bEO7cBpcL941y2 { width:20.625rem;height:11.3125rem;top:15.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXmsD6bTSQIuMy0h3dgpxTf4moo1GnJ { width:3.125rem;height:0.0625rem;top:29.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1Tdy6VD6r2SB5ScvTtLAT37xCAzipi { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyfmVVqENEtSabmNAhLwgTo1XcMEmKsB { width:3.125rem;height:3.125rem;top:12.4375rem;left:22.250000953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHJypKhg4pcnd3WQVJxlyy9lSyNvfyOV { width:3.125rem;height:3.125rem;top:12.3125rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Wv4KrlTxF8LCS6zkh9lT5f07mqoMTp { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCPnGA3Lc8Dr1cHR9WZT7Xc48uuh7zE { width:3.125rem;height:0.0625rem;top:29.125rem;left:6.3750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #npnRzaZqN8u1OkFwoOVdOrM4i8Xax3Se { width:3.125rem;height:3.125rem;top:12.4375rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCUw2qJ1MgEN3B4WntRv7cWvCts0Hs56 { width:20.3125rem;height:1.25rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd { width:8.25rem;height:8rem;top:4.1875rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx { width:8.25rem;height:8rem;top:4.1875rem;left:19.586155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0sMX1rAbFFriKp3wCTTW6XcBR38dT4y { width:20.3125rem;height:1.25rem;top:27.375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLxbNez9tNXkuuBTBvabFntE57mqUKPW { width:8.25rem;height:8rem;top:4.3125rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5adzkEzi05tfwABFOeyikOzWqtrE1wl { width:21.75rem;height:11.3125rem;top:14.5625rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKctx2P7c0cmfBMsFd299ANbT3MfnMyP { width:20.3125rem;height:2.5625rem;top:26.375rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EID1VA1SXLti4Bdl9amDNUzfefT02ITc { width:20.625rem;height:11.375rem;top:15.4375rem;left:11.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO3c3te0vkdsfioqiJhSdDacuhycP6Fe { display:block; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNIHEbmItgi9KXeE3AHbM1ht6XRTwMzW { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1iVkKS43wtkqlTf8Hf06D7A6dn28ty { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTCM3D8F5wzpJxyuZCAiQAEBkEmTGIp { width:21.375rem;height:7.9375rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKeGBkDD8EkO215NwHK3Uxl7umdzSWcd { width:3.125rem;height:0.0625rem;top:29.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LUNQ91AAiOZKe7hWzZBAgfqw6mFg9O { width:3.125rem;height:0.125rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqRqr9uldRzm1IJ2SdS60P3SPRhttNPS { width:3.125rem;height:3.125rem;top:12.3125rem;left:22.062500953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGECAVUxPAOe5QPQfwHMCTO117GPxOv { width:3.125rem;height:3.125rem;top:12.3125rem;left:38.125004768372rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXs520eCkc13L9MliBIvpqfNgqwrX5o { width:23.5625rem;height:28.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryXAkI1GpPZ2HCWvD4IdMMdeJStFtc7X { width:3.125rem;height:0.125rem;top:29.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rESLtd05CEmKsXmqmxyOkdEhOMeVQ5RN { width:3.125rem;height:3.125rem;top:12.3125rem;left:6.3750009536744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECm1TDarklkT9Hxlo7TydtKwUT5rs0dX { width:20.3125rem;height:4.375rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGfukyf69Gag182TGxcwZN1Er4mgk9T { width:8.25rem;height:8rem;top:4.1875rem;left:3.7111558914184rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ { width:8.25rem;height:8rem;top:4.1875rem;left:19.586155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH2W3T845HMW5C6qR5GnEioSVqTIdNwv { width:8.25rem;height:8rem;top:4.1875rem;left:35.461155891419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpXwW59mTw5T3ZvbnX8Wf46QDELTKnM { width:22.3125rem;height:11.3125rem;top:14.875rem;left:9.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTeIpRCXapWzoDysz2zd9U1OylfBRtH { width:22.1875rem;height:11.3125rem;top:14.875rem;left:25.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPZOPFbUZ6xNmnRf3BeAeDFV9tySMvv { width:20.3125rem;height:1.25rem;top:27.25rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzPvIWu25OAC81cJSbV3prrhdiJuUvku { width:20.3125rem;height:1.25rem;top:27.125rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 { display:block; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oelBUklO6Fqy2Z56x8xJmRyDDnDltL48 { top:1.25rem;left:21.375rem;width:25.8125rem;height:18.08152553304rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx { display:flex;width:18rem;height:5.0625rem;top:45.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #EAb5isBd4pfOt4oTaBuGoaHRTCSy1oAD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #X3UrmmxBIJ8rTK24vhtGOH1DdxUr5HSu {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #TTb8pmRxqTLNvdK87ku1upN6I8eynMAc {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #wOqwyKicTmoFzGlvUV2rTzSkwsb1EUeN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #xvvvLHpzgBEE7V7bR5LRJRESwqBU6BPJ {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #uMuGaq6wPD9C8aMspg3GIhr8naLBlXoz {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #Ukn4dyhz5beaexhcMsItcCHdsNNQ2anK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #VmoQPTKJK3wwa4sWVQBf5RRc3te8eahk {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #aknEKG2Vta2ZTXAl6co4QJzHWHOriCAD {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #LFhbDWArrRJsC1moFpDsFp05Rc7TPwp8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #PF0yK7oCyF3oLJCoy2QcyuPCyMDkCiCD {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #bfXH5rfiE31iKWm3v8Ku7E2HDTtNUTuR {  }
 }@media only screen and (max-width: 763px) { #yqCW2zLJKPEO81qTJPGyiBking5LWuwm { width:14.375rem;height:1.875rem;top:20.3125rem;left:31.518231391907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADdCh5wCwdZn38J4NIFCIXZCGlsTeVv1 { width:12.625rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmu8Z8TtsR5lgCVhzyTsRbDKixgB6mh { width:12.625rem;height:3.4375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81WUfCpTE9hVzVPfaaB8sWIFdLHIJKT { display:block; }
 }@media only screen and (max-width: 763px) { #RDPVzxVMlpeyTOlhkuva3T0ksSTu3KTD { width:36.375rem;height:6.25rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aIyCz4kwIUc2xAWpwblsPyvOCk6Acv { width:33.875rem;height:1.875rem;top:11.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Jtrk7h8OvimKTXV2Gq8LgGi9c7yHiy { width:35.3125rem;height:4.1875rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:47.75rem;height:10.5rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP { display:block; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z19L2FehtPFXN2Hl6xZBvyCgagNepfD5 { top:1rem;left:0rem;width:47.75rem;height:33.6702668492rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI { display:block; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF { width:31.25rem;height:;top:20.6875rem;left:16.5rem;font-size:1.125rem;display:block; }#gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF li:before{  }
 }@media only screen and (max-width: 763px) { #PSVOCVzAbKqm1JBwoydMPQV0KTATJ2gb { width:33.75rem;height:25.1875rem;top:10.9375rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZPJ9q0cu6GGa9I7TW7dt74Tuts2QXN { width:12.8125rem;height:5.875rem;top:28.3125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9xf1uAONxmgEDoKvxJEvS8rd6hp5eXw { width:10.8125rem;height:2.625rem;top:28.8125rem;left:13.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibk5XwDabRwRBCgpFvtcqDSqWJTiqHIL { width:10.4375rem;height:2.25rem;top:31.5625rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6G5LAgbJWaGNqourWKpexZ1vrDuQUnT { width:11.5625rem;height:31.4375rem;top:2.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfDJQJ5NWcBEDqd0NA33PnuCVJEQOX5T { width:33.75rem;height:2.25rem;top:8rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDzyCM2afaSCmT8RPblCuC1vkmR2CF7q { width:7.4375rem;height:3rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9lFOl5KvIvBflZ84N3biO2p3cymnHu { width:6.6875rem;height:1.625rem;top:3.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPBrPTgfFVTg244rM8HDoMLhFJIK3DA8 { top:6.8125rem;left:0rem;width:35.5625rem;height:25.000307560901rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxby6baHVdWRz9JQppnggy9dbObvThLT { width:12.625rem;height:3.4375rem;top:34.375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GpTtkuvuMBqkc8VKq9wpi8lJK9CGCK { display:block; }
 }@media only screen and (max-width: 763px) { #JH2na1S24PnEcRFziiG51DKm7ApxTcFW { display:block; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9VdesmKFD0WSEMCpLS7WaFvwFe4f9mO { width:16.875rem;height:3rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JttvTrEl1LXgLTD0iuQiMe3Zc1e1Fskv { width:15.8125rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW8E9pNh5Lw6t1T6JKTWTPbM9q04uPTI { width:34.9375rem;height:1.8125rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX80bUHsNB0JMiDB0dKUr4p01k2Q7I7 { width:33.75rem;height:23.75rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7DntIzRq4EesB9SEBP1OZedSUKWf3ba { width:11.5625rem;height:31.4375rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5cGxBcfw0EQMBesaTeJSvnAURKzbRoI { width:12.8125rem;height:5.875rem;top:27.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2z9Dcqug2hBXmBT9PETilM7rTsSQ20l { width:10.4375rem;height:1.9375rem;top:29.1875rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIas55RZ7JMP79RGeqoTmqVtKnCWJhZC { width:10.1875rem;height:2.25rem;top:30.875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6cGT9MF5VlagAGTFZIhTkUW6t0GF0iT { width:12.625rem;height:3.4375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT5RWT0ITTSlRTPIFJyMaOF5fvWVV8y { display:block; }
 }@media only screen and (max-width: 763px) { #Qx56iFh0Tr7aTMLOs4q2be5yV6xfb1ui { top:5.8125rem;left:11.75rem;width:35.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { width:33.75rem;height:23.75rem;top:11.25rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGkb1aigBISg7rIF551WdfuA47Wvies3 { width:33.75rem;height:1.75rem;top:7.9375rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { width:12.8125rem;height:5.875rem;top:29rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { width:10.4375rem;height:2.0625rem;top:29.8125rem;left:13.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { width:11.5625rem;height:31.4375rem;top:2.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVNAanHWaguHQxdz0mXvm1eP6MnOMDc { width:10.6875rem;height:1.9375rem;top:32.1875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTbhP0VlclOTX7Np3oXoC0Thyu539NV { width:14.625rem;height:3rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTM2gI9kFoAeTzyvHZ0m7lsv1syqXttp { width:13.8125rem;height:1.625rem;top:3.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bFTUZICZrLJFBFwvsHSSzpnKbJbaFr { width:12.625rem;height:3.4375rem;top:34.0625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4t61cCu9H9iT2iDfLgffqF5uXUaiwic { display:block; }
 }@media only screen and (max-width: 763px) { #NtOvlpo5gn51KZ771TwnDiWAw1qaA3dA { top:5.75rem;left:0rem;width:35.8125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieiDVeftLym3feMbUlxc2CkbDW64fiNF { display:block; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiCKTKboWhiz2mxnyXlDg3uuQ1Q5P6uZ { width:26.9375rem;height:3rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuSz4hvcUZOJgBPwAAZ07HSc3LzBvXIg { width:26.25rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8eXxs6vi4m0Uq3BxvIT1y50kKhtXpZ5 { width:33.75rem;height:1.75rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEtepoPALeVFwQ497I3aOggfr4skXNd0 { width:33.75rem;height:26.5625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzuvyU5k1abtAgEpJD0tAqGzWtkVRAJ { width:11.5625rem;height:31.4375rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmwiIBITz7OQPaxPz8pWQKx3g3NBLFQU { width:12.8125rem;height:5.875rem;top:28.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvOGvq3xpVNch7lpFUIBr317iFTRDgTu { width:10.4375rem;height:3.0625rem;top:29.1875rem;left:23.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKAvicwCR7I39hrJLJuluyV9s7fB1vnU { width:10.1875rem;height:1rem;top:32.25rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvSmzMXCa2TD7Kzm0SftrGOT7RLU717k { width:12.625rem;height:3.4375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5JIc8h7wWC4nklJUWQ3ZvXEHTT9IlF { display:block; }
 }@media only screen and (max-width: 763px) { #Fe1pGiBZzwoAKpr3rl8uAR6GptnWTyXy { top:5.5625rem;left:11.75rem;width:36rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH { display:block; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrEz4XB8deRsB9fcQisAczxzkEJ4Gb1n { width:33.75rem;height:22rem;top:11.25rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTT5553rAxba72CytdaZ6TaHpM5p3ZT1 { width:33.75rem;height:1.75rem;top:7.9375rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIaAMVTTpvOQCr5HvaVtAffTWAdriUk { width:12.8125rem;height:5.875rem;top:28.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2GxvUeBlqBrvR4I0shwgSlAC6grSK6g { width:10.4375rem;height:2.5rem;top:28.75rem;left:13.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1X0B6UTtTEK13fSNoCwxVbOiZugN3y1 { width:11.5625rem;height:31.4375rem;top:2.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #He6t59oLf6NWnTxE6ORvamkx05VAlVIN { width:10.25rem;height:2.9375rem;top:30.9375rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yI1WU1O9tJIeLymuOGz8oi7Tt1dN6C { width:9.3125rem;height:3rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRhiPDumDDfEdH1KXTvvWgsKB2ZNHH9 { width:8.6875rem;height:1.625rem;top:3.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT91FV46UkUQcToeaSTEuqh7LVJMuFS { width:12.625rem;height:3.4375rem;top:34.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osJ4WJeLpcEVmkcUe5TAkUKSa3OPNaGz { display:block; }
 }@media only screen and (max-width: 763px) { #fdFs2U1mXUs5goD6dXx0ITL1T2XNP9iI { top:5.625rem;left:0rem;width:35.5625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr { display:block; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHf0HU0V2ROXWLOGz0qfQ4LNosKBctdN { width:47.75rem;height:2.5625rem;top:4.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lp8CiZccMgvmUDCpdFGw9r2PQecbdadf { width:31.25rem;height:;top:20.6875rem;left:16.5rem;font-size:1.125rem;display:block; }#lp8CiZccMgvmUDCpdFGw9r2PQecbdadf li:before{  }
 }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:33.75rem;height:23.75rem;top:11.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:12.8125rem;height:5.875rem;top:25.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { width:10.75rem;height:3.0625rem;top:26.3125rem;left:13.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { width:10.375rem;height:2.25rem;top:28.875rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:11.5625rem;height:31.4375rem;top:2.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:33.75rem;height:2.25rem;top:8rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz8E2TSdP3md1w7Ov7Q984t6WmQI337u { width:7.4375rem;height:3rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awkOwmZx037nXkQAnBMD0p5IiCRNl4ek { width:6.6875rem;height:1.5625rem;top:3.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXp2P0TuHBEUKzvGJnieZMqOZMSxHM8 { top:4.0625rem;left:0rem;width:29.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { width:16.875rem;height:3rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonm0046Mg5vsysttZ4fJd44mLVLTHm { width:15.8125rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:33.75rem;height:3.5625rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:33.75rem;height:22rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:11.5625rem;height:31.4375rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:12.8125rem;height:5.875rem;top:25.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:10.4375rem;height:1.5rem;top:25.9375rem;left:13.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cubfTtZ9FlDbTGptewOXWIZCRA6z0L3f { width:11.3125rem;height:2.875rem;top:27.375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KovUSmeA8b6fRU8RTsDtaNVxFtvJ4UM5 { top:4.75rem;left:21.4375rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh { display:block; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHqGHhII5aE2yOQg9JxaLT4SiNayJomk { width:33.75rem;height:23.5625rem;top:11.25rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZJ93F8gMFiiZmIfeEvlTNT0IATmeoVm { width:33.75rem;height:1.75rem;top:7.9375rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPVpf4BoH4NaNiqugmnWdSv7ugCyvwz6 { width:12.8125rem;height:5.875rem;top:25.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyieLlHonr3GGwkBx2X3k0idJk69qAu { width:10.4375rem;height:2.5rem;top:26.125rem;left:13.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szDLeTxcRCRc2BhAVWDOHMHGzlFDHNis { width:11.5625rem;height:31.4375rem;top:2.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIR0H8tZ5nME2p2JFeNQfBJszKBrbME { width:10.6875rem;height:1.9375rem;top:28.8125rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVBMmtVR3sLpfRpxErPBMMqSQeeN04tT { width:11.75rem;height:3rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTahyWULyW11VzbQHx5CFl025NNGNTGZ { width:11rem;height:1.625rem;top:3.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rinygtOIq8ZGqceV9zhZ9rOnt5i6d1 { top:5.25rem;left:0rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX { display:block; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO3cS3se2d4QEyZAftfSbCpdQ2hfAR8b { width:47.75rem;height:2.5625rem;top:4.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUpPVWzTrnplqRXbMP9RJkdQ4kZnMVIs { top:9.125rem;left:13.968316078186rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:23.75rem;height:2rem;top:14.1875rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:24.0625rem;height:7.9375rem;top:17rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:23.75rem;height:2rem;top:14.1875rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:24.0625rem;height:7.9375rem;top:17.0625rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:24.0625rem;height:0.125rem;top:26.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:24.0625rem;height:0.125rem;top:26.0625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:24.0625rem;height:2rem;top:14.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:24.0625rem;height:7.3125rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:24.0625rem;height:0.125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKROU25yBg8S5qO14egNqiOWsXfUsDXR { top:0rem;left:0rem;width:25rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4tZyueRxpcLnGRAzV5tgt3OOBxH60w { width:24.0625rem;height:2rem;top:5.875rem;left:23.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxoeHTmerlpqaXi91wTds6ll1xmvon6P { display:block; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDxSEv5cpQLV2vB9uc9JluKee8ZTZweZ { width:23.75rem;height:2rem;top:14.125rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwVWIn7BOTP8ZU9gl2D0l30GVfNO3gh { width:24.0625rem;height:9.0625rem;top:17rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEv91Iq3SaTcGD18oIGILWZJpwPAWE2b { width:23.75rem;height:2rem;top:14.1875rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPkwMT2ryQPWNw3VHZBXCVmhkXtCt4c { width:24.0625rem;height:7.9375rem;top:17.0625rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO40budwosv8bbySnnITtMqJs8ppiEcE { width:24.0625rem;height:0.125rem;top:26.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15pAKVv0CVID5iMyPlCItmnkNDzkoWy { width:24.0625rem;height:0.125rem;top:26.375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eobBocTdsiFtDVmVGMMbWMVoh03ycBbc { width:24.0625rem;height:4.0625rem;top:12.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wz8vlmVOtrSFATJ6T3cTWcN0v33rmQ { width:24.0625rem;height:8.5625rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBxq2SNxlBJuOCKGAIaqB45ppzmHwnN { width:24.0625rem;height:0.125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJQcId2D8IKGCkEVfi6QCoN18toDmOI5 { top:0.75rem;left:17.37478351593rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJZyOSyEFF2NVxmZCbAQHfA9mqE64abO { width:24.0625rem;height:4.0625rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8EGQAZFxfdA4bZalbZwyufnQxPXyv9u { top:0rem;left:32.56293964386rem;width:14.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:32.75rem;height:auto;top:13.5625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:32.75rem;height:auto;top:13.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:19.25rem;height:3.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:34.375rem;height:5.1875rem;top:7.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:13.5625rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR4mDW9KGy1dr41izA3fz7JENTapuFgb { top:1.0625rem;left:0rem;width:15.5rem;height:3.9836182141667rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1V14gCVtHOxecxUthXm5RxS6LCFRQ5B { top:7.875rem;left:15.6875rem;width:31.5625rem;height:22.144088815985rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3W5ILvE03dJ1FVrCKkGR6cgS1P3T4g6 { width:12.625rem;height:3.4375rem;top:26.5rem;left:9.3329019546506rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsGzBX9BT8CUbzHi7cZZnziBapoqXDb { display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:10.9375rem;height:1.25rem;top:1.5625rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:10.375rem;height:2.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19b34027-677e-41a6-8d0a-5ac7a51273d6/Intro_Photo4.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:81.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:6.375rem;top:7.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.1875rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:5.25rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.625rem;height:3.4375rem;top:26.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:12.625rem;height:3.4375rem;top:31.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:5rem;height:1.25rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.625rem;height:3.4375rem;top:26.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:20rem;height:1.9494625rem;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ff6c00;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KSrLlST0Zqhqs1uBSzDEPlR2ATIUUIvI { width:19.5rem;height:13.681397844575rem;top:44.0742125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn6JU7b9PFGTNcXn9WPOe5vIEBHWtwEq { width:14.375rem;height:0;top:59.005610344574rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv { display:flex;width:18rem;height:5.0625rem;top:54.265178103053rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #iXWHWIEPHvQOoQAJlc6ftT8aviEx9mVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #HZ98AT9Av7DsCOR5xWVvBlbUeI2N6snI {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JhzChWvD4dmHvBzqI8K3qrwadEIcMK18 {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #VWyBU3Er6BJ2CCn9a61dlmWr0zWOVHiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zZ350QXvUkhrHroKX6CJn1i6l6HXgePe {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #EgWUJbbTqXzg69RrMpQb4pV54UzfG74h {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #JMiBacfs0hai7ygvraFBQkveTkGQ8Ul0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #T4MEQ6cZ8QFo1HbFCazvG1askGwVK7dc {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #AP48TkDLnXWSfIMFfWuQEkwfJtzXaBzy {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #OtHyuG63GfR4rPAZyFvfmcHrT1b5Wa46 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #o3GitqG6yQaLTZpDLDy1p2bVCOqgEars {  }
 }@media only screen and (max-width: 763px) { #kbrcBUJDxWHiaiSUQxfk7FtTNtEKvNMv #zIQcLCvz8C9PP4xH174EFBX3fgBrdf4s {  }
 }@media only screen and (max-width: 763px) { #xgEhI6kUfmNDT5LbwBCmqDmLNhiE1woE { width:20rem;height:0;top:62.180091594574rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #PhtbvuRK4rs1brWEsbg9KirptAzdN3ax { width:8.1875rem;height:0;top:36.125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Zvm0W9JQgCJm8Z0pLskCOeyTUIIGLAv6 { width:4.875rem;height:0;top:38.7747375rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #upcx5qFoTtcOTsT1gHEnNE2PKB1MsCtv { width:9.0625rem;height:0;top:41.106764265442rem;left:3.0065116882324rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #cckfTacB6KghvScCqkinpe6rmzy8nEsZ { width:4.4375rem;height:0;top:41.106764265442rem;left:15.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #iXaPwvF5S9FFTr0C3WaBC6diPE9iQJc5 { width:3.9375rem;height:0;top:41.106764265442rem;left:16.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #TT3Vo8XEST8KATbidVZqcTGivGx2LiyL { width:4.75rem;height:0;top:41.424475rem;left:7.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #mSWv2JsExDrMoUuhJoLTM1JVT4vq0o80 { width:4rem;height:0;top:41.106764265442rem;left:12.881511688233rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.625rem;height:3.4375rem;top:47.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:12.625rem;height:3.4375rem;top:47.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:20rem;height:3.25rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:14.168rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.75rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:20rem;height:1.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;display:block; }#WJOEd0CmHG1nhwgAovI1Kl6AEycBv8bq li:before{  }
 }@media only screen and (max-width: 763px) { #URe5gcp15s4oegaXEc6S6QcQTCqSNC5t { display:block; }#URe5gcp15s4oegaXEc6S6QcQTCqSNC5t > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG0kpVUL4LpLD08d5hiFP7TESsSTIB8p { width:12.625rem;height:3.4375rem;top:47.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4nHan6J8lW1fg4dKzTuDLbgkDgABESk { display:block; }
 }@media only screen and (max-width: 763px) { #STeyZ0U4Vi1ndrw4mOnieAvaUdwMLHL5 { width:12.625rem;height:3.4375rem;top:47.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fFArDDH8ekJpglaSc3kBiSHJFV7vq7 { width:20rem;height:3.25rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QRTkWXTa3bEd8Z2KrvA5Cg8T1gRnxhSs { width:20rem;height:14.168rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #plHrq3DEOL5OSLK8D6XuTr53wFJNaG9r { width:20rem;height:13.75rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Z3ZcWQvbpxREK4h6ywFfMpHxO8Ip3T { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CuicfJLTzTFI1AKlJ1eKnEqypVnpVcnb { width:20rem;height:1.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;display:block; }#otX0u6ZDUL46rrSHTkwLvpisz1KFxHGL li:before{  }
 }@media only screen and (max-width: 763px) { #TClQwgR8PmhWC5z8uGnzDzv4ypyHzsh0 { width:20rem;height:0;top:64.4791875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 { width:20rem;height:0;top:67.30340625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;display:block; }#VK9UP8CRFgr5lAkmUXoslbUtXuUoACf3 li:before{  }
 }@media only screen and (max-width: 763px) { #BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa { display:block; }#BpkNEVMRFrQtpgDS2OqdElcvJOhIWGOa > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErmmPRCkbgdIWlnQlOwMlBbifuO5Pgog { width:19.5rem;height:13.660113194148rem;top:17.3724rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EhNpDegHXRaWbsuHVfaAF62td7w7JfAh { display:flex;width:18rem;height:5.0625rem;top:49.014334252929rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #TT6WxN30fsuAs2GWRiploxepPgFXXd9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #ooynXiDV6uWHlORQgVMa5dVwfBdfrVCd {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fBuHL83HiMoCQkDveKaTMoSTBnZoSWeW {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dAzwXeGGTLAxr9FVriZqsFVkCxoT3Q4z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #VINbzJREcdPr4ogpX7hPByDGgmpWWcup {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #dBnqBndBmkq0v9QXKFnwybUqHl3wv1PS {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KqO1T3ruSQmrqWc3zCU1nbDzJtTO9mc9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #fNvT90M1ikiJKxRbMezKeu78ePzZ2g9i {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #KPzxNn6wChaOrWWglLOTA9OdaA35VBnD {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #tpk16vIPQt5Q3xl1EsfV0rLi39Thpv5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #GSEDlHEmvs7mLx95QGAnTyWSgK25MkJd {  }
 }@media only screen and (max-width: 763px) { #EhNpDegHXRaWbsuHVfaAF62td7w7JfAh #QG96fJUzdNUTTIINSdszgRqaTFkoppzT {  }
 }@media only screen and (max-width: 763px) { #hpl7uqJRlafVqfIfU343bobHsSv6vU87 { width:14.375rem;height:0;top:36.464853002929rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #d8Hye43KqkgBt2xNskkxTaRyBEzhckvJ { width:12.625rem;height:3.4375rem;top:44.326834252929rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BduVN4dcsCISSVIVw9tN1TZOC9tuovHH { width:12.625rem;height:3.4375rem;top:39.639334252929rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQgPVpxTIy71vsTWP6xSRRMMtlRBJKZN { display:block; }
 }@media only screen and (max-width: 763px) { #cHb7TZfnKTN85t8R5gxGCKs9TR91SnB5 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VqWxPRIMxOkhOUO3LuD2lJPd9u1yyDQD { width:20rem;height:0;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ff6c00;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v8XPMLPElz0HU9MLJ2Nn0UcyRq0GpRTJ { width:20rem;height:0;top:11.92448125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v { display:block; }#lpuOVMCdi13eTvVFkt7P3LJHXRZrVJ2v > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my { display:flex;height:auto;width:17.5rem;top:7.37305rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #IsqX7tl5R5xBkxivpkboJEvepTAiqeh4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #loA5nIcUHddTbWtRK81rFEubQdlgRLuE {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #m0EClkv0qva3t9m81iwmmwhhE7UAhJEH {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #lpqC0ntS2RzTzBU24TSp6hEZJqVCHCwf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #R0zsTXCAy2dW6sRcyz8UeiIXlmJ1ftlv {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #t3ScneOfeT0gys2MJt7E4valrPCBzpIs {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MSHq2T0QGCMxa4HCD5FMVQTvzip5Vn5G {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ciqfaVhbaAOcTZIhW2MP8wviqgsf6p7w {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #WM4fb7Zzck3VExiLf6IdH7f9RvaeoV2s {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sr28s4Ogb8EkKxK9mTyBiCy6ERNf9AFT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ArymhUIUOSr9ZKoVqCizUwHKEWK2yeQu {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Pw02PlM4RKXC3HRPk0HHfm7pZ0kdAm7H {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #yo6GmQDW7kTTtZ2172ngabz8wRv5byFT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TbcOmSahG5NJIgG8emvn1QiREySCv7ns {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #B7LhaT3McNE6IMBCOTf5Hmxy7XObLw5c {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NmmWVyucfVTSpndvh9T539ApUv1aT9VG {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #TO90rH1rgcLs5nnG8ydo3T4anLWnX7BS {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #xVLst0pLntEU0OEPUo1f3xLrWme7MiPb {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZI23BmqJU7LBq6TpD38BmpK9Pao94QWa {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Xx6fCOsD6xTtA4nvwBVWQsplZL9yzkPz {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UlzcXNamp1d3ystCOefJp1F9T6OCusXm {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #I034882a9y8wACrhP63vcEKtXH2VX7TI {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #GKfUI3tvJf524BTo0C0RfTOEQoxwXm3k {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cLtduyGNVJmoDvIgBmnu7cN2zX5Ovhi2 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #M0giXvpdp9z7emTDDXNG7ruWcXg6OJwd {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MTs5Bd57T8QqElpXrwL5PQQb7JfK3eoA {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #NyrW3KKZrXgQGRDCT14w4qXTTesHnTdN {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #JtioWfZURdqTEalKZrRd8AzBcNQDkix7 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UM9RvTTGWqJZQTcgnvog1NmLb1k73TtV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #hVm9bA8vTwxTxIz30VRs4tFDy9b976Ex {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Kc1Q9zipwPNP5HBhCRB8KK8KrNBznxJ1 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gw6TfK1IBCHctCToT6V4zWVEJ6iqLRia {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kJkA1fJOZMzBnya8RCpTbR5fRSBvMoXL {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #X0PfBquWUMyiSMThAMUuJt4Tb0n8ZBZv {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #RlRST3nfpNNTX0VUPk33GUDadXEyeT8X {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #v7VO4RA4ir2lUweFTFG4rvFP6PbBG1sb {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZUHT3uf3lG3olbVIS4dSMgmLGkfA3fTu {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #F8FNdtP3rPvkaM1Hi9JUHxRnLopvWu9g {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #vyVLMT4EV8PHXczlVpeQQly6bUTRGSsf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #HSxsRM7ekdQVKJrNkoaNANMhoBy3xsEV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #REpQ5E8JobfJUnm6TDA14K99gfAfqsP4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Vqqu36yVnwrdwsk0pqnRXpUbBJXhoyGK {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #oFlwh7DDE3dVFr1HMdCPwIPvEQdWVv2A {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #swZgTtzzoEdo2u3nn3USLLTorWMrTS7c {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #DwJ23rmnh75QlzMEoQxc4MJSL30z8rby {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #EhG1AsxaZUlaDc67MGuCgMSn5bd3HDze {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #MpHegzX7MUEsJNgkecOmA6VAPGeLiMkB {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ME3TnfFrZPairHG1JJToEl2oByKB3TGe {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #nNNV3MOLoIRxyNmBNMUXaztpfvdV9Fxz {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #usWMqmF62Qqg4deg1J2BUslK8unUJpxA {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Dv3DTTTe7LdqrCZvJmsVGUKedhnVSC5I {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #fKkgTylNdTbtkxnKeuM7gxfQQlFWXQ2d {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #cq8EbKs4MoUE9lNAlS8MJyNZsLeEpzc4 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #qHaROufukZ12cTv8ngZDiuXM9zcaQJqX {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #ZlnZ2nVEehELfgLP1csw9VBTWL2V8aTZ {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Hw8yyJNT57ATIx90ZI9ORgC3nLQv6QX3 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #l7BQKxOcqBVwdPEOixmuep77hUuSzsE8 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #UaOkzq1knynidcQMxGAlgyJR8XXBKvzC {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #OPXO1nzRJuSIbt7up5Rt5QvIvt1N3tbm {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #CtmleCqNlUvRTtPBV24IxOIiIbNa4dxr {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #krOGJTBhMiIx01fMVc2h9Txrz1yUy0TT {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #sSdXCA6u9427O10CJ9tKiheM2HtqfXbt {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #phMJK7IV50LOpMCtvnJVJrFDT59WS5od {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #tlkWJIiHvwfZ5yWzVQqU9wMxQWdm8xwy {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #pe7siT3x3uhx7Qhnw2tkQ9TsShJtTpdX {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #aObMTIv3STkqIwmrSpLwV7D24D3iawST {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #kmrE4rARBO69oKhXMh8hiyhiXuxMoWEf {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #uLe7I4R2yq8K3F4T2RRSluLh3CuGQqw5 {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #Sepn1la6aR7Ix27HUNAgnGdkdp7bZrEV {  }
 }@media only screen and (max-width: 763px) { #VCqnrvfwf8aMRGBxb4OAnhgvsE7En3my #gxEvvHUbNpSxmUxaKsEmivs6LC9Hv4IW {  }
 }@media only screen and (max-width: 763px) { #MVVCgTHPAR4dOQNHlJ1LDmXZl5n2g2rT { width:20rem;height:0;top:75.24805rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HU473sby8SLu25usNurZv2ytuNhsS7FM { width:19.5rem;height:13.711241187504rem;top:90.74805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu08MLm5yWk3585A8ZeMDaikMFM8UJ8n { width:12.625rem;height:3.4375rem;top:105.70929118751rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9iDgRRoORi3IddzJERUtNPTRaFJJ7r { display:block; }
 }@media only screen and (max-width: 763px) { #Pw7AUVmvfqCtST9Exr7UZyz8TPL0IBBp { width:12.625rem;height:3.4375rem;top:110.39679118751rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdu8F28KWpCWUAaqIP3tdhp175TmQbmP { width:12.625rem;height:3.4375rem;top:81.37305rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irrdKbV4a7J4vyL1rScEWNElrw8PZUmF { display:block; }
 }@media only screen and (max-width: 763px) { #E9eJgNxcpHVbtw83HO5m1KtWselKgU7d { width:12.625rem;height:3.4375rem;top:86.06055rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATehlTlTesLJRbPmyKmQe8WJi0G0ytLs { width:20rem;height:0;top:115.08429118751rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 { display:block; }#yRwhPAi3CAeW8U9JSsLgbC6Sm2L20VO4 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6zzszPBTcrsfJLXxlGpnv92KPxSEHGy { width:20rem;height:2.3999rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { width:20rem;height:122.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkaTEfgrZbwLLo5S5pgSqF7VTJlggvpR { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEK469EfN8XoPeLpSXW73VUyr43QxII0 { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwT0ZImVRRFlveBRuPIuJhMCqCUTMns { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #LTs6rTtXzdXqx4x309ukPdPBGxSoehD5 { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApiDfsunB49RAKDprdlGz9HSVwpnhPK { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqn5u6ek1kZsiVGApVb9zPCXeTgTbTPZ { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGGG8xwKKEDaErIfZSxWvmfToJkqVbTq { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM3ibgT0S0ZsLhM3TZz7KmKP4t0Xbvch { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Mst9KpQ1udTtl8ymuyg0nkHVPVBATi { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #z3Hc2XZbTVyhFMhlClecHHiIhBxW51CD { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Fq1TBg9fkFapyG2WX9fc1SElsLMQNO { width:3.125rem;height:3.125rem;top:99.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7IuuAvTD3T7E4xphmUpbDLcWBivovW5 { width:8.25rem;height:8rem;top:104rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4J0rgOrWDaH4TiZhveAnTcPAf7urTZ7 { width:16.875rem;height:7.871125rem;top:15.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #ssUF6zPyieR1WB7e7CWAKwrlaTkKqLPt { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8z2l7DuxWBkMaGsZsp3F9XMZcItyyp { width:8.25rem;height:8rem;top:113.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHefAhklrtwiu4tTpXX5fwOCWFFpMCqT { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #x452B7BJzSOPICgtoBruVV7H3zE1NOGL { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW { display:block; }#JpskUQPuUPxLwOU8RWaSKTkP9TimrmKW > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKPCfRxCwhQV3SGLoKd3zzN7GeZHesOB { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XDiP56Qp6yxmuITqbDBiwdxLnL8hh6 { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4QbPdJoSwrOmm37FUATeMLIJkFtfhTM { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #Eccez7g5TWUP6vpP6MnlwctGCbcxomOu { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBNDTTL0LeFVWT54Wr3AJ57XDfgcxxZ { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITS9s4QxDRG6DOX2J5XJUXFtU24tzlB { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoypOvOAPTKJhss8WyHvRaBaTi34t9Ws { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFMcnkDWUfTMTzL96EWMs2SmDwIwDD8 { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZRv5HO2TC23MAwC15qtEiZWgMxn28T { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7uJLaae4FpGdq20FlilZZCEuSDe86wG { width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv7qKeC9TuUCEbpAqI8gw0PZ9On3bUSm { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #yUQOtBTyv1UsVyEqbRVtRul4OguQxIAs { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3qJIgQDyCsqfncH2GP9Ne3vCdIJLuJ { width:8.25rem;height:8rem;top:99.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXTZLeC3qTW6ZeHIftgGVuTgGJRDlHm { width:16.875rem;height:7.871125rem;top:15.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #hMFVw5V8hUcCaAr3Mz3EZb54TvdJa8EH { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #ue1zDsopm3hRAlymoimsA3tHzRthDc4R { width:8.25rem;height:8rem;top:33.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oakfp2cwAKGJGAxvttN6b65HTgayvH { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #z59yeD8skB6hnKyVD7c5a8ATBMlpKrtT { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh { display:block; }#kHNM1DCUDfVFVD8SMbdBesT2d1MXUshh > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEZHLaKXZTSGhUoayanS9HqUPI3aXUG6 { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oclNCPsoStcZXDxvTyq4QbCK72mlELNQ { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWm34sTt4izxEQiTcMmHIfGNLWChsKas { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #U3fohFygwZXHo0yxm7RziD43XVFGZRPq { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVDn0oI9oKnBMA8aTaT6VLChhPtxTng { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwgRw2TImu0aF0TNkMNLbr4bVsSWWEKQ { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObT2R79F8CZJXGmT9lZkHmqWTJbHxGHK { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci1JVTdDFiqlep0lArm4QTIw3W6E20OC { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLxTvv75NpbMKeFhGD17VGZXv5gNo6bp { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDHGoGByRWlhsPvHx612THgPztt8gst { width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls5RTl3Iy4FTK4mGRUxMT1TemT2wtOcO { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGIomp9i9oJHqDAHmf8aBlS3U9pTl5Qi { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #SZbE2IudGSAclbCcHrrO3ODA5csmSDRk { width:8.25rem;height:8rem;top:99.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyqlbhhZy8b9WyBMdOHiXBDnKKM3DaS0 { width:16.875rem;height:7.871125rem;top:15.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #chC4gsT2ZAdngO3Hor1TBLVCyInTCH9F { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #W65CxuROFdT0tcGJLdkHel2md9eoS38s { width:8.25rem;height:8rem;top:33.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDaqJuUUL05iTtLSOL2W3ZDVqBB3af9c { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #QHhJP3m1bRf21GfJvpHm9VpaafMQVBDR { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv { display:block; }#XMd5yiMwU8fpo8ABDWHdd8uCaKhLepNv > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTb9CyTTSgT9uTTrGwMH7Dahl9GTiEZz { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyDSVacibvWoBhwshyJPPrMCGIxhmJQE { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8FhKtEL90xoe7FMMnd0CWoRDTaeeOtA { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #o60TNsAiMTdFEHMXtBzDMHAr0B8cNzJg { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r11NulLRBsMbZSbu3XB1OhWfKiblI8wA { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnc5tlnrpqTHqekPysbJlXCupxzugIJ { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TueoegEwFX6Zw7OHzghsTowiaJ4Juw4v { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUETrvghiQTOTiIiWzC7vKITOlrabTb { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLkxReUuRC7dl4J6TxBAVQrBnDpK0A2 { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOdc1PQ61OiaqT1D4qP4gFqLeEV1kg1 { width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQzTGIRAZLmw4WaM3zePeMgdh0siJP74 { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #WrgEhiDzvdAu4cFTygztuozEOZ4dI2k9 { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGFmhCC2wCXWzMWna6BvVGeB8VpZIOqB { width:8.25rem;height:8rem;top:33.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbyoF4eg8Zrq22PGkpnRKMJrg9NqL2T { width:16.875rem;height:7.871125rem;top:15.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #JtRNxdXRGBTvv1JK5EX1T6feNofnfF8v { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #GvAS7JvQ7IUIM08uyaCRXvINpQkRdUmJ { width:8.25rem;height:8rem;top:33.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAPxRK5tlMfhTQupTHhrMUqr7wIXhTO { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #CQTNTuGPc9pr396x6fSuxfxWDrPlZXi3 { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #ByLAkddfGtJgi8TZvblnW9DrVraJDb5L { display:block; }#ByLAkddfGtJgi8TZvblnW9DrVraJDb5L > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev3brOwSXcgS7wWZRD4v0lvoaNMTs9NV { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9SVkT8QeJBGJIKqV7Gp5lrVKtm2mm3 { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75mLseRDo2FCATNH9bEO7cBpcL941y2 { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #KoXmsD6bTSQIuMy0h3dgpxTf4moo1GnJ { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1Tdy6VD6r2SB5ScvTtLAT37xCAzipi { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyfmVVqENEtSabmNAhLwgTo1XcMEmKsB { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHJypKhg4pcnd3WQVJxlyy9lSyNvfyOV { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Wv4KrlTxF8LCS6zkh9lT5f07mqoMTp { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCPnGA3Lc8Dr1cHR9WZT7Xc48uuh7zE { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npnRzaZqN8u1OkFwoOVdOrM4i8Xax3Se { width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCUw2qJ1MgEN3B4WntRv7cWvCts0Hs56 { width:16.25rem;height:1.8682875rem;top:85.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #A7Uap825IQgdIBZnTomNAlGQ6gkdiZZd { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTerSz0vnW3eUp3XkpfZey2E0d3pwMx { width:8.25rem;height:8rem;top:33.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0sMX1rAbFFriKp3wCTTW6XcBR38dT4y { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #KLxbNez9tNXkuuBTBvabFntE57mqUKPW { width:8.25rem;height:8rem;top:109.96875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5adzkEzi05tfwABFOeyikOzWqtrE1wl { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #cKctx2P7c0cmfBMsFd299ANbT3MfnMyP { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #EID1VA1SXLti4Bdl9amDNUzfefT02ITc { width:20rem;height:0;top:99.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #iO3c3te0vkdsfioqiJhSdDacuhycP6Fe { display:block; }#iO3c3te0vkdsfioqiJhSdDacuhycP6Fe > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNIHEbmItgi9KXeE3AHbM1ht6XRTwMzW { width:19.625rem;height:27.6875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1iVkKS43wtkqlTf8Hf06D7A6dn28ty { width:19.625rem;height:27.625rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTCM3D8F5wzpJxyuZCAiQAEBkEmTGIp { width:16.875rem;height:7.871125rem;top:74.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #gKeGBkDD8EkO215NwHK3Uxl7umdzSWcd { width:3.125rem;height:0.125rem;top:88.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LUNQ91AAiOZKe7hWzZBAgfqw6mFg9O { width:3.125rem;height:0.125rem;top:58.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqRqr9uldRzm1IJ2SdS60P3SPRhttNPS { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGECAVUxPAOe5QPQfwHMCTO117GPxOv { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXs520eCkc13L9MliBIvpqfNgqwrX5o { width:19.625rem;height:27.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryXAkI1GpPZ2HCWvD4IdMMdeJStFtc7X { width:3.125rem;height:0.125rem;top:29.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rESLtd05CEmKsXmqmxyOkdEhOMeVQ5RN { width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECm1TDarklkT9Hxlo7TydtKwUT5rs0dX { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #SaGfukyf69Gag182TGxcwZN1Er4mgk9T { width:8.25rem;height:8rem;top:90.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipisOS1Os3P4D2o0AMmVPKXvaQbZ45hQ { width:8.25rem;height:8rem;top:99.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH2W3T845HMW5C6qR5GnEioSVqTIdNwv { width:8.25rem;height:8rem;top:108.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpXwW59mTw5T3ZvbnX8Wf46QDELTKnM { width:16.875rem;height:7.871125rem;top:15.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #NxTeIpRCXapWzoDysz2zd9U1OylfBRtH { width:16.875rem;height:7.871125rem;top:45.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #cFPZOPFbUZ6xNmnRf3BeAeDFV9tySMvv { width:16.25rem;height:1.8682875rem;top:56.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #wzPvIWu25OAC81cJSbV3prrhdiJuUvku { width:16.25rem;height:1.8682875rem;top:26.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 { display:block; }#ctkXCZMLSkc9xcqdEUba18dbS1OkyWy4 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oelBUklO6Fqy2Z56x8xJmRyDDnDltL48 { width:19.5rem;height:13.660113194148rem;top:17.3724rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx { display:flex;width:18rem;height:5.0625rem;top:49.014349511719rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #EAb5isBd4pfOt4oTaBuGoaHRTCSy1oAD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #X3UrmmxBIJ8rTK24vhtGOH1DdxUr5HSu {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #TTb8pmRxqTLNvdK87ku1upN6I8eynMAc {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #wOqwyKicTmoFzGlvUV2rTzSkwsb1EUeN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #xvvvLHpzgBEE7V7bR5LRJRESwqBU6BPJ {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #uMuGaq6wPD9C8aMspg3GIhr8naLBlXoz {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #Ukn4dyhz5beaexhcMsItcCHdsNNQ2anK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #VmoQPTKJK3wwa4sWVQBf5RRc3te8eahk {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #aknEKG2Vta2ZTXAl6co4QJzHWHOriCAD {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #LFhbDWArrRJsC1moFpDsFp05Rc7TPwp8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #PF0yK7oCyF3oLJCoy2QcyuPCyMDkCiCD {  }
 }@media only screen and (max-width: 763px) { #T4wrpsD8dZLOw5hKOgAy3qQU978vz3Qx #bfXH5rfiE31iKWm3v8Ku7E2HDTtNUTuR {  }
 }@media only screen and (max-width: 763px) { #yqCW2zLJKPEO81qTJPGyiBking5LWuwm { width:14.375rem;height:0;top:36.464868261719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ADdCh5wCwdZn38J4NIFCIXZCGlsTeVv1 { width:12.625rem;height:3.4375rem;top:44.326849511719rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmu8Z8TtsR5lgCVhzyTsRbDKixgB6mh { width:12.625rem;height:3.4375rem;top:39.639349511719rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81WUfCpTE9hVzVPfaaB8sWIFdLHIJKT { display:block; }
 }@media only screen and (max-width: 763px) { #RDPVzxVMlpeyTOlhkuva3T0ksSTu3KTD { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J0aIyCz4kwIUc2xAWpwblsPyvOCk6Acv { width:20rem;height:0;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ff6c00;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Jtrk7h8OvimKTXV2Gq8LgGi9c7yHiy { width:20rem;height:0;top:11.92448125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:20rem;height:2.3999rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP { display:block; }#gxQtwLvc2qWsBKKzeWxybyVQsTKGvxzP > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z19L2FehtPFXN2Hl6xZBvyCgagNepfD5 { width:20rem;height:14.102426284751rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI { display:block; }#Rf3r7PGJToWHqv6wucIfLiPaU4ry6buI > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF { width:20rem;height:19.515625rem;top:36.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }#gq9HqmMfGG3e9Rc99pxRRHxoT2JbT5eF li:before{  }
 }@media only screen and (max-width: 763px) { #PSVOCVzAbKqm1JBwoydMPQV0KTATJ2gb { width:20rem;height:11.0195rem;top:23.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #kGZPJ9q0cu6GGa9I7TW7dt74Tuts2QXN { width:9.375rem;height:4.125rem;top:4.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9xf1uAONxmgEDoKvxJEvS8rd6hp5eXw { width:6.625rem;height:2.27478125rem;top:5.25rem;left:12.0625rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ibk5XwDabRwRBCgpFvtcqDSqWJTiqHIL { width:6.75rem;height:0.962525rem;top:7.3125rem;left:12.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C6G5LAgbJWaGNqourWKpexZ1vrDuQUnT { width:8.875rem;height:15rem;top:1.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfDJQJ5NWcBEDqd0NA33PnuCVJEQOX5T { width:20rem;height:1.950075rem;top:20.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RDzyCM2afaSCmT8RPblCuC1vkmR2CF7q { width:7.125rem;height:2.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9lFOl5KvIvBflZ84N3biO2p3cymnHu { width:6.6875rem;height:1.625rem;top:17.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPBrPTgfFVTg244rM8HDoMLhFJIK3DA8 { width:20rem;height:14.059753954306rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxby6baHVdWRz9JQppnggy9dbObvThLT { width:12.625rem;height:3.4375rem;top:72.684753954306rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GpTtkuvuMBqkc8VKq9wpi8lJK9CGCK { display:block; }
 }@media only screen and (max-width: 763px) { #JH2na1S24PnEcRFziiG51DKm7ApxTcFW { display:block; }#JH2na1S24PnEcRFziiG51DKm7ApxTcFW > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9VdesmKFD0WSEMCpLS7WaFvwFe4f9mO { width:7.125rem;height:2.1875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JttvTrEl1LXgLTD0iuQiMe3Zc1e1Fskv { width:6.6875rem;height:1.625rem;top:18.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW8E9pNh5Lw6t1T6JKTWTPbM9q04uPTI { width:20rem;height:1.950075rem;top:21.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JiX80bUHsNB0JMiDB0dKUr4p01k2Q7I7 { width:20rem;height:11.0195rem;top:24.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #E7DntIzRq4EesB9SEBP1OZedSUKWf3ba { width:8.875rem;height:15rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5cGxBcfw0EQMBesaTeJSvnAURKzbRoI { width:9.375rem;height:4.125rem;top:5.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2z9Dcqug2hBXmBT9PETilM7rTsSQ20l { width:7.3125rem;height:2.27478125rem;top:5.625rem;left:11.5rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIas55RZ7JMP79RGeqoTmqVtKnCWJhZC { width:8rem;height:1.13769375rem;top:7.6875rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r6cGT9MF5VlagAGTFZIhTkUW6t0GF0iT { width:12.625rem;height:3.4375rem;top:37rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT5RWT0ITTSlRTPIFJyMaOF5fvWVV8y { display:block; }
 }@media only screen and (max-width: 763px) { #Qx56iFh0Tr7aTMLOs4q2be5yV6xfb1ui { width:19.5rem;height:13.698063380282rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { width:20rem;height:11.0195rem;top:23.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #xGkb1aigBISg7rIF551WdfuA47Wvies3 { width:20rem;height:1.950075rem;top:20.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { width:9.75rem;height:4.125rem;top:4.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { width:7.4375rem;height:2.27478125rem;top:4.75rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { width:8.875rem;height:15rem;top:1.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVNAanHWaguHQxdz0mXvm1eP6MnOMDc { width:9.375rem;height:1.29980625rem;top:6.75rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SCTbhP0VlclOTX7Np3oXoC0Thyu539NV { width:7.125rem;height:2.1875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTM2gI9kFoAeTzyvHZ0m7lsv1syqXttp { width:6.6875rem;height:1.625rem;top:17.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bFTUZICZrLJFBFwvsHSSzpnKbJbaFr { width:12.625rem;height:3.4375rem;top:50.584096858639rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4t61cCu9H9iT2iDfLgffqF5uXUaiwic { display:block; }
 }@media only screen and (max-width: 763px) { #NtOvlpo5gn51KZ771TwnDiWAw1qaA3dA { width:19.5rem;height:13.646596858639rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieiDVeftLym3feMbUlxc2CkbDW64fiNF { display:block; }#ieiDVeftLym3feMbUlxc2CkbDW64fiNF > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiCKTKboWhiz2mxnyXlDg3uuQ1Q5P6uZ { width:7.125rem;height:2.1875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuSz4hvcUZOJgBPwAAZ07HSc3LzBvXIg { width:6.6875rem;height:1.625rem;top:18.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8eXxs6vi4m0Uq3BxvIT1y50kKhtXpZ5 { width:20rem;height:1.950075rem;top:21.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cEtepoPALeVFwQ497I3aOggfr4skXNd0 { width:20rem;height:11.0195rem;top:24.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #FgzuvyU5k1abtAgEpJD0tAqGzWtkVRAJ { width:8.875rem;height:15rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmwiIBITz7OQPaxPz8pWQKx3g3NBLFQU { width:9.375rem;height:4.125rem;top:5.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvOGvq3xpVNch7lpFUIBr317iFTRDgTu { width:7.3125rem;height:2.27478125rem;top:5.625rem;left:11.5rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KKAvicwCR7I39hrJLJuluyV9s7fB1vnU { width:8rem;height:1.13769375rem;top:7.6875rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qvSmzMXCa2TD7Kzm0SftrGOT7RLU717k { width:12.625rem;height:3.4375rem;top:37rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5JIc8h7wWC4nklJUWQ3ZvXEHTT9IlF { display:block; }
 }@media only screen and (max-width: 763px) { #Fe1pGiBZzwoAKpr3rl8uAR6GptnWTyXy { width:20rem;height:14.131944444444rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH { display:block; }#W3cnQwnJXIA3trFM9QvTlfiVenCRTrnH > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrEz4XB8deRsB9fcQisAczxzkEJ4Gb1n { width:20rem;height:11.0195rem;top:23.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #CTT5553rAxba72CytdaZ6TaHpM5p3ZT1 { width:20rem;height:1.950075rem;top:20.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UvIaAMVTTpvOQCr5HvaVtAffTWAdriUk { width:9.75rem;height:4.125rem;top:4.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2GxvUeBlqBrvR4I0shwgSlAC6grSK6g { width:7.4375rem;height:2.27478125rem;top:4.75rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d1X0B6UTtTEK13fSNoCwxVbOiZugN3y1 { width:8.875rem;height:15rem;top:1.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #He6t59oLf6NWnTxE6ORvamkx05VAlVIN { width:9.375rem;height:1.29980625rem;top:6.75rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v2yI1WU1O9tJIeLymuOGz8oi7Tt1dN6C { width:7.125rem;height:2.1875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRhiPDumDDfEdH1KXTvvWgsKB2ZNHH9 { width:6.6875rem;height:1.625rem;top:17.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT91FV46UkUQcToeaSTEuqh7LVJMuFS { width:12.625rem;height:3.4375rem;top:50.645760105448rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osJ4WJeLpcEVmkcUe5TAkUKSa3OPNaGz { display:block; }
 }@media only screen and (max-width: 763px) { #fdFs2U1mXUs5goD6dXx0ITL1T2XNP9iI { width:19.5rem;height:13.708260105448rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr { display:block; }#SG1yTaB17dBlI0JbWlI1MD0W3NTAemPr > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHf0HU0V2ROXWLOGz0qfQ4LNosKBctdN { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lp8CiZccMgvmUDCpdFGw9r2PQecbdadf { width:20rem;height:19.515625rem;top:36.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }#lp8CiZccMgvmUDCpdFGw9r2PQecbdadf li:before{  }
 }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:20rem;height:11.0195rem;top:23.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:9.375rem;height:4.125rem;top:4.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { width:6.625rem;height:2.27478125rem;top:5.25rem;left:12.0625rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #momp1T5XLJDxQzyEv9e5c0SeD479a8q0 { width:6.75rem;height:0.962525rem;top:7.3125rem;left:12.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:8.875rem;height:15rem;top:1.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:20rem;height:1.950075rem;top:20.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lz8E2TSdP3md1w7Ov7Q984t6WmQI337u { width:7.125rem;height:2.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awkOwmZx037nXkQAnBMD0p5IiCRNl4ek { width:6.6875rem;height:1.625rem;top:17.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXp2P0TuHBEUKzvGJnieZMqOZMSxHM8 { width:20rem;height:20rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { width:7.125rem;height:2.1875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonm0046Mg5vsysttZ4fJd44mLVLTHm { width:6.6875rem;height:1.625rem;top:18.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:20rem;height:1.950075rem;top:21.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:20rem;height:11.0195rem;top:24.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:8.875rem;height:15rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:9.375rem;height:4.125rem;top:5.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:7.3125rem;height:2.27478125rem;top:5.625rem;left:11.5rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cubfTtZ9FlDbTGptewOXWIZCRA6z0L3f { width:8rem;height:1.13769375rem;top:7.6875rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KovUSmeA8b6fRU8RTsDtaNVxFtvJ4UM5 { width:19.5rem;height:19.5rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh { display:block; }#UqTOhIqgto5OvXBZlbIVQGUFO1WFD2Wh > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHqGHhII5aE2yOQg9JxaLT4SiNayJomk { width:20rem;height:11.0195rem;top:23.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #JZJ93F8gMFiiZmIfeEvlTNT0IATmeoVm { width:20rem;height:1.950075rem;top:20.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zPVpf4BoH4NaNiqugmnWdSv7ugCyvwz6 { width:9.75rem;height:4.125rem;top:4.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWyieLlHonr3GGwkBx2X3k0idJk69qAu { width:7.4375rem;height:2.27478125rem;top:4.75rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #szDLeTxcRCRc2BhAVWDOHMHGzlFDHNis { width:8.875rem;height:15rem;top:1.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIR0H8tZ5nME2p2JFeNQfBJszKBrbME { width:9.375rem;height:1.29980625rem;top:6.75rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bVBMmtVR3sLpfRpxErPBMMqSQeeN04tT { width:7.125rem;height:2.1875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTahyWULyW11VzbQHx5CFl025NNGNTGZ { width:6.6875rem;height:1.625rem;top:17.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rinygtOIq8ZGqceV9zhZ9rOnt5i6d1 { width:19.5rem;height:19.5rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX { display:block; }#KRe6RxyRXtXRuHFu5KKQFzr7fK9XEpLX > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cO3cS3se2d4QEyZAftfSbCpdQ2hfAR8b { width:20rem;height:2.3999rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZUpPVWzTrnplqRXbMP9RJkdQ4kZnMVIs { width:19.75rem;height:19.75rem;top:6.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:20rem;height:1.950075rem;top:44.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:20rem;height:5.84765625rem;top:46.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:20rem;height:1.950075rem;top:72.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:20rem;height:5.84765625rem;top:75.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:20rem;height:0.125rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:20rem;height:0.125rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:20rem;height:1.950075rem;top:15.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:20rem;height:6.296875rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:20rem;height:0.1875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKROU25yBg8S5qO14egNqiOWsXfUsDXR { width:20rem;height:10.2rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4tZyueRxpcLnGRAzV5tgt3OOBxH60w { width:20rem;height:0;top:95.45rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kxoeHTmerlpqaXi91wTds6ll1xmvon6P { display:block; }#kxoeHTmerlpqaXi91wTds6ll1xmvon6P > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDxSEv5cpQLV2vB9uc9JluKee8ZTZweZ { width:20rem;height:1.950075rem;top:44.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aUwVWIn7BOTP8ZU9gl2D0l30GVfNO3gh { width:20rem;height:5.84765625rem;top:46.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #fEv91Iq3SaTcGD18oIGILWZJpwPAWE2b { width:20rem;height:1.950075rem;top:72.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oCPkwMT2ryQPWNw3VHZBXCVmhkXtCt4c { width:20rem;height:5.84765625rem;top:75.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #vO40budwosv8bbySnnITtMqJs8ppiEcE { width:20rem;height:0.125rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15pAKVv0CVID5iMyPlCItmnkNDzkoWy { width:20rem;height:0.125rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eobBocTdsiFtDVmVGMMbWMVoh03ycBbc { width:20rem;height:1.950075rem;top:15.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y3wz8vlmVOtrSFATJ6T3cTWcN0v33rmQ { width:20rem;height:6.296875rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #PFBxq2SNxlBJuOCKGAIaqB45ppzmHwnN { width:20rem;height:0.1875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJQcId2D8IKGCkEVfi6QCoN18toDmOI5 { width:12.5rem;height:12.5rem;top:89.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJZyOSyEFF2NVxmZCbAQHfA9mqE64abO { width:20rem;height:0;top:84rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P8EGQAZFxfdA4bZalbZwyufnQxPXyv9u { width:14.1875rem;height:14.1875rem;top:103.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:54.997382534643rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:10.6875rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:17.3125rem;height:3.5625rem;top:25.3330078125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:4.798825rem;top:4.6728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR4mDW9KGy1dr41izA3fz7JENTapuFgb { width:15.5rem;height:3.982976877568rem;top:30.1455078125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1V14gCVtHOxecxUthXm5RxS6LCFRQ5B { width:19.5rem;height:13.681397844575rem;top:40.065984690068rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3W5ILvE03dJ1FVrCKkGR6cgS1P3T4g6 { width:12.625rem;height:3.4375rem;top:35.378484690068rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsGzBX9BT8CUbzHi7cZZnziBapoqXDb { display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13769375rem;top:1.5rem;left:13.3125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:4.9375rem;height:1.25rem;top:0.78125rem;left:0.5625rem;display:block; }
 }