.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,251,224;--color-primary-1:254,241,153;--color-primary-2:253,226,51;--color-primary-3:127,113,26;--color-primary-4:38,34,8;--color-secondary-0:255,226,239;--color-secondary-1:255,158,202;--color-secondary-2:255,60,148;--color-secondary-3:128,30,74;--color-secondary-4:38,9,22;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Bitter";--paragraphs-font-family:"Bitter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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;z-index:auto;display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { border-width: 0; border-radius: 0; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5621875rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.5rem;left:19.9375rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.44375rem;padding-right:0.380625rem;padding-bottom:0.44375rem;padding-left:0.380625rem;display:block;align-items:center;width:2.28625rem;min-width:2.28625rem;height:2.385625rem;position:relative;font-family:"open sans";font-size:1.775rem;font-weight:700;line-height:38.17px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0475rem;height:0.9425rem;position:relative;font-family:"open sans condensed";font-size:0.665rem;font-weight:700;line-height:15.08px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.1875rem;height:4.4925rem;padding-top:0.03625rem;padding-right:0.035625rem;padding-bottom:0.03625rem;padding-left:0.035625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.5rem;left:40.6875rem;z-index:15004; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh { width:auto; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { border-width: 0; border-radius: 0; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { background-color: transparent; background-image: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container > .video-iframe-container { display: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container { display: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .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); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { border-width: 0; border-radius: 0; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:18.8125rem;top:1.8765602111816rem;left:0rem;overflow:hidden;display:block; }
#somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.75rem;left:32.875rem;display:block; }
#eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { color:#03989e;display:block;width:48.5625rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.109375rem;left:24.281250953674rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.375rem;top:1.375rem;left:40.000001907349rem;overflow:hidden;display:block; }
#fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.12) ;height:23rem;width:50.5625rem;top:12.59375rem;left:23.28125rem;display:block; }
#Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { box-sizing:content-box;height:4.5rem;width:50.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.59375rem;left:23.28125rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.12) ;display:block; }
#P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { color:#03989e;display:block;width:48.5625rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.17333984375rem;left:26.4375rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TCTlSzLHbyFbGaqOlFd85q93857mwtfS { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.29833984375rem;left:29.8125rem;height:4.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.29833984375rem;left:29.8125rem;height:4.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:15.6875rem;top:9.3125rem;left:9.048828125rem;overflow:hidden;display:block; }
#nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { color:#cd1818;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:32.37548828125rem;left:28.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { color:rgba(var(--color-tertiary-2),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:19.07470703125rem;left:30.03125rem;height:4.19921875rem;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;font-style:normal;display:block; }
#vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:31.37548828125rem;left:25.474609375rem; }
#lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:31.37548828125rem;left:68.474609375rem; }
#WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { color:#cd1818;display:block;width:50.5625rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:36.425001144409rem;left:23.250000953674rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vNcB3ADiDHV4Tcg1vOO9BrraSPFrwwCN { color:rgba(var(--color-tertiary-2),1);display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:13.583984375rem;left:25.53125rem;height:2.51855625rem;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;font-style:normal;display:block; }
#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { border-width: 0; border-radius: 0; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#x0wVZRwFOGEn5AvvgVmbamVStfCDguen { color:rgba(var(--color-tertiary-2),1);display:block;width:42.9375rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.78125rem;left:16.03125rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.774375rem;padding-right:0.671875rem;padding-bottom:0.774375rem;padding-left:0.671875rem;display:block;align-items:center;width:4.03125rem;min-width:4.03125rem;height:4.161875rem;position:relative;font-family:"open sans";font-size:3.096875rem;font-weight:700;line-height:66.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.48375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.37375rem;height:1.644375rem;position:relative;font-family:"open sans condensed";font-size:1.16125rem;font-weight:700;line-height:26.31px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.5rem;height:7.83875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.2242183685303rem;left:24.687501907349rem;z-index:15003; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW { width:auto; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top 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; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.adaptive-delivery-prevent-bg, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyload, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyloading { background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { background-color: transparent; background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .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); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { border-width: 0; border-radius: 0; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { position:relative;display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { background-color: transparent; background-image: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container > .video-iframe-container { display: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row > .video-iframe-container { display: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .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); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { border-width: 0; border-radius: 0; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .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; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;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; }#tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:14.11093711853rem;left:4.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625rem;display:block; }
#diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.11093711853rem;left:44.031251907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { position:relative;display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { background-color: transparent; background-image: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container > .video-iframe-container { display: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row > .video-iframe-container { display: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .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); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { border-width: 0; border-radius: 0; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .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; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;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; }#Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:12.97500038147rem;left:4.03125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625rem;display:block; }
#yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:12.974999427796rem;left:43.781251907349rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { position:absolute;display:block;z-index:15059;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:32.5rem;top:1.875rem;left:1.25rem;display:block; }
#qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:2.25rem;left:3.0625rem;overflow:hidden;display:block; }
#Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.9375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:3.0328140258789rem;left:12.25rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { box-sizing:content-box;height:10.375rem;width:33.75rem;position:absolute;display:block;z-index:15053;background-color:#03989e;background-image:none;top:1.25rem;left:0.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { position:relative;display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { background-color: transparent; background-image: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container > .video-iframe-container { display: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row > .video-iframe-container { display: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .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); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { border-width: 0; border-radius: 0; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .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; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;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; }#qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#z18PdWLVT7tgxk0BdR783582o4JAJOL3 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.44687461853rem;left:2.40625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;display:block; }
#VwVM3fToQvl0xUH0R4zEElplb623oRQz { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.137500762939rem;left:42.937501907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgMB59ZKidxgPxVH591c67OFQ6criEpf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { 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; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { background-color: transparent; background-image: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container > .video-iframe-container { display: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container { display: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .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); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { border-width: 0; border-radius: 0; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.3750004768372rem;left:21.8125rem;display:block; }
#A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container { background-color: transparent; background-image: none; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container > .video-iframe-container { display: none; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row > .video-iframe-container { display: none; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .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); }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container { border-width: 0; border-radius: 0; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#ZN2AVOIoonvGypNhN2kHi8AFgfNPiKpf { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container { background-color: transparent; background-image: none; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container > .video-iframe-container { display: none; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row > .video-iframe-container { display: none; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .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); }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container { border-width: 0; border-radius: 0; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#EPlRDThdOkmOc9A1TAnP54vmveg0z6hw { position:absolute;display:block;z-index:15052;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:36.25rem;width:20.3125rem;top:4.7683715820312E-7rem;left:51.721876144409rem;overflow:hidden;display:block; }
#V9dJ2KOOEVe35JXB3e8kCmf6aMoDT4vb { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.625rem;width:43.125rem;top:3.1875rem;left:2.6875rem;display:block; }
#IRATo6dqNT7HJc09xHx2wdQRG2PAC5Qn { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:"open sans condensed";font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:4.125rem;left:7.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zCPqnciA2kxOKDJATcZ8FpomTVtlm0wc { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:7.875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ime0BFiSMcHoLO8vmaXKEg6eNKrprH94 { position:absolute;display:block;z-index:15013;background-color:#03989e;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:2.1875rem;left:1.5rem;display:block; }
#IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.375rem;left:1.75rem; }
#DGqMwMTvcLJ6AZBeqBC9O329nZtlAUb1 { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.625rem;width:43.125rem;top:12.125rem;left:2.75rem;display:block; }
#SOKihW5dLxiVmEQ6BuesA6MRdEG627DP { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:7.9375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsQaHvRBSDeury6Rs81Lbp1eLaTGuXBT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:"open sans condensed";font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:13.0625rem;left:7.9375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVQROpsKeTeTogofm4Mh38QGc9OfLrR6 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:11.125rem;left:1.5625rem;display:block; }
#gLJGIb41zqFuX91TGzETRaNSG7t1GazD { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.875rem;left:2.34375rem; }
#EbNfcs0TLT58wWgLgDQCrwxTsTotHdz0 { position:absolute;display:block;z-index:15005;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.625rem;width:43.125rem;top:21rem;left:2.75rem;display:block; }
#X0fuOp0H0ap7poHT6gFoczgmqaT6EFTI { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.875rem;left:7.9375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nuLQWM8U46ds3zEMpp94eDCqZU7nPabi { position:absolute;display:block;z-index:15022;background-color:#03989e;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:20rem;left:1.5625rem;display:block; }
#fBKrunUF7txPby4DaTrbUMQgmhNHyw8A { position:absolute;display:block;z-index:15019;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.625rem;width:43.125rem;top:29.6875rem;left:2.75rem;display:block; }
#Si41MbqPZQEgwLuFBRTR8ZpyXyMwAJWn { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:32.75rem;left:7.9375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpiZ86nnWL1PCQy9QoA94ZX3LhyS25I9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:28.875rem;left:1.5625rem;display:block; }
#ODRExv7ZBQA4ryDUnSMze5Nqo5hJKmPo { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:"open sans condensed";font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:21.936718463897rem;left:7.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kBDZ4GFgNtvQbILFptCpvVGnaet8PpnO { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:"open sans condensed";font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:30.624218463897rem;left:7.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:20.999218463897rem;left:2.6875rem; }
#PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.811718940735rem;left:2.53125rem; }
#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq { 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; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container { background-color: transparent; background-image: none; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container > .video-iframe-container { display: none; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row > .video-iframe-container { display: none; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .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); }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container { border-width: 0; border-radius: 0; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#LOZhHZsf3hZXFmUDQv1y2370G9vUVvyw { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLtsTgXGRf31INMvTKMAC5has0SRQtBr { 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; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container { background-color: transparent; background-image: none; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container > .video-iframe-container { display: none; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row > .video-iframe-container { display: none; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .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); }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container { border-width: 0; border-radius: 0; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Z6UtTLsy0kelloD6tRACA76ILWMzShH5 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LGSq830qHxJOLdLf7KvsBFwLrbdWQ9gT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:13.9375rem;left:51.875001907349rem;height:9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BuwniRaTMABVtZlktifivthhIzoWqe5J { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:13.9375rem;left:3.34375rem;height:11.19925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AA4VWWpolAdk9h2W4V0dKdH1eNrLisCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:11.9375rem;left:8.6875rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#m3ytkaTB8WNHXLSvXsUhE0Gvw8ovMvZg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:2.6875rem;left:56.874998092651rem;overflow:hidden;display:block; }
#cd2wXTBcU8BOUb8qxXBL4XipMId37E2w { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:11.9375rem;left:54.000001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#mFPKpTCiZkr5QlyA81MGeLRfBE9LuLBG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:2.6875rem;left:9.4375rem;overflow:hidden;display:block; }
#cHmbcrG7vMTQOJhF6tmdUDqZWwawgRo1 { position:absolute;display:block;z-index:15002;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;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: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:26.5625rem;width:74rem;top:1.25rem;left:0.5rem;display:block; }
#nXt49fIxBd2GeRGpCwkfCTMpTFTf6dnh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MJUXONZ6TDDAubo1sexh5TD0uWgk7oLU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Es9i5RImTFihDDHhMGE2VwJApP1QsMz6 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#P373gLrkX43aLhEL8L7GsqSiXIrWFxnH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:2.6875rem;left:33.125001907349rem;overflow:hidden;display:block; }
#gEheBOeUS8ViXIr00SBWeXcg9v6zk04v { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:11.938281059265rem;left:32.375001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#FxFrVHFIvbJ075xul7hirP2VDLRSGCRD { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:13.9375rem;left:27.031251907349rem;height:11.19925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg { 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; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container { background-color: transparent; background-image: none; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container > .video-iframe-container { display: none; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row > .video-iframe-container { display: none; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .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); }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container { border-width: 0; border-radius: 0; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#lLdGeCNJdQJ9OxM7Mz12si9yBG23Z64W { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#az67tKxqfqBsLRFw40Gfewpbw8VaadSp { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:10.5625rem;left:32.375001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#OnbvM9ga21ZU94q7R9atPlh3BTP2BWGs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.3125rem;left:33.125001907349rem;overflow:hidden;display:block; }
#LTvZIv9CnByKNKu5wlyQZxTd1nE1gndl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:12.568756103516rem;left:28.125001907349rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qUZ3qMxs2WM2BQ2n9VHhKxExJlg6ef79 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:10.5625rem;left:54.000001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#tI37N3IL5p35hCkWrOJ5JakJFJXaoP7q { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:12.5625rem;left:51.875001907349rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dSEQyPAytv3iFnr4zlwZtF13Q3AIcROz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.3125rem;left:56.874998092651rem;overflow:hidden;display:block; }
#mxwAl8ingufGKSttJvHPOvNzNDw7T93u { position:absolute;display:block;z-index:15003;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;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: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:21.3125rem;width:74rem;top:0rem;left:0.5rem;display:block; }
#xzodAd8hlyLUh3Vyb56VZiVD6aU2tskT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iFhrTneJ5OLJc5miwBJOtqTeu1qp4Ti4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ia8FKPEnDXCpPriJT5h1Iyb91MMoFZPi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cwVU7vLlTe9emvlOBPPoEFf2nbzUTfy5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.3125rem;left:9.4375rem;overflow:hidden;display:block; }
#S4lzMvfNXWGlNCdSnN8OLVbbALpSKXTT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.5625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#BnrCGevxolr8wz5itqxrion6GlkraAgq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:12.56875038147rem;left:2.5rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e { 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; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container { background-color: transparent; background-image: none; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container > .video-iframe-container { display: none; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row > .video-iframe-container { display: none; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .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); }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container { border-width: 0; border-radius: 0; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#m3DEoONL7AM65GBCkK9vDrTaaJPs0DRz { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NUd4bdwJTmP5gNvQUvGomBS38u7Tq6V9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.9375rem;top:1.2507934570312rem;left:33.031251907349rem;overflow:hidden;display:block; }
#BvObTO8NftxC1v7U38IyOBe9HTTAbTNe { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:10.607818603516rem;left:32.375001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#SvM4m6TtzbVayT8ux7D3XL7csFvnDTSG { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:12.610931396484rem;left:28.125001907349rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l4IE5tzvnwlZV0KbUGK1PXsMDccTLFf5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.3601531982422rem;left:56.874998092651rem;overflow:hidden;display:block; }
#U9IbIHTKuF9sHpAdTdil2ctyD8f4UKo5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:10.607818603516rem;left:54.000001907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#eTTFzgxI5tcP07tnm5B9qoxa3ci58zEV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:12.610153198243rem;left:51.875001907349rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l6AcZ02ggTd742czgA86E1InIcQqNPgL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.25rem;left:9.43593788147rem;overflow:hidden;display:block; }
#cifwPzJHN8ThJeRrMpPLncThVfOZbvLA { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:10.607818603516rem;left:8.68593788147rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#RWGAG6IUCtNz0aFywtSEs7RmQQrLdxyI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:12.610153198243rem;left:3.83984375rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#H5opFnCI4aob8vv6oHSqoQG0KO9aF9Ix { position:absolute;display:block;z-index:15004;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;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: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:20.9375rem;width:74rem;top:0rem;left:0.5rem;display:block; }
#pSUVxIoFnXTuDr3IX5TUKFXV325nOphy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TQkAswnwhVPvfZxEkIkBz7ZXuyId1JBf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03989e;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; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container { background-color: transparent; background-image: none; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container > .video-iframe-container { display: none; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row > .video-iframe-container { display: none; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .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); }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container { border-width: 0; border-radius: 0; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#J4HVh3H5Hws80X353cDQPrFoZuzs8g7G { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:3.21875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOLWhMXbHITLkhqhVdeuGdLOMJoiTpi4 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.0625rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v41sT1TfPwSOnhnTpbuzcgWlqHOhKfRq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:6.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.96142578125rem;left:41.1875rem;display:block; }
#Xhoz4edf6KzbJXRVTz3XGTZew8ZZFDKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysTaUEOeu3ch05qA2bfDvTfnShKortTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container { background-color: transparent; background-image: none; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container > .video-iframe-container { display: none; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row > .video-iframe-container { display: none; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .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); }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container { border-width: 0; border-radius: 0; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#Vtxf0R4btOntTT8rNyT14KerfiSaBMDM { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { background-color: transparent; background-image: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container > .video-iframe-container { display: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container { display: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .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); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { border-width: 0; border-radius: 0; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.625rem;left:10.0625rem;height:26.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#AnJWyJaSFCxsbomyBitAB98AbbrZepdw { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { color:rgba(var(--color-tertiary-2),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.125rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.375rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:26rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { color:rgba(var(--color-tertiary-2),1);display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:7.5rem;height:3.5625rem;text-align:center;text-align-last:center;display:none; }
#I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#XpLXmciTihaB9bEXJheJod3EDTXhmUla { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.1875002384186rem;left:16.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kCQS9F0x3xTTy9fcfqTk9gT5aCnliKOx { position:absolute;display:block;z-index:15036;height:32rem;width:53.125rem;top:0rem;left:10.9375rem;display:block; }
#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { border-width: 0; border-radius: 0; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:none; }#vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.625rem;left:10.0625rem;height:26.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { color:rgba(var(--color-tertiary-2),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.125rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.375rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:26rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#VLociOU1mWBgQkxoTDifc0gIJChZ72xP { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { color:rgba(var(--color-tertiary-2),1);display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:7.5rem;height:3.5625rem;text-align:center;text-align-last:center;display:none; }
#T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { box-sizing:content-box;color:#13b3c3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.1875002384186rem;left:16.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:3.6867189407349rem;left:8.625rem;overflow:hidden;display:block; }
#schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:4.3117189407349rem;left:24.125rem;overflow:hidden;display:block; }
#goroxZooA56UTTLWJTggDtHiCetA1azR { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:4.3117189407349rem;left:41.125rem;overflow:hidden;display:block; }
#xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:14.499218940735rem;left:9.625rem;overflow:hidden;display:block; }
#w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:14.499218940735rem;left:25.5625rem;overflow:hidden;display:block; }
#a9bQor2pUtcrM51TscZFzfSMko8r9fgn { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:15.249218940735rem;left:41.9375rem;overflow:hidden;display:block; }
#WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:25.436718940735rem;left:10.3125rem;overflow:hidden;display:block; }
#VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:25.436719894409rem;left:25.5625rem;overflow:hidden;display:block; }
#fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:25.436719894409rem;left:41.9375rem;overflow:hidden;display:block; }
#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { 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; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { background-color: transparent; background-image: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .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); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { border-width: 0; border-radius: 0; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { color:#03989e;display:block;width:45.3125rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.75rem;left:14.84375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.381240844726rem;left:20.4375rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
#ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { position:absolute;display:block;z-index:15001;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;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: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:25rem;width:67.5rem;top:9.0000002384187rem;left:3.75rem;display:block; }
#MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:21rem;top:3.5rem;left:0.80859375rem;overflow:hidden;display:block; }
#HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .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(255,255,255,0.46);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .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; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.0625rem;font-family:"open sans condensed";height:auto;text-align:center;text-align-last:center;font-style:italic;line-height:1.2;overflow:hidden; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"open sans";font-weight:300;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;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_5d12c2e0ce2a607d97bcfd88ef7830f0ed8becd0.svg");background-size:contain !important; }#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.adaptive-delivery-prevent-bg, #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.lazyload, #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.lazyloading { background-image: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { box-sizing:content-box;height:auto;width:47.25rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:27.505469560623rem;left:20.59375rem;box-shadow: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG { display:block;position:relative; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
#nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.38125038147rem;left:20.4375rem;height:17.125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { background-color: transparent; background-image: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container > .video-iframe-container { display: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container { display: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .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); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { border-width: 0; border-radius: 0; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4375rem;left:12.5rem;height:2.1123rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:10.125rem;left:34.5rem;overflow:hidden;display:block; }
#qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-2),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.2867183685302rem;left:21.8125rem;display:block; }
#KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { width:19.5rem;height:2.3125rem;top:1.5rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { display:flex;width:18rem;height:5.0625rem;top:4.4375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
 }@media only screen and (max-width: 763px) { #F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { display:none; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { display:block; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { width:18.8125rem;height:33.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { width:31.375rem;height:5.5625rem;top:24.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block; }
 }@media only screen and (max-width: 763px) { #BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { top:5.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { width:11.375rem;height:3.125rem;top:1.375rem;left:26.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { top:12.5625rem;left:0rem;width:47.75rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { width:47.75rem;height:4.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { top:5.5625rem;left:0rem;width:8rem;height:8.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCTlSzLHbyFbGaqOlFd85q93857mwtfS { top:15.25rem;left:11.4375rem;width:36.3125rem;height:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { top:19.625rem;left:0rem;width:17.3125rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { width:15.6875rem;height:28.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { top:32.375rem;left:6.75rem;width:41rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { width:37.0625rem;height:4.1875rem;top:19.0625rem;left:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { width:3.125rem;height:3.125rem;top:31.375rem;left:11.849609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { width:3.125rem;height:3.125rem;top:31.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { top:34.75rem;left:0rem;width:18.375rem;height:1.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNcB3ADiDHV4Tcg1vOO9BrraSPFrwwCN { width:46.0625rem;height:2.5rem;top:13.5625rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { display:none; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0wVZRwFOGEn5AvvgVmbamVStfCDguen { width:42.9375rem;height:3.25rem;top:1.75rem;left:2.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { display:flex;width:18rem;height:5.0625rem;top:4.4375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
 }@media only screen and (max-width: 763px) { #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { display:block; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { width:26.9375rem;height:2.75rem;top:14.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { width:26.9375rem;height:2.75rem;top:14.0625rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { width:26.9375rem;height:4.125rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { width:27.4375rem;height:4.125rem;top:12.9375rem;left:20.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { width:32.5rem;height:9.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { width:7.1875rem;height:7.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { width:5.5rem;height:1.375rem;top:9.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { width:19.9375rem;height:6.875rem;top:3rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18PdWLVT7tgxk0BdR783582o4JAJOL3 { width:30.1875rem;height:4.125rem;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVM3fToQvl0xUH0R4zEElplb623oRQz { width:29.125rem;height:2.75rem;top:14.125rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMB59ZKidxgPxVH591c67OFQ6criEpf { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { display:block; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { width:31.375rem;height:5.5625rem;top:3.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block; }
 }@media only screen and (max-width: 763px) { #nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ { display:block; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN2AVOIoonvGypNhN2kHi8AFgfNPiKpf { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU { display:block; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPlRDThdOkmOc9A1TAnP54vmveg0z6hw { width:20.3125rem;height:36.25rem;top:0rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9dJ2KOOEVe35JXB3e8kCmf6aMoDT4vb { top:3.1875rem;left:0rem;width:43.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRATo6dqNT7HJc09xHx2wdQRG2PAC5Qn { top:4.125rem;left:0rem;width:29.25rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCPqnciA2kxOKDJATcZ8FpomTVtlm0wc { top:6.0625rem;left:0rem;width:35.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ime0BFiSMcHoLO8vmaXKEg6eNKrprH94 { top:2.1875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { width:4.625rem;height:4.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqMwMTvcLJ6AZBeqBC9O329nZtlAUb1 { top:12.125rem;left:0rem;width:43.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOKihW5dLxiVmEQ6BuesA6MRdEG627DP { top:15rem;left:0rem;width:35.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsQaHvRBSDeury6Rs81Lbp1eLaTGuXBT { top:13.0625rem;left:0rem;width:29.25rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVQROpsKeTeTogofm4Mh38QGc9OfLrR6 { top:11.125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLJGIb41zqFuX91TGzETRaNSG7t1GazD { width:3.5rem;height:3.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNfcs0TLT58wWgLgDQCrwxTsTotHdz0 { top:21rem;left:0rem;width:43.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fuOp0H0ap7poHT6gFoczgmqaT6EFTI { top:23.875rem;left:0rem;width:35.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuLQWM8U46ds3zEMpp94eDCqZU7nPabi { top:20rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBKrunUF7txPby4DaTrbUMQgmhNHyw8A { top:29.6875rem;left:0rem;width:43.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si41MbqPZQEgwLuFBRTR8ZpyXyMwAJWn { top:32.75rem;left:0rem;width:35.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpiZ86nnWL1PCQy9QoA94ZX3LhyS25I9 { top:28.875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODRExv7ZBQA4ryDUnSMze5Nqo5hJKmPo { top:21.875rem;left:0rem;width:29.25rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDZ4GFgNtvQbILFptCpvVGnaet8PpnO { top:30.5625rem;left:0rem;width:29.25rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { width:3rem;height:3rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { width:3.125rem;height:3.125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07mABTzDM0M44iz4kUrl3cpgExJx8Eq { display:block; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOZhHZsf3hZXFmUDQv1y2370G9vUVvyw { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtsTgXGRf31INMvTKMAC5has0SRQtBr { display:block; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6UtTLsy0kelloD6tRACA76ILWMzShH5 { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGSq830qHxJOLdLf7KvsBFwLrbdWQ9gT { width:18.75rem;height:10.5rem;top:13.9375rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwniRaTMABVtZlktifivthhIzoWqe5J { width:20.9375rem;height:12.5625rem;top:13.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4VWWpolAdk9h2W4V0dKdH1eNrLisCJ { width:10.25rem;height:1.375rem;top:11.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ytkaTB8WNHXLSvXsUhE0Gvw8ovMvZg { width:8.75rem;height:8.75rem;top:2.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2wXTBcU8BOUb8qxXBL4XipMId37E2w { width:14.5rem;height:1.375rem;top:11.9375rem;left:33.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFPKpTCiZkr5QlyA81MGeLRfBE9LuLBG { width:8.75rem;height:8.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmbcrG7vMTQOJhF6tmdUDqZWwawgRo1 { top:1.25rem;left:0rem;width:47.75rem;height:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXt49fIxBd2GeRGpCwkfCTMpTFTf6dnh { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJUXONZ6TDDAubo1sexh5TD0uWgk7oLU { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es9i5RImTFihDDHhMGE2VwJApP1QsMz6 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P373gLrkX43aLhEL8L7GsqSiXIrWFxnH { width:8.75rem;height:8.75rem;top:2.6875rem;left:19.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEheBOeUS8ViXIr00SBWeXcg9v6zk04v { width:10.25rem;height:1.375rem;top:11.9375rem;left:18.750001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFrVHFIvbJ075xul7hirP2VDLRSGCRD { width:20.9375rem;height:12.5625rem;top:13.9375rem;left:13.406251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg { display:block; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLdGeCNJdQJ9OxM7Mz12si9yBG23Z64W { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az67tKxqfqBsLRFw40Gfewpbw8VaadSp { width:10.25rem;height:1.375rem;top:10.5625rem;left:18.750001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnbvM9ga21ZU94q7R9atPlh3BTP2BWGs { width:8.75rem;height:8.75rem;top:1.3125rem;left:19.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvZIv9CnByKNKu5wlyQZxTd1nE1gndl { width:18.75rem;height:6rem;top:12.5625rem;left:14.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZ3qMxs2WM2BQ2n9VHhKxExJlg6ef79 { width:14.5rem;height:1.375rem;top:10.5625rem;left:33.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI37N3IL5p35hCkWrOJ5JakJFJXaoP7q { width:18.75rem;height:5.1875rem;top:12.5625rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSEQyPAytv3iFnr4zlwZtF13Q3AIcROz { width:8.75rem;height:8.75rem;top:1.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxwAl8ingufGKSttJvHPOvNzNDw7T93u { top:0rem;left:0rem;width:47.75rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzodAd8hlyLUh3Vyb56VZiVD6aU2tskT { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFhrTneJ5OLJc5miwBJOtqTeu1qp4Ti4 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia8FKPEnDXCpPriJT5h1Iyb91MMoFZPi { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwVU7vLlTe9emvlOBPPoEFf2nbzUTfy5 { width:8.75rem;height:8.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4lzMvfNXWGlNCdSnN8OLVbbALpSKXTT { width:14.5rem;height:1.375rem;top:10.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrCGevxolr8wz5itqxrion6GlkraAgq { width:22.625rem;height:6rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e { display:block; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3DEoONL7AM65GBCkK9vDrTaaJPs0DRz { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUd4bdwJTmP5gNvQUvGomBS38u7Tq6V9 { width:8.9375rem;height:8.75rem;top:1.25rem;left:19.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvObTO8NftxC1v7U38IyOBe9HTTAbTNe { width:10.25rem;height:1.375rem;top:10.5625rem;left:18.750001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvM4m6TtzbVayT8ux7D3XL7csFvnDTSG { width:18.75rem;height:7rem;top:12.5625rem;left:14.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4IE5tzvnwlZV0KbUGK1PXsMDccTLFf5 { width:8.75rem;height:8.75rem;top:1.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9IbIHTKuF9sHpAdTdil2ctyD8f4UKo5 { width:14.5rem;height:1.375rem;top:10.5625rem;left:33.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTFzgxI5tcP07tnm5B9qoxa3ci58zEV { width:18.75rem;height:5.1875rem;top:12.5625rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6AcZ02ggTd742czgA86E1InIcQqNPgL { width:8.75rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cifwPzJHN8ThJeRrMpPLncThVfOZbvLA { width:10.25rem;height:1.375rem;top:10.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGAG6IUCtNz0aFywtSEs7RmQQrLdxyI { width:19.9375rem;height:7rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5opFnCI4aob8vv6oHSqoQG0KO9aF9Ix { top:0rem;left:0rem;width:47.75rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSUVxIoFnXTuDr3IX5TUKFXV325nOphy { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQkAswnwhVPvfZxEkIkBz7ZXuyId1JBf { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 { display:block; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4HVh3H5Hws80X353cDQPrFoZuzs8g7G { top:3.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLWhMXbHITLkhqhVdeuGdLOMJoiTpi4 { width:30.1875rem;height:6.125rem;top:8.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41sT1TfPwSOnhnTpbuzcgWlqHOhKfRq { width:25.125rem;height:6.125rem;top:8.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhoz4edf6KzbJXRVTz3XGTZew8ZZFDKc { display:block; }
 }@media only screen and (max-width: 763px) { #ysTaUEOeu3ch05qA2bfDvTfnShKortTu { display:block; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vtxf0R4btOntTT8rNyT14KerfiSaBMDM { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { display:block; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { top:5.625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #AnJWyJaSFCxsbomyBitAB98AbbrZepdw { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { width:20rem;height:5.9375rem;top:7.6875rem;left:10.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { width:20rem;height:7.125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { width:39.6875rem;height:4.75rem;top:21.125rem;left:8.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { width:20rem;height:7.125rem;top:29rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpLXmciTihaB9bEXJheJod3EDTXhmUla { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { top:3.1875rem;left:2.4375rem;width:20rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCQS9F0x3xTTy9fcfqTk9gT5aCnliKOx { width:47.75rem;height:32rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { display:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { top:5.625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { width:20rem;height:5.9375rem;top:7.6875rem;left:10.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { width:20rem;height:7.125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { width:39.6875rem;height:4.75rem;top:21.125rem;left:8.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLociOU1mWBgQkxoTDifc0gIJChZ72xP { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { width:20rem;height:7.125rem;top:29rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { top:3.1875rem;left:2.4375rem;width:20rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { width:12.5rem;height:7.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { width:12.5rem;height:7.5rem;top:4.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goroxZooA56UTTLWJTggDtHiCetA1azR { width:12.5rem;height:7.5rem;top:4.25rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { width:12.5rem;height:7.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { width:12.5rem;height:7.5rem;top:14.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bQor2pUtcrM51TscZFzfSMko8r9fgn { width:12.5rem;height:7.5rem;top:15.1875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { width:12.5rem;height:7.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { width:12.5rem;height:7.5rem;top:25.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { width:12.5rem;height:7.5rem;top:25.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { display:block; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { top:2.75rem;left:1.21875rem;width:45.3125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { top:10.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:none; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
 }@media only screen and (max-width: 763px) { #ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { top:9rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { top:3.5rem;left:0rem;width:21rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { top:5.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { display:flex;height:auto;width:43.5rem;top:8.6875rem;left:0.875rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
 }@media only screen and (max-width: 763px) { #nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { top:20.8125rem;left:0rem;width:19.25rem;height:29.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { display:block; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:47.75rem;height:2.0625rem;top:15.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:6rem;height:4.875rem;top:10.125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { width:31.375rem;height:5.5625rem;top:3.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { width:7.3746875rem;height:2.1rem;top:0.73046875rem;left:0.40859371423721rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-number { padding-top:0.268125rem;padding-right:0.228125rem;padding-bottom:0.268125rem;padding-left:0.228125rem;width:1.36875rem;min-width:1.36875rem;height:1.43875rem;font-size:1.070625rem;line-height:23.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.166875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.825625rem;height:0.568125rem;font-size:0.40125rem;line-height:9.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { display:flex;width:11.3125rem;height:2.71rem;top:0.53046876192093rem;left:7.7828126549719rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
 }@media only screen and (max-width: 763px) { #F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { display:none; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { display:block; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { width:9.8125rem;height:17.9375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { display:flex;top:0.5rem;left:18.274999976158rem;width:1.25rem;height:1.25rem;z-index:15017;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { width:18.75rem;height:3.75rem;top:27.37255859375rem;left:0.6240234375rem;font-size:1.375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block; }
 }@media only screen and (max-width: 763px) { #BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { width:11rem;height:0;top:2.5609376430511rem;left:9rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { width:9.6875rem;height:2.5625rem;top:2.3500003814698rem;left:9.7367187142375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { width:20rem;height:18.8125rem;top:16.750000476837rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { top:16.125rem;left:0.03125rem;width:20rem;height:5.125rem;z-index:15034;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { width:8rem;height:8.0976625rem;top:5.6125001907349rem;left:10.830468714237rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TCTlSzLHbyFbGaqOlFd85q93857mwtfS { width:14.375rem;height:0;top:19.08447265625rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { width:17.3125rem;height:0;top:20.59375rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15007;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { width:7.4375rem;height:13.625rem;top:4.8625001907349rem;left:3.9250002503395rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { width:18.375rem;height:0;top:34.147655487061rem;left:0.81171876192094rem;font-size:0.875rem;line-height:1.1;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { width:18.9375rem;height:4.142575rem;top:22.375rem;left:0.53125rem;font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { display:flex;width:2.1875rem;height:2.1875rem;top:32.124218940735rem;left:0rem;opacity:1;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { display:flex;width:2.1875rem;height:2.1875rem;top:32.123438835144rem;left:17.812499582768rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { width:16.875rem;height:1.7875rem;top:32.372656822204rem;left:1.5625000596046rem;font-size:0.8125rem;line-height:1.1;z-index:15044;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #vNcB3ADiDHV4Tcg1vOO9BrraSPFrwwCN { width:18.4375rem;height:3.4121125rem;top:16.88720703125rem;left:0.78125rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { display:none; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0wVZRwFOGEn5AvvgVmbamVStfCDguen { width:17rem;height:1.57470625rem;top:0.51171875rem;left:1.5rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { display:flex;width:18rem;height:5.0625rem;top:2.0234375rem;left:1rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
 }@media only screen and (max-width: 763px) { #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.adaptive-delivery-prevent-bg, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyload, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyloading { background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { background-color: transparent; background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .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); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { width:20rem;height:1.5125rem;top:1.2429695129394rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { width:20rem;height:8.5rem;top:5rem;left:0rem;background-color:#fde233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { width:18rem;height:3.375rem;top:8.75rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { top:1.25rem;left:0rem;width:20rem;height:6.125rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { width:20rem;height:9.375rem;top:16.98046875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { width:17.9375rem;height:2.25rem;top:23.062503814698rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { width:19.5625rem;height:6rem;top:15.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { width:20rem;height:11.4375rem;top:5.6242141723633rem;left:0rem;background-color:#fde233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { width:16.9375rem;height:4.5rem;top:11.25rem;left:1.5312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { width:20rem;height:13rem;top:20.671875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { width:16.9375rem;height:5.625rem;top:26.484375rem;left:1.5312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { width:19.6875rem;height:6rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { width:19.375rem;height:7.4375rem;top:2.4249954223633rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { width:5.625rem;height:5.625rem;top:2.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { width:4.0625rem;height:1.0563125rem;top:8.5rem;left:1.3437501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { width:12.5625rem;height:6.3369375rem;top:2.9625015258789rem;left:6.4250000715256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { width:20rem;height:8.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { width:20rem;height:10.1875rem;top:5.3742141723633rem;left:0rem;background-color:#fde233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z18PdWLVT7tgxk0BdR783582o4JAJOL3 { width:18.1875rem;height:4.5rem;top:9.4375rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { width:20rem;height:8.1875rem;top:21.1875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VwVM3fToQvl0xUH0R4zEElplb623oRQz { width:18rem;height:3.375rem;top:25rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GgMB59ZKidxgPxVH591c67OFQ6criEpf { width:20rem;height:6.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { width:20rem;height:6.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { display:block; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { width:18.75rem;height:3.75rem;top:1.9375019073486rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block; }
 }@media only screen and (max-width: 763px) { #nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ { display:block; }#nF2M0G0pfdXZ0F4N32wDTeNNONb4upKJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN2AVOIoonvGypNhN2kHi8AFgfNPiKpf { width:20rem;height:1.5125rem;top:1.2742195129394rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU { display:block; }#IK5QdQlxEJSm0pcOOhDnrcxMUE0WNFzU > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPlRDThdOkmOc9A1TAnP54vmveg0z6hw { width:14.375rem;height:25.6875rem;top:64rem;left:4.3937500715256rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #V9dJ2KOOEVe35JXB3e8kCmf6aMoDT4vb { width:20rem;height:11.625rem;top:2.9929656982422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRATo6dqNT7HJc09xHx2wdQRG2PAC5Qn { width:20rem;height:1.375rem;top:7.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zCPqnciA2kxOKDJATcZ8FpomTVtlm0wc { width:18.8125rem;height:3.375rem;top:10.1875rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ime0BFiSMcHoLO8vmaXKEg6eNKrprH94 { width:5.0625rem;height:5.0625rem;top:1.25rem;left:7.4687503576281rem;background-color:#03989e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { width:3.75rem;height:3.75rem;top:1.90625rem;left:8.1250003576281rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqMwMTvcLJ6AZBeqBC9O329nZtlAUb1 { width:20rem;height:11.25rem;top:18.305465698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOKihW5dLxiVmEQ6BuesA6MRdEG627DP { width:18.125rem;height:3.375rem;top:25.242965698243rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xsQaHvRBSDeury6Rs81Lbp1eLaTGuXBT { width:20rem;height:1.25rem;top:22.742965698243rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVQROpsKeTeTogofm4Mh38QGc9OfLrR6 { width:5.0625rem;height:5.0625rem;top:16.430465698243rem;left:7.4687503576281rem;background-color:#fde233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gLJGIb41zqFuX91TGzETRaNSG7t1GazD { width:3.5rem;height:3.5rem;top:17.211715698243rem;left:8.2500003576281rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNfcs0TLT58wWgLgDQCrwxTsTotHdz0 { width:20rem;height:12.25rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fuOp0H0ap7poHT6gFoczgmqaT6EFTI { width:17.75rem;height:4.5rem;top:40.25rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nuLQWM8U46ds3zEMpp94eDCqZU7nPabi { width:5.0625rem;height:5.0625rem;top:31.4375rem;left:7.5000003576281rem;background-color:#03989e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fBKrunUF7txPby4DaTrbUMQgmhNHyw8A { width:20rem;height:13rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si41MbqPZQEgwLuFBRTR8ZpyXyMwAJWn { width:17.6875rem;height:3.375rem;top:57.75rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QpiZ86nnWL1PCQy9QoA94ZX3LhyS25I9 { width:5.0625rem;height:5.0625rem;top:47.4375rem;left:7.5000003576281rem;background-color:#fde233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ODRExv7ZBQA4ryDUnSMze5Nqo5hJKmPo { width:20rem;height:1.25rem;top:37.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBDZ4GFgNtvQbILFptCpvVGnaet8PpnO { width:15.9375rem;height:2.75rem;top:53.75rem;left:2.0312501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { width:3.1875rem;height:3.1875rem;top:32.375rem;left:8.4375003576281rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { width:3.125rem;height:3.125rem;top:48.4375rem;left:8.5000003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07mABTzDM0M44iz4kUrl3cpgExJx8Eq { display:block; }#f07mABTzDM0M44iz4kUrl3cpgExJx8Eq > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOZhHZsf3hZXFmUDQv1y2370G9vUVvyw { width:20rem;height:3.0244125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RLtsTgXGRf31INMvTKMAC5has0SRQtBr { display:block; }#RLtsTgXGRf31INMvTKMAC5has0SRQtBr > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6UtTLsy0kelloD6tRACA76ILWMzShH5 { width:19.625rem;height:0;top:4.8125rem;left:0.1875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #LGSq830qHxJOLdLf7KvsBFwLrbdWQ9gT { width:14.375rem;height:9.097625rem;top:15.137499809265rem;left:5.625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BuwniRaTMABVtZlktifivthhIzoWqe5J { width:14.375rem;height:11.6176875rem;top:0.99375057220456rem;left:5.6249998807907rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AA4VWWpolAdk9h2W4V0dKdH1eNrLisCJ { width:5rem;height:1.0563125rem;top:8.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ytkaTB8WNHXLSvXsUhE0Gvw8ovMvZg { width:5rem;height:5rem;top:16.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2wXTBcU8BOUb8qxXBL4XipMId37E2w { width:5rem;height:1.0563125rem;top:22.03125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFPKpTCiZkr5QlyA81MGeLRfBE9LuLBG { width:5rem;height:5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmbcrG7vMTQOJhF6tmdUDqZWwawgRo1 { width:20rem;height:66.75rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXt49fIxBd2GeRGpCwkfCTMpTFTf6dnh { top:13.8125rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15063;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MJUXONZ6TDDAubo1sexh5TD0uWgk7oLU { top:25.487501144409rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15064;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Es9i5RImTFihDDHhMGE2VwJApP1QsMz6 { top:41.6875rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15065;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P373gLrkX43aLhEL8L7GsqSiXIrWFxnH { width:5rem;height:5rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEheBOeUS8ViXIr00SBWeXcg9v6zk04v { width:5rem;height:1.0563125rem;top:35.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFrVHFIvbJ075xul7hirP2VDLRSGCRD { width:14.375rem;height:13.6465rem;top:26.737501144409rem;left:5.6249998807907rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg { display:block; }#SNwkvRHySfXO9TUTG7Jw5MJ3r0uJiBUg > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLdGeCNJdQJ9OxM7Mz12si9yBG23Z64W { width:19.625rem;height:0;top:4.4976577758789rem;left:0.375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #az67tKxqfqBsLRFw40Gfewpbw8VaadSp { width:4.9375rem;height:1.0563125rem;top:5.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnbvM9ga21ZU94q7R9atPlh3BTP2BWGs { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvZIv9CnByKNKu5wlyQZxTd1nE1gndl { width:14.375rem;height:5.6860375rem;top:0.48123168945312rem;left:5.6249998807907rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qUZ3qMxs2WM2BQ2n9VHhKxExJlg6ef79 { width:5rem;height:1.0563125rem;top:14.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI37N3IL5p35hCkWrOJ5JakJFJXaoP7q { width:14.375rem;height:4.548825rem;top:10.375rem;left:5.6249998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSEQyPAytv3iFnr4zlwZtF13Q3AIcROz { width:5rem;height:5rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxwAl8ingufGKSttJvHPOvNzNDw7T93u { width:20rem;height:19.375rem;top:62.300036621094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzodAd8hlyLUh3Vyb56VZiVD6aU2tskT { top:26.530469894409rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15066;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iFhrTneJ5OLJc5miwBJOtqTeu1qp4Ti4 { top:7.8562316894531rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15067;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ia8FKPEnDXCpPriJT5h1Iyb91MMoFZPi { top:17.106231689453rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15068;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cwVU7vLlTe9emvlOBPPoEFf2nbzUTfy5 { width:5rem;height:5rem;top:18.487487792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4lzMvfNXWGlNCdSnN8OLVbbALpSKXTT { width:5rem;height:1.0563125rem;top:24.112487792969rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrCGevxolr8wz5itqxrion6GlkraAgq { width:14.375rem;height:6.82325rem;top:18.487487792969rem;left:5.6249998807907rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e { display:block; }#GDiG6MwfMKTvaRTDEwNpA41l9LkNUA2e > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3DEoONL7AM65GBCkK9vDrTaaJPs0DRz { width:19.625rem;height:0;top:4.8125rem;left:0.1875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #NUd4bdwJTmP5gNvQUvGomBS38u7Tq6V9 { width:5rem;height:4.875rem;top:9.268750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvObTO8NftxC1v7U38IyOBe9HTTAbTNe { width:5rem;height:1.0563125rem;top:14.768751144409rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvM4m6TtzbVayT8ux7D3XL7csFvnDTSG { width:14.375rem;height:6.82325rem;top:9.237500190735rem;left:5.6249998807907rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l4IE5tzvnwlZV0KbUGK1PXsMDccTLFf5 { width:5rem;height:5rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9IbIHTKuF9sHpAdTdil2ctyD8f4UKo5 { width:5rem;height:1.0563125rem;top:24.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTFzgxI5tcP07tnm5B9qoxa3ci58zEV { width:14.5rem;height:4.548825rem;top:19.75rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6AcZ02ggTd742czgA86E1InIcQqNPgL { width:5rem;height:5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cifwPzJHN8ThJeRrMpPLncThVfOZbvLA { width:5rem;height:1.0563125rem;top:5.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGAG6IUCtNz0aFywtSEs7RmQQrLdxyI { width:14.375rem;height:6.82325rem;top:0rem;left:5.6249998807907rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H5opFnCI4aob8vv6oHSqoQG0KO9aF9Ix { width:20rem;height:20.9375rem;top:66.2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSUVxIoFnXTuDr3IX5TUKFXV325nOphy { top:7.9187507629394rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15069;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TQkAswnwhVPvfZxEkIkBz7ZXuyId1JBf { top:17.237501144409rem;left:3.7499998807907rem;width:12.5rem;height:0.125rem;z-index:15070;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 { display:block; }#JPAoZhZk23AFAcMNfKixnBfUuuEGWmC0 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4HVh3H5Hws80X353cDQPrFoZuzs8g7G { width:20rem;height:1.51220625rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uOLWhMXbHITLkhqhVdeuGdLOMJoiTpi4 { width:18.6875rem;height:5.625rem;top:4.01171875rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v41sT1TfPwSOnhnTpbuzcgWlqHOhKfRq { width:19rem;height:5.5625rem;top:10.88671875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhoz4edf6KzbJXRVTz3XGTZew8ZZFDKc { display:block; }
 }@media only screen and (max-width: 763px) { #ysTaUEOeu3ch05qA2bfDvTfnShKortTu { display:block; }#ysTaUEOeu3ch05qA2bfDvTfnShKortTu > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vtxf0R4btOntTT8rNyT14KerfiSaBMDM { width:20rem;height:3.0244125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { display:block; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { width:19.625rem;height:0;top:2.8875122070312rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { width:20rem;height:0;top:4.1140623092651rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15016;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #AnJWyJaSFCxsbomyBitAB98AbbrZepdw { width:1.875rem;height:1.875rem;top:8.923828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { width:20rem;height:0;top:10.798828125rem;left:0rem;font-size:0.9375rem;z-index:15017;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { width:1.875rem;height:1.875rem;top:16.736328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { width:20rem;height:0;top:17.625rem;left:0rem;font-size:0.9375rem;z-index:15018;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { width:1.875rem;height:1.875rem;top:26.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { width:20rem;height:0;top:27.923828125rem;left:0rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { width:1.875rem;height:1.875rem;top:37.423828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { width:20rem;height:0;top:39.9375rem;left:0rem;font-size:0.9375rem;z-index:15019;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { width:1.875rem;height:1.875rem;top:49.111328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { width:1.875rem;height:1.875rem;top:57.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #XpLXmciTihaB9bEXJheJod3EDTXhmUla { width:1.875rem;height:1.875rem;top:70.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { width:1.875rem;height:1.875rem;top:82.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { width:20rem;height:0;top:1.3250007629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #kCQS9F0x3xTTy9fcfqTk9gT5aCnliKOx { width:20rem;height:11.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { display:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { width:20rem;height:80rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { width:19.625rem;height:0;top:2.8875122070312rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { width:20rem;height:0;top:4.1140623092651rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15016;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { width:1.875rem;height:1.875rem;top:8.923828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { width:20rem;height:0;top:10.798828125rem;left:0rem;font-size:0.9375rem;z-index:15017;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { width:1.875rem;height:1.875rem;top:16.736328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { width:20rem;height:0;top:17.625rem;left:0rem;font-size:0.9375rem;z-index:15018;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { width:1.875rem;height:1.875rem;top:26.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { width:20rem;height:0;top:27.923828125rem;left:0rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VLociOU1mWBgQkxoTDifc0gIJChZ72xP { width:1.875rem;height:1.875rem;top:37.423828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { width:20rem;height:0;top:39.9375rem;left:0rem;font-size:0.9375rem;z-index:15019;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { width:1.875rem;height:1.875rem;top:49.111328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { width:1.875rem;height:1.875rem;top:57.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { width:1.875rem;height:1.875rem;top:70.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { width:1.875rem;height:1.875rem;top:82.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { width:20rem;height:0;top:1.3250007629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { width:12.5rem;height:7.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { width:12.5rem;height:7.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goroxZooA56UTTLWJTggDtHiCetA1azR { width:12.5rem;height:7.5rem;top:18.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { width:12.5rem;height:7.5rem;top:27.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { width:12.5rem;height:7.5rem;top:36.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bQor2pUtcrM51TscZFzfSMko8r9fgn { width:12.5rem;height:7.5rem;top:45rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { width:12.5rem;height:7.5rem;top:53.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { width:12.5rem;height:7.5rem;top:62.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { width:12.5rem;height:7.5rem;top:71.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { background-color:#ffffff;background-image:none;display:block; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { background-color: transparent; background-image: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .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); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { width:20rem;height:3.0244125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { width:18.625rem;height:0;top:18.837500095367rem;left:0.65625rem;font-size:1rem;line-height:1.3;display:none; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
 }@media only screen and (max-width: 763px) { #ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { width:20rem;height:36.4375rem;top:20.12451171875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { width:16.9375rem;height:25.6875rem;top:5.7874755859375rem;left:2.8937500715256rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { width:20rem;height:1.35rem;top:4.8992195129394rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-text { text-align:center;text-align-last:center;font-size:0.9375rem;height:auto; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-desc-text { text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { display:flex;height:auto;width:18.125rem;top:50.6748046875rem;left:0rem;box-shadow: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
 }@media only screen and (max-width: 763px) { #nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { width:19.25rem;height:29.25rem;top:20.874218940735rem;left:0.375rem;font-size:0.9375rem;line-height:1.3;z-index:15010;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; }
 }@media only screen and (max-width: 763px) { #zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { display:block; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:20rem;height:2.68066875rem;top:10.999267578125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:3.375rem;height:2.75rem;top:6.936767578125rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { width:19rem;height:3.75rem;top:1.8664054870606rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block; }
 }